You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Don Corley (JIRA)" <ji...@apache.org> on 2012/06/06 00:12:23 UTC

[jira] [Created] (KARAF-1525) Filter on populate-repository and proxy-repository

Don Corley created KARAF-1525:
---------------------------------

             Summary: Filter on populate-repository and proxy-repository
                 Key: KARAF-1525
                 URL: https://issues.apache.org/jira/browse/KARAF-1525
             Project: Karaf
          Issue Type: Improvement
          Components: cave-repository
    Affects Versions: cave-3.0.0
            Reporter: Don Corley
            Priority: Trivial
             Fix For: 3.0.0


I've found cave very helpful in creating obr files from local and remote repositories. It would be nice to be able to filter the artifacts that will be added. For example, I don't index joda-time 1.6+ because of a manifest error, so this command would only index version 2.
cave:proxy-repository --filter .*joda-time-2.* cave-repo http://repo2.maven.org/maven2/joda-time/joda-time
I've included my code if you are interested.
Thanks,
Don

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (KARAF-1525) Filter on populate-repository and proxy-repository

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

Don Corley updated KARAF-1525:
------------------------------

    Attachment: 0002-Add-repository-filter.patch

Add regex filter to proxy-repository and populate-repository
                
> Filter on populate-repository and proxy-repository
> --------------------------------------------------
>
>                 Key: KARAF-1525
>                 URL: https://issues.apache.org/jira/browse/KARAF-1525
>             Project: Karaf
>          Issue Type: Improvement
>          Components: cave-repository
>    Affects Versions: cave-3.0.0
>            Reporter: Don Corley
>            Priority: Trivial
>             Fix For: 3.0.0
>
>         Attachments: 0002-Add-repository-filter.patch
>
>
> I've found cave very helpful in creating obr files from local and remote repositories. It would be nice to be able to filter the artifacts that will be added. For example, I don't index joda-time 1.6+ because of a manifest error, so this command would only index version 2.
> cave:proxy-repository --filter .*joda-time-2.* cave-repo http://repo2.maven.org/maven2/joda-time/joda-time
> I've included my code if you are interested.
> Thanks,
> Don

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (KARAF-1525) Filter on populate-repository and proxy-repository

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

Christian Schneider updated KARAF-1525:
---------------------------------------

    Fix Version/s:     (was: 3.0.0)

Removed the version 3.0.0 as this is a karaf version not a cave version. Can someone add the next cave version to jira?
                
> Filter on populate-repository and proxy-repository
> --------------------------------------------------
>
>                 Key: KARAF-1525
>                 URL: https://issues.apache.org/jira/browse/KARAF-1525
>             Project: Karaf
>          Issue Type: Improvement
>          Components: cave-repository
>    Affects Versions: cave-3.0.0
>            Reporter: Don Corley
>            Priority: Trivial
>         Attachments: 0002-Add-repository-filter.patch
>
>
> I've found cave very helpful in creating obr files from local and remote repositories. It would be nice to be able to filter the artifacts that will be added. For example, I don't index joda-time 1.6+ because of a manifest error, so this command would only index version 2.
> cave:proxy-repository --filter .\*joda-time-2.\* cave-repo http://repo2.maven.org/maven2/joda-time/joda-time
> I've included my code if you are interested.
> Thanks,
> Don

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Comment Edited] (KARAF-1525) Filter on populate-repository and proxy-repository

Posted by "Don Corley (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/KARAF-1525?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13289782#comment-13289782 ] 

Don Corley edited comment on KARAF-1525 at 6/5/12 10:13 PM:
------------------------------------------------------------

Attach path to add regex filter to proxy-repository and populate-repository
                
      was (Author: doncorley):
    Add regex filter to proxy-repository and populate-repository
                  
