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