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
> @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
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
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
@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
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
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