Bug 985678
Summary: | tycho: Does not work with Maven 3.1.0 | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Mikolaj Izdebski <mizdebsk> | ||||
Component: | tycho | Assignee: | Roland Grunberg <rgrunber> | ||||
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
Severity: | unspecified | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | rawhide | CC: | java-sig-commits, kdaniel, rgrunber | ||||
Target Milestone: | --- | Keywords: | Reopened | ||||
Target Release: | --- | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2013-07-25 13:29:33 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: | |||||||
Bug Depends On: | |||||||
Bug Blocks: | 985674 | ||||||
Attachments: |
|
Description
Mikolaj Izdebski
2013-07-18 04:39:44 UTC
Hey Mikolaj, Tycho staged a version 0.18.1, which I built for rawhide [1]. Does it solve the problem? [1] http://koji.fedoraproject.org/koji/buildinfo?buildID=435563 I can't confirm that yet. Upgrade to Maven 3.1.0 is a big effort, which will have to wait for a bit -- I don't even know if it will make into Fedora 20. For now I just wanted to give you heads up so that you have time to work on upgrade. After chat with Mikolaj, closing as RAWHIDE. After chat with Mikolaj, closing as RAWHIDE. Maven 3.1.0 is available in rawhide now. I tried using Tycho with it ans it fails because it tried to use Sonatype Aether. Tycho most likely needs to be ported to Eclipse Aether, which should be as easy as s/org.eclipse.aether/org.sonatype.aether/g in java files and POMs. Maven build log with tycho failure attached. Created attachment 777362 [details]
Maven build log
Investigating. The problem is caused by one of the patches which introduces eather imports. After speaking with Krzysztof, and Mikolaj, I'll take care of this. I'll try to have this completed as soon as I can. tycho-0.18.1-2.fc20 (http://koji.fedoraproject.org/koji/buildinfo?buildID=437615) now uses latest Eclipse Aether, and Maven 3.1.0. Confirmed. Works for me. Confirmed (built eclipse and eclipse-ptp). Marking as CLOSED (RAWHIDE). There are still some bug fixes/improvements to be made (tracked under Tycho component). |