[jboss-dev] maven repository

Paul Gier pgier at redhat.com
Thu Apr 23 13:15:13 EDT 2009


Sure, you can just change your settings.xml to use the direct svn url instead.
The best way to do this is probably using mirror settings something like this:

   <mirrors>
     <mirror>
       <id>jboss-anon-svn-maven-repo</id>
       <name>jboss maven repository</name>
       <url>http://anonsvn.jboss.org/repos/repository.jboss.org/maven2</url>
       <mirrorOf>repository.jboss.org</mirrorOf>
     </mirror>
   </mirrors>


Dimitris Andreadis wrote:
> Until http://repository.jboss.org/maven2 gets synched again, can we not 
> point our builds to
> 
> http://anonsvn.jboss.org/repos/repository.jboss.org/maven2
> 
> _______________________________________________
> jboss-development mailing list
> jboss-development at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/jboss-development




More information about the jboss-development mailing list