Bug 1097074
| Summary: | Unable to build custom translator due to missing artifacts | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [JBoss] JBoss Data Virtualization 6 | Reporter: | Cojan van Ballegooijen <cojan> | ||||
| Component: | Distribution, Teiid, Examples | Assignee: | Van Halbert <vhalbert> | ||||
| Status: | CLOSED WONTFIX | QA Contact: | |||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 6.0.0 | CC: | atangrin, vhalbert | ||||
| 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: | 2014-05-13 12:20:50 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: | |||||||
| Attachments: |
|
||||||
|
Description
Cojan van Ballegooijen
2014-05-13 06:21:34 UTC
The first log was using activeProfiles in pom.xml
<activeProfiles>
<activeProfile>jboss-dv-6-0-0-GA-maven-repository</activeProfile>
</activeProfiles>
The second log below was using activeProfiles in pom.xml
<activeProfiles>
<activeProfile>jboss-dv-6-0-0-GA-maven-repository</activeProfile>
<activeProfile>jboss-eap-6-1-1-GA-maven-repository</activeProfile>
</activeProfiles>
Scanning for projects...
------------------------------------------------------------------------
Building Yahoo Translator 8.4.1-redhat-7
------------------------------------------------------------------------
The POM for org.jboss.teiid:teiid-metadata:jar:8.4.1-redhat-7 is missing, no dependency information available
The POM for org.jboss.teiid:teiid-metadata:jar:tests:8.4.1-redhat-7 is missing, no dependency information available
Downloading: http://repo.maven.apache.org/maven2/org/jboss/teiid/teiid-metadata/8.4.1-redhat-7/teiid-metadata-8.4.1-redhat-7.jar
Downloading: http://repo.maven.apache.org/maven2/org/jboss/teiid/teiid-metadata/8.4.1-redhat-7/teiid-metadata-8.4.1-redhat-7-tests.jar
------------------------------------------------------------------------
BUILD FAILURE
------------------------------------------------------------------------
Total time: 2.827s
Finished at: Tue May 13 08:22:23 CEST 2014
Final Memory: 18M/227M
------------------------------------------------------------------------
Failed to execute goal on project translator-yahoo: Could not resolve dependencies for project org.jboss.teiid.connectors:translator-yahoo:jar:8.4.1-redhat-7: The following artifacts could not be resolved: org.jboss.teiid:teiid-metadata:jar:8.4.1-redhat-7, org.jboss.teiid:teiid-metadata:jar:tests:8.4.1-redhat-7: Failure to find org.jboss.teiid:teiid-metadata:jar:8.4.1-redhat-7 in http://localhost/maven-repos/jboss-eap-6.1.1.GA-maven-repository/ was cached in the local repository, resolution will not be reattempted until the update interval of jboss-eap-6-1-1-GA-maven-repository has elapsed or updates are forced -> [Help 1]
To see the full stack trace of the errors, re-run Maven with the -e switch.
Re-run Maven using the -X switch to enable full debug logging.
For more information about the errors and possible solutions, please read the following articles:
[Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
Be sure you have the following repo in your settings.xml: http://maven.repository.redhat.com/techpreview/all/ |