Details
-
Bug
-
Status: Closed
-
Blocker
-
Resolution: Fixed
-
1.1
-
None
-
Linux RedHat 2.6.18-53.1.14.el5,
Sun JDK 1.5 and JDK 1.6.
Maven 2.0.9,
Continuum 1.1
Description
Import of Maven2 project fails if 2.0.9 feature "importing managed dependencies" is used. If the project is already imported it will fail saying there is no pom.xml.
Example:
pom.xml excerpt:
<dependencyManagement>
<dependencies>
<dependency>
<groupId>com.example</groupId>
<artifactId>ext-deps</artifactId>
<version>RELEASE</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
Workaround: we use parent now instead.