[
https://issues.apache.org/jira/browse/JCRVLT-563?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Konrad Windszus resolved JCRVLT-563.
------------------------------------
Resolution: Fixed
Fixed in
https://github.com/apache/jackrabbit-filevault-package-maven-plugin/commit/59e5ff117949dd5cabc056230b05c09d177fb32d.
> Change default phases for goals
> -------------------------------
>
> Key: JCRVLT-563
> URL: https://issues.apache.org/jira/browse/JCRVLT-563
> Project: Jackrabbit FileVault
> Issue Type: Improvement
> Components: package maven plugin
> Reporter: Konrad Windszus
> Assignee: Konrad Windszus
> Priority: Major
> 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)