Description of problem: Maven 3.2.2 has a nasty bug that breaks processing of dependencies that use BOM type POMs. This affects JBoss packages. 3.2.2 is the only version that is affected, any older or newer version is OK. Can you please release an updated package for the currently stable Fedora (f21)? Version-Release number of selected component (if applicable): Fedora 21, maven 3.2.2 How reproducible: Always, try depending on org.optaplanner:optaplanner-core:jar:6.1.0.Final for example. Actual results: Some JBoss dependencies will be missing: Failed to read artifact descriptor for org.optaplanner:optaplanner-core:jar:6.1.0.Final: Could not find artifact org.jboss.dashboard-builder:dashboard-builder-bom:pom:6.1.0.Final in central (http://repo.maven.apache.org/maven2) Expected results: Build works the same as with maven 3.0.5 or 3.1. Upstream bug: http://jira.codehaus.org/browse/MNG-5663
Confirmed. Reproducible on F21 with Maven 3.2.2. Not reproducible in rawhide with Maven 3.2.5
I'll backport upstream fix for MNG-5663 Reproducer: <project> <modelVersion>4.0.0</modelVersion> <groupId>foo</groupId> <artifactId>bar</artifactId> <version>1.2.3</version> <dependencies> <dependency> <groupId>org.optaplanner</groupId> <artifactId>optaplanner-core</artifactId> <version>6.1.0.Final</version> </dependency> </dependencies> </project>
Fixed in maven-3.2.2-2
maven-3.2.2-2.fc21 has been submitted as an update for Fedora 21. https://admin.fedoraproject.org/updates/maven-3.2.2-2.fc21
Moving to QA for testing.
I believe that this bug is fixed in maven-3.2.2-2, which is available in updates for Fedora 21, so I am closing this bug now. The build containing the fix can be found at Koji: http://koji.fedoraproject.org/koji/buildinfo?buildID=611763
maven-3.2.2-2.fc21 has been pushed to the Fedora 21 stable repository. If problems still persist, please make note of it in this bug report.