diff options
author | tknall <tknall@7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c> | 2007-07-24 08:57:29 +0000 |
---|---|---|
committer | tknall <tknall@7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c> | 2007-07-24 08:57:29 +0000 |
commit | 65f613e61928db21c0de9fa4e680d3a0cbd551e3 (patch) | |
tree | 755a3679ac87f62b7b623255065688c19d6383f8 | |
parent | 226eb363d921e04456cc5cfca6c71beb93ec598b (diff) | |
download | pdf-as-3-65f613e61928db21c0de9fa4e680d3a0cbd551e3.tar.gz pdf-as-3-65f613e61928db21c0de9fa4e680d3a0cbd551e3.tar.bz2 pdf-as-3-65f613e61928db21c0de9fa4e680d3a0cbd551e3.zip |
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@147 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
-rw-r--r-- | pom.xml | 28 |
1 files changed, 28 insertions, 0 deletions
@@ -61,10 +61,38 @@ </developers>
+ <ciManagement>
+ <system>continuum</system>
+ <url>http://development:8088/continuum</url>
+ <notifiers>
+ <notifier>
+ <type>mail</type>
+ <configuration>
+ <address>tknall</address>
+ </configuration>
+ </notifier>
+ </notifiers>
+ </ciManagement>
+
+ <scm>
+ <connection>scm:svn:https://ext-repositories.a-sit.at:8443/pdf-as/trunk</connection>
+ <developerConnection>scm:svn:https://ext-repositories.a-sit.at:8443/pdf-as/trunk</developerConnection>
+ <url>https://ext-repositories.a-sit.at:8443/pdf-as/trunk</url>
+ </scm>
+
<organization>
<name>EGIZ - E-Government Innovationszentrum</name>
<url>http://www.egiz.gv.at/</url>
</organization>
+
+ <distributionManagement>
+ <site>
+ <id>website</id>
+ <url>
+ file://development/c:/data/public/websites/PROJECTS/${pom.artifactId}/${pom.version}
+ </url>
+ </site>
+ </distributionManagement>
<build>
|