aboutsummaryrefslogtreecommitdiff
path: root/pdf-as-web/pom.xml
diff options
context:
space:
mode:
authortknall <tknall@7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c>2011-01-24 20:34:26 +0000
committertknall <tknall@7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c>2011-01-24 20:34:26 +0000
commitcab296807aff9ebdcede482562c6cf68e5732787 (patch)
tree659c2afc4fac34d3e63e0d488c30c0cd12b95003 /pdf-as-web/pom.xml
parent3a062705af6afa7937174ee46eb84146c4742ae2 (diff)
downloadpdf-as-3-cab296807aff9ebdcede482562c6cf68e5732787.tar.gz
pdf-as-3-cab296807aff9ebdcede482562c6cf68e5732787.tar.bz2
pdf-as-3-cab296807aff9ebdcede482562c6cf68e5732787.zip
- signature block preview updated
- added maven2 repository git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@729 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
Diffstat (limited to 'pdf-as-web/pom.xml')
-rw-r--r--pdf-as-web/pom.xml10
1 files changed, 9 insertions, 1 deletions
diff --git a/pdf-as-web/pom.xml b/pdf-as-web/pom.xml
index fa41411..b7464d6 100644
--- a/pdf-as-web/pom.xml
+++ b/pdf-as-web/pom.xml
@@ -10,7 +10,6 @@
<artifactId>pdf-as-web</artifactId>
<name>PDF-AS-WEB</name>
<version>3.2-SNAPSHOT</version>
- <!-- don't forget to set the version string at.knowcenter.wag.egov.egiz.PdfAS.PDFAS_VERSION accordingly -->
<description>Webapplikation zur Amtssignatur fuer elektronische Aktenfuehrung</description>
<url>http://egovlabs.gv.at/projects/pdf-as</url>
@@ -132,6 +131,15 @@
</plugin>
<plugin>
+ <artifactId>maven-assembly-plugin</artifactId>
+ <configuration>
+ <descriptors>
+ <descriptor>src/main/assembly/assemble_repository.xml</descriptor>
+ </descriptors>
+ </configuration>
+ </plugin>
+
+ <plugin>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<public>true</public>