ARTEMIS-790 Include Config migration jar in distro
Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/1e6557ce Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/1e6557ce Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/1e6557ce Branch: refs/heads/master Commit: 1e6557ce034274f5287f016a1789bbdd3fa6ea9a Parents: 4a00e5c Author: Martyn Taylor <[email protected]> Authored: Fri Dec 16 11:58:01 2016 +0000 Committer: Andy Taylor <[email protected]> Committed: Fri Dec 16 13:18:19 2016 +0000 ---------------------------------------------------------------------- artemis-distribution/pom.xml | 5 +++++ artemis-distribution/src/main/assembly/dep.xml | 1 + artemis-tools/pom.xml | 2 +- 3 files changed, 7 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/1e6557ce/artemis-distribution/pom.xml ---------------------------------------------------------------------- diff --git a/artemis-distribution/pom.xml b/artemis-distribution/pom.xml index 807277c..1236f17 100644 --- a/artemis-distribution/pom.xml +++ b/artemis-distribution/pom.xml @@ -139,6 +139,11 @@ </dependency> <dependency> <groupId>org.apache.activemq</groupId> + <artifactId>artemis-tools</artifactId> + <version>${project.version}</version> + </dependency> + <dependency> + <groupId>org.apache.activemq</groupId> <artifactId>artemis-website</artifactId> <version>${project.version}</version> </dependency> http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/1e6557ce/artemis-distribution/src/main/assembly/dep.xml ---------------------------------------------------------------------- diff --git a/artemis-distribution/src/main/assembly/dep.xml b/artemis-distribution/src/main/assembly/dep.xml index aa3635e..92c984c 100644 --- a/artemis-distribution/src/main/assembly/dep.xml +++ b/artemis-distribution/src/main/assembly/dep.xml @@ -65,6 +65,7 @@ <include>org.apache.activemq:artemis-ra</include> <include>org.apache.activemq:artemis-selector</include> <include>org.apache.activemq:artemis-server</include> + <include>org.apache.activemq:artemis-tools</include> <include>org.apache.activemq:artemis-service-extensions</include> <include>org.apache.activemq:artemis-web</include> <include>org.apache.activemq.rest:artemis-rest</include> http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/1e6557ce/artemis-tools/pom.xml ---------------------------------------------------------------------- diff --git a/artemis-tools/pom.xml b/artemis-tools/pom.xml index b28f3e5..463800a 100644 --- a/artemis-tools/pom.xml +++ b/artemis-tools/pom.xml @@ -23,7 +23,7 @@ </parent> <name>ActiveMQ Artemis Tools</name> - <groupId>org.apache.activemq.tools</groupId> + <groupId>org.apache.activemq</groupId> <artifactId>artemis-tools</artifactId> <packaging>jar</packaging>
