Add version override configuration to maven-launchpad-plugin
------------------------------------------------------------
Key: SLING-1246
URL: https://issues.apache.org/jira/browse/SLING-1246
Project: Sling
Issue Type: Improvement
Components: Maven Plugins
Reporter: Justin Edelson
Priority: Minor
It would be nice to be able to selectively or globally override versions from
the bundle list file. This would especially be helpful in the testing module
where one might want to say:
<configuration>
<bundleList>
<version>6-SNAPSHOT</version>
</bundleList>
<bundleVersionOverrides>
<override>
<groupId>org.apache.sling</groupId>
<artifactId>*</artifactId>
<version>LATEST</version>
</override>
</bundleVersionOverrides>
</configuration>
(actually, in the testing module this would probably go in a profile so we can
easily switch between testing the current bundle list and the latest versions
of all the sling bundles)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.