Author: tmortagne
Date: 2008-01-10 17:18:28 +0100 (Thu, 10 Jan 2008)
New Revision: 6748

Modified:
   xwiki-products/xwiki-enterprise-manager/trunk/pom.xml
Log:
Prepare XEM/XAAM/XAWM 1.0M3 release.

Modified: xwiki-products/xwiki-enterprise-manager/trunk/pom.xml
===================================================================
--- xwiki-products/xwiki-enterprise-manager/trunk/pom.xml       2008-01-10 
16:06:58 UTC (rev 6747)
+++ xwiki-products/xwiki-enterprise-manager/trunk/pom.xml       2008-01-10 
16:18:28 UTC (rev 6748)
@@ -61,15 +61,22 @@
       <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>
+        </property>-->
       </activation>
       <modules>
         <!-- <module>installers</module> -->
         <module>distribution-test</module>
       </modules>
     </profile>
+    <profile>
+      <id>mysql</id>
+      <properties>
+        
<xwiki.db.connection.url>jdbc:mysql://localhost/xwiki?useServerPrepStmts=false&amp;amp;amp;sessionVariables=sql_mode=''</xwiki.db.connection.url>
+      </properties>
+    </profile>
   </profiles>
   <build>
     <extensions>

_______________________________________________
notifications mailing list
[email protected]
http://lists.xwiki.org/mailman/listinfo/notifications

Reply via email to