You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by ri...@apache.org on 2018/09/11 23:00:53 UTC

[2/6] brooklyn-dist git commit: Run main release build with -DskipTests

Run main release build with -DskipTests

Assumes that a build with tests has already been done elsewhere.


Project: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/repo
Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/commit/fc374c08
Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/tree/fc374c08
Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/diff/fc374c08

Branch: refs/heads/1.0.0-M1
Commit: fc374c08eb9245b9e8e015974850b22e078da0b1
Parents: a175e4d
Author: Richard Downer <ri...@apache.org>
Authored: Tue Sep 11 12:07:14 2018 +0000
Committer: Richard Downer <ri...@apache.org>
Committed: Tue Sep 11 12:07:14 2018 +0000

----------------------------------------------------------------------
 release/make-release-artifacts.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/brooklyn-dist/blob/fc374c08/release/make-release-artifacts.sh
----------------------------------------------------------------------
diff --git a/release/make-release-artifacts.sh b/release/make-release-artifacts.sh
index 9f804ee..1f8f06d 100755
--- a/release/make-release-artifacts.sh
+++ b/release/make-release-artifacts.sh
@@ -200,9 +200,9 @@ mkdir -p ${bin_staging_dir}
 
 # Perform the build
 if [ -z "${dry_run}" ]; then
-    ( cd ${src_staging_dir} && mvn deploy -Papache-release )
+    ( cd ${src_staging_dir} && mvn deploy -Papache-release -DskipTests )
 else
-    ( cd ${src_staging_dir} && mvn install -Papache-release )
+    ( cd ${src_staging_dir} && mvn install -Papache-release -DskipTests )
 fi
 
 # Re-pack the archive with the correct names