From 127832a12081c56731f5b669c1a2a0b2bd6568e6 Mon Sep 17 00:00:00 2001 From: gjoranv Date: Fri, 30 Jun 2023 20:45:38 +0200 Subject: Add classpath to manifest for container(-dev) jar files. - To be used by bundle-plugin to detect embedding provided jars. --- container-dev/pom.xml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'container-dev') diff --git a/container-dev/pom.xml b/container-dev/pom.xml index 7d5deba4392..f7d2c950742 100644 --- a/container-dev/pom.xml +++ b/container-dev/pom.xml @@ -281,4 +281,23 @@ + + + + + org.apache.maven.plugins + maven-jar-plugin + + + + true + custom + $${artifact.groupId}:$${artifact.artifactId}:$${artifact.version} + + + + + + + -- cgit v1.2.3