]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - modules/org.argeo.slc.server.repo.webapp/pom.xml
Fix package name extraction for packages with '.' in their name.
[gpl/argeo-slc.git] / modules / org.argeo.slc.server.repo.webapp / pom.xml
index ddaf95977c6e015a552d6585f16ad50d984c4784..18e399100beee28b2a47a091ac3bda06d60d2f87 100644 (file)
@@ -1,9 +1,10 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+       xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.slc</groupId>
                <artifactId>modules</artifactId>
-               <version>1.1.9-SNAPSHOT</version>
+               <version>1.1.13-SNAPSHOT</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.slc.server.repo.webapp</artifactId>
@@ -15,7 +16,7 @@
                                <artifactId>maven-bundle-plugin</artifactId>
                                <configuration>
                                        <instructions>
-                                               <Web-ContextPath>org.argeo.slc.repo.webapp</Web-ContextPath>
+                                               <Web-ContextPath>repo</Web-ContextPath>
                                                <!-- TODO optimize -->
                                                <Import-Package>
                                                        *,
@@ -27,7 +28,8 @@
                                                        org.argeo.security.core,
                                                        org.argeo.security.jcr,
                                                        org.argeo.slc.aether.spring,
-                                                       org.argeo.slc.repo.maven.proxy,
+                                                       org.argeo.slc.repo,
+                                                       org.argeo.slc.rpmfactory,
                                                        org.springframework.osgi.web.context.support,
                                                        org.springframework.security,
                                                        org.springframework.security.context,