diff options
| -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>
|
