Skip to content
This repository has been archived by the owner on Mar 10, 2021. It is now read-only.

Commit

Permalink
Fix deploy step, disable javadoc publish.
Browse files Browse the repository at this point in the history
  • Loading branch information
katmatt committed Nov 16, 2017
1 parent e9135f8 commit 59e02e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions perform-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RELEASE_VERSION=$(getVersion)
echo "Performing release ${RELEASE_VERSION}"

echo "Deploying release ${RELEASE_VERSION}"
./mvnw clean deploy -pl "\!osgi-support, \!osgi-support/mirror-subclass-plugin/, \!osgi-support/sdk-osgi-test-campaign/, \!osgi-support/commercetools-tests-fragment" -DskipTests -Prelease,javadoc-jdk-8u121
./mvnw clean deploy -DskipTests -Prelease,javadoc-jdk-8u121

echo "Publish release javadoc ${RELEASE_VERSION}"
./mvnw javadoc:aggregate scm-publish:publish-scm -Ppublish-site,javadoc-jdk-8u121
# ./mvnw javadoc:aggregate scm-publish:publish-scm -Ppublish-site,javadoc-jdk-8u121

0 comments on commit 59e02e2

Please sign in to comment.