> -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > Sent: Tuesday, May 11, 2004 3:31 AM > To: Maven Developers List > Subject: RE: cvs commit: maven-plugins/artifact/xdocs changes.xml > > > Brett Porter <[EMAIL PROTECTED]> wrote on 11/05/2004 > 11:06:38 AM: > > > > Someone who knows the software can do that, but until they > > > do, I'd rather > > > fix the things we have. Didn't Ben write Wagon? > > > > Ben wrote maven-fetch, which I never looked at. I don't > know how much of > it > > influenced Wagon, which was primarily written by Michal, > based on the > > artifact code in the current artifact plugin and the Maven > source tree, > and > > fixing things like what we are talking about here. > > > > Maven Wagon is a subproject of the Maven top-level project which is > nearing > > a release of its own. > > > > Hope that clears up why it doesn't make sense to go > tweaking around the > > existing code. > > Michal, > > when are you going to integrate Wagon?
If you are following the commits logs for maven-components you'll find that last few days there were quite a lot of them and I am busy working on that. Things are not yet 100% ready but constantly improving. I have no plan to attempt to integrate wagon for maven 1.0 Wagon will be a part of m2 alpha-1 release. Once we have it ready we can try to backport wagon and higher level componets to maven 1.1 or whatever will follow 1.0. This will be deadly simple to do from point of view of development effort but there are some incompatible changes. For example snapshot resolving will work also for ropsitories which do not let you to check the date of the last modifictation. I have also implemented a possibility of defing proxy server per each repository. So you can have two "http" repositories and accees one with proxy, second without proxy. This is helpful for people having coroprate http repositories. There is quite a lot of such new features which are resolving most of our issuess in JIRA releated to artifact handling. Michal --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]