Bug 1193103
| Summary: | maven: MNG-5663 regression in Maven 3.2.2 | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Martin Sivák <msivak> |
| Component: | maven | Assignee: | Mikolaj Izdebski <mizdebsk> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 21 | CC: | akurtako, mizdebsk, msimacek, msrb |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | 3.2.2-2 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2015-02-25 10:02:41 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Martin Sivák
2015-02-16 15:04:58 UTC
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. |