Add a /distributionManagement/site element
------------------------------------------
Key: COMMONSSITE-26
URL: https://issues.apache.org/jira/browse/COMMONSSITE-26
Project: Commons All
Issue Type: Improvement
Components: Commons Parent Pom
Reporter: Rahul Akolkar
To enable sites to be deployed using the m2 site plugin, we should add this to
the Commons Parent POM:
<distributionManagement>
<site>
<id>apache-site</id>
<name>Apache Commons Website</name>
<url>${commons.deployment.protocol}://people.apache.org/www/commons.apache.org/${commons.componentid}</url>
</site>
</distributionManagement>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.