Re: Creating a JAR with dependencies

2009-11-04 Thread Jesse Farinacci
A-ha! Ok, glad to hear you figured it out. :-) On Wed, Nov 4, 2009 at 9:30 AM, maven_newbie99 wrote: > > Please forget about my last post. > > I have had, for some copy/paste reason, the following lines in my .pom: > >  org.apache.maven.plugins >  maven-dependency-plugin >  2.1 > > > which caus

Re: Creating a JAR with dependencies

2009-11-04 Thread maven_newbie99
--- >> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org >> For additional commands, e-mail: users-h...@maven.apache.org >> >> >> > > -- View this message in context: http://old.nabble.com/Creating-a-JAR-

Re: Creating a JAR with dependencies

2009-11-04 Thread maven_newbie99
gt; > -- View this message in context: http://old.nabble.com/Creating-a-JAR-with-dependencies-tp26195103p26196655.html Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-ma

Re: Creating a JAR with dependencies

2009-11-04 Thread Jesse Farinacci
Hi Frank, On Wed, Nov 4, 2009 at 7:09 AM, maven_newbie99 wrote: > > second: is it possible not to include the whole dependent JARs but only > those classes within my dependencies that I really use in my code? Try http://mojo.codehaus.org/minijar-maven-plugin/ -- There are 10 types of people in

Creating a JAR with dependencies

2009-11-04 Thread maven_newbie99
bout 11MB large, however I use only a tiny portion of my dependencies. Thanks a lot for any help! -- View this message in context: http://old.nabble.com/Creating-a-JAR-with-dependencies-tp26195103p26195103.html Sent from the Maven - Users mailing list archiv