On Fri, Mar 2, 2012 at 9:46 PM, sebb <[email protected]> wrote: > On 3 March 2012 02:40, <[email protected]> wrote: > > Author: ggregory > > Date: Sat Mar 3 02:40:10 2012 > > New Revision: 1296564 > > > > URL: http://svn.apache.org/viewvc?rev=1296564&view=rev > > Log: > > Add missing distributionManagement element. > > > > Modified: > > commons/proper/commons-build-plugin/trunk/pom.xml > > > > Modified: commons/proper/commons-build-plugin/trunk/pom.xml > > URL: > http://svn.apache.org/viewvc/commons/proper/commons-build-plugin/trunk/pom.xml?rev=1296564&r1=1296563&r2=1296564&view=diff > > > ============================================================================== > > --- commons/proper/commons-build-plugin/trunk/pom.xml (original) > > +++ commons/proper/commons-build-plugin/trunk/pom.xml Sat Mar 3 > 02:40:10 2012 > > @@ -41,7 +41,13 @@ > > <developerConnection>scm:svn: > https://svn.apache.org/repos/asf/commons/proper/commons-build-plugin/trunk/ > </developerConnection> > > <url> > http://svn.apache.org/viewvc/commons/proper/commons-build-plugin/trunk/ > </url> > > </scm> > > - > > + <distributionManagement> > > + <site> > > + <id>stagingSite</id> > > + <name>Apache Staging Website</name> > > + <url>scp:// > people.apache.org/www/commons.apache.org/commons-build-plugin/</url> > > Surely that's the live site, not the staging site? >
Hi Sebb, Its the same fragment I used for [codec] a while back. If it's on 'people', it should not be the real live site, but the one we can look at as part of the RC. At least it make sense to me, as much as Maven makes sense that is :) Gary > > + </site> > > + </distributionManagement> > > <developers> > > <developer> > > <name>Niall Pemberton</name> > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > -- E-Mail: [email protected] | [email protected] JUnit in Action, 2nd Ed: <http://goog_1249600977>http://bit.ly/ECvg0 Spring Batch in Action: <http://s.apache.org/HOq>http://bit.ly/bqpbCK Blog: http://garygregory.wordpress.com Home: http://garygregory.com/ Tweet! http://twitter.com/GaryGregory
