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, I seem to remember (never had to create a lifecycle myself) you *have* to add the <extensions>true</extensions> tag to your plugin configuration (check it here <https://community.jboss.org/wiki/CreatingACustomLifecycleInMaven>). Did you do it? My 2 cents. 2012/9/15 John Riedl <[email protected]> > Hello everyone. I'm a newbie to Maven, but have spent the last two > days beating my head against this problem ... > > I posted the long form of this question, with XML to: > > http://stackoverflow.com/questions/12433120/maven-creating-a-new-phase > > The short form that I'm hoping someone on this list can answer directly is: > > Has anyone been able to create a lifecycle that uses custom phases > like "analysis"? I've been able to get everything else working with > my lifecycle, but I'm having no luck getting a custom phase to be > recognized, and I'm starting to lose hope that it's even possible. > > Thanks, > John > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > -- > Baptiste <Batmat> MATHUS - http://batmat.net > Sauvez un arbre, > Mangez un castor ! > nbsp;! > <[email protected]>
