Re: [VOTE] Release Maven Shade Plugin 1.3.3

2010-05-17 Thread Paul Merlin
+1 /Paul Le dimanche 16 mai 2010 15:34:01, Benjamin Bentmann a écrit : Hi, We solved 2 issues: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11540version=16 314 There are still a couple of issues left in JIRA:

Re: [VOTE] Release Maven Shade Plugin 1.3.3

2010-05-17 Thread Olivier Lamy
+1 2010/5/16 Benjamin Bentmann benjamin.bentm...@udo.edu: Hi, We solved 2 issues: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11540version=16314 There are still a couple of issues left in JIRA: http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=truepid=11540status=1

Re: [VOTE] Release Maven Shade Plugin 1.3.3

2010-05-17 Thread Stephen Connolly
+1 On 17 May 2010 08:10, Olivier Lamy ol...@apache.org wrote: +1 2010/5/16 Benjamin Bentmann benjamin.bentm...@udo.edu: Hi, We solved 2 issues: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11540version=16314 There are still a couple of issues left in JIRA:

IoC applied to build tools?

2010-05-17 Thread Rémy Sanlaville
Consider the following project: P1 m1 m2 m2.1 m2.2 m3 m3.1 m3.2 m3.3 --- pom.xml For testing, mocking, prototyping... we often want to be able to replace a set of modules/artifacts by new modules/artifacts: for

About Maven3 M2Eclipse Plug-in Versioning Problem

2010-05-17 Thread Barışcan Güngör
Hi, At first, thanks for your attention and time to read. In our enterprise applications we use MyEclipse 8.5 with M2Eclipse maven3 plug-in support. Before begining to use maven3, with maven2 we could specify a variable for the application version in the parent pom, so that in the child

How to get path to an installed pom?

2010-05-17 Thread Sergey Anchipolevsky
Hello, all. I'm not sure it's a proper place for this question. Please redirect me if it's not. Does anybody know, if it's possible to get the path to the .pom file accompanying installed primary project artifacts from the Maven API? My current solution is to replace the extension of a primary

Re: Build failed in Hudson: surefire » 1.5,ubuntu # 61

2010-05-17 Thread Stephen Connolly
Balls! FYI, I'm looking into this -Stephen On 17 May 2010 14:40, Hudson hud...@sonatype.org wrote: See http://grid.sonatype.org/ci/job/surefire/./jdk=1.5,label=ubuntu/61/changes Changes: [stephenc] [SUREFIRE-592] Tidy-up poms o Removing unused dependencies [stephenc]

Re: Build failed in Hudson: surefire » 1.5,ubuntu # 61

2010-05-17 Thread Stephen Connolly
Everything passed on my machine before I committed the change... I'll re-run again On 17 May 2010 14:48, Stephen Connolly stephen.alan.conno...@gmail.comwrote: Balls! FYI, I'm looking into this -Stephen On 17 May 2010 14:40, Hudson hud...@sonatype.org wrote: See

Re: About Maven3 M2Eclipse Plug-in Versioning Problem

2010-05-17 Thread Benjamin Bentmann
Barışcan Güngör wrote: Now the problem is in maven3 (m2eclipse) it gives a warning that says “version must be a constant instead of a variable”. A POM deployed to a repository must be self-contained in the way that all information required to process it (e.g. calculate the effective POM)

Re: About Maven3 M2Eclipse Plug-in Versioning Problem

2010-05-17 Thread Benjamin Bentmann
Barışcan Güngör wrote: [...] we could specify a variable for the application version in the parent pom, so that in the child poms we could able to specify the version by the same variable. That helps us saving our time for updating version number in each project upgrade and for reusability.

Re: [VOTE] Release Maven Shade Plugin 1.3.3

2010-05-17 Thread Arnaud Héritier
+1 Arnaud On May 16, 2010, at 3:34 PM, Benjamin Bentmann wrote: Hi, We solved 2 issues: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11540version=16314 There are still a couple of issues left in JIRA:

