Re: Release plugin release:update-versions ?

2012-09-06 Thread Baptiste MATHUS
Le 7 sept. 2012 05:45, "Billy Newman" a écrit : > > I would like to use the release plugin to update versions on some of > my projects. However my company does not set SNAPSHOT versions in all > projects. I know, I know this is a bad habit but one in which I do > not have full control over at th

Re: Release plugin release:update-versions ?

2012-09-06 Thread Wayne Fay
> my projects. However my company does not set SNAPSHOT versions in all > projects. I know, I know this is a bad habit but one in which I do > not have full control over at the moment :( This is eventually going to be a very large problem for you or someone at your company (most likely), and you

Re: Release plugin release:update-versions ?

2012-09-06 Thread Manfred Moser
Use the versions plugin with e.g mvn versions:set -DnewVersion=1.2.3 manfred PS: And you should really use SNAPSHOT since release will NOT be retrieved again once they have been cached locally anywhere.. On Thu, September 6, 2012 8:43 pm, Billy Newman wrote: > I would like to use the release pl

Re: Release plugin release:update-versions ?

2012-09-06 Thread Kalle Korhonen
mvn versions:use-latest-releases? See http://mojo.codehaus.org/versions-maven-plugin/use-latest-releases-mojo.html. Kalle On Thu, Sep 6, 2012 at 8:43 PM, Billy Newman wrote: > I would like to use the release plugin to update versions on some of > my projects. However my company does not set SNA

Release plugin release:update-versions ?

2012-09-06 Thread Billy Newman
I would like to use the release plugin to update versions on some of my projects. However my company does not set SNAPSHOT versions in all projects. I know, I know this is a bad habit but one in which I do not have full control over at the moment :( That being said when I run mvn release:update-

Re: Testing with archetype:integration-test for archetypes producing empty folders

2012-09-06 Thread Olivier Lamy
weird as must be fixed see http://jira.codehaus.org/browse/ARCHETYPE-289 and we have an it test for that. Do you have any sample project to test that ? 2012/9/6 jerem : > Hi, > > I'm using archetype:integration-test (version 2.2) to perform some > integration tests on some archetypes I created and

Testing with archetype:integration-test for archetypes producing empty folders

2012-09-06 Thread jerem
Hi, I'm using archetype:integration-test (version 2.2) to perform some integration tests on some archetypes I created and used. These archetypes create some empty folders under the source tree of generated projects. I've put under /src/test/resources/projects//reference the reference that should

[ANN] Maven Shade Plugin 2.0 Released

2012-09-06 Thread Benson Margulies
The Maven team is pleased to announce the release of the Maven Shade Plugin, version 2.0 Repackages the project classes together with their dependencies into a single uber-jar, optionally renaming classes or removing unused classes. http://maven.apache.org/plugins/maven-shade-plugin/ You s