]> git.argeo.org Git - lgpl/argeo-commons.git/blobdiff - pom.xml
osgiboot: log date and time
[lgpl/argeo-commons.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index dcd8914d15deae71c3f407d55d9ea088c7aa8e95..74f85b05fad3eadb577b06e52488e3e36b3ff269 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -1,5 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<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</groupId>
@@ -80,6 +81,13 @@ limitations under the License.
                </developer>
        </developers>
        <build>
+               <extensions>
+                       <extension>
+                               <groupId>org.apache.maven.wagon</groupId>
+                               <artifactId>wagon-webdav</artifactId>
+                               <version>1.0-beta-2</version>
+                       </extension>
+               </extensions>
                <pluginManagement>
                        <plugins>
                                <plugin>
@@ -368,5 +376,20 @@ limitations under the License.
                                </site>
                        </distributionManagement>
                </profile>
+               <profile>
+                       <id>localrepo</id>
+                       <distributionManagement>
+                               <repository>
+                                       <id>localrepo</id>
+                                       <name>Internal Release Repository</name>
+                                       <url>dav:http://localrepo:7070/org.argeo.jcr.webapp/webdav/node/dev/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>
+                               </snapshotRepository>
+                       </distributionManagement>
+               </profile>
        </profiles>
 </project>
\ No newline at end of file