diff --git a/.travis/build-deploy.sh b/.travis/build-deploy.sh index 424ef6a70e..f39a5e20b1 100644 --- a/.travis/build-deploy.sh +++ b/.travis/build-deploy.sh @@ -28,7 +28,7 @@ elif travis_isPush; then fi # Uploading pmd distribution to sourceforge - rsync -avh pmd-dist/target/pmd-*-${VERSION}.zip target/pmd-doc-${VERSION}.zip ${PMD_SF_USER}@web.sourceforge.net:/home/frs/project/pmd/pmd/${VERSION}/ + rsync -avh pmd-dist/target/pmd-*-${VERSION}.zip ${PMD_SF_USER}@web.sourceforge.net:/home/frs/project/pmd/pmd/${VERSION}/ rsync -avh src/site/markdown/overview/changelog.md ${PMD_SF_USER}@web.sourceforge.net:/home/frs/project/pmd/pmd/${VERSION}/ReadMe.md else diff --git a/.travis/release.sh b/.travis/release.sh index fc5c02be41..da293b6fd0 100644 --- a/.travis/release.sh +++ b/.travis/release.sh @@ -3,7 +3,7 @@ set -e RELEASE_VERSION=$(./mvnw -q -Dexec.executable="echo" -Dexec.args='${project.version}' --non-recursive org.codehaus.mojo:exec-maven-plugin:1.5.0:exec | tail -1) -# Deploy to ossrh has already been done with the usual build. See build-push.sh +# Deploy to ossrh has already been done with the usual build. See build-deploy.sh # The site has been built before, the files have already been uploaded to sourceforge. # Since this is a release, making the binary the new default file...