You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Hervé Boutemy (JIRA)" <ji...@apache.org> on 2017/11/08 06:47:00 UTC

[jira] [Updated] (MSITE-800) site:deploy

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

Hervé Boutemy updated MSITE-800:
--------------------------------
    Description: 
Lack in documentation: 
for goal {{site:deploy}} one needs in distributionManagement of the pom something like
{code:xml}   <site>
      <id>fileSite</id>
      <url>file:///home/ernst/Software/RepositoryTarget/Site</url>
    </site>{code}
instead of 

{code:xml}    <repository>
      <id>fileRepository</id>
      <url>file:///home/ernst/Software/RepositoryTarget</url>
    </repository>{code}

This shall be documented on the site. 

  was:
Lack in documentation: 
for goal site:deploy one needs in distributionManagement of the pom somenthing like
   <site>
      <id>fileSite</id>
      <url>file:///home/ernst/Software/RepositoryTarget/Site</url>
    </site>
instead of 

    <repository>
      <id>fileRepository</id>
      <url>file:///home/ernst/Software/RepositoryTarget</url>
    </repository>

This shall be documented on teh site. 


> site:deploy
> -----------
>
>                 Key: MSITE-800
>                 URL: https://issues.apache.org/jira/browse/MSITE-800
>             Project: Maven Site Plugin
>          Issue Type: Bug
>         Environment: any
>            Reporter: Ernst Reissner
>
> Lack in documentation: 
> for goal {{site:deploy}} one needs in distributionManagement of the pom something like
> {code:xml}   <site>
>       <id>fileSite</id>
>       <url>file:///home/ernst/Software/RepositoryTarget/Site</url>
>     </site>{code}
> instead of 
> {code:xml}    <repository>
>       <id>fileRepository</id>
>       <url>file:///home/ernst/Software/RepositoryTarget</url>
>     </repository>{code}
> This shall be documented on the site. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)