diff options
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> |