You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Rahul Akolkar (JIRA)" <ji...@apache.org> on 2008/04/29 00:49:55 UTC

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

    [ https://issues.apache.org/jira/browse/COMMONSSITE-26?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12592921#action_12592921 ] 

Rahul Akolkar commented on COMMONSSITE-26:
------------------------------------------

This will have to wait for a while since its hard to define patterns for distributionManagement/site URLs in parent POMs.

See:

https://svn.cargo.codehaus.org/browse/MNG-3244

https://svn.cargo.codehaus.org/browse/MNG-2872

Additionally, this one may be a blocker for some:

http://jira.codehaus.org/browse/MSITE-25

Seems site information (including alternate site locations for the rc profile) will have to be duplicated in component POMs.



> 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.