diff options
Diffstat (limited to 'redback-authentication/redback-authentication-api/pom.xml')
-rw-r--r-- | redback-authentication/redback-authentication-api/pom.xml | 7 |
1 files changed, 0 insertions, 7 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> |