Author: vmassol
Date: 2007-11-17 14:50:07 +0100 (Sat, 17 Nov 2007)
New Revision: 5999
Modified:
xwiki-platform/pom/trunk/pom.xml
Log:
Improve release process for the next release.
Note: I haven't tested this so it'll need to be tested and verify it works
during the next release.
Modified: xwiki-platform/pom/trunk/pom.xml
===================================================================
--- xwiki-platform/pom/trunk/pom.xml 2007-11-17 13:03:50 UTC (rev 5998)
+++ xwiki-platform/pom/trunk/pom.xml 2007-11-17 13:50:07 UTC (rev 5999)
@@ -122,6 +122,17 @@
</properties>
</configuration>
</plugin>
+ <!-- By default the release plugin will execute the "clean" and
"verify" goals but won't perform an "install".
+ This is causing problems since several modules will fail to build
during release:prepare.
+ See http://tinyurl.com/354vwe for more details. Thus we're
forcing the execution of the "install" goal.
+ -->
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-release-plugin</artifactId>
+ <configuration>
+ <preparationGoals>clean install</preparationGoals>
+ </configuration>
+ </plugin>
</plugins>
</pluginManagement>
</build>
_______________________________________________
notifications mailing list
[email protected]
http://lists.xwiki.org/mailman/listinfo/notifications