Konrad Windszus created SLING-9922:
--------------------------------------
Summary: scriptingbundle-maven-plugin: Move "metadata" mojo to
another default phase
Key: SLING-9922
URL: https://issues.apache.org/jira/browse/SLING-9922
Project: Sling
Issue Type: Improvement
Affects Versions: Scripting Bundle Maven Plugin 0.2.2
Reporter: Konrad Windszus
Fix For: Scripting Bundle Maven Plugin 0.2.4
Currently the "metadata" mojo is bound to phase "prepare-package".
That does not work together with the bnd-maven-plugin which generates all
metadata in phase "process-classes"
(https://github.com/bndtools/bnd/tree/master/maven/bnd-maven-plugin#bnd-process-goal).
Instead I propose the following default phase "process-classes" or "compile".
Unfortunately it will share the phase with either the htl-maven-plugin or the
bnd-maven-plugin.
This becomes obsolete once SLING-9776 is implemented.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)