| Summary: | Missing dependencies in maven repo distribution | ||
|---|---|---|---|
| Product: | [JBoss] JBoss Data Grid 6 | Reporter: | Jiri Holusa <jholusa> |
| Component: | Infinispan | Assignee: | Tristan Tarrant <ttarrant> |
| Status: | CLOSED DUPLICATE | QA Contact: | Martin Gencur <mgencur> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 6.2.0 | CC: | jdg-bugs, myarboro |
| Target Milestone: | ER3 | ||
| Target Release: | 6.2.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-12-03 15:02:24 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: | |
| Bug Depends On: | |||
| Bug Blocks: | 1010419 | ||
|
Description
Jiri Holusa
2013-10-10 11:25:16 UTC
Fixed in ER3.1 Found another missing dependency: org.jboss.component.management:jboss-dependency-management-all:pom:6.1.1.Final-redhat-61 The whole error message I get from packaging jdg quickstarts is: Failed to execute goal on project jboss-carmart: Could not resolve dependencies for project org.jboss.quickstarts.jdg:jboss-carmart:war:6.2.0.ER3.1-redhat-1: Failed to collect dependencies at org.infinispan:infinispan-core:jar:6.0.0.CR1-redhat-3: Failed to read artifact descriptor for org.infinispan:infinispan-core:jar:6.0.0.CR1-redhat-3: Could not find artifact org.jboss.component.management:jboss-dependency-management-all:pom:6.1.1.Final-redhat-61 in redhat-earlyaccess-repository-group (http://maven.repository.redhat.com/earlyaccess/all/) I manually added the previous dependency and found another missing one: org.jboss.component.management:jboss-project-dependency-relocations:pom:6.1.1.Final-redhat-61 Going deeper and found another missing dependencies: org.apache.maven.plugins:maven-enforcer-plugin:1.0-redhat-1 org.apache.maven.plugins:maven-source-plugin:2.1.2-redhat-1 org.apache.maven.plugins:maven-clean-plugin:jar:2.4.1-redhat-1 Found another missing dependency, unfortunately I'm stuck at it because I don't know how to resolve it. Failed to execute goal org.codehaus.mojo:buildnumber-maven-plugin:1.0-redhat-1:create (get-scm-revision) on project jboss-jdg-quickstarts: Execution get-scm-revision of goal org.codehaus.mojo:buildnumber-maven-plugin:1.0-redhat-1:create failed: A required class was missing while executing org.codehaus.mojo:buildnumber-maven-plugin:1.0-redhat-1:create: org/apache/maven/scm/ScmException Hi, this issue occured again with new JDG_6.2.0.ER4. I'm trying to run jdg quickstarts, specifically carmart-tx. It gives me missing artifact: org.jboss.jbossts:jbossjta:jar:4.17.7.Final-redhat-4 This is very similiar to https://bugzilla.redhat.com/show_bug.cgi?id=1032592 So moving there. *** This bug has been marked as a duplicate of bug 1032592 *** |