Konrad Windszus created JCRVLT-563:
--------------------------------------
Summary: Change default phases for goals
Key: JCRVLT-563
URL: https://issues.apache.org/jira/browse/JCRVLT-563
Project: Jackrabbit FileVault
Issue Type: Improvement
Reporter: Konrad Windszus
Assignee: Konrad Windszus
Fix For: package-maven-plugin-1.2.0
As the goals need to have the following order:
# {{analyze-classes}}
# {{generate-metadata}} (relies optionally on input from "analyze-classes")
# {{validate-files}} (relies on input from "generate-metadata")
they should be bound by default to separate phases (to make sure the order does
not depend on the execution ids defined in the pom.xml).
This requires moving 2. to the "generate-sources" phase and 3. to the
"process-test-sources" phase. Although the latter is semantically not bound to
testing this is a phase also executed in M2Eclipse (during incremental builds).
--
This message was sent by Atlassian Jira
(v8.3.4#803005)