Sergei Ivanov commented on Improvement MOJO-2005

I am afraid that everything works correctly (as expected) in your case.

Your properties plugin execution is attached to a phase in the project's lifecycle. When you are running lifecycle phases, such as compile or install, then the properties plugin is executed as part of the lifecycle. However, when you are invoking goals of another plugin (e.g. help:evaluate) directly from command line, they are executed outside of lifecycle, which means Maven won't run any lifecycle-bound plugin executions.

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
--------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email

Reply via email to