This is an automated email from the ASF dual-hosted git repository. abesto pushed a commit to branch jenkinsfile-wip in repository https://gitbox.apache.org/repos/asf/incubator-zipkin-brave-karaf.git
commit 2f89c734058e741175a9f108442ab38449cc8d3a Author: Christian Schneider <[email protected]> AuthorDate: Thu Jul 6 14:45:35 2017 +0200 Fix maven commands --- build-support/publish-snapshot.sh | 2 +- build-support/publish-stable.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build-support/publish-snapshot.sh b/build-support/publish-snapshot.sh index 169b870..ee42e0b 100755 --- a/build-support/publish-snapshot.sh +++ b/build-support/publish-snapshot.sh @@ -17,7 +17,7 @@ set -euo pipefail set -x if ./mvnw help:evaluate -N -Dexpression=project.version | grep -v '\[' | grep -q SNAPSHOT; then - ./mvnw --batch-mode -s ./.settings.xml -Prelease -nsu -DskipTests -pl deploy + ./mvnw --batch-mode -s ./.settings.xml -Prelease -nsu -DskipTests deploy else echo "Not building release versions, those are built by the tag builder using the publish-stable.sh script" fi diff --git a/build-support/publish-stable.sh b/build-support/publish-stable.sh index e5724e3..0dc7479 100755 --- a/build-support/publish-stable.sh +++ b/build-support/publish-stable.sh @@ -17,5 +17,5 @@ set -euo pipefail set -x ./mvnw -DskipTests install -nsu -./mvnw --batch-mode -s ./.settings.xml -Prelease -nsu -DskipTests -pl deploy +./mvnw --batch-mode -s ./.settings.xml -Prelease -nsu -DskipTests deploy ./mvnw --batch-mode -s ./.settings.xml -nsu -N io.zipkin.centralsync-maven-plugin:centralsync-maven-plugin:sync
