Re: [VOTE] Release Apache Maven Install Plugin version 2.5.1 and Apache Maven Deploy Plugin version 2.8.1

2013-10-17 Thread Tony Chemit
On Mon, 14 Oct 2013 23:09:54 +0200 "Robert Scholte" wrote: worrks fine to me 2 * +1, thanks, tony. > Hi, > > since the same type of issues have been fixed for both the Apache Maven > Install Plugin and Apache Maven Deploy Plugin, I've decided to stage both > plugins at once. > > We solve

Re: Programmatically adding dependencies to a MavenProject

2013-10-17 Thread Jörg Schaible
Manfred Moser wrote: >> Benoit Billington wrote: >> >>> I'm facing this problem too. >>> >>> Android has created a new format for its libraries called Android >>> Archive >>> (.aar) >>> >>> This format described here: >>> http://tools.android.com/tech-docs/new-build-system/aar-format contains >>>

Re: [VOTE] Release Apache Maven Install Plugin version 2.5.1 and Apache Maven Deploy Plugin version 2.8.1

2013-10-17 Thread Hervé BOUTEMY
+1 *2 Regards, Hervé Le lundi 14 octobre 2013 23:09:54 Robert Scholte a écrit : > Hi, > > since the same type of issues have been fixed for both the Apache Maven > Install Plugin and Apache Maven Deploy Plugin, I've decided to stage both > plugins at once. > > We solved 2x2 issues: > MINSTALL:

Re: [VOTE] Release Apache Maven Install Plugin version 2.5.1 and Apache Maven Deploy Plugin version 2.8.1

2013-10-17 Thread Robert Scholte
My 2* +1 Robert Op Mon, 14 Oct 2013 23:09:54 +0200 schreef Robert Scholte : Hi, since the same type of issues have been fixed for both the Apache Maven Install Plugin and Apache Maven Deploy Plugin, I've decided to stage both plugins at once. We solved 2x2 issues: MINSTALL: http://

Maven compiler options

2013-10-17 Thread Arnaud Héritier
Hi, Today in my build I had the well known warning : [WARNING] x.java: x.java uses unchecked or unsafe operations. [WARNING] x.java: Recompile with -Xlint:unchecked for details. Thus I updated my compiler plugin with org.apache.maven.plugins

Re: Programmatically adding dependencies to a MavenProject

2013-10-17 Thread Manfred Moser
> Benoit Billington wrote: > >> I'm facing this problem too. >> >> Android has created a new format for its libraries called Android >> Archive >> (.aar) >> >> This format described here: >> http://tools.android.com/tech-docs/new-build-system/aar-format contains >> a >> "/classes.jar" >> >> How wou

Re: Programmatically adding dependencies to a MavenProject

2013-10-17 Thread Jörg Schaible
Benoit Billington wrote: > I'm facing this problem too. > > Android has created a new format for its libraries called Android Archive > (.aar) > > This format described here: > http://tools.android.com/tech-docs/new-build-system/aar-format contains a > "/classes.jar" > > How would I be able to

Re: Programmatically adding dependencies to a MavenProject

2013-10-17 Thread Benoit Billington
I'm facing this problem too. Android has created a new format for its libraries called Android Archive (.aar) This format described here: http://tools.android.com/tech-docs/new-build-system/aar-format contains a "/classes.jar" How would I be able to add that classes.jar into my classpath before