Excellent. Thx
Stephen Duncan wrote: > It's done: > http://people.apache.org/repo/m2-incubating-repository/org/apache/abdera/ > > -Stephen > > On 12/5/06, James M Snell <[EMAIL PROTECTED]> wrote: >> Cool. I'll hold up on updating the site and sending out the release >> announce until one of the mavenites can get this going. I'm going to >> stay out of this part because I'm quite confident I'll screw something >> up :-) >> >> - James >> >> Dan Diephouse wrote: >> > Oh right. This diff should sort things out for you: >> > >> > Index: pom.xml >> > =================================================================== >> > --- pom.xml (revision 481655) >> > +++ pom.xml (working copy) >> > @@ -262,12 +262,16 @@ >> > <module>extensions</module> >> > <module>examples</module> >> > </modules> >> > - >> > <distributionManagement> >> > + <snapshotRepository> >> > + <id>apache.snapshots</id> >> > + <name>Apache SNAPSHOT Repository</name> >> > + >> > >> <url>scp://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository</url> >> >> > >> > + </snapshotRepository> >> > <repository> >> > - <id>apache-maven-test-builds</id> >> > - <name>Apache Maven Repository (Test Builds)</name> >> > - >> > >> <url>scp://people.apache.org/www/cvs.apache.org/maven-snapshot-repository</url> >> >> > >> > - </repository> >> > + <id>apache.incubating</id> >> > + <name>Apache Incubating Repository</name> >> > + >> > >> <url>scp://people.apache.org/www/people.apache.org/repo/m2-incubating-repository</url> >> >> > >> > + </repository> >> > </distributionManagement> >> > </project> >> > >> > A couple other general FYIs in case people here aren't familiar: >> > - Maven includes a release plugin which will update the POMs to the >> correct >> > version and back to snapshot mode again. Google for docs if >> interested. It >> > can be a bit tricky to get right the first time though. >> > - If you don't use the release plugin and change all the POM versions >> > manually, be sure to deploy the sources as well by doing "mvn >> > -DreleasePerform=true deploy" >> > >> > Regards, >> > - Dan >> > >> > On 12/5/06, Garrett Rooney <[EMAIL PROTECTED]> wrote: >> >> >> >> On 12/5/06, Dan Diephouse <[EMAIL PROTECTED]> wrote: >> >> > The URL in the POM is actually linked on the file system to >> >> > /repo/m2-snapshot-repository, so it shouldn't matter. Although >> >> technically >> >> > the latter would be more correct. There isn't an incubator specific >> >> snapshot >> >> > repository as there is no need for one - snapshots aren't >> mirrored at >> >> all. >> >> >> >> But this isn't a snapshot anymore, it's a release, right? So wouldn't >> >> it go someplace different? >> >> >> >> -garrett >> >> >> > >> > >> > >> > >
