cloneProjectsTo fails to copy projects with the same prefix -----------------------------------------------------------
Key: MINVOKER-44 URL: http://jira.codehaus.org/browse/MINVOKER-44 Project: Maven 2.x Invoker Plugin Issue Type: Bug Affects Versions: 1.2 Reporter: Bruno Duarte 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. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira