You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Guillaume Nodet (Commented) (JIRA)" <ji...@apache.org> on 2011/12/08 10:09:40 UTC

[jira] [Commented] (KARAF-875) Unable to define Maven repository URL while adding a features URL

    [ https://issues.apache.org/jira/browse/KARAF-875?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13165105#comment-13165105 ] 

Guillaume Nodet commented on KARAF-875:
---------------------------------------

This is an expected behavior (which is the same as the unix bash one actually).
THe '!' is an event designator and must be escaped using '\' or quotes.
However, for some reason, it does not seem to work
I'll fit it in jline asap for 3.0 and in karaf for 2.2.x.
                
> Unable to define Maven repository URL while adding a features URL
> -----------------------------------------------------------------
>
>                 Key: KARAF-875
>                 URL: https://issues.apache.org/jira/browse/KARAF-875
>             Project: Karaf
>          Issue Type: Bug
>          Components: karaf-features
>    Affects Versions: 2.2.1, 2.2.2, 2.2.3
>            Reporter: Jean-Baptiste Onofré
>            Assignee: Jean-Baptiste Onofré
>             Fix For: 2.2.6, 3.0.0
>
>
> If we try to register a features repository using:
> karaf@root> features:addurl mvn:http://localhost:9090!groupId/artifactId/3.0/xml/features
> We get the following error:
> Error executing command: !groupId/artifactId/3.0/xml/features: event not found
> The workaround is to previously register the repository in the etc/org.ops4j.pax.url.mvn.cfg file.
> It has to be fixed anyway.

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