[ANN] Maven Plugin Testing 1.3/2.1 Released

2012-09-27 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 ea

[ANN] Maven Surefire Plugin 2.12.4 Released

2012-09-27 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

[VOTE] Release Maven WAR Plugin version 2.3

2012-09-27 Thread Dennis Lundberg
Hi, We solved 7 issues: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11150&styleName=Html&version=18298 There are still a couple of issues left in JIRA: http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&pid=11150&status=1 Staging repo: https://repository.apache.org/con

Re: Current status of Sisu at Eclipse

2012-09-27 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 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 the move. > >

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

2012-09-27 Thread Chris Graham
Yes, thanks. You've send me back to the drawing board... -Chris Sent from my iPhone On 28/09/2012, at 12:23 AM, Sascha Vogt wrote: > First of all, thank you very much for the explanation. I wasn't aware of > that up to know. Will definitely look into a different solution. > Nevertheless I want

Re: Current status of Sisu at Eclipse

2012-09-27 Thread Stuart McCulloch
Just ran through all the Maven ITs with a local build of Maven3 patched to use Guice trunk, and all passed. Personally I'd still recommend Sisu-Guice though ;) PS. in the early days there was a minor API discrepancy relating to the getTypeConverterBindings method that was originally added in Sis

Re: Current status of Sisu at Eclipse

2012-09-27 Thread Olivier Lamy
2012/9/27 Stuart McCulloch : > On 27 Sep 2012, at 21:50, Olivier Lamy wrote: > >> 2012/9/27 Jason van Zyl : >>> >>> On Sep 27, 2012, at 4:33 PM, Olivier Lamy wrote: >>> Hi, Good news. > > * fix for a missing JarFile.close when scanning certain "file:" > classpath entri

Re: Current status of Sisu at Eclipse

2012-09-27 Thread Stuart McCulloch
On 27 Sep 2012, at 21:50, Olivier Lamy wrote: > 2012/9/27 Jason van Zyl : >> >> On Sep 27, 2012, at 4:33 PM, Olivier Lamy wrote: >> >>> Hi, >>> Good news. >>> * fix for a missing JarFile.close when scanning certain "file:" classpath entries * support for injecting the c

Re: Current status of Sisu at Eclipse

