Bug 880809
| Summary: | build requires needed to fix f18/ rhel build | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Ade Lee <alee> | ||||
| Component: | maven-pmd-plugin | Assignee: | Mikolaj Izdebski <mizdebsk> | ||||
| Status: | CLOSED WONTFIX | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 18 | CC: | java-sig-commits, mizdebsk, tradej | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2012-11-29 10:49:56 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: | 880970 | ||||||
| Bug Blocks: | |||||||
| Attachments: |
|
||||||
xom is actually not a dependency of maven-pmd-plugin, but jaxen pom (which should be fixed since this looks like a regression) I fixed jaxen not to pull in xom (bug #880970). I don't see why would the maven plugins need to be added as build requires. They are not referenced in pom.xml and the package builds fine without them. There is nothing to fix in this package. Closing as WONTFIX. |
Created attachment 653075 [details] spec.patch Description of problem: Patch with needed build requires/requires attached. Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info: