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 2016/01/06 01:51:39 UTC

[jira] [Updated] (MSITE-696) site:deploy try to deploy the site of a sub module even if the property maven.site.skip is set to true

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

Hervé Boutemy updated MSITE-696:
--------------------------------
    Fix Version/s: 3.5

> site:deploy try to deploy the site of a sub module even if the property maven.site.skip is set to true
> ------------------------------------------------------------------------------------------------------
>
>                 Key: MSITE-696
>                 URL: https://issues.apache.org/jira/browse/MSITE-696
>             Project: Maven Site Plugin
>          Issue Type: Bug
>          Components: multi module, site:deploy
>    Affects Versions: 3.2
>         Environment: Maven 3.0.5
>            Reporter: Rautureau
>             Fix For: 3.5
>
>
> Hi,
> when deploying a site of a multi module project (using {{mvn site-deploy}}),  the deploy goal tell me that the site cannot be deployed because it has no been generated:
> {code}
> [ERROR] Failed to execute goal org.apache.maven.plugins:maven-site-plugin:3.2:deploy (default-deploy) on project um-cgum: The site does not exist, please run site:site first -> [Help 1]
> {code}
> It's true because I set in the submodule {{um-cgum}} the property {{maven.site.skip}} to true.
> When I set the property {{maven.site.deploy.skip}} to true, the deploy goal skip the deployment, which is fine.
> Why not skipping deployment if the site generation is skipped?
> thanks 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)