diff options
| author | Andrew Branson <andrew.branson@cern.ch> | 2013-01-15 14:28:15 +0100 |
|---|---|---|
| committer | Andrew Branson <andrew.branson@cern.ch> | 2013-01-15 14:28:15 +0100 |
| commit | c98f26d7a3c0bca7d22742f14a31964ccba0afe7 (patch) | |
| tree | 437d3eda58c34cd35fa3fe36fb785b12a4a48020 /pom.xml | |
| parent | d5c7f3380db4f6cb9f80462883d97a6edfd68a98 (diff) | |
Import cleanup
Diffstat (limited to 'pom.xml')
| -rw-r--r-- | pom.xml | 146 |
1 files changed, 80 insertions, 66 deletions
@@ -1,11 +1,12 @@ -<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/xsd/maven-4.0.0.xsd">
- <modelVersion>4.0.0</modelVersion>
- <groupId>cristal</groupId>
- <artifactId>xmldb</artifactId>
- <version>0.0.1-SNAPSHOT</version>
- <name>cristal-xmldb</name>
- <description>CRISTAL Module</description>
- <build>
+<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/xsd/maven-4.0.0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>cristal</groupId>
+ <artifactId>xmldb</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ <name>cristal-xmldb</name>
+ <description>CRISTAL Module</description>
+ <build>
<resources>
<resource>
<directory>src/main/resources</directory>
@@ -23,65 +24,78 @@ </excludes>
</resource>
</resources>
+ <pluginManagement>
+ <plugins>
+ <plugin>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <version>2.3.2</version>
+ <configuration>
+ <source>1.6</source>
+ <target>1.6</target>
+ </configuration>
+ </plugin>
+ </plugins>
+ </pluginManagement>
+
</build>
<distributionManagement>
- <repository>
- <id>releases</id>
- <url>http://cristal.cccs.uwe.ac.uk:8081/nexus/content/repositories/releases</url>
- </repository>
- <snapshotRepository>
- <id>snapshots</id>
- <url>http://cristal.cccs.uwe.ac.uk:8081/nexus/content/repositories/snapshots</url>
- </snapshotRepository>
- </distributionManagement>
+ <repository>
+ <id>releases</id>
+ <url>http://cristal.cccs.uwe.ac.uk:8081/nexus/content/repositories/releases</url>
+ </repository>
+ <snapshotRepository>
+ <id>snapshots</id>
+ <url>http://cristal.cccs.uwe.ac.uk:8081/nexus/content/repositories/snapshots</url>
+ </snapshotRepository>
+ </distributionManagement>
- <repositories>
- <repository>
- <id>releases</id>
- <name>CRISTAL Nexus Release Repository</name>
- <url>http://cristal.cccs.uwe.ac.uk:8081/nexus/content/repositories/releases</url>
- <releases>
- <enabled>true</enabled>
- </releases>
- <snapshots>
- <enabled>false</enabled>
- </snapshots>
- </repository>
- <repository>
- <id>snapshots</id>
- <name>CRISTAL Nexus Snapshot Repository</name>
- <url>http://cristal.cccs.uwe.ac.uk:8081/nexus/content/repositories/snapshots</url>
- <releases>
- <enabled>false</enabled>
- </releases>
- <snapshots>
- <enabled>true</enabled>
- </snapshots>
- </repository>
- <repository>
- <id>public</id>
- <name>CRISTAL Nexus Public Repository</name>
- <url>http://cristal.cccs.uwe.ac.uk:8081/nexus/content/repositories/public</url>
- </repository>
- </repositories>
- <dependencyManagement>
- <dependencies>
- <dependency>
- <groupId>cristal</groupId>
- <artifactId>cristal-kernel</artifactId>
- <version>2.3.3-SNAPSHOT</version>
- </dependency>
- </dependencies>
- </dependencyManagement>
- <dependencies>
- <dependency>
- <groupId>cristal</groupId>
- <artifactId>cristal-kernel</artifactId>
- </dependency>
- <dependency>
- <groupId>org.exist-db</groupId>
- <artifactId>exist</artifactId>
- <version>1.4.3</version>
- </dependency>
- </dependencies>
+ <repositories>
+ <repository>
+ <id>releases</id>
+ <name>CRISTAL Nexus Release Repository</name>
+ <url>http://cristal.cccs.uwe.ac.uk:8081/nexus/content/repositories/releases</url>
+ <releases>
+ <enabled>true</enabled>
+ </releases>
+ <snapshots>
+ <enabled>false</enabled>
+ </snapshots>
+ </repository>
+ <repository>
+ <id>snapshots</id>
+ <name>CRISTAL Nexus Snapshot Repository</name>
+ <url>http://cristal.cccs.uwe.ac.uk:8081/nexus/content/repositories/snapshots</url>
+ <releases>
+ <enabled>false</enabled>
+ </releases>
+ <snapshots>
+ <enabled>true</enabled>
+ </snapshots>
+ </repository>
+ <repository>
+ <id>public</id>
+ <name>CRISTAL Nexus Public Repository</name>
+ <url>http://cristal.cccs.uwe.ac.uk:8081/nexus/content/repositories/public</url>
+ </repository>
+ </repositories>
+ <dependencyManagement>
+ <dependencies>
+ <dependency>
+ <groupId>cristal</groupId>
+ <artifactId>cristal-kernel</artifactId>
+ <version>2.3.3-SNAPSHOT</version>
+ </dependency>
+ </dependencies>
+ </dependencyManagement>
+ <dependencies>
+ <dependency>
+ <groupId>cristal</groupId>
+ <artifactId>cristal-kernel</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.exist-db</groupId>
+ <artifactId>exist</artifactId>
+ <version>1.4.3</version>
+ </dependency>
+ </dependencies>
</project>
\ No newline at end of file |
