Skip to content

Commit

Permalink
updated poms
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerben authored and Gerben committed Aug 24, 2015
1 parent c3211d4 commit 9af5299
Show file tree
Hide file tree
Showing 6 changed files with 63 additions and 17 deletions.
7 changes: 6 additions & 1 deletion mustard-experiments/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,12 @@
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5">
<classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources">
<attributes>
<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/JavaSE-1.7">
<attributes>
<attribute name="maven.pomderived" value="true"/>
</attributes>
Expand Down
15 changes: 12 additions & 3 deletions mustard-experiments/pom.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
<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>dat2semantics</groupId>
<artifactId>mustard-experiments</artifactId>
<version>0.0.1-SNAPSHOT</version>
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>data2semantics</groupId>
<artifactId>mustard</artifactId>
<artifactId>mustard-kernels</artifactId>
<version>0.0.1-SNAPSHOT</version>
</dependency>
<dependency>
Expand Down Expand Up @@ -65,4 +69,9 @@
</plugins>

</build>
<parent>
<groupId>data2semantics</groupId>
<artifactId>mustard</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
</project>
12 changes: 11 additions & 1 deletion mustard-learners/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,17 @@
<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">
<classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources">
<attributes>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources">
<attributes>
<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/JavaSE-1.7">
<attributes>
<attribute name="maven.pomderived" value="true"/>
</attributes>
Expand Down
9 changes: 6 additions & 3 deletions mustard-learners/pom.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
<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>dat2semantics</groupId>
<artifactId>mustard-learners</artifactId>
<version>0.0.1-SNAPSHOT</version>
<dependencies>
<dependency>
<groupId>data2semantics</groupId>
<artifactId>mustard</artifactId>
<artifactId>mustard-kernels</artifactId>
<version>0.0.1-SNAPSHOT</version>
</dependency>
</dependencies>
<parent>
<groupId>data2semantics</groupId>
<version>0.0.1-SNAPSHOT</version>
<artifactId>mustard</artifactId>
</parent>
</project>
7 changes: 6 additions & 1 deletion mustard/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,12 @@
<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">
<classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources">
<attributes>
<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/JavaSE-1.7">
<attributes>
<attribute name="maven.pomderived" value="true"/>
</attributes>
Expand Down
30 changes: 22 additions & 8 deletions mustard/pom.xml
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
<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>data2semantics</groupId>
<artifactId>mustard</artifactId>
<version>0.0.1-SNAPSHOT</version>
<artifactId>mustard-kernels</artifactId>
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>data2semantics</groupId>
<artifactId>nodes</artifactId>
<version>0.0.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.openrdf.sesame</groupId>
<artifactId>sesame-runtime</artifactId>
Expand All @@ -25,5 +24,20 @@
<artifactId>slf4j-log4j12</artifactId>
<version>1.7.7</version>
</dependency>
<dependency>
<groupId>data2semantics</groupId>
<artifactId>nodes</artifactId>
<version>0.0.1-SNAPSHOT</version>
</dependency>
</dependencies>





<parent>
<groupId>data2semantics</groupId>
<artifactId>mustard</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
</project>

0 comments on commit 9af5299

Please sign in to comment.