Re: plugin-testing release for 3.1.1

2013-10-18 Thread Manfred Moser
Jason already applied my patches to master in svn. It just needs to be released/voted on by someone.. manfred > I believe there is github fork mirror here: > https://github.com/apache/maven-plugin-testing/tree/trunk > So you can certainly create a pull request. > > > On 17 October 2013 04:36, Man

Re: Programmatically adding dependencies to a MavenProject

2013-10-18 Thread Manfred Moser
> @Manfred We cannot extract the jar into target/classes because the compile > phase will not pick anything from target/classes but use that as output > only. (I didn't check that but It makes sense :) ) > > @Jorg I cannot let the user set the dependency "jar" in the pom. > 1° the extracted path i

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

2013-10-18 Thread Robert Scholte
Hi, The vote has passed with the following result: +1 (binding): Olivier Lamy, Robert Scholte, Hervé BOUTEMY +1 (non binding): Tony Chemit I will promote the artifacts to the central repo. Robert Op Mon, 14 Oct 2013 23:09:54 +0200 schreef Robert Scholte : Hi, since the same type of issu

Re: Programmatically adding dependencies to a MavenProject

2013-10-18 Thread Jörg Schaible
Hi Benoit, Benoit Billington wrote: > @Manfred We cannot extract the jar into target/classes because the compile > phase will not pick anything from target/classes but use that as output > only. (I didn't check that but It makes sense :) ) Try to extract the jar and "generated sources" add that

Re: Programmatically adding dependencies to a MavenProject

2013-10-18 Thread Benoit Billington
@Manfred We cannot extract the jar into target/classes because the compile phase will not pick anything from target/classes but use that as output only. (I didn't check that but It makes sense :) ) @Jorg I cannot let the user set the dependency "jar" in the pom. 1° the extracted path is different

Re: Maven compiler options

2013-10-18 Thread Olivier Lamy
On 18 October 2013 03:26, Arnaud Héritier wrote: > 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

Re: plugin-testing release for 3.1.1

2013-10-18 Thread Olivier Lamy
I believe there is github fork mirror here: https://github.com/apache/maven-plugin-testing/tree/trunk So you can certainly create a pull request. On 17 October 2013 04:36, Manfred Moser wrote: > Given its all in the git repo already.. do you want me to create a patch > for whatever is in svn the