Try using the other assembly goals... some of them doesn't fork a new
lifecycle.  Please see:
http://maven.apache.org/plugins/maven-assembly-plugin/plugin-info.html


On 4/5/07, Kishor Patil <[EMAIL PROTECTED]> wrote:

Greetings !!

Maven's assembly:assembly mojo Invokes the execution of the lifecycle
phase
package prior to executing itself. In my project I have reuirement to
invoke
this plugin after process-resources. Is there a way to change the package
association.

I have a web application which i'm packaging using Maven. This web
application has 3 *.properties file. I have a requirement that should
assembly only these 3 properties as config.zip. To do this I need to
invoke
this pugin right after process-resources phase but with the current mojo's
behaviour I had wait till it runs the package phase.

any help is appreciated ...

- Kishor

Reply via email to