Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.2
-
Fix Version/s: 1.2.1
-
Labels:None
-
Number of attachments :
Description
Using cloneProjectsTo with the following projects:
- aaa
- aaaa
- aaaaa
..will fail and not copy one of the projects (uses "startsWith" instead of the full directory name "equals" comparison). As a consequence, the plugin will fail to create the interpolated pom.xml file later.
The issue is on the method alreadyCloned of the class InvokerMojo.
Fixed in r681098.