-- fixes release as there are inter-module deps, so 'clean verify' is not enough

git-svn-id: http://maven-alfresco-archetypes.googlecode.com/svn/trunk@648 04253f4f-3451-0410-a141-5562f1e59037
This commit is contained in:
mindthegab 2012-11-05 01:38:50 +00:00
parent 39a9bb3cc9
commit be9ffb4f28

View File

@ -147,6 +147,7 @@
<version>${maven.release.version}</version>
<configuration>
<tagBase>${scm.tag.base}</tagBase>
<preparationGoals>clean install</preparationGoals>
<goals>deploy site-deploy</goals>
<autoVersionSubmodules>true</autoVersionSubmodules>
</configuration>