You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Dennis Lundberg (JIRA)" <ji...@apache.org> on 2010/06/18 23:41:22 UTC

[jira] Reopened: (COMMONSSITE-26) Add a /distributionManagement/site element

     [ https://issues.apache.org/jira/browse/COMMONSSITE-26?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dennis Lundberg reopened COMMONSSITE-26:
----------------------------------------


This issue is about site deployment, it has nothing to do with Nexus.

> 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:
> {code:xml}
> <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>
> {code}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.