New project conventions (builds)
[lgpl/argeo-commons.git] / org.argeo.server.rap.webapp / pom.xml
index abf636f5ee388b678dc95d1acc97431c2a995ca5..8c61d3f0be8bce533a2335a6b4cc4b23984b10df 100644 (file)
@@ -9,46 +9,4 @@
        <artifactId>org.argeo.server.rap.webapp</artifactId>
        <name>Commons Server RAP Webapp</name>
        <description>Integrates into OSGi HTTP registry</description>
-       <build>
-               <plugins>
-                       <plugin>
-                               <groupId>org.apache.felix</groupId>
-                               <artifactId>maven-bundle-plugin</artifactId>
-                               <configuration>
-                                       <instructions>
-                                               <Web-ContextPath>ui</Web-ContextPath>
-                                               <Import-Package>
-                                                       *,
-
-                                                       org.springframework.beans.factory.config,
-                                                       
-                                                       org.eclipse.equinox.http.servlet,
-                                                       org.springframework.osgi.web.context.support,
-                                                       org.springframework.security,
-                                                       org.springframework.security.context,
-                                                       org.springframework.security.intercept.web,
-                                                       org.springframework.security.providers.anonymous,
-                                                       org.springframework.security.ui,
-                                                       org.springframework.security.ui.basicauth,
-                                                       org.springframework.security.ui.logout,
-                                                       org.springframework.security.ui.rememberme,
-                                                       org.springframework.security.ui.webapp,
-                                                       org.springframework.security.ui.preauth.x509,
-                                                       org.springframework.security.userdetails,
-                                                       org.springframework.security.util,
-                                                       org.springframework.security.vote,
-                                                       org.springframework.security.wrapper,
-                                                       org.springframework.web.context,
-                                                       org.springframework.web.filter,
-                                                       org.springframework.web.servlet,
-                                                       org.springframework.web.servlet.handler,
-                                                       org.springframework.web.servlet.mvc,
-                                                       
-                                                       
-                                               </Import-Package>
-                                       </instructions>
-                               </configuration>
-                       </plugin>
-               </plugins>
-       </build>
 </project>
\ No newline at end of file