the repositories tag. If you clear your local repository, you should see the error about
org.jboss.jboss-parent.
| <repositories>
| <repository>
| <id>repository.jboss.org</id>
| <name>JBoss Repository</name>
| <layout>default</layout>
| <
url>http://repository.jboss.org/maven2/</url>
| <snapshots>
| <enabled>false</enabled>
| </snapshots>
| </repository>
|
| <repository>
| <id>snapshots.jboss.org</id>
| <name>JBoss Snapshots Repository</name>
| <layout>default</layout>
| <
url>http://snapshots.jboss.org/maven2/</url>
| <snapshots>
| <enabled>true</enabled>
| </snapshots>
| <releases>
| <enabled>false</enabled>
| </releases>
| </repository>
| </repositories>
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4108720#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...