summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Branson <andrew.branson@cern.ch>2013-01-15 16:55:40 +0100
committerAndrew Branson <andrew.branson@cern.ch>2013-01-15 16:55:40 +0100
commit475ce12f511ed4de57d3cc2e08eb801e7ab0614a (patch)
tree2f435b8c24d817188b8435cd32add9dea8be90e1
parent535fd87f16167b5d068cbb5879544fbc88014de6 (diff)
cristal. prefix on repo ids
-rw-r--r--.classpath1
-rw-r--r--pom.xml17
2 files changed, 13 insertions, 5 deletions
diff --git a/.classpath b/.classpath
index 347299e..78ece73 100644
--- a/.classpath
+++ b/.classpath
@@ -27,6 +27,5 @@
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
- <classpathentry combineaccessrules="false" kind="src" path="/cristal-xmldb"/>
<classpathentry kind="output" path="target/classes"/>
</classpath>
diff --git a/pom.xml b/pom.xml
index 74fcd05..057e5d1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,18 +26,18 @@
</build>
<distributionManagement>
<repository>
- <id>releases</id>
+ <id>cristal.releases</id>
<url>http://cristal.cccs.uwe.ac.uk:8081/nexus/content/repositories/releases</url>
</repository>
<snapshotRepository>
- <id>snapshots</id>
+ <id>cristal.snapshots</id>
<url>http://cristal.cccs.uwe.ac.uk:8081/nexus/content/repositories/snapshots</url>
</snapshotRepository>
</distributionManagement>
<repositories>
<repository>
- <id>releases</id>
+ <id>cristal.releases</id>
<name>CRISTAL Nexus Release Repository</name>
<url>http://cristal.cccs.uwe.ac.uk:8081/nexus/content/repositories/releases</url>
<releases>
@@ -48,7 +48,7 @@
</snapshots>
</repository>
<repository>
- <id>snapshots</id>
+ <id>cristal.snapshots</id>
<name>CRISTAL Nexus Snapshot Repository</name>
<url>http://cristal.cccs.uwe.ac.uk:8081/nexus/content/repositories/snapshots</url>
<releases>
@@ -71,6 +71,11 @@
<artifactId>cristal-gui</artifactId>
<version>2.3.3-SNAPSHOT</version>
</dependency>
+ <dependency>
+ <groupId>cristal</groupId>
+ <artifactId>xmldb</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ </dependency>
</dependencies>
</dependencyManagement>
<dependencies>
@@ -82,5 +87,9 @@
<groupId>cristal</groupId>
<artifactId>cristal-gui</artifactId>
</dependency>
+ <dependency>
+ <groupId>cristal</groupId>
+ <artifactId>xmldb</artifactId>
+ </dependency>
</dependencies>
</project> \ No newline at end of file