Re: Maven: Creating a new phase

2012-09-15 Thread Barrie Treloar
On Sun, Sep 16, 2012 at 7:06 AM, John Riedl wrote: > Baptiste: > > Thanks for the answer. You're certainly right about needing the > extensions true line, and I do have that in my pom (below). Note that > the error message I'm getting gives a complete list of all lifecycle > phases that are lega

Re: Maven: Creating a new phase

2012-09-15 Thread John Riedl
Baptiste: Thanks for the answer. You're certainly right about needing the extensions true line, and I do have that in my pom (below). Note that the error message I'm getting gives a complete list of all lifecycle phases that are legal, and that the list does not include any of the phases I've tr

[ANN] Maven Changes Report Plugin 2.8 Released

2012-09-15 Thread Dennis Lundberg
The Maven team is pleased to announce the release of the Maven Changes Report Plugin, version 2.8 Creates a release history for inclusion into the site and assists in generating an announcement mail. http://maven.apache.org/plugins/maven-changes-plugin You should specify the version in your pr

Re: Maven: Creating a new phase

2012-09-15 Thread Baptiste MATHUS
Hi John, I think it'd be better to see at least a part of your pom.xml. Even better to have a demo project showing the issue somewhere. Anyway, just a small guess: I suppose you defined a new packacking through a plugin, and you're using it in your pom, right? As your packaging is not one of core,