Re: Current status of Sisu at Eclipse

2012-09-28 Thread Anders Hammar
I've filed MNG-5352 to monitor an upgrade in core to this new version of Sisu. /Anders On Thu, Sep 27, 2012 at 9:18 PM, Stuart McCulloch mccu...@gmail.com wrote: Hi folks, Just wanted to give an update regarding the status of http://eclipse.org/sisu/ as it's been a while(!) since we started

[VOTE] Release Maven WAR Plugin version 2.3

2012-09-28 Thread Dennis Lundberg
Hi, We solved 7 issues: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11150styleName=Htmlversion=18298 There are still a couple of issues left in JIRA: http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=truepid=11150status=1 Staging repo:

[ANN] Maven Surefire Plugin 2.12.4 Released

2012-09-28 Thread Kristian Rosenvold
The Maven team is pleased to announce the release of the Maven Surefire Plugin, version 2.12.4. This release includes the maven-surefire-plugin, which executes the unit tests of an application, the maven-surefire-report-plugin, which parses surefire/failsafe test results and renders them to DOXIA

[ANN] Maven Plugin Testing 1.3/2.1 Released

2012-09-28 Thread Kristian Rosenvold
The Maven team is pleased to announce the release of the Maven Plugin Testing, version 1.3 and 2.1 This release is Java7 compatible and updates all the dependencies of plugin-testing, especially easymock to version 2.5.2. Projects wishing to upgrade to this version will need to update their own

Re: How to find out if a dependency is a Maven plugin?

2012-09-28 Thread Sascha Vogt
Hey Chris, I'm sorry :( This was not my intention. See the other mail, we found a workaround ;) Greetings -Sascha- Am 28.09.2012 07:50, schrieb Chris Graham: Yes, thanks. You've send me back to the drawing board... On 28/09/2012, at 12:23 AM, Sascha Vogt sascha.v...@gmail.com wrote:

Re: How to find out if a dependency is a Maven plugin?

2012-09-28 Thread Sascha Vogt
Hi, Am 27.09.2012 18:42, schrieb Jörg Schaible: In M3 the plugins are no longer shared within the reactor i.e. each plugin is using its own classloader and can therefore have any arbitrary dependency. So if your plugin depends on another plugin, there should be no difference to any other

Re: How to find out if a dependency is a Maven plugin?

2012-09-28 Thread Jörg Schaible
Hi Sascha, Sascha Vogt wrote: Hi, Am 27.09.2012 18:42, schrieb Jörg Schaible: In M3 the plugins are no longer shared within the reactor i.e. each plugin is using its own classloader and can therefore have any arbitrary dependency. So if your plugin depends on another plugin, there should

Re: How to find out if a dependency is a Maven plugin?

2012-09-28 Thread Sascha Vogt
Am 28.09.2012 10:41, schrieb Jörg Schaible: You're aware that modern Maven plugins use now real annotations themselves? I've heard of it, but the last time I searched for it (a few months ago) did not yet find any documentation or even core plugins using that mechanism to see how it looks like or

Re: How to find out if a dependency is a Maven plugin?

2012-09-28 Thread Chris Graham
:-) hey, no stress. I'd rather find out sooner rather than later. What I had wanted to do was to make use of some code (not via a mojo; just treat it as a normal jar dependency; just like we would any other jar dep) that is contained in another plugin (both controlled by me). So do I have to

Re: [VOTE] Release Maven WAR Plugin version 2.3

2012-09-28 Thread Olivier Lamy
+1 2012/9/28 Dennis Lundberg denn...@apache.org: Hi, We solved 7 issues: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11150styleName=Htmlversion=18298 There are still a couple of issues left in JIRA:

PLXCOMP-1 and improving compiler-message parsing

2012-09-28 Thread John Casey
Hi everyone, There's a new patch to the plexus-compiler libraries which improves the parsing of the output messages, especially for annotation processing. Previously, a lot of non-error messages caused plexus-compiler (and thereby, Maven) to think a compilation error had occurred. The patch

Re: PLXCOMP-1 and improving compiler-message parsing

