[jboss-dev-forums] [Design of JBoss Build System] - All Aggregator poms (microcontainer, metadata) missing

anil.saldhana@jboss.com do-not-reply at jboss.com
Wed Nov 28 18:27:15 EST 2007


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#4108720

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4108720



More information about the jboss-dev-forums mailing list