Re: Problems running with commons ant plugin with maven3

2009-10-16 Thread Niall Pemberton
On Fri, Oct 16, 2009 at 10:13 PM, Olivier Lamy wrote: > Hi, > Plexus 1.4.0-SNAPSHOT is here : > https://svn.codehaus.org/plexus/plexus-containers/branches/plexus-containers-1.x/. Thanks Olivier that sorted out my maven-3 build problem - but I still get a failure in my ant plugin. I created an bug

Re: Problems running with commons ant plugin with maven3

2009-10-16 Thread Olivier Lamy
Hi, Plexus 1.4.0-SNAPSHOT is here : https://svn.codehaus.org/plexus/plexus-containers/branches/plexus-containers-1.x/. Or you can add this repository [1] in your settings -- Olivier [1] http://repository.sonatype.org/content/groups/forge/ 2009/10/16 Niall Pemberton : > I checked out and built m

Problems running with commons ant plugin with maven3

2009-10-16 Thread Niall Pemberton
I checked out and built maven3 (after reverting the plexus version from 1.4.0-SNAPSHOT to 1.3.0) and tried to run the commons-build-plugin[1] (which is an Ant plugin) and it failed (some of the output with -X shown below) So I thought this might be caused by me reverting the plexus version. So I c

Re: fetching latest release of an artifact

2009-10-16 Thread Stephen Connolly
2009/10/16 Benjamin Bentmann > Stephen Connolly wrote: > > maven-deploy-plugin updates the metadata whenever there is a deploy... >> e.g. >> >> it sets the /metadata/versioning/latest to the version that is has just >> deployed. and if the version is not a SNAPSHOT, it sets the >> /metadata/ver

Re: fetching latest release of an artifact

2009-10-16 Thread Stephen Connolly
2009/10/16 Peter Janes > On 16/10/09 11:45 AM, Stephen Connolly wrote: > >> 2009/10/16 Peter Janes >> >> On 15/10/09 05:45 AM, Stephen Connolly wrote: >>> >>> These are very dangerous versions to suggest use of. >>> >>> ...but there *are* use cases for them. >>> >> >> When your use case re

Re: fetching latest release of an artifact

2009-10-16 Thread Paul Gier
Stephen Connolly wrote: 2009/10/16 Peter Janes On 15/10/09 05:45 AM, Stephen Connolly wrote: These are very dangerous versions to suggest use of. ...but there *are* use cases for them. When your use case results in a completely unpredictable build... no thank you. For dependencies, use

Re: fetching latest release of an artifact

2009-10-16 Thread Stephen Connolly
2009/10/16 Peter Janes > On 16/10/09 11:47 AM, Stephen Connolly wrote: > >> 2009/10/16 Peter Janes >> >> However, I'm not aware of any released version of Maven or any plugin >>> that >>> actually treats dependencies this way; Mercury, tested through >>> versions-maven-plugin, doesn't appear to

Re: fetching latest release of an artifact

2009-10-16 Thread Peter Janes
On 16/10/09 11:45 AM, Stephen Connolly wrote: 2009/10/16 Peter Janes On 15/10/09 05:45 AM, Stephen Connolly wrote: These are very dangerous versions to suggest use of. ...but there *are* use cases for them. When your use case results in a completely unpredictable build... no thank you. F

Re: fetching latest release of an artifact

2009-10-16 Thread Peter Janes
On 16/10/09 11:47 AM, Stephen Connolly wrote: 2009/10/16 Peter Janes However, I'm not aware of any released version of Maven or any plugin that actually treats dependencies this way; Mercury, tested through versions-maven-plugin, doesn't appear to either. (But I'd love to be proven wrong!)

Re: fetching latest release of an artifact

2009-10-16 Thread Benjamin Bentmann
Stephen Connolly wrote: maven-deploy-plugin updates the metadata whenever there is a deploy... e.g. it sets the /metadata/versioning/latest to the version that is has just deployed. and if the version is not a SNAPSHOT, it sets the /metadata/versioning/release as well. Actually, it's a littl

Re: fetching latest release of an artifact

2009-10-16 Thread Stephen Connolly
2009/10/16 Stephen Connolly > 2009/10/16 Peter Janes > >> However, I'm not aware of any released version of Maven or any plugin >> that actually treats dependencies this way; Mercury, tested through >> versions-maven-plugin, doesn't appear to either. (But I'd love to be proven >> wrong!) >> >

Re: Building m2 guide needs to be updated for new maven-3 location

2009-10-16 Thread Benjamin Bentmann
Niall Pemberton wrote: The building m2 guide is out of date for maven-3[1] since it moved[2] location in the repository Patch applies, thanks, but for the future, please fill an issue at http://jira.codehaus.org/browse/MNGSITE and attach the patch there. Benjamin -

Re: fetching latest release of an artifact

2009-10-16 Thread Stephen Connolly
2009/10/16 Peter Janes > However, I'm not aware of any released version of Maven or any plugin that > actually treats dependencies this way; Mercury, tested through > versions-maven-plugin, doesn't appear to either. (But I'd love to be proven > wrong!) > versions-maven-plugin does not use merc

Re: Building m2 guide needs to be updated for new maven-3 location

2009-10-16 Thread Niall Pemberton
Also, I hit a couple of snags when I tried to build - perhaps the guide could be updated to mention these 1) the plexus version has been updated to 1.4.0-SNAPSHOT[3] which prevents maven-3 module from building. I changed the version back to 1.3.0 locally to get the build to work 2) The build fail

Re: fetching latest release of an artifact

2009-10-16 Thread Stephen Connolly
2009/10/16 Peter Janes > On 15/10/09 05:45 AM, Stephen Connolly wrote: > >> These are very dangerous versions to suggest use of. >> > > ...but there *are* use cases for them. When your use case results in a completely unpredictable build... no thank you. For dependencies, use version ranges.

Building m2 guide needs to be updated for new maven-3 location

2009-10-16 Thread Niall Pemberton
The building m2 guide is out of date for maven-3[1] since it moved[2] location in the repository Niall [1] http://maven.apache.org/guides/development/guide-building-m2.html [2] https://svn.apache.org/viewvc?view=revision&revision=811356 Index: site/apt/guides/development/guide-building-m2.ap

Re: fetching latest release of an artifact

2009-10-16 Thread Peter Janes
On 15/10/09 05:45 AM, Stephen Connolly wrote: These are very dangerous versions to suggest use of. ...but there *are* use cases for them. These are deprecated and are only "special" versions when considering plugins... and they do not behave as you think they behave. For what it's worth, th

Re: [VOTE] Release Maven ear plugin version 2.4

2009-10-16 Thread Milos Kleint
+1 tested the javaee6 related functionality primarily. The website at the given url is not properly generated? clicking on Usages or Introduction leads to nowhere? Milos On Fri, Oct 16, 2009 at 2:07 PM, Stephen Connolly < stephen.alan.conno...@gmail.com> wrote: > +1, limited testing, but works

Re: [VOTE] Release Maven ear plugin version 2.4

2009-10-16 Thread Stephen Connolly
+1, limited testing, but works for me -Stephen 2009/10/16 Stephane Nicoll > Hi, > > We solved 5 issues: > > http://jira.codehaus.org/secure/ReleaseNote.jspa?version=15180&styleName=Html&projectId=11132 > > There are still a couple of issues left in JIRA: > > http://jira.codehaus.org/secure/Issu

[VOTE] Release Maven ear plugin version 2.4

2009-10-16 Thread Stephane Nicoll
Hi, We solved 5 issues: http://jira.codehaus.org/secure/ReleaseNote.jspa?version=15180&styleName=Html&projectId=11132 There are still a couple of issues left in JIRA: http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&pid=11132&status=1 Staging repo: https://repository.apache.org/con

Re: svn commit: r825243 - in /maven/plugins/trunk/maven-checkstyle-plugin: ./ src/main/java/org/apache/maven/plugin/checkstyle/ src/main/resources/config/ src/site/apt/ src/site/apt/examples/ src/test

2009-10-16 Thread Benjamin Bentmann
Hi Dennis, Author: dennisl Date: Wed Oct 14 19:52:51 2009 New Revision: 825243 URL: http://svn.apache.org/viewvc?rev=825243&view=rev Log: [MCHECKSTYLE-105] Update to Checkstyle 5.0 Submitted by: Felix Röthenbacher, Ben Speakmon and Max Berger Reviewed by: Dennis Lundberg Modified: maven/pl

Re: error while trying to stage maven ear plugin 2.4 site

2009-10-16 Thread Benjamin Bentmann
Stephane Nicoll wrote: I am trying to stage the ear plugin v 2.4. So far so good but I have the following error when I try to generate the site (with -Preporting) [INFO] [ERROR] BUILD ERROR [INFO] -

[ANN] Maven Source Plugin 2.1.1 Released

2009-10-16 Thread Arnaud HERITIER
Hi, The Maven team is pleased to announce the release of the Maven Source Plugin, version 2.1.1 The Source Plugin creates a jar archive of the source files of the current project. http://maven.apache.org/plugins/maven-source-plugin/ You should specify the version in your project's plugin config