Re: About Maven3 M2Eclipse Plug-in Versioning Problem

2010-05-17 Thread Stephen Connolly
No worries... though I need to call a vote to get a 3.0-beta-1 compatible version published 2010/5/17 Benjamin Bentmann benjamin.bentm...@udo.edu Barışcan Güngör wrote: [...] we could specify a variable for the application version in the parent pom, so that in the child poms we could

Re: New PMC Member

2010-05-17 Thread Arnaud Héritier
Congratulations Paul ! Arnaud On May 14, 2010, at 11:34 PM, Brian Fox wrote: The Maven PMC recently voted to invite Paul Gier to join us as a member of the PMC Committee. He accepted and is now officially part of the Maven PMC. Congratulations Paul! If you'd like to read more about what

RE: About Maven3 M2Eclipse Plug-in Versioning Problem

2010-05-17 Thread Martin Gainty
//did you try setting the necessary properties in settings.xml or profiles.xml e.g.? profilesXml /profiles profile idappserverConfig/id properties version1.0/version /properties /profile /profiles activeProfiles

Re: Maven 3.0-beta-1 backwards compatibility issue with maven-resources-plugin

2010-05-17 Thread Benjamin Bentmann
Haroon Rafique wrote: resources resource directorysrc/main/resources/directory targetPath../${app.key}/targetPath filteringtrue/filtering /resource /resources [...] a) maven-3.0-beta-1 b) properties-maven-plugin in conjunction with maven-3.0-beta-1 This setup requires a questionable feature

Re: Maven 3.0-beta-1 backwards compatibility issue with maven-resources-plugin

2010-05-17 Thread Haroon Rafique
On Today at 4:19pm, BB=Benjamin Bentmann benjamin.bentm...@udo.edu wrote: BB Haroon Rafique wrote: BB BB resources BB resource BB directorysrc/main/resources/directory BB targetPath../${app.key}/targetPath BB filteringtrue/filtering BB /resource BB /resources BB [...] BB a)

Re: Maven 3.0-beta-1 backwards compatibility issue with maven-resources-plugin

2010-05-17 Thread Benjamin Bentmann
Haroon Rafique wrote: Anything else I can do? Sample project with POM in a JIRA? Thanks but we already have an integration test for the related issue MNG-3530. Benjamin - To unsubscribe, e-mail:

Re: Hudson build is back to normal : surefire » 1.5 ,ubuntu #63

2010-05-17 Thread Stephen Connolly
The grid had been left using the plugin-enforcer to tie the surefire version down to 2.4 For this build Benjamin changed maven back to stock 2.2.1 3.0-beta-1 works on my machines, but we (not me but somebody who works for sonatype) should add it to the grid -Stephen On 17 May 2010 15:56,

[VOTE] Release Maven jar plugin version 2.3.1

2010-05-17 Thread Kristian Rosenvold
Hi, We solved 2 issues: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11137version=16491 There are still a couple of issues left in JIRA:

[VOTE] Release Maven ear plugin version 2.4.2

2010-05-17 Thread Kristian Rosenvold
Hi, We solved 2 issues: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11132version=16465 There are still a couple of issues left in JIRA:

[VOTE] Release Maven install plugin version 2.3.1

2010-05-17 Thread Kristian Rosenvold
Hi, We solved 1 issue: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11136version=16459 There are still a couple of issues left in JIRA:

[VOTE] Release Maven Resources plugin version 2.4.3

2010-05-17 Thread Kristian Rosenvold
Hi, We solved 1 issue: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11145version=16471 There are still a couple of issues left in JIRA:

[VOTE] Release Maven Compiler plugin version 2.3.1

2010-05-17 Thread Kristian Rosenvold
Hi, We solved 1 issue: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11130version=16462 There are still a couple of issues left in JIRA:

[VOTE] Release Maven Source Plugin 2.1.2