2012-09-28 Thread Mark Struberg
+1 Imo this comes hand in hand with moving maven-core to 1.6 as well and a version bump to mvn-3.2.0 or even mvn-3.5.0 We might create a documentation page about Strategies for targeting older Java versions which outlines the animal-sniffer, etc LieGrue, strub - Original Message -

Re: PLXCOMP-1 and improving compiler-message parsing

2012-09-28 Thread John Casey
On 9/28/12 12:08 PM, Mark Struberg wrote: +1 Imo this comes hand in hand with moving maven-core to 1.6 as well and a version bump to mvn-3.2.0 or even mvn-3.5.0 We might create a documentation page about Strategies for targeting older Java versions which outlines the animal-sniffer, etc

Re: How to find out if a dependency is a Maven plugin?

2012-09-28 Thread Hervé BOUTEMY
the documentation is here http://maven.apache.org/plugin-tools/maven-plugin- plugin/examples/using-annotations.html and a lot of plugins now use these annotations: http://jira.codehaus.org/browse/MPLUGIN-203 Regards, Hervé Le vendredi 28 septembre 2012 11:43:30 Sascha Vogt a écrit : Am

Re: [VOTE] Release Maven WAR Plugin version 2.3

2012-09-28 Thread Kristian Rosenvold
+1 2012/9/28 Olivier Lamy ol...@apache.org: +1 2012/9/28 Dennis Lundberg denn...@apache.org: Hi, We solved 7 issues: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11150styleName=Htmlversion=18298 There are still a couple of issues left in JIRA:

Re: [VOTE] Release Maven WAR Plugin version 2.3

2012-09-28 Thread Mark Struberg
+1 LieGrue, strub - Original Message - From: Kristian Rosenvold kristian.rosenv...@gmail.com To: Maven Developers List dev@maven.apache.org Cc: Sent: Friday, September 28, 2012 10:11 PM Subject: Re: [VOTE] Release Maven WAR Plugin version 2.3 +1 2012/9/28 Olivier Lamy

Re: Build failed in Jenkins: maven-plugins-ITs-m2 #790

2012-09-28 Thread Dennis Lundberg
Hi I had a look at why the Javadoc Plugin has started failing. At first it seemed weird since there had been no code changes, but then it hit me that a new version of said plugin had just been released, and therefor a new site had been published. After some digging I found out the reason for the

Re: Build failed in Jenkins: maven-plugins-ITs-m2 #790

2012-09-28 Thread Benson Margulies
On Fri, Sep 28, 2012 at 6:06 PM, Dennis Lundberg denn...@apache.org wrote: Hi I had a look at why the Javadoc Plugin has started failing. At first it seemed weird since there had been no code changes, but then it hit me that a new version of said plugin had just been released, and therefor a

Programmatically query maven repository (obscure question)

2012-09-28 Thread marc.blomquist
I put my question on stackoverflow, but then found this forum. http://stackoverflow.com/questions/12648444/maven-plugin-programmatically-query-maven-repository http://stackoverflow.com/questions/12648444/maven-plugin-programmatically-query-maven-repository Anyone know where I can get info to

Re: Build failed in Jenkins: maven-plugins-ITs-m2 #790

2012-09-28 Thread Benson Margulies
I captured the three command-arg files from 2.8 and 2.9, and compared them. Here's the only difference. It looks to me as if this is a difference at Oracle, and that the utils need to change to tolerate that blank line. 20c20 'http://download.oracle.com/javase/1.5.0/docs/api'

Re: Build failed in Jenkins: maven-plugins-ITs-m2 #790

2012-09-28 Thread Hervé BOUTEMY
thanks Denis for the analysis I think the culprit is http://jira.codehaus.org/browse/MPLUGIN-227 and javadoc plugin is just intolerant at this case where there is some code in unnamed package: not a regression, just a case that wasn't seen in real world before the bug in plugin tools I just

Re: Reverted commit in changelog-plugin

2012-09-28 Thread Hervé BOUTEMY
no problem, svn can revert such things easily too (even if I had to look at the doc since I don't do such things everyday) I should have tested before commit and found this stupid typo I did thanks Hervé Le vendredi 28 septembre 2012 21:15:54 Kristian Rosenvold a écrit : Hervé; In an