Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
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.