From 4ad25a010feb18ca807e2f1c59f73d977b7305e0 Mon Sep 17 00:00:00 2001 From: Marco Bungart Date: Sun, 21 Jul 2024 16:53:36 +0200 Subject: [PATCH] Skip jar packaging of test common modules if necessary. --- integration-tests/camel-jms/common/pom.xml | 7 +++++++ integration-tests/common/pom.xml | 8 ++++++++ 2 files changed, 15 insertions(+) diff --git a/integration-tests/camel-jms/common/pom.xml b/integration-tests/camel-jms/common/pom.xml index 2a81296c..2f3dbdfa 100644 --- a/integration-tests/camel-jms/common/pom.xml +++ b/integration-tests/camel-jms/common/pom.xml @@ -18,6 +18,13 @@ org.apache.maven.plugins maven-jar-plugin + + default-jar + + jar + + none + test-jar diff --git a/integration-tests/common/pom.xml b/integration-tests/common/pom.xml index c5cfb465..3fe22a14 100644 --- a/integration-tests/common/pom.xml +++ b/integration-tests/common/pom.xml @@ -19,6 +19,14 @@ maven-jar-plugin + default-jar + + jar + + none + + + test-jar test-jar