thank you from an avid maven user! 

i love being on the bleeding edge, which is quite a pain when projects don't have snapshots published!

On 6/26/06, Igor Vaynberg <[EMAIL PROTECTED]> wrote:
hey there

would like to let you guys know that there is a maven 2 repo that hosts the latest snapshots. snapshots are deposited there via a continuous integration tool so they should never be more then an hour old given svn changes after last build

the repo is located here: http://maven.sateh.com/wicket/ and is graciously provided by Stefan Arentz (sateh).

he also has a great maven central mirror which for me has been much faster then ibiblio and made working with maven easier:

<mirror>
         <id>sateh.com</id>
         <name>Mirror of http://repo1.maven.org/maven2/</name>
         <url>http://maven.sateh.com/repository</url>
         <mirrorOf>central</mirrorOf>
       </mirror>

drop that into your ~/.m2/settings.xml if you want to use it

thanks Stefan,

-Igor



Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642


_______________________________________________
Wicket-develop mailing list
Wicket-develop@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-develop



Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Wicket-develop mailing list
Wicket-develop@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-develop

Reply via email to