]> git.argeo.org Git - lgpl/argeo-commons.git/blobdiff - pom.xml
Adapt OSGi service script to EL5
[lgpl/argeo-commons.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 74f85b05fad3eadb577b06e52488e3e36b3ff269..eef8f572226ba9a195fc43429dcc31b400ee6f02 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -32,8 +32,6 @@
                <module>eclipse</module>
                <module>security</module>
                <module>demo</module>
-               <module>doc</module>
-               <module>sandbox</module>
        </modules>
        <url>${site.urlBase}/${developmentCycle}</url>
        <scm>
@@ -382,14 +380,21 @@ limitations under the License.
                                <repository>
                                        <id>localrepo</id>
                                        <name>Internal Release Repository</name>
-                                       <url>dav:http://localrepo:7070/org.argeo.jcr.webapp/webdav/node/dev/repo</url>
+                                       <url>dav:http://localrepo:7080/org.argeo.jcr.webapp/webdav/node/main/repo</url>
                                </repository>
                                <snapshotRepository>
                                        <id>localrepo.snapshots</id>
                                        <name>Internal Snapshot Repository</name>
-                                       <url>dav:http://localrepo:7070/org.argeo.jcr.webapp/webdav/node/dev/repo</url>
+                                       <url>dav:http://localrepo:7080/org.argeo.jcr.webapp/webdav/node/main/repo</url>
                                </snapshotRepository>
                        </distributionManagement>
                </profile>
+               <profile>
+                       <id>full</id>
+                       <modules>
+                               <module>doc</module>
+                               <module>sandbox</module>
+                       </modules>
+               </profile>
        </profiles>
 </project>
\ No newline at end of file