Skip to content
Snippets Groups Projects
Commit 708d83da authored by Vincent Massol's avatar Vincent Massol
Browse files

XWIKI-1393: SVN reorganization to take into account the different XWiki products

* Used diffrerent group ids for platform, plugins, applications and products

git-svn-id: https://svn.xwiki.org/svnroot/xwiki/xwiki-platform/xwiki-tools/trunk@3722 f329d543-caf0-0310-9063-dda96c69346f
parent 36bc266d
No related branches found
No related tags found
No related merge requests found
......@@ -26,12 +26,12 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.xpn.xwiki</groupId>
<groupId>com.xpn.xwiki.platform</groupId>
<artifactId>xwiki-build-tools</artifactId>
<version>1.0-SNAPSHOT</version>
</parent>
<artifactId>xwiki-build-verifications</artifactId>
<name>XWiki Tools - Build - Shared Verification Resources</name>
<name>XWiki Platform - Tools - Build - Shared Verification Resources</name>
<packaging>jar</packaging>
<description>XWiki Build Tools - Shared Verification Resources (Checkstyle files, etc)</description>
<description>XWiki Platform - Tools - Build - Shared Verification Resources (Checkstyle files, etc)</description>
</project>
......@@ -26,14 +26,14 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.xpn.xwiki</groupId>
<groupId>com.xpn.xwiki.platform</groupId>
<artifactId>xwiki-build-tools</artifactId>
<version>1.0-SNAPSHOT</version>
</parent>
<artifactId>xwiki-build-xar-handlers</artifactId>
<name>XWiki Tools - Build - XAR Handlers</name>
<name>XWiki Platform - Tools - Build - XAR Handlers</name>
<packaging>maven-plugin</packaging>
<description>XWiki Build Tools - XAR Handlers (Lifecycle and ArtifactHandler)</description>
<description>XWiki Platform - Tools - Build - XAR Handlers (Lifecycle and ArtifactHandler)</description>
<dependencies>
<dependency>
<groupId>org.apache.maven</groupId>
......
......@@ -8,7 +8,7 @@
<configuration>
<phases>
<process-resources>org.apache.maven.plugins:maven-resources-plugin:resources</process-resources>
<package>com.xpn.xwiki:xwiki-build-xar-handlers:xar</package>
<package>com.xpn.xwiki.platform:xwiki-build-xar-handlers:xar</package>
<install>org.apache.maven.plugins:maven-install-plugin:install</install>
<deploy>org.apache.maven.plugins:maven-deploy-plugin:deploy</deploy>
</phases>
......
......@@ -26,14 +26,14 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.xpn.xwiki</groupId>
<groupId>com.xpn.xwiki.platform</groupId>
<artifactId>xwiki-tools</artifactId>
<version>1.0-SNAPSHOT</version>
</parent>
<artifactId>xwiki-build-tools</artifactId>
<name>XWiki Tools - Build</name>
<name>XWiki Platform - Tools - Build - Parent POM</name>
<packaging>pom</packaging>
<description>XWiki Build Tools</description>
<description>XWiki Platform - Tools - Build - Parent POM</description>
<modules>
<module>build-verifications</module>
<module>build-xar-handlers</module>
......
......@@ -26,12 +26,12 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.xpn.xwiki</groupId>
<groupId>com.xpn.xwiki.platform</groupId>
<artifactId>xwiki-tools</artifactId>
<version>1.0-SNAPSHOT</version>
</parent>
<artifactId>xwiki-packager</artifactId>
<name>XWiki Tool - Packager</name>
<name>XWiki Platform - Tools - Packager</name>
<packaging>maven-plugin</packaging>
<description>
A packager tool to import/export XWiki pages into/from a database. This tool can be used either
......@@ -44,7 +44,7 @@
<version>2.0</version>
</dependency>
<dependency>
<groupId>com.xpn.xwiki</groupId>
<groupId>com.xpn.xwiki.platform</groupId>
<artifactId>xwiki-core</artifactId>
<version>1.1-SNAPSHOT</version>
</dependency>
......@@ -57,7 +57,7 @@
<artifactId>maven-checkstyle-plugin</artifactId>
<dependencies>
<dependency>
<groupId>com.xpn.xwiki</groupId>
<groupId>com.xpn.xwiki.platform</groupId>
<artifactId>xwiki-build-verifications</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
......
clean com.xpn.xwiki:xwiki-packager:import com.xpn.xwiki:xwiki-packager:export
clean com.xpn.xwiki.platform:xwiki-packager:import com.xpn.xwiki.platform:xwiki-packager:export
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>com.xpn.xwiki</groupId>
<groupId>com.xpn.xwiki.platform</groupId>
<artifactId>xwiki-backup-sample-basic-import-export</artifactId>
<packaging>pom</packaging>
<name>Maven XWiki Backup Plugin Basic Import/EXport Sample</name>
......@@ -9,7 +9,7 @@
<build>
<plugins>
<plugin>
<groupId>com.xpn.xwiki</groupId>
<groupId>com.xpn.xwiki.platform</groupId>
<artifactId>xwiki-packager</artifactId>
<dependencies>
<dependency>
......
......@@ -26,12 +26,12 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.xpn.xwiki</groupId>
<groupId>com.xpn.xwiki.platform</groupId>
<artifactId>xwiki</artifactId>
<version>1-SNAPSHOT</version>
</parent>
<artifactId>xwiki-tools</artifactId>
<name>XWiki Tools</name>
<name>XWiki Platform - Tools - Parent POM</name>
<version>1.0-SNAPSHOT</version>
<packaging>pom</packaging>
<description>XWiki Tools</description>
......@@ -44,9 +44,10 @@
<module>build-tools</module>
<module>packager</module>
</modules>
<!-- Note: Even though this repository is defined in the com.xpn.xwiki:xwiki module we still need
to define it here because if com.xpn.xwiki:xwiki is not in the local repository we want to
fetch it from the remote repo to provide a seamless build experience -->
<!-- Note: Even though this repository is defined in the com.xpn.xwiki.platform:xwiki module we
still need to define it here because if com.xpn.xwiki.platform:xwiki is not in the local
repository we want to fetch it from the remote repo to provide a seamless build experience
-->
<repositories>
<repository>
<id>xwiki</id>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment