Re: How to obtain sources for maven release 1.0

2004-09-18 Thread Brett Porter
http://cvs.apache.org/viewcvs.cgi/maven/plugin-profile.xml?rev=1.1.2.7&only_with_tag=MAVEN_1_0&view=markup If you build a distribution, it will download the appropriate releases. Bootstrapping from that tag will use the latest, however. Cheers, Brett Felipe Leme wrote: Brett, Shouldn't we apply mav

Re: How to obtain sources for maven release 1.0

2004-09-18 Thread Felipe Leme
Brett, Shouldn't we apply maven release tags on the plugins too? The way it is now, it's pretty hard to re-build a maven-1.0 distro, as the plugins don't have a maven-release tag (only individual plugin-release tags) and there isn't a source tarball at http://apache.org/dist/maven/source/ So, in

Re: How to obtain sources for maven release 1.0

2004-09-16 Thread Brett Porter
You can check out the tag - it only exists on the "maven" CVS tree though, not maven-plugins. cvs -d :pserver:[EMAIL PROTECTED]:/home/cvspublic co -r MAVEN_1_0 maven - Brett Quoting Jiøí Banszel <[EMAIL PROTECTED]>: > Hi all, > > could anyone please tell me where can I obtain maven sources fo

Re: How to obtain sources for maven release 1.0

2004-09-16 Thread M. Sean Gilligan
I've been absent from the list for a while, but I've been trying to build a Maven 1.0 package from source off-and-on for a while (using DarwinPorts). I believe the following should do what you need: cvs -d :pserver:[EMAIL PROTECTED]:/home/cvspublic co -r MAVEN_1_0 maven I'm having other proble

How to obtain sources for maven release 1.0

2004-09-16 Thread Jiří Banszel
Hi all, could anyone please tell me where can I obtain maven sources for release 1.0? I need to use this release and modify several classes, so I need to have the sources from which the release 1.0 was built. The sources should be tagged with MAVEN_1_0, but it is seems to be impossible to down