From 2e0cbc122d5236e9e83df067d47f19a5e4f635e8 Mon Sep 17 00:00:00 2001 From: Clebert Suconic Date: Mon, 11 May 2015 12:11:07 -0400 Subject: [PATCH] fixing distribution on windows - the wrong location was causing a NPE on create --- artemis-cli/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/artemis-cli/pom.xml b/artemis-cli/pom.xml index b8ce69f8d5..4006d3445a 100644 --- a/artemis-cli/pom.xml +++ b/artemis-cli/pom.xml @@ -131,7 +131,7 @@ 1.9 bin exe - ${basedir}/target/classes/org/apache/activemq/cli/commands/bin + ${basedir}/target/classes/org/apache/artemis/cli/commands/bin activemq-service.exe