Bug 917619
| Summary: | eclipse: Please add Maven depmaps for org.eclipse.jetty.orbit artifacts | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Mikolaj Izdebski <mizdebsk> | ||||||
| Component: | eclipse | Assignee: | Krzysztof Daniel <kdaniel> | ||||||
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
| Severity: | unspecified | Docs Contact: | |||||||
| Priority: | unspecified | ||||||||
| Version: | rawhide | CC: | akurtako, andjrobins, jerboaa, kdaniel, mbenitez, msrb, overholt, rgrunber, swagiaal | ||||||
| Target Milestone: | --- | Keywords: | Patch, 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-03-05 09:54:20 UTC | Type: | --- | ||||||
| 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: | 917618 | ||||||||
| Attachments: |
|
||||||||
|
Description
Mikolaj Izdebski
2013-03-04 12:20:16 UTC
Created attachment 704931 [details]
Proposed patch
Created attachment 704960 [details]
Proposed patch
The *orbit* names are allowed for names that are not managed by Eclipse foundation, but are from other foundations and are used by Eclipse. The JDT is a core Eclipse bundle, and therefore it should not be mapped to org.eclipse.jetty.orbit: . Yet eclipse packages (like Jetty 9 RC3, released 3 days ago) require this depmap. ./jetty-9.0.0.RC3/pom.xml- <dependency> ./jetty-9.0.0.RC3/pom.xml: <groupId>org.eclipse.jetty.orbit</groupId> ./jetty-9.0.0.RC3/pom.xml- <artifactId>org.eclipse.jdt.core</artifactId> ./jetty-9.0.0.RC3/pom.xml- <version>3.7.1</version> ./jetty-9.0.0.RC3/pom.xml- </dependency> Please reconsider adding it. reopening for investigation. Released the rebased version of a patch. Due to the lack of central Eclipse maven repository, projects started to create their own poms and names. There may be more mappings needed soon. :-( |