RE: maven jar versus ant jar

2015-09-02 Thread Magnanao, Hector
:17 AM To: Maven Users List Subject: Re: maven jar versus ant jar Hi Hector: Could you describe in very precise terms how you “installed it locally”? That might help us understand the problem. And perhaps you’ve already mentioned it, but what kind of jar file are you actually building? What

Re: maven jar versus ant jar

2015-09-02 Thread Ron Wheeler
maven jar versus ant jar You can unpack the jar files to see what they include. This should help you to find out what they makes fat or slimmer as the other one. HTH Tobias Am 01.09.2015 um 22:29 schrieb Magnanao, Hector: I was finally able to build my snapshot jar using maven after goin

Re: maven jar versus ant jar

2015-09-02 Thread Greg Trasuk
lares it as a dependency. Do I need to > clean up my .m2 directory to start fresh ? > > -Original Message- > From: Wayne Fay [mailto:wayne...@gmail.com] > Sent: Tuesday, September 01, 2015 5:31 PM > To: Maven Users List > Subject: Re: maven jar versus ant jar > >

RE: maven jar versus ant jar

2015-09-02 Thread Magnanao, Hector
al Message- From: Wayne Fay [mailto:wayne...@gmail.com] Sent: Tuesday, September 01, 2015 5:31 PM To: Maven Users List Subject: Re: maven jar versus ant jar Try "mvn clean" first to be sure you didn't accidentally put the contents of that jar file in target/ and forget about

Re: maven jar versus ant jar

2015-09-01 Thread Wayne Fay
Greg T. sent you this reply a few days back when you asked this question previously: > jar tvf abc.jar That is (still) the answer to your question. Wayne On Tue, Sep 1, 2015 at 3:29 PM, Magnanao, Hector wrote: > I was finally able to build my snapshot jar using maven

Re: maven jar versus ant jar

2015-09-01 Thread Wayne Fay
ompile but now it's being included in the build itself. So how do I > exclude it when I do a mvn package ? > > -Original Message- > From: Tobias Hochgürtel [mailto:tobias.hochguer...@googlemail.com] > Sent: Tuesday, September 01, 2015 3:35 PM > To: Maven Users List >

maven jar versus ant jar

2015-09-01 Thread Magnanao, Hector
I was finally able to build my snapshot jar using maven after going thru all the missing dependencies. But what I noticed is that the maven jar is much larger than my ant jar. Can anybody tell me why this is so ? Should they be different in sizes after converting the build to maven ? what

RE: maven jar versus ant jar

2015-09-01 Thread Magnanao, Hector
: Tobias Hochgürtel [mailto:tobias.hochguer...@googlemail.com] Sent: Tuesday, September 01, 2015 3:35 PM To: Maven Users List Subject: Re: maven jar versus ant jar You can unpack the jar files to see what they include. This should help you to find out what they makes fat or slimmer as the other one

Re: maven jar versus ant jar

2015-09-01 Thread Tobias Hochgürtel
You can unpack the jar files to see what they include. This should help you to find out what they makes fat or slimmer as the other one. HTH Tobias Am 01.09.2015 um 22:29 schrieb Magnanao, Hector: > I was finally able to build my snapshot jar using maven after going thru all > the missing