deploy with different version and group id

2009-07-04 Thread is_maximum
Hi We have defined some profiles for different platforms and app servers. A profile namely 'release' is created to deploy the modules of our project in different groupId and version. We need different groupId because there are a bunch of large scale projects are developing in our company by

LATEST version of an artifact

2009-07-04 Thread Jaikiran
I am reading the Maven definitive guide http://www.sonatype.com/books/maven-book/reference/pom-relationships-sect-pom-syntax.html which says: LATEST refers to the latest released or snapshot version of a particular artifact... Does this really work? I am using LATEST against a artifact, but i

Re: LATEST version of an artifact

2009-07-04 Thread Jaikiran
Infact i get an error when i use LATEST: 1) org.myapp.abc:myapp-core:jar:LATEST Try downloading the file manually from the project website. Seems like LATEST isn't recognized as a valid qualifier? Jaikiran wrote: I am reading the Maven definitive guide

Re: LATEST version of an artifact

2009-07-04 Thread Stephen Connolly
it was designed for plugins only and it is less usefull than you think it also depends on the correct metadata being deployed if you deploy in the following order, the following versions 1.0 2.0 2.1 3.0 1.1 then LATEST will be 1.1 it also gives an irreproducible build, as tomorrow you could

Problem Controlling Mojo Execution in Different Phases

2009-07-04 Thread ApocB
Hello, I've been trying to reduce the time of my builds, and started investigating the log to see when mojos are being executed. What I'm finding is that the mojos are being executed repeatedly, in several phases whether it makes sense to run in that phase or not... i.e. (just showing [INFO]

Access property defined in profile from plugin

2009-07-04 Thread james.bond.007
Hi, I have defined properties in profiles.xml : profile idIntegration/id activation property nametargetServer/name valueint/value /property /activation

Re: excluding inner classes

2009-07-04 Thread Stephen Connolly
It is better to ask questions on the users list as that way the answers are available for everyone 2009/7/3 Jeff Bowman jeff.t.bow...@gmail.com Is there a way to exclude innerclasses from failsafe/surefire? For my integration tests, I'm getting a lot of failures on helper classes which I've