issue #127 - added alfresco_target_amp_client_war to alfreco-amp-archetype generation params

git-svn-id: http://maven-alfresco-archetypes.googlecode.com/svn/trunk@685 04253f4f-3451-0410-a141-5562f1e59037
This commit is contained in:
maoo 2013-07-02 12:54:34 +00:00
parent a5fd434727
commit 9f24d52e8c
3 changed files with 5 additions and 1 deletions

View File

@ -12,6 +12,9 @@
<requiredProperty key="alfresco_target_version">
<defaultValue>4.2.c</defaultValue>
</requiredProperty>
<requiredProperty key="alfresco_target_amp_client_war">
<defaultValue>alfresco</defaultValue>
</requiredProperty>
<requiredProperty key="package">
<defaultValue>(not used)</defaultValue>
</requiredProperty>

View File

@ -27,7 +27,7 @@
<alfresco.data.location>alf_data_dev</alfresco.data.location>
<!-- Defines the target WAR for this AMP. Allowed values: alfresco | share -->
<!-- Defaults to a repository AMP -->
<alfresco.client.war>alfresco</alfresco.client.war>
<alfresco.client.war>${alfresco_target_amp_client_war}</alfresco.client.war>
<!-- This controls which properties will be picked in src/test/properties for embedded run -->
<env>local</env>
</properties>

View File

@ -5,4 +5,5 @@ groupId=archetype.it
alfresco_target_version=4.2.b
$=cat archetype.properties
alfresco_target_groupId=org.alfresco
alfresco_target_amp_client_war=alfresco
artifactId=basic