Incorrect URI generated in repository.xml when path contains spaces
-------------------------------------------------------------------
Key: FELIX-423
URL: https://issues.apache.org/jira/browse/FELIX-423
Project: Felix
Issue Type: Bug
Components: Maven OBR Plugin
Reporter: Rajini Sivaram
I am using maven-bundle-plugin to create bundles and add entries to
repository.xml, using the default repository file, which is "C:\Documents and
Settings\Administrator\.m2\repository\repository.xml". The URIs generated start
with 'null' instead of a relative path. The code in maven-obr-plugin which
determines the relative path segment to generate this URI seems to be comparing
"C:\Documents and Settings" against "C:\Documents%20and%20Settings", and
returns null since these dont match. I am using maven-bundle-plugin version
1.1.0-SNAPSHOT.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.