make features xml parser more forgiving
---------------------------------------
Key: KARAF-1066
URL: https://issues.apache.org/jira/browse/KARAF-1066
Project: Karaf
Issue Type: Bug
Components: karaf-tooling
Reporter: Andrei Pozolotin
features-maven-plugin:2.2.4:add-features-to-repo
1) currently, an entry in features.xml like this works fine:
<repository>mvn:org.apache.karaf.assemblies.features/standard/2.2.4/xml/features</repository>
2) but plugin blows up with exception, if format is like this
<repository>
mvn:org.apache.karaf.assemblies.features/standard/2.2.4/xml/features
</repository>
"Error populating repository: Illegal character in scheme name at index 0:"
3) I suggest to make features xml parser more forgiving
--
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