You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Sebb (JIRA)" <ji...@apache.org> on 2010/06/21 19:55:25 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=12880914#action_12880914 ] 

Sebb commented on COMMONSSITE-26:
---------------------------------

It looks like

http://jira.codehaus.org/browse/MSITE-25 - mvn site:deploy and site:stage-deploy ignores server configuration in settings.xml
was fixed in 2.0-beta-7 of the site plugin.

However:

http://jira.codehaus.org/browse/MNG-3244 - inherited site url not properly handling parameters

and

http://jira.codehaus.org/browse/MNG-2872 - Don't append artifactId when parent pom already has artifactId in URL
has been closed as a duplicate of 
http://jira.codehaus.org/browse/MNG-4508 - No way to avoid adding artifactId to site urls

are still not fixed

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