RE: binding a plugin to a lifecycle goal

2008-04-10 Thread nicklist
] http://cvs.peopleware.be/training/maven/maven2/buildLifecyclePhases.html -Original Message- From: EJ Ciramella [mailto:[EMAIL PROTECTED] Sent: Thu 4/10/2008 03:39 To: Maven Users List Subject: RE: binding a plugin to a lifecycle goal I _just_ realized that. But I've looked

Re: binding a plugin to a lifecycle goal

2008-04-09 Thread Olivier Dehon
You need to add an execution in your POM like: build plugins plugin artifactIdmaven-whatever-plugin/artifactId executions goals goalassemble/goal /goals /executions /plugin /plugins /build The fact that you specified the @phase in your mojo

RE: binding a plugin to a lifecycle goal

2008-04-09 Thread EJ Ciramella
: binding a plugin to a lifecycle goal You need to add an execution in your POM like: build plugins plugin artifactIdmaven-whatever-plugin/artifactId executions goals goalassemble/goal /goals /executions /plugin /plugins /build The fact that you