diff options
author | tknall <tknall@7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c> | 2008-02-01 08:45:48 +0000 |
---|---|---|
committer | tknall <tknall@7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c> | 2008-02-01 08:45:48 +0000 |
commit | d85b325b85ccec65e86c02bf3373a334e3e68472 (patch) | |
tree | ac316da0256ab080512aed608dda09d8703ee8c3 /pom.xml | |
parent | 7404b3f95c03d9c872d32e9fff73a394081a80ff (diff) | |
download | pdf-as-3-d85b325b85ccec65e86c02bf3373a334e3e68472.tar.gz pdf-as-3-d85b325b85ccec65e86c02bf3373a334e3e68472.tar.bz2 pdf-as-3-d85b325b85ccec65e86c02bf3373a334e3e68472.zip |
Maven2 project settings and metadata updated.
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@250 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 42 |
1 files changed, 4 insertions, 38 deletions
@@ -10,7 +10,7 @@ <version>3.0.4</version>
<description>Amtssignatur fuer elektronische Aktenfuehrung</description>
- <url>http://www.egiz.gv.at</url>
+ <url>http://egovlabs.gv.at/projects/pdf-as</url>
<inceptionYear>2006</inceptionYear>
<developers>
@@ -40,8 +40,8 @@ <developer>
<id>tknall</id>
<name>Thomas Knall</name>
- <email>thomas.knall@iaik.tugraz.at</email>
- <organization>IAIK</organization>
+ <email>thomas.knall@egiz.gv.at</email>
+ <organization>EGIZ</organization>
<roles>
<role>developer</role>
</roles>
@@ -61,39 +61,6 @@ </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>
<resources>
@@ -132,9 +99,8 @@ <!--
<descriptor>src/main/assembly/assemble_libraries.xml</descriptor>
<descriptor>src/main/assembly/assemble_distribution_ws.xml</descriptor>
- <descriptor>src/main/assembly/assemble_distribution_cl.xml</descriptor>
-->
- <descriptor>src/main/assembly/assemble_distribution_ws.xml</descriptor>
+ <descriptor>src/main/assembly/assemble_distribution_cl.xml</descriptor>
</configuration>
</plugin>
|