[
https://issues.apache.org/jira/browse/MSITE-812?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16447910#comment-16447910
]
Hervé Boutemy commented on MSITE-812:
-------------------------------------
as expected, I ran {{mvn -Prun-its verify}} on maven-site-plugin then {{grep
'>>> to ' target/it/*/build.log}} and there are quite a few '//'
notice I also saw that a few lines after your fix, there is also the same issue
on message for internationalized path
now working on a fix
> Missing '/' in log when deploying documentation by site:stage
> -------------------------------------------------------------
>
> Key: MSITE-812
> URL: https://issues.apache.org/jira/browse/MSITE-812
> Project: Maven Site Plugin
> Issue Type: Bug
> Components: site:stage(-deploy)
> Affects Versions: 3.7
> Reporter: Akira Ajisaka
> Priority: Major
> Fix For: 3.7.1
>
>
> When running {{mvn site:stage -DstagingDirectory=/Users/ajisaka/YARN-7736}}
> {noformat}
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Apache Hadoop Project POM 3.2.0-SNAPSHOT
> [INFO]
> ------------------------------------------------------------------------
> [INFO]
> [INFO] --- maven-site-plugin:3.7:stage (default-cli) @ hadoop-project ---
> [INFO] Using this base directory for staging: /Users/ajisaka/YARN-7736
> [INFO] Pushing /Users/ajisaka/git/hadoop/hadoop-project/target/site
> [INFO] >>> to file:///Users/ajisaka/YARN-7736hadoop-project
> {noformat}
> '/' is missing between YARN-7736 and hadoop-project.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)