From 0477fc1e7792ca1b46266f6b2503af17caeaa018 Mon Sep 17 00:00:00 2001 From: Robbie Gemmell Date: Mon, 24 May 2021 13:09:04 +0100 Subject: [PATCH] ARTEMIS-3314: fix warnings about not including the module artifact Avoid warnings about not including the assembly module pom, by configuring the dependencySets not to try including it. --- artemis-distribution/src/main/assembly/dep.xml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/artemis-distribution/src/main/assembly/dep.xml b/artemis-distribution/src/main/assembly/dep.xml index c9c497bac1..ccb87577d1 100644 --- a/artemis-distribution/src/main/assembly/dep.xml +++ b/artemis-distribution/src/main/assembly/dep.xml @@ -39,6 +39,7 @@ org.apache.activemq:artemis-boot + false @@ -111,6 +112,7 @@ lib false + false 755 @@ -120,6 +122,7 @@ lib/client false + false @@ -133,6 +136,7 @@ **/*.so + false @@ -143,6 +147,7 @@ web true + false @@ -150,6 +155,7 @@ web/api true + false @@ -160,6 +166,7 @@ web false console.war + false @@ -168,6 +175,7 @@ web false activemq-branding.war + false @@ -176,6 +184,7 @@ web false artemis-plugin.war + false