Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
When launching mvn bundle:clean, my local repository.xml file is fully emptied. However, it contained some valid resources. When debugging I can see that the computed file URL are wrong:
At line 149 -> File file = new File( localRepoPath, value );
The File constructor expects a pathname when the variable 'value' is an URI. So the expression file.exists() always returns false.