> Filter on populate-repository and proxy-repository
> --------------------------------------------------
>
>                 Key: KARAF-1525
>                 URL: https://issues.apache.org/jira/browse/KARAF-1525
>             Project: Karaf
>          Issue Type: Improvement
>          Components: cave-repository
>    Affects Versions: cave-3.0.0
>            Reporter: Don Corley
>            Priority: Trivial
>             Fix For: 3.0.0
>
>         Attachments: 0002-Add-repository-filter.patch
>
>
> I've found cave very helpful in creating obr files from local and remote repositories. It would be nice to be able to filter the artifacts that will be added. For example, I don't index joda-time 1.6+ because of a manifest error, so this command would only index version 2.
> cave:proxy-repository --filter .*joda-time-2.* cave-repo http://repo2.maven.org/maven2/joda-time/joda-time
> I've included my code if you are interested.
> Thanks,
> Don

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Comment Edited] (KARAF-1525) Filter on populate-repository and proxy-repository

Posted by "Don Corley (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/KARAF-1525?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13289782#comment-13289782 ] 

Don Corley edited comment on KARAF-1525 at 6/5/12 10:14 PM:
------------------------------------------------------------

Attach patch to add regex filter to proxy-repository and populate-repository
                
      was (Author: doncorley):
    Attach path to add regex filter to proxy-repository and populate-repository
                  
> Filter on populate-repository and proxy-repository
> --------------------------------------------------
>
>                 Key: KARAF-1525
>                 URL: https://issues.apache.org/jira/browse/KARAF-1525
>             Project: Karaf
>          Issue Type: Improvement
>          Components: cave-repository
>    Affects Versions: cave-3.0.0
>            Reporter: Don Corley
>            Priority: Trivial
>             Fix For: 3.0.0
>
>         Attachments: 0002-Add-repository-filter.patch
>
>
> I've found cave very helpful in creating obr files from local and remote repositories. It would be nice to be able to filter the artifacts that will be added. For example, I don't index joda-time 1.6+ because of a manifest error, so this command would only index version 2.
> cave:proxy-repository --filter .*joda-time-2.* cave-repo http://repo2.maven.org/maven2/joda-time/joda-time
> I've included my code if you are interested.
> Thanks,
> Don

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (KARAF-1525) Filter on populate-repository and proxy-repository

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

Don Corley updated KARAF-1525:
------------------------------

    Description: 
I've found cave very helpful in creating obr files from local and remote repositories. It would be nice to be able to filter the artifacts that will be added. For example, I don't index joda-time 1.6+ because of a manifest error, so this command would only index version 2.
cave:proxy-repository --filter .\*joda-time-2.\* cave-repo http://repo2.maven.org/maven2/joda-time/joda-time
I've included my code if you are interested.
Thanks,
Don

  was:
I've found cave very helpful in creating obr files from local and remote repositories. It would be nice to be able to filter the artifacts that will be added. For example, I don't index joda-time 1.6+ because of a manifest error, so this command would only index version 2.
cave:proxy-repository --filter .*joda-time-2.* cave-repo http://repo2.maven.org/maven2/joda-time/joda-time
I've included my code if you are interested.
Thanks,
Don

    
> Filter on populate-repository and proxy-repository
> --------------------------------------------------
>
>                 Key: KARAF-1525
>                 URL: https://issues.apache.org/jira/browse/KARAF-1525
>             Project: Karaf
>          Issue Type: Improvement
>          Components: cave-repository
>    Affects Versions: cave-3.0.0
>            Reporter: Don Corley
>            Priority: Trivial
>             Fix For: 3.0.0
>
>         Attachments: 0002-Add-repository-filter.patch
>
>
> I've found cave very helpful in creating obr files from local and remote repositories. It would be nice to be able to filter the artifacts that will be added. For example, I don't index joda-time 1.6+ because of a manifest error, so this command would only index version 2.
> cave:proxy-repository --filter .\*joda-time-2.\* cave-repo http://repo2.maven.org/maven2/joda-time/joda-time
> I've included my code if you are interested.
> Thanks,
> Don

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira