Author: sdumitriu
Date: 2007-12-27 11:49:03 +0100 (Thu, 27 Dec 2007)
New Revision: 6470

Added:
   xwiki-platform/pom/tags/xwiki-8/
   xwiki-platform/pom/tags/xwiki-8/pom.xml
Removed:
   xwiki-platform/pom/tags/xwiki-8/pom.xml
Log:
[maven-release-plugin]  copy for tag xwiki-8

Copied: xwiki-platform/pom/tags/xwiki-8 (from rev 6468, 
xwiki-platform/pom/trunk)

Deleted: xwiki-platform/pom/tags/xwiki-8/pom.xml
===================================================================
--- xwiki-platform/pom/trunk/pom.xml    2007-12-27 10:27:56 UTC (rev 6468)
+++ xwiki-platform/pom/tags/xwiki-8/pom.xml     2007-12-27 10:49:03 UTC (rev 
6470)
@@ -1,291 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!--
- *
- * See the NOTICE file distributed with this work for additional
- * information regarding copyright ownership.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- *
--->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>com.xpn.xwiki.platform</groupId>
-  <artifactId>xwiki</artifactId>
-  <name>XWiki Platform - Root POM</name>
-  <packaging>pom</packaging>
-  <version>8-SNAPSHOT</version>
-  <url>http://xwiki.org</url>
-  <prerequisites>
-    <!-- Require Maven 2.1 as there are issues with complex multi projects as 
ours in lower versions
-         of Maven -->
-    <maven>2.1-SNAPSHOT</maven>
-  </prerequisites>
-  <inceptionYear>2004</inceptionYear>
-  <issueManagement>
-    <system>jira</system>
-    <url>http://jira.xwiki.org/</url>
-  </issueManagement>
-  <developers />
-  <contributors />
-  <organization>
-    <name>XWiki</name>
-    <url>http://xwiki.org/</url>
-  </organization>
-  <scm>
-    
<connection>scm:svn:http://svn.xwiki.org/svnroot/xwiki/xwiki-platform/pom/trunk</connection>
-    
<developerConnection>scm:svn:https://svn.xwiki.org/svnroot/xwiki/xwiki-platform/pom/trunk</developerConnection>
-    <url>http://svn.xwiki.org/svnroot/xwiki/pom/trunk</url>
-  </scm>
-  <build>
-    <pluginManagement>
-      <plugins>
-        <!-- Apply checkstyle rules and fail the build in case of errors. The 
checkstyle config
-             files are taken from the build-tools JAR module.-->
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-checkstyle-plugin</artifactId>
-          <dependencies>
-            <dependency>
-              <groupId>com.xpn.xwiki.platform</groupId>
-              <artifactId>xwiki-build-verifications</artifactId>
-            </dependency>
-          </dependencies>
-          <configuration>
-            <consoleOutput>true</consoleOutput>
-            <configLocation>checkstyle.xml</configLocation>
-            <headerLocation>checkstyle.license</headerLocation>
-          </configuration>
-          <executions>
-            <execution>
-              <goals>
-                <goal>check</goal>
-              </goals>
-            </execution>
-          </executions>
-        </plugin>
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-remote-resources-plugin</artifactId>
-          <configuration>
-            <properties>
-              <!-- Default configuration data for hibernate.cfg.xml -->
-              
<xwikiDbConnectionUrl>${xwiki.db.connection.url}</xwikiDbConnectionUrl>
-              
<xwikiDbConnectionUsername>${xwiki.db.connection.username}</xwikiDbConnectionUsername>
-              
<xwikiDbConnectionPassword>${xwiki.db.connection.password}</xwikiDbConnectionPassword>
-              
<xwikiDbConnectionDriverClass>${xwiki.db.connection.driver_class}</xwikiDbConnectionDriverClass>
-              <xwikiDbDialect>${xwiki.db.dialect}</xwikiDbDialect>
-              <xwikiDbHbmXwiki>${xwiki.db.hbm.xwiki}</xwikiDbHbmXwiki>
-              <xwikiDbHbmFeeds>${xwiki.db.hbm.feeds}</xwikiDbHbmFeeds>
-              <!-- Default configuration data for xwiki.cfg -->
-              <xwikiCfgPlugins>\
-                com.xpn.xwiki.monitor.api.MonitorPlugin,\
-                com.xpn.xwiki.plugin.calendar.CalendarPlugin,\
-                com.xpn.xwiki.plugin.feed.FeedPlugin,\
-                com.xpn.xwiki.plugin.ldap.LDAPPlugin,\
-                com.xpn.xwiki.plugin.google.GooglePlugin,\
-                com.xpn.xwiki.plugin.flickr.FlickrPlugin,\
-                com.xpn.xwiki.plugin.mail.MailPlugin,\
-                com.xpn.xwiki.plugin.packaging.PackagePlugin,\
-                com.xpn.xwiki.plugin.query.QueryPlugin,\
-                com.xpn.xwiki.plugin.svg.SVGPlugin,\
-                com.xpn.xwiki.plugin.charts.ChartingPlugin,\
-                com.xpn.xwiki.plugin.fileupload.FileUploadPlugin,\
-                com.xpn.xwiki.plugin.image.ImagePlugin,\
-                com.xpn.xwiki.plugin.captcha.CaptchaPlugin,\
-                com.xpn.xwiki.plugin.userdirectory.UserDirectoryPlugin,\
-                com.xpn.xwiki.plugin.usertools.XWikiUserManagementToolsImpl,\
-                com.xpn.xwiki.plugin.zipexplorer.ZipExplorerPlugin,\
-                com.xpn.xwiki.plugin.autotag.AutoTagPlugin,\
-                com.xpn.xwiki.plugin.lucene.LucenePlugin,\
-                com.xpn.xwiki.plugin.diff.DiffPlugin,\
-                com.xpn.xwiki.plugin.rightsmanager.RightsManagerPlugin
-              </xwikiCfgPlugins>
-              <xwikiCfgVirtual>0</xwikiCfgVirtual>
-              <xwikiCfgExo>0</xwikiCfgExo>
-              <xwikiCfgEditCommentMandatory>0</xwikiCfgEditCommentMandatory>
-              <xwikiCfgAdditionalProperties />
-            </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>
-  <profiles>
-    <profile>
-      <id>hsqldb</id>
-      <activation>
-        <activeByDefault>true</activeByDefault>
-      </activation>
-      <properties>
-        <xwiki.db>hsqldb</xwiki.db>
-        <xwiki.db.jdbc.groupId>hsqldb</xwiki.db.jdbc.groupId>
-        <xwiki.db.jdbc.artifactId>hsqldb</xwiki.db.jdbc.artifactId>
-        <xwiki.db.jdbc.version>1.8.0.7</xwiki.db.jdbc.version>
-        
<xwiki.db.connection.url>jdbc:hsqldb:file:database/xwiki_db;shutdown=true</xwiki.db.connection.url>
-        <xwiki.db.connection.username>sa</xwiki.db.connection.username>
-        <xwiki.db.connection.password />
-        
<xwiki.db.connection.driver_class>org.hsqldb.jdbcDriver</xwiki.db.connection.driver_class>
-        <xwiki.db.dialect>org.hibernate.dialect.HSQLDialect</xwiki.db.dialect>
-        <xwiki.db.hbm.xwiki>xwiki.hbm.xml</xwiki.db.hbm.xwiki>
-        <xwiki.db.hbm.feeds>feeds.hbm.xml</xwiki.db.hbm.feeds>
-      </properties>
-    </profile>
-    <profile>
-      <id>mysql</id>
-      <properties>
-        <xwiki.db>mysql</xwiki.db>
-        <xwiki.db.jdbc.groupId>mysql</xwiki.db.jdbc.groupId>
-        
<xwiki.db.jdbc.artifactId>mysql-connector-java</xwiki.db.jdbc.artifactId>
-        <xwiki.db.jdbc.version>5.1.5</xwiki.db.jdbc.version>
-        <!-- We need to set the sql_mode to a less strict value, see 
XWIKI-1945 -->
-        
<xwiki.db.connection.url>jdbc:mysql://localhost/xwiki?useServerPrepStmts=false&amp;amp;sessionVariables=sql_mode=''</xwiki.db.connection.url>
-        <xwiki.db.connection.username>xwiki</xwiki.db.connection.username>
-        <xwiki.db.connection.password>xwiki</xwiki.db.connection.password>
-        
<xwiki.db.connection.driver_class>com.mysql.jdbc.Driver</xwiki.db.connection.driver_class>
-        <xwiki.db.dialect>org.hibernate.dialect.MySQLDialect</xwiki.db.dialect>
-        <xwiki.db.hbm.xwiki>xwiki.hbm.xml</xwiki.db.hbm.xwiki>
-        <xwiki.db.hbm.feeds>feeds.hbm.xml</xwiki.db.hbm.feeds>
-      </properties>
-    </profile>
-    <profile>
-      <id>pgsql</id>
-      <properties>
-        <xwiki.db>pgsql</xwiki.db>
-        <xwiki.db.jdbc.groupId>postgresql</xwiki.db.jdbc.groupId>
-        <xwiki.db.jdbc.artifactId>postgresql</xwiki.db.jdbc.artifactId>
-        <xwiki.db.jdbc.version>8.2-504.jdbc3</xwiki.db.jdbc.version>
-        
<xwiki.db.connection.url>jdbc:postgresql:xwiki</xwiki.db.connection.url>
-        <xwiki.db.connection.username>xwiki</xwiki.db.connection.username>
-        <xwiki.db.connection.password>xwiki</xwiki.db.connection.password>
-        
<xwiki.db.connection.driver_class>org.postgresql.Driver</xwiki.db.connection.driver_class>
-        
<xwiki.db.dialect>org.hibernate.dialect.PostgreSQLDialect</xwiki.db.dialect>
-        <xwiki.db.hbm.xwiki>xwiki.hbm.xml</xwiki.db.hbm.xwiki>
-        <xwiki.db.hbm.feeds>feeds.hbm.xml</xwiki.db.hbm.feeds>
-      </properties>
-    </profile>
-    <profile>
-      <id>derby</id>
-      <properties>
-        <xwiki.db>derby</xwiki.db>
-        <xwiki.db.jdbc.groupId>org.apache.derby</xwiki.db.jdbc.groupId>
-        <xwiki.db.jdbc.artifactId>derby</xwiki.db.jdbc.artifactId>
-        <xwiki.db.jdbc.version>10.2.2.0</xwiki.db.jdbc.version>
-        
<xwiki.db.connection.url>jdbc:derby:database;create=true</xwiki.db.connection.url>
-        
<xwiki.db.connection.driver_class>org.apache.derby.jdbc.EmbeddedDriver</xwiki.db.connection.driver_class>
-        <xwiki.db.dialect>org.hibernate.dialect.DerbyDialect</xwiki.db.dialect>
-        <xwiki.db.hbm.xwiki>xwiki.derby.hbm.xml</xwiki.db.hbm.xwiki>
-        <xwiki.db.hbm.feeds>feeds.hbm.xml</xwiki.db.hbm.feeds>
-      </properties>
-    </profile>
-  </profiles>
-  <distributionManagement>
-    <repository>
-      <id>maven.xwiki.org</id>
-      <name>XWiki Maven2 Remote Repository for Releases</name>
-      <url>scp://maven.xwiki.org/home/maven/public_html/releases</url>
-    </repository>
-    <snapshotRepository>
-      <id>maven.xwiki.org</id>
-      <name>XWiki Maven2 Development Repository for Snapshots</name>
-      <url>scp://maven.xwiki.org/home/maven/public_html/snapshots</url>
-    </snapshotRepository>
-  </distributionManagement>
-  <repositories>
-    <!-- This is XWiki's custom remote repository containing artifacts that 
are not present on
-         Maven's main remote repository. -->
-    <repository>
-      <id>xwiki-externals</id>
-      <name>XWiki Maven2 Remote Repository for Third Party Dependencies</name>
-      <url>http://maven.xwiki.org/externals</url>
-      <releases>
-        <enabled>true</enabled>
-      </releases>
-      <snapshots>
-        <enabled>true</enabled>
-      </snapshots>
-    </repository>
-    <repository>
-      <id>xwiki-releases</id>
-      <name>XWiki Maven2 Remote Repository for Releases</name>
-      <url>http://maven.xwiki.org/releases</url>
-      <releases>
-        <enabled>true</enabled>
-      </releases>
-      <snapshots>
-        <enabled>false</enabled>
-      </snapshots>
-    </repository>
-    <repository>
-      <id>xwiki-snapshots</id>
-      <name>XWiki Maven2 Remote Repository for Snapshots</name>
-      <url>http://maven.xwiki.org/snapshots</url>
-      <releases>
-        <enabled>false</enabled>
-      </releases>
-      <snapshots>
-        <enabled>true</enabled>
-      </snapshots>
-    </repository>
-  </repositories>
-  <pluginRepositories>
-    <pluginRepository>
-      <id>xwiki-plugins-externals</id>
-      <name>XWiki Maven2 Plugin Remote Repository for Third Party 
Plugins</name>
-      <url>http://maven.xwiki.org/externals</url>
-      <releases>
-        <enabled>true</enabled>
-      </releases>
-      <snapshots>
-        <enabled>true</enabled>
-      </snapshots>
-    </pluginRepository>
-    <pluginRepository>
-      <id>xwiki-plugins-releases</id>
-      <name>XWiki Maven2 Plugin Remote Repository for Releases</name>
-      <url>http://maven.xwiki.org/releases</url>
-      <releases>
-        <enabled>true</enabled>
-      </releases>
-      <snapshots>
-        <enabled>false</enabled>
-      </snapshots>
-    </pluginRepository>
-    <pluginRepository>
-      <id>xwiki-plugins-snapshots</id>
-      <name>XWiki Maven2 Plugin Remote Repository for Snapshots</name>
-      <url>http://maven.xwiki.org/snapshots</url>
-      <releases>
-        <enabled>false</enabled>
-      </releases>
-      <snapshots>
-        <enabled>true</enabled>
-      </snapshots>
-    </pluginRepository>
-  </pluginRepositories>
-</project>

