Hide Forgot
I couldn't build quickstarts using EAP 6.1 repo (also tried 6.2 Beta repo) and DV ER5 repo. The error message is [3]. It looks like [1] is not present in EAP repo. Maybe I am using a wrong repo? [1] jboss-eap-6.1.0.GA-maven-repository/org/jboss/spec/jboss-javaee-web-6.0/3.0.2.Final-redhat-4 [3] localhost% mvn clean install -U [INFO] Scanning for projects... Downloading: https://repository.jboss.org/nexus/content/groups/developer/org/jboss/component/management/jboss-component-version-master/6.1.1.Final-redhat-61/jboss-component-version-master-6.1.1.Final-redhat-61.pom Downloading: file:/home/fnguyen/work/edsqa/builds/ER5/jboss-eap-6.1.0.GA-maven-repository/org/jboss/component/management/jboss-component-version-master/6.1.1.Final-redhat-61/jboss-component-version-master-6.1.1.Final-redhat-61.pom Downloading: file:/home/fnguyen/work/edsqa/builds/ER5/dv-6.0.0.ER5-redhat-1-repository/org/jboss/component/management/jboss-component-version-master/6.1.1.Final-redhat-61/jboss-component-version-master-6.1.1.Final-redhat-61.pom Downloading: https://repository.jboss.org/nexus/content/groups/developer/org/jboss/spec/jboss-javaee-web-6.0/3.0.2.Final-redhat-4/jboss-javaee-web-6.0-3.0.2.Final-redhat-4.pom Downloading: file:/home/fnguyen/work/edsqa/builds/ER5/jboss-eap-6.1.0.GA-maven-repository/org/jboss/spec/jboss-javaee-web-6.0/3.0.2.Final-redhat-4/jboss-javaee-web-6.0-3.0.2.Final-redhat-4.pom Downloading: file:/home/fnguyen/work/edsqa/builds/ER5/dv-6.0.0.ER5-redhat-1-repository/org/jboss/spec/jboss-javaee-web-6.0/3.0.2.Final-redhat-4/jboss-javaee-web-6.0-3.0.2.Final-redhat-4.pom [ERROR] The build could not read 1 project -> [Help 1] [ERROR] [ERROR] The project org.jboss.teiid.quickstart:teiid-quickstart-parent:1.1.0-redhat-5 (/home/fnguyen/work/edsqa/builds/ER5/quickstarts/pom.xml) has 3 errors [ERROR] Non-resolvable parent POM for org.jboss.ip.component.management:ip-version-master:1.1-redhat-1: Could not find artifact org.jboss.component.management:jboss-component-version-master:pom:6.1.1.Final-redhat-61 in jboss-developer-repository-group (https://repository.jboss.org/nexus/content/groups/developer/) @ org.jboss.ip.component.management:ip-version-master:1.1-redhat-1, /home/fnguyen/.m2/repository/org/jboss/ip/component/management/ip-version-master/1.1-redhat-1/ip-version-master-1.1-redhat-1.pom, line 26, column 13 -> [Help 2] [ERROR] Non-resolvable parent POM: Failure to find org.jboss.component.management:jboss-component-version-master:pom:6.1.1.Final-redhat-61 in https://repository.jboss.org/nexus/content/groups/developer/ was cached in the local repository, resolution will not be reattempted until the update interval of jboss-developer-repository-group has elapsed or updates are forced @ org.jboss.component.management:jboss-dependency-management-all:6.1.1.Final-redhat-61, /home/fnguyen/.m2/repository/org/jboss/component/management/jboss-dependency-management-all/6.1.1.Final-redhat-61/jboss-dependency-management-all-6.1.1.Final-redhat-61.pom, line 5, column 11 -> [Help 2] [ERROR] Non-resolvable import POM: Could not find artifact org.jboss.spec:jboss-javaee-web-6.0:pom:3.0.2.Final-redhat-4 in jboss-developer-repository-group (https://repository.jboss.org/nexus/content/groups/developer/) @ line 147, column 16 -> [Help 2] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException [ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException localhost% v file:/home/fnguyen/work/edsqa/builds/ER5/jboss-eap-6.1.0.GA-maven-repository/org/jboss/spec/jboss-javaee-web-6.0/3.0.2.Final-redhat-4/jboss-javaee-web-6.0-3.0.2.Final-redhat-4.pom localhost% v /home/fnguyen/work/edsqa/builds/ER5/jboss-eap-6.1.0.GA-maven-repository/org/jboss/spec/jboss-javaee-web-6.0/3.0.2.Final-redhat-4/jboss-javaee-web-6.0-3.0.2.Final-redhat-4.pom localhost% ls /home/fnguyen/work/edsqa/builds/ER5/jboss-eap-6.1.0.GA-maven-repository/org/jboss/spec/jboss-javaee-web-6.0/3.0.2.Final-redhat-4 ls: cannot access /home/fnguyen/work/edsqa/builds/ER5/jboss-eap-6.1.0.GA-maven-repository/org/jboss/spec/jboss-javaee-web-6.0/3.0.2.Final-redhat-4: No such file or directory localhost% ls /home/fnguyen/work/edsqa/builds/ER5/jboss-eap-6.1.0.GA-maven-repository/org/jboss/spec/jboss-javaee-web-6.0/ 3.0.2.Final-redhat-3
DV ER4 onward are built on EAP 6.1.1. The provided maven repository must be combined with Maven Central and also withthe complete EAP repository (6.0.0 + 6.0.1 + 6.1.0 + 6.1.1), also available at: http://maven.repository.redhat.com/techpreview/all/
With this maven repo I can build them! Thanks Julian! Now we can try the quickstarts in the product :-)