Release of poms parent

2012-07-30 Thread Olivier Lamy
Hi, In order to release plugins, I'd like to release parent poms (asf, maven and plugins). No objections ? Thanks, -- Olivier Lamy Talend: http://coders.talend.com http://twitter.com/olamy | http://linkedin.com/in/olamy - To

Re: [VOTE] Release Maven Surefire Plugin version 2.12.1

2012-07-30 Thread abhijith tn
+1 On Sun, Jul 29, 2012 at 10:45 PM, Kristian Rosenvold kristian.rosenv...@gmail.com wrote: Hi, This is a bugfix release. We solved a few issues: Bug [SUREFIRE-659] - Maven PDF plugin:showSuccess=false creates empty table causing error [SUREFIRE-825] - NPE in

Updating dependencies on Maven 2.x to Maven 3.x in plugins?

2012-07-30 Thread Stanislav Ochotnicky
Hi everyone, I am wondering what is general feeling about updating maven plugins from depending on Maven 2.x artifacts to their Maven 3.x counterparts. I am aware not all m2 artifacts have equivalents in m3 (i.e. maven-project, maven-artifact-manager and few others). Things have moved around

Re: Re : Release of poms parent

2012-07-30 Thread Olivier Lamy
2012/7/30 herve.bout...@free.fr herve.bout...@free.fr: I wanted to release mpir first (M3 compatible) as it currently depends on parent snapshot, it's probably a chicken and egg release issue :-). BTW no problem to wait mpir first. Envoyé depuis mon mobile - Reply message - De :

Re: MDEP-339 and MPIR-237

2012-07-30 Thread Olivier Lamy
tested dependency:tree. Works fine. Nice job ! 2012/7/24 Hervé BOUTEMY herve.bout...@free.fr: I think I finally fixed MDEP-339 and MPIR-237: these plugins should now be fully Maven 2 and Maven 3 compatible. AFAIK, m-project-info-reports-p is the last plugin that was causing trouble to

Re: [VOTE] Release Maven Surefire Plugin version 2.12.1

2012-07-30 Thread Olivier Lamy
+1 2012/7/29 Kristian Rosenvold kristian.rosenv...@gmail.com: Hi, This is a bugfix release. We solved a few issues: Bug [SUREFIRE-659] - Maven PDF plugin:showSuccess=false creates empty table causing error [SUREFIRE-825] - NPE in JUnit4TestChecker if org.junit.runner.RunWith

Re: [VOTE] Release Maven Surefire Plugin version 2.12.1

2012-07-30 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: Sunday, July 29, 2012 10:45 PM Subject: [VOTE] Release Maven Surefire Plugin version 2.12.1 Hi, This is a bugfix release.

Re: Updating dependencies on Maven 2.x to Maven 3.x in plugins?

2012-07-30 Thread Chris Graham
I work with a lot of older (sometimes out of service software [customers pay a fortune but are prepared to live with it]) so I'm generally a fan of the lowest common denominator. What do you hope to achieve by the? Are there any specific outstanding issues that need this change to solve?

Re: Updating dependencies on Maven 2.x to Maven 3.x in plugins?

2012-07-30 Thread Stephen Connolly
The only reason to do this from my PoV is if the plugin requires features only available in Maven 3. There are still a significant number of users who use Maven 2.2.1, yeah I would love to get them to jump up to 3.0.4, but I acknowledge that is something that may be beyond their control. Forcing

Re: Updating dependencies on Maven 2.x to Maven 3.x in plugins?

2012-07-30 Thread Jason van Zyl
On Jul 30, 2012, at 10:10 AM, Stephen Connolly wrote: The only reason to do this from my PoV is if the plugin requires features only available in Maven 3. There are still a significant number of users who use Maven 2.2.1, yeah I would love to get them to jump up to 3.0.4, but I acknowledge

[VOTE] Apache Maven Indexer 4.1.3

2012-07-30 Thread Olivier Lamy
Hi, I'd like to release Maven Indexer 4.1.3. We fixed 7 issues: https://jira.codehaus.org/browse/MINDEXER/fixforversion/17843 Staging repository: https://repository.apache.org/content/repositories/maven-097/ Staging site: http://maven.apache.org/maven-indexer-4.1.3/ (wait sync) Vote open for

Re: [VOTE] Apache Maven Indexer 4.1.3

2012-07-30 Thread Milos Kleint
any chance of getting https://jira.codehaus.org/browse/MINDEXER-52 done or scheduled? this is both causing problems for clients and is a resource hog as each repository will consume one thread. apart from that I'll try testing with netbeans later this week. Milos On Mon, Jul 30, 2012 at 7:04

Re: [VOTE] Release Maven Surefire Plugin version 2.12.1

2012-07-30 Thread Milos Kleint
-1 surefire 1.12.1 + testng 6.5.2 or 6.7: mvn -Dtest=test.mavenproject2.AppNGTest#testMain,test.mavenproject2.AppNGTest#testMain2 test doesn't work (no tests run), even though running just 1 test method will succeed. surefire 1.12.1 + junit 4.10: mvn

