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

Commit

Permalink
Readd project exclusion.
Browse files Browse the repository at this point in the history
  • Loading branch information
katmatt committed Nov 17, 2017
1 parent d220283 commit da46ec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 -pl "\!osgi-support/mirror-subclass-plugin/, \!osgi-support/sdk-osgi-test-campaign/, \!osgi-support/commercetools-tests-fragment" -DskipTests -Prelease,javadoc-jdk-8u121

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

0 comments on commit da46ec8

Please sign in to comment.