Hi,
if you want to copy all the necessary jars used by a Jena module
in a local ./lib directory here is what you can do.

For example, let's take Fuseki:

cd /tmp
svn co http://svn.apache.org/repos/asf/incubator/jena/Jena2/Fuseki/trunk/ fuseki
cd fuseki
mvn dependency:copy-dependencies -DoutputDirectory=lib
ls -la lib

Paolo

Reply via email to