Author: tmortagne
Date: 2008-01-31 17:33:59 +0100 (Thu, 31 Jan 2008)
New Revision: 7247
Modified:
xwiki-products/xwiki-enterprise-manager/trunk/pom.xml
Log:
[release] Prepare XEM 1.0 next version
Modified: xwiki-products/xwiki-enterprise-manager/trunk/pom.xml
===================================================================
--- xwiki-products/xwiki-enterprise-manager/trunk/pom.xml 2008-01-31
16:33:42 UTC (rev 7246)
+++ xwiki-products/xwiki-enterprise-manager/trunk/pom.xml 2008-01-31
16:33:59 UTC (rev 7247)
@@ -55,6 +55,23 @@
<platform.plugin.applicationmanager.version>1.1-SNAPSHOT</platform.plugin.applicationmanager.version>
<platform.plugin.wikimanager.version>1.1-SNAPSHOT</platform.plugin.wikimanager.version>
</properties>
+ <profiles>
+ <profile>
+ <id>ci</id>
+ <activation>
+ <!-- This property is automatically defined by the Maven release
plugin when executing
+ a release. Thus this profile will be automatically enabled when
releasing -->
+ <!-- XEM releases are based on mysql on which integration tests can't
be run.
+ <property>
+ <name>performRelease</name>
+ </property>-->
+ </activation>
+ <modules>
+ <!-- <module>installers</module> -->
+ <module>distribution-test</module>
+ </modules>
+ </profile>
+ </profiles>
<build>
<extensions>
<extension>
_______________________________________________
notifications mailing list
[email protected]
http://lists.xwiki.org/mailman/listinfo/notifications