From 132763f06754cee7ce819c366844bbbe7eda08e3 Mon Sep 17 00:00:00 2001 From: Martyn Taylor Date: Wed, 10 Oct 2018 14:57:20 +0100 Subject: [PATCH 1/3] Added ability to skip doc and website creation --- artemis-website/pom.xml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/artemis-website/pom.xml b/artemis-website/pom.xml index 6f4ccdb0fe..cac80e82b1 100644 --- a/artemis-website/pom.xml +++ b/artemis-website/pom.xml @@ -84,7 +84,7 @@ 0.0.29 v6.11.0 1.4.12 - + false @@ -147,6 +147,7 @@ ${nodeVersion} ${npmVersion} + ${skipWebsiteDocGeneration} @@ -157,19 +158,22 @@ generate-sources install + ${skipWebsiteDocGeneration} + ${skipWebsiteDocGeneration} maven-antrun-plugin - 1.6 + 1.7 generate-sources + ${skipWebsiteDocGeneration} From 569ce9d8a313cd1282f1c9b3cf4c8234768b4e49 Mon Sep 17 00:00:00 2001 From: Martyn Taylor Date: Fri, 14 Dec 2018 14:20:38 +0000 Subject: [PATCH 2/3] Add Interceptor Example --- examples/features/standard/interceptor-client/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/examples/features/standard/interceptor-client/pom.xml b/examples/features/standard/interceptor-client/pom.xml index d6bdd53c66..354fc5f856 100644 --- a/examples/features/standard/interceptor-client/pom.xml +++ b/examples/features/standard/interceptor-client/pom.xml @@ -36,6 +36,11 @@ under the License. + + org.apache.activemq.examples.broker + interceptor + ${project.version} + org.apache.activemq artemis-jms-client-all From bab7bd05c8f36b4cbf486d8a011f82f744d7f2c2 Mon Sep 17 00:00:00 2001 From: Martyn Taylor Date: Wed, 4 Apr 2018 14:30:09 +0100 Subject: [PATCH 3/3] Remove test scope for jaxrs module --- artemis-rest/pom.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/artemis-rest/pom.xml b/artemis-rest/pom.xml index f9c3a0816c..eb535fa3b3 100644 --- a/artemis-rest/pom.xml +++ b/artemis-rest/pom.xml @@ -87,7 +87,6 @@ org.jboss.resteasy tjws - test org.apache.activemq