diff options
| author | Andrew Branson <andrew.branson@cern.ch> | 2013-01-15 14:37:31 +0100 |
|---|---|---|
| committer | Andrew Branson <andrew.branson@cern.ch> | 2013-01-15 14:37:31 +0100 |
| commit | 535fd87f16167b5d068cbb5879544fbc88014de6 (patch) | |
| tree | 0a965670df6777e95cbc48fa66522577258eff96 | |
| parent | dfb32dd8af3f59ad936a4055ed88bbce17105a6b (diff) | |
Fix Nexus port
| -rw-r--r-- | .classpath | 31 | ||||
| -rw-r--r-- | pom.xml | 4 |
2 files changed, 30 insertions, 5 deletions
@@ -1,7 +1,32 @@ <?xml version="1.0" encoding="UTF-8"?>
<classpath>
- <classpathentry excluding="**" including="**/*.java" kind="src" output="target/classes" path="src/main/resources"/>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
- <classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER"/>
+ <classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources">
+ <attributes>
+ <attribute name="maven.pomderived" value="true"/>
+ </attributes>
+ </classpathentry>
+ <classpathentry kind="src" output="target/classes" path="src/main/java">
+ <attributes>
+ <attribute name="optional" value="true"/>
+ <attribute name="maven.pomderived" value="true"/>
+ </attributes>
+ </classpathentry>
+ <classpathentry kind="src" output="target/test-classes" path="src/test/java">
+ <attributes>
+ <attribute name="optional" value="true"/>
+ <attribute name="maven.pomderived" value="true"/>
+ </attributes>
+ </classpathentry>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5">
+ <attributes>
+ <attribute name="maven.pomderived" value="true"/>
+ </attributes>
+ </classpathentry>
+ <classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
+ <attributes>
+ <attribute name="maven.pomderived" value="true"/>
+ </attributes>
+ </classpathentry>
+ <classpathentry combineaccessrules="false" kind="src" path="/cristal-xmldb"/>
<classpathentry kind="output" path="target/classes"/>
</classpath>
@@ -39,7 +39,7 @@ <repository>
<id>releases</id>
<name>CRISTAL Nexus Release Repository</name>
- <url>http://cristal.cccs.uwe.ac.uk:8180/nexus/content/repositories/releases</url>
+ <url>http://cristal.cccs.uwe.ac.uk:8081/nexus/content/repositories/releases</url>
<releases>
<enabled>true</enabled>
</releases>
@@ -50,7 +50,7 @@ <repository>
<id>snapshots</id>
<name>CRISTAL Nexus Snapshot Repository</name>
- <url>http://cristal.cccs.uwe.ac.uk:8180/nexus/content/repositories/snapshots</url>
+ <url>http://cristal.cccs.uwe.ac.uk:8081/nexus/content/repositories/snapshots</url>
<releases>
<enabled>false</enabled>
</releases>
|
