issue #126 - adding alfresco.client.war.groupId and alfresco.client.war.version to alfresco-sdk-parent

git-svn-id: http://maven-alfresco-archetypes.googlecode.com/svn/trunk@686 04253f4f-3451-0410-a141-5562f1e59037
This commit is contained in:
maoo
2013-07-02 13:24:35 +00:00
parent 9f24d52e8c
commit 8568a8f1e3
2 changed files with 7 additions and 3 deletions
@@ -41,10 +41,12 @@ AMP Archetype properties
...
<properties>
<!--
Determines the target WAR for this AMP
Determines the coordinates of target WAR for this AMP
Allowed values: alfresco (default) | share
-->
<alfresco.client.war>alfresco</alfresco.client.war>
<alfresco.client.war.groupId>${alfresco.groupId}</alfresco.client.war.groupId>
<alfresco.client.war.version>${alfresco.version}</alfresco.client.war.version>
</properties>
...
</project>
+4 -2
View File
@@ -43,6 +43,8 @@
| This impact (in AMP projects) the choice of the WAR project for embedded run
-->
<alfresco.client.war>alfresco</alfresco.client.war>
<alfresco.client.war.groupId>${alfresco.groupId}</alfresco.client.war.groupId>
<alfresco.client.war.version>${alfresco.version}</alfresco.client.war.version>
<!-- IMPORTANT! Override this only if you know what you're doing; it could break amp-to-war overlay -->
<alfresco.client.war.folder>${project.build.directory}/${project.build.finalName}-war</alfresco.client.war.folder>
@@ -540,10 +542,10 @@
<outputDirectory>${alfresco.client.war.folder}</outputDirectory>
<artifactItems>
<artifactItem>
<groupId>${alfresco.groupId}</groupId>
<groupId>${alfresco.client.war.groupId}</groupId>
<artifactId>${alfresco.client.war}</artifactId>
<type>war</type>
<version>${alfresco.version}</version>
<version>${alfresco.client.war.version}</version>
</artifactItem>
</artifactItems>
</configuration>