You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Justin Edelson (JIRA)" <ji...@apache.org> on 2009/12/16 16:21:18 UTC

[jira] Created: (SLING-1246) Add version override configuration to maven-launchpad-plugin

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.


[jira] Updated: (SLING-1246) Add version override configuration to maven-launchpad-plugin

Posted by "Justin Edelson (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SLING-1246?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Justin Edelson updated SLING-1246:
----------------------------------

    Fix Version/s:     (was: Maven Launchpad Plugin 2.0.6)

> 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.


[jira] Updated: (SLING-1246) Add version override configuration to maven-launchpad-plugin

Posted by "Justin Edelson (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SLING-1246?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Justin Edelson updated SLING-1246:
----------------------------------

    Fix Version/s: Maven Launchpad Plugin 2.0.6

> 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
>             Fix For: Maven Launchpad Plugin 2.0.6
>
>
> 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.