I'm adding quickstarts to
https://github.com/jboss-developer/jboss-eap-quickstarts
6.4.x-develop
None of the quickstarts are buildable because
org.jboss.bom.eap:jboss-javaee-6.0-with-tools:6.2.0-build-7
is not found.
[ERROR] Non-resolvable import POM: Failure to find
org.jboss.bom.eap:jboss-javaee-6.0-with-tools:pom:6.2.0-build-7 in
http://maven.repository.redhat.com/earlyaccess/all/ was cached in the local
repository, resolution will not be reattempted until the
update interval of jboss-earlyaccess-repository has elapsed or updates are forced @
line 74, column 25 -> [Help 2]
I am using the cmd
mvn clean install jboss-as:deploy -s $QUICKSTART_HOME/settings.xml
What is the repo that should be referenced?