2012-09-27 Thread Stuart McCulloch
On 27 Sep 2012, at 21:33, Olivier Lamy wrote: > Hi, > Good news. > > 2012/9/27 Stuart McCulloch : >> 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 the move. > Yup a while. >> >> [ Sisu is a container b

Re: Current status of Sisu at Eclipse

2012-09-27 Thread Olivier Lamy
2012/9/27 Jason van Zyl : > > On Sep 27, 2012, at 4:33 PM, Olivier Lamy wrote: > >> Hi, >> Good news. >> >>> >>> * fix for a missing JarFile.close when scanning certain "file:" classpath >>> entries >>> * support for injecting the containing BundleContext when running inside >>> OSGi >>> *

Re: Current status of Sisu at Eclipse

2012-09-27 Thread Jason van Zyl
On Sep 27, 2012, at 4:33 PM, Olivier Lamy wrote: > Hi, > Good news. > >> >> * fix for a missing JarFile.close when scanning certain "file:" classpath >> entries >> * support for injecting the containing BundleContext when running inside >> OSGi >> * sisu-guice dependency bumped up to 3

Re: Current status of Sisu at Eclipse

2012-09-27 Thread Olivier Lamy
Hi, Good news. 2012/9/27 Stuart McCulloch : > 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 the move. Yup a while. > > [ Sisu is a container built on Guice that supports and extends JSR330, and > can mimic

Current status of Sisu at Eclipse

2012-09-27 Thread Stuart McCulloch
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 the move. [ Sisu is a container built on Guice that supports and extends JSR330, and can mimic Plexus - it's used by Maven3 runtime ] The initial code-contribution

[RESULT][VOTE] Release Maven Surefire version 2.12.4

2012-09-27 Thread Kristian Rosenvold
Hi, The vote has passed with the following result : +1 (binding): Olivier Lamy, Hervé Boutemy, Kristian Rosenvold +1 (non binding): Mirko Friedenhagen, Markku Saarela, Baptiste Mathus, Anders Hammar I will promote the artifacts to the central repo. Kristian -

[RESULT][VOTE] Release maven plugin testing 1.3 & 2.1 (Take 2)

2012-09-27 Thread Kristian Rosenvold
Hi, The vote has passed with the following result : +1 (binding): Olivier, Hervé, Mark and Kristian I will promote the artifacts to the central repo. Kristian - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For addi

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

2012-09-27 Thread Jörg Schaible
Sascha Vogt wrote: > First of all, thank you very much for the explanation. I wasn't aware of > that up to know. Will definitely look into a different solution. > Nevertheless I want to understand a bit more to evaluate possible ways > to go. > > Am 27.09.2012 16:06, schrieb Jörg Schaible: >>> Am

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

2012-09-27 Thread Sascha Vogt
First of all, thank you very much for the explanation. I wasn't aware of that up to know. Will definitely look into a different solution. Nevertheless I want to understand a bit more to evaluate possible ways to go. Am 27.09.2012 16:06, schrieb Jörg Schaible: >> Am 27.09.2012 15:07, schrieb Jörg S

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

2012-09-27 Thread Jörg Schaible
Sascha Vogt wrote: > Am 27.09.2012 15:07, schrieb Jörg Schaible: >> Sascha Vogt wrote: >>> I need to find out if the dependency is a Maven plugin. With Maven 2.x >>> one could check the type by comparing Artifact.getType() to >>> "maven-plugin". With Maven 3 this returns now "jar" instead of >>> "

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

2012-09-27 Thread Jörg Schaible
Chris Graham wrote: > Really? > > A plugin can not/should not use another plugin as a dep? > > So how is the archiver used? Extended? The archiver is not a plugin, it is a component that is used by a lot of plugins. - Jörg

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

2012-09-27 Thread Chris Graham
Really? A plugin can not/should not use another plugin as a dep? So how is the archiver used? Extended? -Chris, who is puzzled. Sent from my iPhone On 27/09/2012, at 11:07 PM, Jörg Schaible wrote: > Hi Sascha, > > Sascha Vogt wrote: > >> Hi all, >> >> I currently have a small issue with u

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

2012-09-27 Thread Sascha Vogt
Am 27.09.2012 15:07, schrieb Jörg Schaible: > Sascha Vogt wrote: >> I need to find out if the dependency is a Maven plugin. With Maven 2.x >> one could check the type by comparing Artifact.getType() to >> "maven-plugin". With Maven 3 this returns now "jar" instead of >> "maven-plugin". >> Is there

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

2012-09-27 Thread Jörg Schaible
Hi Sascha, Sascha Vogt wrote: > Hi all, > > I currently have a small issue with upgrading to Maven 3 and a custom > mojo I wrote. > > I need to find out if the dependency is a Maven plugin. With Maven 2.x > one could check the type by comparing Artifact.getType() to > "maven-plugin". With Maven

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

2012-09-27 Thread Sascha Vogt
Hi all, I currently have a small issue with upgrading to Maven 3 and a custom mojo I wrote. I need to find out if the dependency is a Maven plugin. With Maven 2.x one could check the type by comparing Artifact.getType() to "maven-plugin". With Maven 3 this returns now "jar" instead of "maven-plug

Re: mojo "configured or not"

2012-09-27 Thread Olivier Lamy
2012/9/26 Romain Manni-Bucau : > Hi guys, > > wonder if there is (otherwise it could be nice) to wrap injection in mojo > by a maven class which could give the information "this attribute was > explicitely configured". > > I know we can go back in the pom tree to get the information but something >

Re: Submit patch to maven-changes-plugin

2012-09-27 Thread Olivier Lamy
2012/9/26 Luca Tagliani : > Hi all, > facing some problems with the generation of the jira-report and > announcement, I made some modification to the code that I would share with > the development team. > I try to register to Jira, but I didn't made it... Did you read that: http://jira.codehaus.o