Add Jena tools to home project
This commit is contained in:
parent
1bc1f68548
commit
bfa46ef9fe
2 changed files with 23 additions and 0 deletions
13
home/pom.xml
13
home/pom.xml
|
@ -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>
|
||||
|
|
|
@ -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>
|
Loading…
Add table
Reference in a new issue