RM-1107 (Mavenization of the RM build)

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/DEV/UIAUTOMATION@59261 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Tuna Aksoy
2013-12-21 00:51:23 +00:00
parent d9a4250576
commit eabf5c27a7

View File

@@ -10,12 +10,22 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>alfresco-rm-server-test</artifactId>
<name>Alfresco RM Server</name>
<packaging>amp</packaging>
<properties>
<webapp.id>alfresco</webapp.id>
</properties>
<build>
<plugins>
<plugin>
<groupId>org.alfresco.maven.plugin</groupId>
<artifactId>alfresco-maven-plugin</artifactId>
<executions>
<execution>
<goals>
<goal>amp</goal>
</goals>
</execution>
</executions>
</plugin>
<!-- Additional source folder to be added: source/compatibility -->
<plugin>
<groupId>org.codehaus.mojo</groupId>