From a7e4dc3636de342426ef9d5b413d81001a534c3c Mon Sep 17 00:00:00 2001 From: Luke Taylor Date: Wed, 5 Mar 2008 19:41:59 +0000 Subject: [PATCH] SEC-672: Added felix plugin to core build pom.xml --- core/pom.xml | 45 ++++++++++++++++++++++++++------------------- pom.xml | 10 +++++----- 2 files changed, 31 insertions(+), 24 deletions(-) diff --git a/core/pom.xml b/core/pom.xml index 7702563b37..90ca7689f7 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -5,7 +5,7 @@ spring-security-parent 2.0-SNAPSHOT - jar + bundle spring-security-core Spring Security - Core @@ -140,24 +140,31 @@ - - - ${basedir}/../ - META-INF - - notice.txt - - false - - - ${basedir}/src/main/resources - / - - **/* - - false - - + + + org.apache.felix + maven-bundle-plugin + ${felix.version} + true + + + org.springframework.security.*;version=${pom.version} + !org.springframework.security.* + ${pom.name} + ${pom.version} + + org.springframework*;resolution:=optional;version="[2.0,2.5]", + *;resolution:=optional + + + + + + diff --git a/pom.xml b/pom.xml index e8aeed3b0e..d03b562def 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ Spring Security - Interface21, Inc + SpringSource, Inc http://sourceforge.net/projects/acegisecurity @@ -244,7 +244,7 @@ 1.2.2 - + org.apache.maven.plugins maven-help-plugin @@ -609,12 +609,12 @@ runtime - - + 2.0.6 + 1.4.0 ${basedir}/src/docbkx - ${basedir}/target/site/guide + ${basedir}/target/site/guide