DPascalBernard / maven-alfresco-archetypes

Automatically exported from code.google.com/p/maven-alfresco-archetypes
0 stars 0 forks source link

Allow alfresco.client.war to be selected at archetype definition time #127

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
This would allow at project creation time to decide whether it's a repo or 
share AMP.

Original issue reported on code.google.com by colum...@gmail.com on 13 Jun 2013 at 6:15

GoogleCodeExporter commented 9 years ago
Added 'alfresco_target_amp_client_war' to the alfresco-amp-archetype params 
(allinone have not been changed)

My test:
+ mvn archetype:generate -DarchetypeGroupId=org.alfresco.maven.archetype 
-DgroupId=com.mycompany.demo -DartifactId=myapp 
-DarchetypeArtifactId=alfresco-amp-archetype -DarchetypeVersion=1.0.2-SNAPSHOT
+ Set 'share' to 'alfresco_target_amp_client_war'
+ rm -Rf src/test
+ mvn clean install -Pamp-to-war

Share runs as expected.

Not sure if I need to update also some apt for documentation

Original comment by maurizio...@alfresco.com on 2 Jul 2013 at 12:54

GoogleCodeExporter commented 9 years ago
Also added alfresco_target_amp_client_war_groupId and 
alfresco_target_amp_client_war_version

Original comment by maurizio...@alfresco.com on 2 Jul 2013 at 2:38

GoogleCodeExporter commented 9 years ago
Verified on amp archetype.

Original comment by colum...@gmail.com on 2 Jul 2013 at 4:12