Hi,
I see the following lifecycle phases used in the Maven plugin for the
slingstart packaging type (IIUC):
<process-sources>org.apache.sling:slingstart-maven-plugin:prepare-package</process-sources>
<package>
org.apache.sling:slingstart-maven-plugin:attach-slingfeature,
org.apache.sling:slingstart-maven-plugin:package
</package>
It's a bit confusing that the prepare-package goal is used in the
process-sources phase. It's also flagged as an error by m2e since it
would like to invoke it since it's in an interesting phase ;
process-sources happens pretty early.
Would it be possible to move this goal to the prepare-package phase?
Thanks,
Robert