Author: sebb Date: Wed May 30 23:33:14 2012 New Revision: 1344505 URL: http://svn.apache.org/viewvc?rev=1344505&view=rev Log: No need for dummy repo now we use Nexus
Modified: commons/proper/jcs/trunk/pom.xml Modified: commons/proper/jcs/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/jcs/trunk/pom.xml?rev=1344505&r1=1344504&r2=1344505&view=diff ============================================================================== --- commons/proper/jcs/trunk/pom.xml (original) +++ commons/proper/jcs/trunk/pom.xml Wed May 30 23:33:14 2012 @@ -231,17 +231,6 @@ <distributionManagement> - <!-- - This POM's parent POM (the Apache root POM) provides repositories. Unfortunately, - this allows for accidental deployments. So we disable them here by providing - a dummy repository. Use "mvn -Prc deploy" (Apache snapshot repository) or - "mvn -Prelease deploy" (Apache release repository), if you really want to deploy. - --> - <repository> - <id>dummy</id> - <name>Dummy to avoid accidental deploys</name> - <url /> - </repository> <site> <id>stagingSite</id> <name>Apache Staging Website</name>