Add Jena tools to home project

This commit is contained in:
Graham Triggs 2017-03-29 22:14:19 +01:00
parent 1bc1f68548
commit bfa46ef9fe
2 changed files with 23 additions and 0 deletions

View file

@ -64,4 +64,17 @@
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>org.vivoweb</groupId>
<artifactId>jena2tools</artifactId>
<version>1.0</version>
</dependency>
<dependency>
<groupId>org.vivoweb</groupId>
<artifactId>jena3tools</artifactId>
<version>1.0</version>
</dependency>
</dependencies>
</project>

View file

@ -30,4 +30,14 @@
</includes>
</fileSet -->
</fileSets>
<dependencySets>
<dependencySet>
<includes>
<include>org.vivoweb:jena2tools:jar:*</include>
<include>org.vivoweb:jena3tools:jar:*</include>
</includes>
<outputDirectory>bin</outputDirectory>
<outputFileNameMapping>${artifact.artifactId}.${artifact.extension}</outputFileNameMapping>
</dependencySet>
</dependencySets>
</assembly>