2010-05-17 Thread Benjamin Bentmann
Hi, We solved 1 issues: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11147version=16467 There are still a couple of issues left in JIRA: http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=truepid=11147status=1 Staging repo:

Re: [VOTE] Release Maven jar plugin version 2.3.1

2010-05-17 Thread Stephen Connolly
+1 On 17 May 2010 23:58, Kristian Rosenvold kristian.rosenv...@gmail.comwrote: Hi, We solved 2 issues: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11137version=16491 There are still a couple of issues left in JIRA:

Re: [VOTE] Release Maven ear plugin version 2.4.2

2010-05-17 Thread Stephen Connolly
+1 On 17 May 2010 23:58, Kristian Rosenvold kristian.rosenv...@gmail.comwrote: Hi, We solved 2 issues: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11132version=16465 There are still a couple of issues left in JIRA:

Re: [VOTE] Release Maven install plugin version 2.3.1

2010-05-17 Thread Stephen Connolly
+1 On 17 May 2010 23:58, Kristian Rosenvold kristian.rosenv...@gmail.comwrote: Hi, We solved 1 issue: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11136version=16459 There are still a couple of issues left in JIRA:

Re: [VOTE] Release Maven Resources plugin version 2.4.3

2010-05-17 Thread Stephen Connolly
+1 On 17 May 2010 23:58, Kristian Rosenvold kristian.rosenv...@gmail.comwrote: Hi, We solved 1 issue: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11145version=16471 There are still a couple of issues left in JIRA:

Re: [VOTE] Release Maven Compiler plugin version 2.3.1

2010-05-17 Thread Stephen Connolly
+1 On 17 May 2010 23:59, Kristian Rosenvold kristian.rosenv...@gmail.comwrote: Hi, We solved 1 issue: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11130version=16462 There are still a couple of issues left in JIRA:

Re: [VOTE] Release Maven Source Plugin 2.1.2

2010-05-17 Thread Stephen Connolly
+1 On 17 May 2010 22:27, Benjamin Bentmann benjamin.bentm...@udo.edu wrote: Hi, We solved 1 issues: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11147version=16467 1 There are still a couple of issues left in JIRA:

Maven 3 versions of the plugins

2010-05-17 Thread Paul Benedict
Lots of plugins are up for vote to be @threadSafe with Maven 3. Does Maven 3 have any mechanism to reject plugins prior to the versions being released? What happens if someone uses a Maven 2 version? Paul - To unsubscribe,

RE: Maven 3 versions of the plugins

2010-05-17 Thread Martin Gainty
Hi Paul would a custom rule work? http://maven.apache.org/enforcer/enforcer-api/writing-a-custom-rule.html ? Martin Gainty __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist vertraulich. Sollten

Re: Maven 3 versions of the plugins

2010-05-17 Thread Paul Benedict
I actually want to recommend something more formal inside of Maven. It seems that some kind of rule should exist to force a minimum version. Paul 2010/5/17 Martin Gainty mgai...@hotmail.com: Hi Paul would a custom rule work?

Re: Maven 3 versions of the plugins

2010-05-17 Thread Arnaud Héritier
In m3 if you activate the // mode and you have a plugin which isn't marked as compatible you'll have a warning like that : [WARNING] * [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains

Build Error in Linux : Cannot find parent:

2010-05-17 Thread rakesh.chidurala
Hi all, Can any one help me I am getting the following error install: [artifact:pom] An error has occurred while processing the Maven artifact tasks. [artifact:pom] Diagnosis: [artifact:pom] [artifact:pom] Error building POM (may not be this project's POM). [artifact:pom] [artifact:pom]

RE: [VOTE] Release Maven install plugin version 2.3.1

2010-05-17 Thread Ludwig Magnusson
I don't have an official say in this but I recently submitted a patch for an issue I created that allows for a skip parameter to the install plugin. I assigned it to the 2.4 version (2.3.1 did not exist in jira at the time). Is it possible to add this patch or is it too much work? Check it out