Copied: xwiki-platform/pom/tags/xwiki-8/pom.xml (from rev 6469, 
xwiki-platform/pom/trunk/pom.xml)
===================================================================
--- xwiki-platform/pom/tags/xwiki-8/pom.xml                             (rev 0)
+++ xwiki-platform/pom/tags/xwiki-8/pom.xml     2007-12-27 10:49:03 UTC (rev 
6470)
@@ -0,0 +1,291 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+ *
+ * See the NOTICE file distributed with this work for additional
+ * information regarding copyright ownership.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+ *
+-->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>com.xpn.xwiki.platform</groupId>
+  <artifactId>xwiki</artifactId>
+  <name>XWiki Platform - Root POM</name>
+  <packaging>pom</packaging>
+  <version>8</version>
+  <url>http://xwiki.org</url>
+  <prerequisites>
+    <!-- Require Maven 2.1 as there are issues with complex multi projects as 
ours in lower versions
+         of Maven -->
+    <maven>2.1-SNAPSHOT</maven>
+  </prerequisites>
+  <inceptionYear>2004</inceptionYear>
+  <issueManagement>
+    <system>jira</system>
+    <url>http://jira.xwiki.org/</url>
+  </issueManagement>
+  <developers />
+  <contributors />
+  <organization>
+    <name>XWiki</name>
+    <url>http://xwiki.org/</url>
+  </organization>
+  <scm>
+    
<connection>scm:svn:http://svn.xwiki.org/svnroot/xwiki/xwiki-platform/pom/tags/xwiki-8</connection>
+    
<developerConnection>scm:svn:https://svn.xwiki.org/svnroot/xwiki/xwiki-platform/pom/tags/xwiki-8</developerConnection>
+    <url>http://svn.xwiki.org/svnroot/xwiki/pom/tags/xwiki-8</url>
+  </scm>
+  <build>
+    <pluginManagement>
+      <plugins>
+        <!-- Apply checkstyle rules and fail the build in case of errors. The 
checkstyle config
+             files are taken from the build-tools JAR module.-->
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-checkstyle-plugin</artifactId>
+          <dependencies>
+            <dependency>
+              <groupId>com.xpn.xwiki.platform</groupId>
+              <artifactId>xwiki-build-verifications</artifactId>
+            </dependency>
+          </dependencies>
+          <configuration>
+            <consoleOutput>true</consoleOutput>
+            <configLocation>checkstyle.xml</configLocation>
+            <headerLocation>checkstyle.license</headerLocation>
+          </configuration>
+          <executions>
+            <execution>
+              <goals>
+                <goal>check</goal>
+              </goals>
+            </execution>
+          </executions>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-remote-resources-plugin</artifactId>
+          <configuration>
+            <properties>
+              <!-- Default configuration data for hibernate.cfg.xml -->
+              
<xwikiDbConnectionUrl>${xwiki.db.connection.url}</xwikiDbConnectionUrl>
+              
<xwikiDbConnectionUsername>${xwiki.db.connection.username}</xwikiDbConnectionUsername>
+              
<xwikiDbConnectionPassword>${xwiki.db.connection.password}</xwikiDbConnectionPassword>
+              
<xwikiDbConnectionDriverClass>${xwiki.db.connection.driver_class}</xwikiDbConnectionDriverClass>
+              <xwikiDbDialect>${xwiki.db.dialect}</xwikiDbDialect>
+              <xwikiDbHbmXwiki>${xwiki.db.hbm.xwiki}</xwikiDbHbmXwiki>
+              <xwikiDbHbmFeeds>${xwiki.db.hbm.feeds}</xwikiDbHbmFeeds>
+              <!-- Default configuration data for xwiki.cfg -->
+              <xwikiCfgPlugins>\
+                com.xpn.xwiki.monitor.api.MonitorPlugin,\
+                com.xpn.xwiki.plugin.calendar.CalendarPlugin,\
+                com.xpn.xwiki.plugin.feed.FeedPlugin,\
+                com.xpn.xwiki.plugin.ldap.LDAPPlugin,\
+                com.xpn.xwiki.plugin.google.GooglePlugin,\
+                com.xpn.xwiki.plugin.flickr.FlickrPlugin,\
+                com.xpn.xwiki.plugin.mail.MailPlugin,\
+                com.xpn.xwiki.plugin.packaging.PackagePlugin,\
+                com.xpn.xwiki.plugin.query.QueryPlugin,\
+                com.xpn.xwiki.plugin.svg.SVGPlugin,\
+                com.xpn.xwiki.plugin.charts.ChartingPlugin,\
+                com.xpn.xwiki.plugin.fileupload.FileUploadPlugin,\
+                com.xpn.xwiki.plugin.image.ImagePlugin,\
+                com.xpn.xwiki.plugin.captcha.CaptchaPlugin,\
+                com.xpn.xwiki.plugin.userdirectory.UserDirectoryPlugin,\
+                com.xpn.xwiki.plugin.usertools.XWikiUserManagementToolsImpl,\
+                com.xpn.xwiki.plugin.zipexplorer.ZipExplorerPlugin,\
+                com.xpn.xwiki.plugin.autotag.AutoTagPlugin,\
+                com.xpn.xwiki.plugin.lucene.LucenePlugin,\
+                com.xpn.xwiki.plugin.diff.DiffPlugin,\
+                com.xpn.xwiki.plugin.rightsmanager.RightsManagerPlugin
+              </xwikiCfgPlugins>
+              <xwikiCfgVirtual>0</xwikiCfgVirtual>
+              <xwikiCfgExo>0</xwikiCfgExo>
+              <xwikiCfgEditCommentMandatory>0</xwikiCfgEditCommentMandatory>
+              <xwikiCfgAdditionalProperties />
+            </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>
+  <profiles>
+    <profile>
+      <id>hsqldb</id>
+      <activation>
+        <activeByDefault>true</activeByDefault>
+      </activation>
+      <properties>
+        <xwiki.db>hsqldb</xwiki.db>
+        <xwiki.db.jdbc.groupId>hsqldb</xwiki.db.jdbc.groupId>
+        <xwiki.db.jdbc.artifactId>hsqldb</xwiki.db.jdbc.artifactId>
+        <xwiki.db.jdbc.version>1.8.0.7</xwiki.db.jdbc.version>
+        
<xwiki.db.connection.url>jdbc:hsqldb:file:database/xwiki_db;shutdown=true</xwiki.db.connection.url>
+        <xwiki.db.connection.username>sa</xwiki.db.connection.username>
+        <xwiki.db.connection.password />
+        
<xwiki.db.connection.driver_class>org.hsqldb.jdbcDriver</xwiki.db.connection.driver_class>
+        <xwiki.db.dialect>org.hibernate.dialect.HSQLDialect</xwiki.db.dialect>
+        <xwiki.db.hbm.xwiki>xwiki.hbm.xml</xwiki.db.hbm.xwiki>
+        <xwiki.db.hbm.feeds>feeds.hbm.xml</xwiki.db.hbm.feeds>
+      </properties>
+    </profile>
+    <profile>
+      <id>mysql</id>
+      <properties>
+        <xwiki.db>mysql</xwiki.db>
+        <xwiki.db.jdbc.groupId>mysql</xwiki.db.jdbc.groupId>
+        
<xwiki.db.jdbc.artifactId>mysql-connector-java</xwiki.db.jdbc.artifactId>
+        <xwiki.db.jdbc.version>5.1.5</xwiki.db.jdbc.version>
+        <!-- We need to set the sql_mode to a less strict value, see 
XWIKI-1945 -->
+        
<xwiki.db.connection.url>jdbc:mysql://localhost/xwiki?useServerPrepStmts=false&amp;amp;sessionVariables=sql_mode=''</xwiki.db.connection.url>
+        <xwiki.db.connection.username>xwiki</xwiki.db.connection.username>
+        <xwiki.db.connection.password>xwiki</xwiki.db.connection.password>
+        
<xwiki.db.connection.driver_class>com.mysql.jdbc.Driver</xwiki.db.connection.driver_class>
+        <xwiki.db.dialect>org.hibernate.dialect.MySQLDialect</xwiki.db.dialect>
+        <xwiki.db.hbm.xwiki>xwiki.hbm.xml</xwiki.db.hbm.xwiki>
+        <xwiki.db.hbm.feeds>feeds.hbm.xml</xwiki.db.hbm.feeds>
+      </properties>
+    </profile>
+    <profile>
+      <id>pgsql</id>
+      <properties>
+        <xwiki.db>pgsql</xwiki.db>
+        <xwiki.db.jdbc.groupId>postgresql</xwiki.db.jdbc.groupId>
+        <xwiki.db.jdbc.artifactId>postgresql</xwiki.db.jdbc.artifactId>
+        <xwiki.db.jdbc.version>8.2-504.jdbc3</xwiki.db.jdbc.version>
+        
<xwiki.db.connection.url>jdbc:postgresql:xwiki</xwiki.db.connection.url>
+        <xwiki.db.connection.username>xwiki</xwiki.db.connection.username>
+        <xwiki.db.connection.password>xwiki</xwiki.db.connection.password>
+        
<xwiki.db.connection.driver_class>org.postgresql.Driver</xwiki.db.connection.driver_class>
+        
<xwiki.db.dialect>org.hibernate.dialect.PostgreSQLDialect</xwiki.db.dialect>
+        <xwiki.db.hbm.xwiki>xwiki.hbm.xml</xwiki.db.hbm.xwiki>
+        <xwiki.db.hbm.feeds>feeds.hbm.xml</xwiki.db.hbm.feeds>
+      </properties>
+    </profile>
+    <profile>
+      <id>derby</id>
+      <properties>
+        <xwiki.db>derby</xwiki.db>
+        <xwiki.db.jdbc.groupId>org.apache.derby</xwiki.db.jdbc.groupId>
+        <xwiki.db.jdbc.artifactId>derby</xwiki.db.jdbc.artifactId>
+        <xwiki.db.jdbc.version>10.2.2.0</xwiki.db.jdbc.version>
+        
<xwiki.db.connection.url>jdbc:derby:database;create=true</xwiki.db.connection.url>
+        
<xwiki.db.connection.driver_class>org.apache.derby.jdbc.EmbeddedDriver</xwiki.db.connection.driver_class>
+        <xwiki.db.dialect>org.hibernate.dialect.DerbyDialect</xwiki.db.dialect>
+        <xwiki.db.hbm.xwiki>xwiki.derby.hbm.xml</xwiki.db.hbm.xwiki>
+        <xwiki.db.hbm.feeds>feeds.hbm.xml</xwiki.db.hbm.feeds>
+      </properties>
+    </profile>
+  </profiles>
+  <distributionManagement>
+    <repository>
+      <id>maven.xwiki.org</id>
+      <name>XWiki Maven2 Remote Repository for Releases</name>
+      <url>scp://maven.xwiki.org/home/maven/public_html/releases</url>
+    </repository>
+    <snapshotRepository>
+      <id>maven.xwiki.org</id>
+      <name>XWiki Maven2 Development Repository for Snapshots</name>
+      <url>scp://maven.xwiki.org/home/maven/public_html/snapshots</url>
+    </snapshotRepository>
+  </distributionManagement>
+  <repositories>
+    <!-- This is XWiki's custom remote repository containing artifacts that 
are not present on
+         Maven's main remote repository. -->
+    <repository>
+      <id>xwiki-externals</id>
+      <name>XWiki Maven2 Remote Repository for Third Party Dependencies</name>
+      <url>http://maven.xwiki.org/externals</url>
+      <releases>
+        <enabled>true</enabled>
+      </releases>
+      <snapshots>
+        <enabled>true</enabled>
+      </snapshots>
+    </repository>
+    <repository>
+      <id>xwiki-releases</id>
+      <name>XWiki Maven2 Remote Repository for Releases</name>
+      <url>http://maven.xwiki.org/releases</url>
+      <releases>
+        <enabled>true</enabled>
+      </releases>
+      <snapshots>
+        <enabled>false</enabled>
+      </snapshots>
+    </repository>
+    <repository>
+      <id>xwiki-snapshots</id>
+      <name>XWiki Maven2 Remote Repository for Snapshots</name>
+      <url>http://maven.xwiki.org/snapshots</url>
+      <releases>
+        <enabled>false</enabled>
+      </releases>
+      <snapshots>
+        <enabled>true</enabled>
+      </snapshots>
+    </repository>
+  </repositories>
+  <pluginRepositories>
+    <pluginRepository>
+      <id>xwiki-plugins-externals</id>
+      <name>XWiki Maven2 Plugin Remote Repository for Third Party 
Plugins</name>
+      <url>http://maven.xwiki.org/externals</url>
+      <releases>
+        <enabled>true</enabled>
+      </releases>
+      <snapshots>
+        <enabled>true</enabled>
+      </snapshots>
+    </pluginRepository>
+    <pluginRepository>
+      <id>xwiki-plugins-releases</id>
+      <name>XWiki Maven2 Plugin Remote Repository for Releases</name>
+      <url>http://maven.xwiki.org/releases</url>
+      <releases>
+        <enabled>true</enabled>
+      </releases>
+      <snapshots>
+        <enabled>false</enabled>
+      </snapshots>
+    </pluginRepository>
+    <pluginRepository>
+      <id>xwiki-plugins-snapshots</id>
+      <name>XWiki Maven2 Plugin Remote Repository for Snapshots</name>
+      <url>http://maven.xwiki.org/snapshots</url>
+      <releases>
+        <enabled>false</enabled>
+      </releases>
+      <snapshots>
+        <enabled>true</enabled>
+      </snapshots>
+    </pluginRepository>
+  </pluginRepositories>
+</project>

_______________________________________________
notifications mailing list
notifications@xwiki.org
http://lists.xwiki.org/mailman/listinfo/notifications

Reply via email to