Re: [VOTE] Apache Maven Indexer 4.1.3

2012-07-30 Thread Olivier Lamy
I didn't investigate on that. My main concern is the lucene 3.6.x compatibilty (for performance reason). 2012/7/30 Milos Kleint mkle...@gmail.com: any chance of getting https://jira.codehaus.org/browse/MINDEXER-52 done or scheduled? this is both causing problems for clients and is a resource

Re: [VOTE] Release Maven Surefire Plugin version 2.12.1

2012-07-30 Thread Kristian Rosenvold
There is an integration test (TestMultipleMethodsIT) that runs the project located at SVN in https://svn.apache.org/repos/asf/maven/surefire/trunk/surefire-integration-tests/src/test/resources/junit48-multiple-methods

How to set up an IT repo ?

2012-07-30 Thread Kristian Rosenvold
Surefire currently has a bunch of test projects at https://svn.apache.org/repos/asf/maven/surefire/trunk/surefire-integration-tests/src/test/resources It uses the maven-invoker-plugin to create a local repository (module surefire-setup-integration-tests), but unfortunately all the IT's have to

Re: How to set up an IT repo ?

2012-07-30 Thread Stephen Connolly
mrm-maven-plugin @ mojo On 30 July 2012 21:12, Kristian Rosenvold kristian.rosenv...@gmail.comwrote: Surefire currently has a bunch of test projects at https://svn.apache.org/repos/asf/maven/surefire/trunk/surefire-integration-tests/src/test/resources It uses the maven-invoker-plugin to

Re: How to set up an IT repo ?

2012-07-30 Thread Stephen Connolly
See the versions-maven-plugin for examples of use On 30 July 2012 21:16, Stephen Connolly stephen.alan.conno...@gmail.comwrote: mrm-maven-plugin @ mojo On 30 July 2012 21:12, Kristian Rosenvold kristian.rosenv...@gmail.comwrote: Surefire currently has a bunch of test projects at

[VOTE] Release Maven Dependency Tree 2.0 + Maven Project Info Reports Plugin 2.5 + Maven Dependency Plugin 2.5

2012-07-30 Thread Hervé BOUTEMY
Hi, We solved 2 + 7 + 6 issues: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11761styleName=Htmlversion=14540 http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11142styleName=Htmlversion=17369

[VOTE] Release Maven Stylus Skin version 1.5

2012-07-30 Thread Hervé BOUTEMY
Hi, We solved 4 issues: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11430styleName=Htmlversion=18379 There are still a couple of issues left in JIRA: http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=truepid=11430status=1 Staging repo:

Re: [VOTE] Release Maven Surefire Plugin version 2.12.1

2012-07-30 Thread Hervé BOUTEMY
+1 Hervé Le dimanche 29 juillet 2012 22:45:34 Kristian Rosenvold a écrit : Hi, This is a bugfix release. We solved a few issues: Bug [SUREFIRE-659] - Maven PDF plugin:showSuccess=false creates empty table causing error [SUREFIRE-825] - NPE in JUnit4TestChecker if

Re: [VOTE] Release Maven Dependency Tree 2.0 + Maven Project Info Reports Plugin 2.5 + Maven Dependency Plugin 2.5

2012-07-30 Thread Christian Schulte
-1 (unbinding) The dependency plugin still contains 'System.out.println' statements. Am 07/30/12 22:50, schrieb Hervé BOUTEMY: Hi, We solved 2 + 7 + 6 issues: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11761styleName=Htmlversion=14540

Re: [VOTE] Release Maven Dependency Tree 2.0 + Maven Project Info Reports Plugin 2.5 + Maven Dependency Plugin 2.5

2012-07-30 Thread Joseph Walton
I've filed MDEP-361 and MDEP-362 against the new dependency:tree implementation. It'd be nice to see them resolved before a final release. On 31/07/12 07:34, Christian Schulte wrote: -1 (unbinding) The dependency plugin still contains 'System.out.println' statements. Am 07/30/12 22:50,

Re: [VOTE] Release Maven Dependency Tree 2.0 + Maven Project Info Reports Plugin 2.5 + Maven Dependency Plugin 2.5

2012-07-30 Thread Hervé BOUTEMY
please open a Jira issue with traces of the problem Regards, Hervé Le lundi 30 juillet 2012 23:34:29 Christian Schulte a écrit : -1 (unbinding) The dependency plugin still contains 'System.out.println' statements. Am 07/30/12 22:50, schrieb Hervé BOUTEMY: Hi, We solved 2 + 7 + 6

[CANCELLED] Re: [VOTE] Release Maven Dependency Tree 2.0 + Maven Project Info Reports Plugin 2.5 + Maven Dependency Plugin 2.5

2012-07-30 Thread Hervé BOUTEMY
grrr :( I'll need to work on it tonight I asked for tests a week ago just to avoid such late reports :/ Please continue to report problems on what is now a RC so the next vote won't show such problems Regards, Hervé Le mardi 31 juillet 2012 10:02:42 Joseph Walton a écrit : I've filed