[
https://issues.apache.org/jira/browse/SLING-9922?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17302388#comment-17302388
]
Radu Cotescu commented on SLING-9922:
-------------------------------------
That might be true, but the plugin, right now, only looks at source directories
-
https://sling.apache.org/components/scriptingbundle-maven-plugin/metadata-mojo.html#sourceDirectories.
> 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
> Components: Scripting
> Affects Versions: Scripting Bundle Maven Plugin 0.2.2
> Reporter: Konrad Windszus
> Assignee: Radu Cotescu
> Priority: Major
> 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)