Hide Forgot
project_key: EDG recently EAP build switched to use new mead repository: (from http://anonsvn.jboss.org/repos/jbossas/branches/JBPAPP_5_1/pom.xml) {code} <repositories> <repository> <id>mead-repository.redhat.com</id> <name>JBoss Production Releases MEAD Repository</name> <url>http://download.lab.bos.redhat.com/brewroot/repos/jb-eap-5-rhel-6-build/latest/maven2</url> <releases> <enabled>true</enabled> </releases> <snapshots> <enabled>false</enabled> </snapshots> </repository> <repository> <id>prod-repository.jboss.org</id> <name>JBoss Production Releases Repository</name> <url>http://repository.jboss.org/maven2-brew</url> <releases> <enabled>false</enabled> </releases> <snapshots> <enabled>false</enabled> </snapshots> </repository> <repository> <id>nexus.jboss.org</id> <name>JBoss Nexus Repository</name> <url>https://repository.jboss.org/nexus/content/groups/public/</url> <releases> <enabled>true</enabled> </releases> <snapshots> <enabled>false</enabled> </snapshots> </repository> </repositories> {code} we're still using an old one (from http://anonsvn.jboss.org/repos/jbossas/branches/JBPAPP_5_1_datagrid/pom.xml) {code} <repositories> <repository> <id>prod-repository.jboss.org</id> <name>JBoss Production Releases Repository</name> <url>http://repository.jboss.org/maven2-brew</url> <releases> <enabled>true</enabled> </releases> <snapshots> <enabled>false</enabled> </snapshots> </repository> <repository> <id>nexus.jboss.org</id> <name>JBoss Nexus Repository</name> <url>https://repository.jboss.org/nexus/content/groups/public/</url> <releases> <enabled>true</enabled> </releases> <snapshots> <enabled>false</enabled> </snapshots> </repository> </repositories> {code} and this might be cause of our CI job failing: http://hudson.qa.jboss.com/hudson/view/EDG/job/JBoss-EAP-5.1.x-datagrid/ I'll try to sync the repo config with the new settings in JBPAPP_5_1 branch and see if it helps.
We will probably need to leave the old repo (http://repository.jboss.org/maven2-brew) enabled