issue #175 - Reverted archetype-metadata.xml to previous version; the real issue was caused by a wrong mention (in the all-in-one archetype) of a property (alfresco_target_amp_client_war) that is not needed.

The amp module now has alfresco.client.war=alfresco hardcoded in the pom.xml

git-svn-id: http://maven-alfresco-archetypes.googlecode.com/svn/trunk@735 04253f4f-3451-0410-a141-5562f1e59037
This commit is contained in:
maoo 2014-01-09 20:37:07 +00:00
parent 66d30c9841
commit 49f3014c5e
2 changed files with 6 additions and 15 deletions

View File

@ -12,15 +12,6 @@
<requiredProperty key="alfresco_target_version"> <requiredProperty key="alfresco_target_version">
<defaultValue>4.2.e</defaultValue> <defaultValue>4.2.e</defaultValue>
</requiredProperty> </requiredProperty>
<requiredProperty key="alfresco_target_amp_client_war">
<defaultValue>alfresco</defaultValue>
</requiredProperty>
<requiredProperty key="alfresco_target_amp_client_war_groupId">
<defaultValue>org.alfresco</defaultValue>
</requiredProperty>
<requiredProperty key="alfresco_target_amp_client_war_version">
<defaultValue>4.2.e</defaultValue>
</requiredProperty>
<requiredProperty key="package"> <requiredProperty key="package">
<defaultValue>(not used)</defaultValue> <defaultValue>(not used)</defaultValue>
</requiredProperty> </requiredProperty>

View File

@ -12,11 +12,11 @@
<version>${version}</version> <version>${version}</version>
</parent> </parent>
<!-- <!--
Following dependencies are needed for compiling Java code in src/main/java; <scope>provided</scope> Following dependencies are needed for compiling Java code in src/main/java; <scope>provided</scope>
is inherited for each of the following; for more info, please refer to alfresco-integration-parent is inherited for each of the following; for more info, please refer to alfresco-integration-parent
POM definition POM definition
@TODO - document @TODO - document
--> -->
<dependencies> <dependencies>
<dependency> <dependency>
@ -28,7 +28,7 @@
<properties> <properties>
<!-- Defines the target WAR artifactId to run this amp, only used with the -Pamp-to-war switch <!-- Defines the target WAR artifactId to run this amp, only used with the -Pamp-to-war switch
. | Allowed values: alfresco | share. Defaults to a repository AMP, but could point to your custom corporate Alfresco WAR --> . | Allowed values: alfresco | share. Defaults to a repository AMP, but could point to your custom corporate Alfresco WAR -->
<alfresco.client.war>${alfresco_target_amp_client_war}</alfresco.client.war> <alfresco.client.war>alfresco</alfresco.client.war>
<!-- Defines the target WAR groupId to run this amp, only used with the -Pamp-to-war switch <!-- Defines the target WAR groupId to run this amp, only used with the -Pamp-to-war switch
. | Could be org.alfresco | org.alfresco.enterprise or your corporate groupId --> . | Could be org.alfresco | org.alfresco.enterprise or your corporate groupId -->
<!-- <alfresco.client.war.groupId>org.alfresco</alfresco.client.war.groupId> --> <!-- <alfresco.client.war.groupId>org.alfresco</alfresco.client.war.groupId> -->