Herve Boutemy created MSITE-649: ----------------------------------- Summary: The staged site is still deployed to a wrong place Key: MSITE-649 URL: https://jira.codehaus.org/browse/MSITE-649 Project: Maven 2.x and 3.x Site Plugin Issue Type: Bug Components: site:stage(-deploy) Affects Versions: 3.1 Reporter: Herve Boutemy
in MSITE-602, the site was deployed with extra "plugins/maven-checkstyle-plugin" subdirectory with m-site-p 3.1, the "plugins" directory isn't there any more but maven-checkstyle-plugin is still here {noformat}[INFO] --- maven-site-plugin:3.1:stage-deploy (default-cli) @ maven-checkstyle-plugin --- [INFO] Using this server ID for stage deploy: apache.website [INFO] Using this base URL for stage deploy: scp://people.apache.org/www/maven.apache.org/plugins/maven-checkstyle-plugin-2.10-SNAPSHOT [INFO] Parent project loaded from repository: org.apache.maven.plugins:maven-plugins:pom:23 [INFO] Parent project loaded from repository: org.apache.maven:maven-parent:pom:22 Using private key: /home/herve/.ssh/id_dsa scp://people.apache.org/www/maven.apache.org/plugins/maven-checkstyle-plugin-2.10-SNAPSHOT/ - Session: Opened [INFO] Pushing /home/herve/projets/maven/trunks/plugins/maven-checkstyle-plugin/target/site [INFO] >>> to scp://people.apache.org/www/maven.apache.org/plugins/maven-checkstyle-plugin-2.10-SNAPSHOT/maven-checkstyle-plugin Executing command: mkdir -p /www/maven.apache.org/plugins/maven-checkstyle-plugin-2.10-SNAPSHOT/maven-checkstyle-plugin Executing command: mkdir -p /www/maven.apache.org/plugins/maven-checkstyle-plugin-2.10-SNAPSHOT/maven-checkstyle-plugin Executing command: scp -t "/www/maven.apache.org/plugins/maven-checkstyle-plugin-2.10-SNAPSHOT/maven-checkstyle-plugin/wagon7871216691157601745.zip" Uploading: maven-checkstyle-plugin/wagon7871216691157601745.zip to scp://people.apache.org/www/maven.apache.org/plugins/maven-checkstyle-plugin-2.10-SNAPSHOT/ ################################################################################################################################################################################################## Transfer finished. 790672 bytes copied in 2.02 seconds Executing command: cd /www/maven.apache.org/plugins/maven-checkstyle-plugin-2.10-SNAPSHOT/maven-checkstyle-plugin; unzip -q -o wagon7871216691157601745.zip; rm -f wagon7871216691157601745.zip Executing command: chmod -Rf g+w,a+rX /www/maven.apache.org/plugins/maven-checkstyle-plugin-2.10-SNAPSHOT/ scp://people.apache.org/www/maven.apache.org/plugins/maven-checkstyle-plugin-2.10-SNAPSHOT/ - Session: Disconnecting scp://people.apache.org/www/maven.apache.org/plugins/maven-checkstyle-plugin-2.10-SNAPSHOT/ - Session: Disconnected{noformat} -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira