Hello,

To release my project I need to call a rather complex maven command :
"mvn install assembly:attached com.mycompany:myplugin:post-goal"

I'd like to provide in my corporate POM some "macro command" to define
custom goals / lifecycle phases to run such commands.

example : "mvn release" to create the release.

Is there any way to create such macro-commands with maven, when the standard
lifecycle is not enough ? I don't thing so, but maybe some combination of
profiles and invoker plugin could help ?

Nico.

Reply via email to