Details
-
Improvement
-
Status: Reopened
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
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>