Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Critical
-
Resolution: Cannot Reproduce
-
Affects Version/s: 2.0.6
-
Fix Version/s: None
-
Component/s: Dependencies
-
Labels:None
-
Number of attachments :
Description
It seems that if in the parent pom you have something like:
....
<dependencyManagement>
<dependency>
<groupId>org.apache.tapestry</groupId>
<artifactId>tapestry-test</artifactId>
<version>$
</version>
<scope>test</scope>
</dependency>
</dependencyManagement>
....
when you try to compile the child tapestry-test sub-project it fails because it can't find any dependencies. In fact doing "mvn dependency:build-classpath" confirms this. As soon as the dependencyManagement entry is removed the sub-project compiles just fine.
This works fine in Maven 2.0.5, it just stopped working in 2.0.6.
needs to be reviewed for 2.0.x as a regression, or closed if this is 'by design'