On 18 July 2012 12:11, <simonetrip...@apache.org> wrote: > Author: simonetripodi > Date: Wed Jul 18 11:11:28 2012 > New Revision: 1362881 > > URL: http://svn.apache.org/viewvc?rev=1362881&view=rev > Log: > added RC profile for site deploying > > Modified: > commons/proper/chain/trunk/pom.xml > > Modified: commons/proper/chain/trunk/pom.xml > URL: > http://svn.apache.org/viewvc/commons/proper/chain/trunk/pom.xml?rev=1362881&r1=1362880&r2=1362881&view=diff > ============================================================================== > --- commons/proper/chain/trunk/pom.xml (original) > +++ commons/proper/chain/trunk/pom.xml Wed Jul 18 11:11:28 2012 > @@ -248,4 +248,18 @@ > </plugins> > </reporting> > > + <profiles> > + <profile> > + <id>rc</id> > + <distributionManagement> > + <!-- Cannot define in parent ATM, see COMMONSSITE-26 --> > + <site> > + <id>apache.website</id> > + <name>Apache Commons Release Candidate Staging Site</name> > + > <url>${commons.deployment.protocol}://people.apache.org/www/people.apache.org/builds/commons/${commons.componentid}/${commons.release.version}/${commons.rc.version}/site</url> > + </site> > + </distributionManagement>
Why is this in a profile? Normally it is a top level. > + </profile> > + </profiles> > + > </project> > > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org