Skip to content

Basic maven configuration

Wongiseng edited this page Oct 8, 2013 · 1 revision

##Maven Configuration 4.0.0 data2semantics Test 0.0.1-SNAPSHOT Test Machine Learning Platform

<repositories>
	<repository>
	  <id>ducktape-nexus</id>
	  <url>http://ducktape.wongiseng.com/nexus/content/repositories/snapshots</url>
	  </repository>
</repositories>

<dependencies>
    <dependency>
    <groupId>data2semantics</groupId>
    <artifactId>d2s-platform</artifactId>
    <version>0.0.1-SNAPSHOT</version>
    </dependency>
</dependencies>
</project>`
Clone this wiki locally