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
> 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
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
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
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-
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
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
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