Re: maven 3rd party repos

2009-09-27 Thread Musachy Barroso
that sucks. I wonder when Sun will stop the nonsense with those jars licenses. This jar in specific I think it has like 3 or 4 interfaces in it, with a binary license, pretty annoying. musachy On Sat, Sep 26, 2009 at 11:18 AM, Antonio Petrelli wrote: >  2009/9/26 Musachy Barroso >> yeah the pro

Re: maven 3rd party repos

2009-09-26 Thread Antonio Petrelli
2009/9/26 Musachy Barroso > yeah the problem is that I wanted to add a spring + hibernate example > to the new showcase, and it needs that jar, which is then messed up. Then you can add it as a dependency in the pom. Probably the problem is more complex, since: * you have to include the package

Re: maven 3rd party repos

2009-09-26 Thread Musachy Barroso
yeah the problem is that I wanted to add a spring + hibernate example to the new showcase, and it needs that jar, which is then messed up. On Sat, Sep 26, 2009 at 1:17 AM, Antonio Petrelli wrote: > 2009/9/26 Musachy Barroso : >> do you mean this? >> >> http://maven.apache.org/guides/mini/guide-co

Re: maven 3rd party repos

2009-09-26 Thread Wes Wannemacher
Ya that's the one. I just always figure that people will have the jars in their .m2/repository already because quite a few projects use that convention. Plus if the dep is referred to that way it is pretty easy to find / install it. On 9/25/09, Musachy Barroso wrote: > do you mean this? > > htt

Re: maven 3rd party repos

2009-09-26 Thread Antonio Petrelli
2009/9/26 Musachy Barroso : > do you mean this? > > http://maven.apache.org/guides/mini/guide-coping-with-sun-jars.html > > I have no problem using it locally, but I need to add the Java.net > repo, which I think we cannot do for releases. Why not? Unless you are going to include this dependency i

Re: maven 3rd party repos

2009-09-25 Thread Musachy Barroso
been digging version out of the jar's manifest.mf > > unless theres another way to get the jar's version > ? > Martin Gainty > __ > Apply 'Standard Caveats' here > > > > >> Date: Fri, 25 Sep 200

RE: maven 3rd party repos

2009-09-25 Thread Martin Gainty
27;Standard Caveats' here > Date: Fri, 25 Sep 2009 17:20:17 -0700 > Subject: Re: maven 3rd party repos > From: musa...@gmail.com > To: dev@struts.apache.org > > do you mean this? > > http://maven.apache.org/guides/mini/guide-coping-with-sun-jars.html > &g

Re: maven 3rd party repos

2009-09-25 Thread Musachy Barroso
do you mean this? http://maven.apache.org/guides/mini/guide-coping-with-sun-jars.html I have no problem using it locally, but I need to add the Java.net repo, which I think we cannot do for releases. musachy On Fri, Sep 25, 2009 at 5:08 PM, Wes Wannemacher wrote: > Do a search for 'maven deali

Re: maven 3rd party repos

2009-09-25 Thread Wes Wannemacher
Do a search for 'maven dealing with sun jars' there is a convention for dealing with that one and almost all of the others. -Wes On 9/25/09, Musachy Barroso wrote: > I know we cannot link to external maven repos for releases. Does this > apply to sample apps? This...glorious...wonderful depende