|
||||||||
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 |
- [mojo-dev] [jira] (MOJO-2005) Make properties r... adelino rodrigues (JIRA)
- [mojo-dev] [jira] (MOJO-2005) Make propert... adelino rodrigues (JIRA)
- [mojo-dev] [jira] (MOJO-2005) Make propert... Sergei Ivanov (JIRA)
- [mojo-dev] [jira] (MOJO-2005) Make propert... Karl-Heinz Marbaise (JIRA)
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.