Author: sebb Date: Sun Jul 24 13:35:37 2011 New Revision: 1150359 URL: http://svn.apache.org/viewvc?rev=1150359&view=rev Log: Add website details for use by mvn site:deploy
Modified: commons/proper/bcel/trunk/pom.xml Modified: commons/proper/bcel/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/bcel/trunk/pom.xml?rev=1150359&r1=1150358&r2=1150359&view=diff ============================================================================== --- commons/proper/bcel/trunk/pom.xml (original) +++ commons/proper/bcel/trunk/pom.xml Sun Jul 24 13:35:37 2011 @@ -55,6 +55,15 @@ <commons.osgi.private /> </properties> + <!-- Could this be added to Commons Parent? --> + <distributionManagement> + <site> + <id>apache.website</id> + <name>Apache Website</name> + <url>scp://people.apache.org/www/commons.apache.org/${commons.componentid}/</url> + </site> + </distributionManagement> + <licenses> <license> <name>Apache License, Version 2.0</name>