RM-1107 (Mavenization of the RM build)

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/DEV/UIAUTOMATION@59263 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Tuna Aksoy
2013-12-21 13:45:04 +00:00
parent eabf5c27a7
commit d8cbbc7dfb
2 changed files with 3 additions and 1 deletions

View File

@@ -149,8 +149,9 @@
<extensions>true</extensions> <extensions>true</extensions>
<configuration> <configuration>
<backup>true</backup> <backup>true</backup>
<ampLocation>${project.build.directory}/${project.build.finalName}.amp</ampLocation> <ampLocation>${project.build.directory}/${project.build.finalName}-amp.amp</ampLocation>
<warLocation>${project.build.directory}/${webapp.id}.war</warLocation> <warLocation>${project.build.directory}/${webapp.id}.war</warLocation>
<classifier>amp</classifier>
</configuration> </configuration>
</plugin> </plugin>
<plugin> <plugin>

View File

@@ -8,6 +8,7 @@
<version>2.2-SNAPSHOT</version> <version>2.2-SNAPSHOT</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<!-- FIXME: Remove the "-test" suffix form the artifact id -->
<artifactId>alfresco-rm-server-test</artifactId> <artifactId>alfresco-rm-server-test</artifactId>
<name>Alfresco RM Server</name> <name>Alfresco RM Server</name>
<properties> <properties>