Author: simonetripodi Date: Sun Apr 3 00:23:32 2011 New Revision: 1088193 URL: http://svn.apache.org/viewvc?rev=1088193&view=rev Log: added missing RC profile (cannot be defined in parent)
Modified: commons/proper/discovery/trunk/pom.xml Modified: commons/proper/discovery/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/discovery/trunk/pom.xml?rev=1088193&r1=1088192&r2=1088193&view=diff ============================================================================== --- commons/proper/discovery/trunk/pom.xml (original) +++ commons/proper/discovery/trunk/pom.xml Sun Apr 3 00:23:32 2011 @@ -188,4 +188,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> + </profile> + </profiles> + </project>