Bug 1139016
| Summary: | Move all maven repositories references into top level pom.xml | ||
|---|---|---|---|
| Product: | [Retired] oVirt | Reporter: | Yaniv Lavi <ylavi> |
| Component: | ovirt-engine-core | Assignee: | Alon Bar-Lev <alonbl> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Pavel Stehlik <pstehlik> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 3.5 | CC: | alonbl, bazulay, dougsland, ecohen, gklein, iheim, oourfali, rbalakri, yeylon |
| Target Milestone: | --- | Keywords: | CodeChange |
| Target Release: | 3.5.0 | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | infra | ||
| Fixed In Version: | ovirt-3.5.0_rc3 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-10-17 12:21:18 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | Infra | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Yaniv Lavi
2014-09-07 13:45:01 UTC
This should be added to pom:
"""
<repository>
<id>mvn-releases</id>
<url>
https://oss.sonatype.org/content/repositories/snapshots
</url>
<releases></releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
"""
artifact it not missing, follow maven-metadata.xml and see what it refers, and it does exists. I just confirmed once again... just to make sure. if you think that this is el6 specific, please try to use upstream maven as-is[1] [1] http://apache.mivzakim.net/maven/maven-3/3.2.3/binaries/apache-maven-3.2.3-bin.tar.gz Having multiple repositories under different names cause maven to be confused, there should be a reference for external repositories only in top level pom.xml per project (parent). oVirt 3.5 has been released and should include the fix for this issue. |