You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@reef.apache.org by "Mariia Mykhailova (JIRA)" <ji...@apache.org> on 2016/09/02 00:59:20 UTC

[jira] [Commented] (REEF-885) mvn site:site scm-publish:publish-scm deletes apidocs section of the site

    [ https://issues.apache.org/jira/browse/REEF-885?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15457128#comment-15457128 ] 

Mariia Mykhailova commented on REEF-885:
----------------------------------------

One thing we need to do is add folder {{apidoc_net}} to list of folders to not delete if the contents is not present. But this change doesn't fix the problem of {{apidoc}} deletion.

{noformat}
                     <ignorePathsToDelete>
                         <ignorePathToDelete>apidocs/**</ignorePathToDelete>
+                        <ignorePathToDelete>apidoc_net/**</ignorePathToDelete>
                     </ignorePathsToDelete>
{noformat}


> mvn site:site scm-publish:publish-scm deletes apidocs section of the site
> -------------------------------------------------------------------------
>
>                 Key: REEF-885
>                 URL: https://issues.apache.org/jira/browse/REEF-885
>             Project: REEF
>          Issue Type: Bug
>          Components: Build infrastructure
>            Reporter: Mariia Mykhailova
>
> The following command (with proper username and password substituted) deletes {{apidocs}} section of the site.
> {{mvn site:site scm-publish:publish-scm -Dusername="$username" -Dpassword="$password"}}
> This command is what {{website/publish.sh}} script uses internally. https://cwiki.apache.org/confluence/display/REEF/Updating+the+website+for+a+new+release needs to be updated to clarify when this can happen and how to fix this if this does happen.
> {noformat}
> r1711086 | mariia | 2015-10-29 03:04:45 +0900 (Thu, 29 Oct 2015) | 1 line Changed paths:
>    M /incubator/reef/site/api.html
>    D /incubator/reef/site/apidocs
>    M /incubator/reef/site/dependency-convergence.html
>    M /incubator/reef/site/dependency-info.html
>    M /incubator/reef/site/dependency-management.html
>    M /incubator/reef/site/distribution-management.html
>    M /incubator/reef/site/downloads.html
> {noformat}



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