-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
2.2.0-beta-2
-
None
The ClasspathWorkspaceReader does not resolve variables in artifact versions. We have an artifact whose version is a variable that is defined in its parent pom. "ClasspathWorkspaceReader.createFoundArtifact" reads the variable as-is and does not resolve it to the real version. However, when resolving the dependencies for the "root" artifacts (the one whose pom has been loaded by the resolver via "loadPomFromFile") version variables are resolved and therefore there will always be a mismatch.