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

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

git-svn-id: https://svn.xwiki.org/svnroot/xwiki/xwiki-platform/xwiki-tools/trunk@3695 f329d543-caf0-0310-9063-dda96c69346f
parent c92698a0
No related branches found
No related tags found
No related merge requests found
......@@ -22,37 +22,42 @@
*
-->
<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">
<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>
<parent>
<groupId>com.xpn.xwiki.platform</groupId>
<artifactId>xwiki-build-tools</artifactId>
<version>1.1-SNAPSHOT</version>
<groupId>com.xpn.xwiki</groupId>
<artifactId>xwiki</artifactId>
<version>1-SNAPSHOT</version>
</parent>
<artifactId>xwiki-build-xar-plugin</artifactId>
<name>XWiki Platform - Tools - Build - XAR Plugin</name>
<packaging>maven-plugin</packaging>
<description>XWiki Platform - Tools - Build - XAR Plugin</description>
<dependencies>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-plugin-api</artifactId>
<version>2.0</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-archiver</artifactId>
<version>2.2</version>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
<version>1.4</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-artifact</artifactId>
<version>2.0</version>
</dependency>
</dependencies>
<artifactId>xwiki-tools</artifactId>
<name>XWiki Tools</name>
<version>1.0-SNAPSHOT</version>
<packaging>pom</packaging>
<description>XWiki Tools</description>
<scm>
<connection>scm:svn:svn://svn.forge.objectweb.org/svnroot/xwiki/xwiki-tools/trunk</connection>
<developerConnection>scm:svn:svn+ssh://svn.forge.objectweb.org/svnroot/xwiki/xwiki-tools/trunk</developerConnection>
<url>http://svn.forge.objectweb.org/cgi-bin/viewcvs.cgi/xwiki/xwiki-tools/trunk</url>
</scm>
<modules>
<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 -->
<repositories>
<repository>
<id>xwiki</id>
<name>XWiki Maven2 Remote Repository</name>
<url>http://maven.xwiki.org</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>
</project>
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