You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Malcolm Wong Ho (JIRA)" <ji...@codehaus.org> on 2006/05/12 14:12:41 UTC

[jira] Created: (MSITE-131) Not inheriting the site settings for distributionManagement from a super 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
        Type: Bug

    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


[jira] Closed: (MSITE-131) Not inheriting the site settings for distributionManagement from a super pom

Posted by "Dennis Lundberg (JIRA)" <ji...@codehaus.org>.
     [ 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

        

[jira] Updated: (MSITE-131) Not inheriting the site settings for distributionManagement from a super pom

Posted by "Dennis Lundberg (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MSITE-131?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dennis Lundberg updated MSITE-131:
----------------------------------

    Component/s: inheritance

> 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

        

[jira] Commented: (MSITE-131) Not inheriting the site settings for distributionManagement from a super pom

Posted by "Wahid Bashirazad (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MSITE-131?page=comments#action_66058 ] 

Wahid Bashirazad commented on MSITE-131:
----------------------------------------

After moving the distributionManagement settings for site into the parent pom nothing deploy despite the follwing log output:

[INFO] [site:deploy]
file:////iis/webs/wwwroot/projects/childProject - Session: Opened
file:////iis/webs/wwwroot/projects/childProject - Session: Disconnecting
file:////iis/webs/wwwroot/projects/childProject - Session: Disconnected
[INFO] -------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL

> 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
>         Type: Bug

>     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


[jira] Commented: (MSITE-131) Not inheriting the site settings for distributionManagement from a super pom

Posted by "darren hartford (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MSITE-131?page=comments#action_78648 ] 
            
darren hartford commented on MSITE-131:
---------------------------------------

This is a pretty big issue.

Would also like to see the plugin support parent pom configurations things like:

<site>
<id>project-sites</id>
<url>protocol://server/projects/${groupid}/${artifactId}</url>
</site>

Would make things a lot easier, simpler, and consistent.  

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

        

[jira] Commented: (MSITE-131) Not inheriting the site settings for distributionManagement from a super pom

Posted by "Dennis Lundberg (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MSITE-131?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=128269#action_128269 ] 

Dennis Lundberg commented on MSITE-131:
---------------------------------------

Can someone please attach a small project that reproduces this issue?

> 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