From ea9f0e18612581df41b56d934172a63fd55937ef Mon Sep 17 00:00:00 2001 From: gjoranv Date: Fri, 24 Sep 2021 16:15:12 +0200 Subject: Build security-utils with maven-bundle-plugin .. to avoid depending on jdisc_core to get osgi imports. --- security-utils/pom.xml | 35 +++++++++++++++++++++++++++++------ 1 file changed, 29 insertions(+), 6 deletions(-) (limited to 'security-utils/pom.xml') diff --git a/security-utils/pom.xml b/security-utils/pom.xml index 4796a809293..f47173541d1 100644 --- a/security-utils/pom.xml +++ b/security-utils/pom.xml @@ -9,7 +9,7 @@ ../parent/pom.xml security-utils - container-plugin + bundle 7-SNAPSHOT @@ -76,11 +76,6 @@ - - com.yahoo.vespa - bundle-plugin - true - org.apache.maven.plugins maven-compiler-plugin @@ -98,6 +93,34 @@ + + org.codehaus.mojo + build-helper-maven-plugin + + + parse-version + + parse-version + + + + + + + org.apache.felix + maven-bundle-plugin + true + + + ${project.artifactId} + ${parsedVersion.majorVersion}.${parsedVersion.minorVersion}.${parsedVersion.incrementalVersion} + *;scope=compile|runtime + true + com.yahoo.security.*;version=1.0.0;-noimport:=true + <_nouses>true + + + -- cgit v1.2.3