Robert Munteanu created SLING-3011: -------------------------------------- Summary: Bind the launchpad:prepare-package goal to the prepare-package lifecycle phase Key: SLING-3011 URL: https://issues.apache.org/jira/browse/SLING-3011 Project: Sling Issue Type: Improvement Components: Maven Plugins and Archetypes Affects Versions: Maven Launchpad Plugin 2.2.0 Reporter: Robert Munteanu Assignee: Robert Munteanu Priority: Minor Fix For: Maven Launchpad Plugin 2.2.2
Currently the prepare-package goal is bound to the process-sources phase. According to the [Maven build lifecycle|http://maven.apache.org/guides/introduction/introduction-to-the-lifecycle.html] , the process-sources phase is used to 'process the source code, for example to filter any values.'. The goal should be bound by default at a later phase, and the best one IMO is prepare-package, which is used to 'perform any operations necessary to prepare a package before the actual packaging'. This would also have the side effect of not triggering any m2eclipse errors, which now appear since process-sources is an interesting phase from an IDE point of view. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira