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