diff options
author | Jean-Baptiste Onofre <jbonofre@apache.org> | 2012-07-31 14:25:39 +0000 |
---|---|---|
committer | Jean-Baptiste Onofre <jbonofre@apache.org> | 2012-07-31 14:25:39 +0000 |
commit | 07f2a9ca4739751170174fd333fedd765f6f5132 (patch) | |
tree | 04de60dc23ef6d5a927b0bd1161904f6bb19bc93 /redback-authentication | |
parent | ecc8041b85111c5afb29a5b29d807c7c1c342dad (diff) | |
download | archiva-07f2a9ca4739751170174fd333fedd765f6f5132.tar.gz archiva-07f2a9ca4739751170174fd333fedd765f6f5132.zip |
[MRM-1651] Simplify the OSGi statements
git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@1367573 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'redback-authentication')
-rw-r--r-- | redback-authentication/redback-authentication-api/pom.xml | 7 | ||||
-rw-r--r-- | redback-authentication/redback-authentication-providers/redback-authentication-ldap/pom.xml | 7 |
2 files changed, 0 insertions, 14 deletions
diff --git a/redback-authentication/redback-authentication-api/pom.xml b/redback-authentication/redback-authentication-api/pom.xml index 289234da6..f7a266fff 100644 --- a/redback-authentication/redback-authentication-api/pom.xml +++ b/redback-authentication/redback-authentication-api/pom.xml @@ -54,13 +54,6 @@ <plugin> <groupId>org.apache.felix</groupId> <artifactId>maven-bundle-plugin</artifactId> - <configuration> - <instructions> - <Export-Bundle> - org.apache.archiva.redback.authentication;version=${project.version} - </Export-Bundle> - </instructions> - </configuration> </plugin> </plugins> </build> diff --git a/redback-authentication/redback-authentication-providers/redback-authentication-ldap/pom.xml b/redback-authentication/redback-authentication-providers/redback-authentication-ldap/pom.xml index a187e9987..12f2ad689 100644 --- a/redback-authentication/redback-authentication-providers/redback-authentication-ldap/pom.xml +++ b/redback-authentication/redback-authentication-providers/redback-authentication-ldap/pom.xml @@ -94,13 +94,6 @@ <plugin> <groupId>org.apache.felix</groupId> <artifactId>maven-bundle-plugin</artifactId> - <configuration> - <instructions> - <Export-Package> - org.apache.archiva.redback.authentication.ldap - </Export-Package> - </instructions> - </configuration> </plugin> <plugin> <groupId>org.sonatype.plugins</groupId> |