aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authortknall <tknall@7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c>2007-07-24 08:57:29 +0000
committertknall <tknall@7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c>2007-07-24 08:57:29 +0000
commit65f613e61928db21c0de9fa4e680d3a0cbd551e3 (patch)
tree755a3679ac87f62b7b623255065688c19d6383f8 /pom.xml
parent226eb363d921e04456cc5cfca6c71beb93ec598b (diff)
downloadpdf-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
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml28
1 files changed, 28 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index f75fe26..fd52fa6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>