[ 
http://jira.codehaus.org/browse/MSITE-131?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Dennis Lundberg closed MSITE-131.
---------------------------------

    Resolution: Cannot Reproduce

For a working example of this check the setup for Maven plugins that uses this 
exact mechanism. The parent has distributionManagement set up like this:
{code:xml}
  <distributionManagement>
    <site>
      <id>apache.website</id>
      <url>scp://people.apache.org/www/maven.apache.org/plugins/</url>
    </site>
  </distributionManagement>
{code}

And the plugins don't have any distributionManagement set up in their own pom.

> Not inheriting the site settings for distributionManagement from a super pom
> ----------------------------------------------------------------------------
>
>                 Key: MSITE-131
>                 URL: http://jira.codehaus.org/browse/MSITE-131
>             Project: Maven 2.x Site Plugin
>          Issue Type: Bug
>          Components: inheritance
>            Reporter: Malcolm Wong Ho
>


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to