DPascalBernard / maven-alfresco-archetypes

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

Upgrade maven-alfresco-amp-archetype from using Alfresco 3.4.a to 4.0.b #73

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Tested locally and works fine; steps to test the upgrade:

svn checkout https://maven-alfresco-archetypes.googlecode.com/svn/trunk/ 
maven-alfresco-archetypes

cd maven-alfresco-archetypes && mvn install

[cd ..]

mvn archetype:generate -DarchetypeGroupId=com.sourcesense.alfresco 
-DarchetypeArtifactId=maven-alfresco-amp-archetype 
-DarchetypeVersion=4.0.0-SNAPSHOT -DgroupId=com.mycompany 
-DartifactId=alfresco-4-amp -Dversion=1.0-SNAPSHOT -DinteractiveMode=false

Upgrade the following properties in alfresco-4-amp/pom.xml:
FROM <alfresco.version>3.4.a</alfresco.version> TO 
<alfresco.version>4.0.b</alfresco.version>
FROM <spring.version>3.0.0.RELEASE</spring.version> TO 
<spring.version>3.0.5.RELEASE</spring.version>
FROM <version>1.1</version> TO <version>1.2</version>

cd alfresco-4-amp && MAVEN_OPTS="-Xms256m -Xmx1G -XX:PermSize=300m" mvn  clean 
integration-test -P webapp

Original issue reported on code.google.com by mauri...@session.it on 4 Apr 2012 at 12:58

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r384.

Original comment by mauri...@session.it on 6 Apr 2012 at 10:05

GoogleCodeExporter commented 9 years ago
Committed on trunk - 
http://code.google.com/p/maven-alfresco-archetypes/source/detail?r=384

Original comment by mauri...@session.it on 6 Apr 2012 at 10:06

GoogleCodeExporter commented 9 years ago

Original comment by mauri...@session.it on 6 Apr 2012 at 6:26