You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by jb...@apache.org on 2017/10/26 14:37:09 UTC

[1/2] activemq-artemis git commit: NO-JIRA Script I use to rebuild snapshots under the distribution

Repository: activemq-artemis
Updated Branches:
  refs/heads/master f7e0e3d09 -> 7cca9e9b0


NO-JIRA Script I use to rebuild snapshots under the distribution


Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/0e124c06
Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/0e124c06
Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/0e124c06

Branch: refs/heads/master
Commit: 0e124c0688e0644fa4c8edb22040aedf936341eb
Parents: f7e0e3d
Author: Clebert Suconic <cl...@apache.org>
Authored: Mon Oct 23 16:22:26 2017 -0400
Committer: Clebert Suconic <cl...@apache.org>
Committed: Wed Oct 25 17:54:56 2017 -0400

----------------------------------------------------------------------
 scripts/rebuild-snapshot.sh | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/0e124c06/scripts/rebuild-snapshot.sh
----------------------------------------------------------------------
diff --git a/scripts/rebuild-snapshot.sh b/scripts/rebuild-snapshot.sh
new file mode 100755
index 0000000..f9b849a
--- /dev/null
+++ b/scripts/rebuild-snapshot.sh
@@ -0,0 +1,27 @@
+#!/bin/sh
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+
+####################################################################################################
+# use this script to rebuild your snapshot under the distribution
+# This script will call mvn install at the current directory and replace the jar under ../artemis-distribution/target/
+
+
+LOCATION=$(dirname "$0")
+
+mvn install -DskipTests=true
+cp ./target/*SNAPSHOT.jar $LOCATION/../artemis-distribution/target/apache-artemis-*-bin/apache-artemis-*/lib/


[2/2] activemq-artemis git commit: This closes #1615

Posted by jb...@apache.org.
This closes #1615


Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/7cca9e9b
Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/7cca9e9b
Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/7cca9e9b

Branch: refs/heads/master
Commit: 7cca9e9b04fbab4849a49405ea53f1c11e71b214
Parents: f7e0e3d 0e124c0
Author: Justin Bertram <jb...@apache.org>
Authored: Thu Oct 26 09:36:40 2017 -0500
Committer: Justin Bertram <jb...@apache.org>
Committed: Thu Oct 26 09:36:40 2017 -0500

----------------------------------------------------------------------
 scripts/rebuild-snapshot.sh | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)
----------------------------------------------------------------------