[ 
https://issues.apache.org/jira/browse/SLING-1246?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Justin Edelson resolved SLING-1246.
-----------------------------------

    Resolution: Won't Fix

> 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 and Archetypes
>            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.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to