Re: How to run jar dependent on maven repo jars? How to extract dependent jars into folder to include in classpath?

2015-05-11 Thread Mark Eggers
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 5/11/2015 12:46 PM, Richard Catlin wrote: I built a jar using a pom. The jar depends on jars in the maven repository. How do I run my jar and include the jars in the maven repository in the classpath? If it possible to extract all the

Re: How to run jar dependent on maven repo jars? How to extract dependent jars into folder to include in classpath?

2015-05-11 Thread Anders Hammar
There is also the app assembly maven plugin: http://mojo.codehaus.org/appassembler/appassembler-maven-plugin/ /Anders On Mon, May 11, 2015 at 10:08 PM, Mark Eggers its_toas...@yahoo.com.invalid wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 5/11/2015 12:46 PM, Richard Catlin

How to run jar dependent on maven repo jars? How to extract dependent jars into folder to include in classpath?

2015-05-11 Thread Richard Catlin
I built a jar using a pom. The jar depends on jars in the maven repository. How do I run my jar and include the jars in the maven repository in the classpath? If it possible to extract all the dependent jars into a /lib directory that I can add to my classpath at runtime? Thanks. Richard