You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Dmitry Sklyut (JIRA)" <ji...@apache.org> on 2009/06/11 23:08:07 UTC

[jira] Created: (FELIX-1222) [features-maven-plugin:add-features-to-repo] Incorrect parsing of pax mvn url string

[features-maven-plugin:add-features-to-repo] Incorrect parsing of pax mvn url string
------------------------------------------------------------------------------------

                 Key: FELIX-1222
                 URL: https://issues.apache.org/jira/browse/FELIX-1222
             Project: Felix
          Issue Type: Bug
          Components: Karaf
         Environment: JDK 1.6/15, OSX
            Reporter: Dmitry Sklyut


features-maven-plugin:add-features-to-repo incorrectly parses pax url mvn string. http://wiki.ops4j.org/display/paxurl/Mvn+Protocol

Currently plugin thinks: mvn-uri := 'mvn:' [ repository-url '!' ] group-id '/' artifact-id [ '/' [version] [ '/' [classifier] [ '/' type ] ] ] ]
Correct:                         mvn-uri := 'mvn:' [ repository-url '!' ] group-id '/' artifact-id [ '/' [version] [ '/' [type] [ '/' classifier ] ] ] ]

type and classifier are switched.


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (FELIX-1222) [features-maven-plugin:add-features-to-repo] Incorrect parsing of pax mvn url string

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

Guillaume Nodet resolved FELIX-1222.
------------------------------------

       Resolution: Fixed
    Fix Version/s: karaf-1.0.0
         Assignee: Guillaume Nodet

URL: http://svn.apache.org/viewvc?rev=802693&view=rev


> [features-maven-plugin:add-features-to-repo] Incorrect parsing of pax mvn url string
> ------------------------------------------------------------------------------------
>
>                 Key: FELIX-1222
>                 URL: https://issues.apache.org/jira/browse/FELIX-1222
>             Project: Felix
>          Issue Type: Bug
>          Components: Karaf
>         Environment: JDK 1.6/15, OSX
>            Reporter: Dmitry Sklyut
>            Assignee: Guillaume Nodet
>             Fix For: karaf-1.0.0
>
>         Attachments: AddFeaturesToRepoMojo.txt
>
>   Original Estimate: 0.5h
>  Remaining Estimate: 0.5h
>
> features-maven-plugin:add-features-to-repo incorrectly parses pax url mvn string. http://wiki.ops4j.org/display/paxurl/Mvn+Protocol
> Currently plugin thinks: mvn-uri := 'mvn:' [ repository-url '!' ] group-id '/' artifact-id [ '/' [version] [ '/' [classifier] [ '/' type ] ] ] ]
> Correct:                         mvn-uri := 'mvn:' [ repository-url '!' ] group-id '/' artifact-id [ '/' [version] [ '/' [type] [ '/' classifier ] ] ] ]
> type and classifier are switched.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (FELIX-1222) [features-maven-plugin:add-features-to-repo] Incorrect parsing of pax mvn url string

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

Dmitry Sklyut updated FELIX-1222:
---------------------------------

    Attachment: AddFeaturesToRepoMojo.txt

Attaching patch

> [features-maven-plugin:add-features-to-repo] Incorrect parsing of pax mvn url string
> ------------------------------------------------------------------------------------
>
>                 Key: FELIX-1222
>                 URL: https://issues.apache.org/jira/browse/FELIX-1222
>             Project: Felix
>          Issue Type: Bug
>          Components: Karaf
>         Environment: JDK 1.6/15, OSX
>            Reporter: Dmitry Sklyut
>         Attachments: AddFeaturesToRepoMojo.txt
>
>   Original Estimate: 0.5h
>  Remaining Estimate: 0.5h
>
> features-maven-plugin:add-features-to-repo incorrectly parses pax url mvn string. http://wiki.ops4j.org/display/paxurl/Mvn+Protocol
> Currently plugin thinks: mvn-uri := 'mvn:' [ repository-url '!' ] group-id '/' artifact-id [ '/' [version] [ '/' [classifier] [ '/' type ] ] ] ]
> Correct:                         mvn-uri := 'mvn:' [ repository-url '!' ] group-id '/' artifact-id [ '/' [version] [ '/' [type] [ '/' classifier ] ] ] ]
> type and classifier are switched.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.