Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.4
-
None
-
MacOSX, mvn 2.0.6
-
Patch
Description
If you have a project with different submodules and you use different projectNameTemplate-Settings in some modules, the resulting .project and .classpath -Files contains wrong project-names, because the wrong template-name will be applied.
Example:
A
+--B (with projectNameTemplate "b[artifactId]")
+--C (with projectNameTemplate "c[artifactId]")
And C depends on B. In C the dependency will result in project c-B and not b-B, as suspected.
A testcase is currently not submitted, because I don't know how to check files in sub-projects. Only the expected-directory of the main-project will be checked.