From db52e4d66d60184d53a27ba4d6772461daacc03d Mon Sep 17 00:00:00 2001 From: tknall Date: Fri, 22 Mar 2013 08:57:51 +0000 Subject: Maintenance update (bugfixes, new features, cleanup...) Refer to /dok/RELEASE_NOTES-3.3.txt for further information. git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/pdf-as/trunk@931 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c --- pdf-as-web/pom.xml | 97 +++++++++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 93 insertions(+), 4 deletions(-) (limited to 'pdf-as-web/pom.xml') diff --git a/pdf-as-web/pom.xml b/pdf-as-web/pom.xml index aa4fe57..5b9fbe0 100644 --- a/pdf-as-web/pom.xml +++ b/pdf-as-web/pom.xml @@ -1,12 +1,11 @@ - 4.0.0 - at.gv.egiz + eu.europa.ec.joinup.egovlabs.pdf-as pdf-as 3.3-SNAPSHOT @@ -17,10 +16,100 @@ PDF-AS Web Webapplikation zur Amtssignatur fuer elektronische Aktenfuehrung + + + + + + + + + org.eclipse.m2e + lifecycle-mapping + 1.0.0 + + + + + + org.apache.maven.plugins + maven-dependency-plugin + [2.6,) + + unpack + + + + + + + + + + + + + + + + + + + maven-dependency-plugin + + + unpack-tomcat + process-sources + + unpack + + + + + + org.apache.tomcat + tomcat + ${tomcat.version} + zip + false + ${project.build.directory}/tomcat + + + + + + + + + org.apache.maven.plugins + maven-assembly-plugin + + + make-assembly + package + + single + + + + + + src/main/assembly/tomcat/default.xml + + false + apache-tomcat-${tomcat.version}-${project.artifactId}-${project.version} + + + + + + + - at.gv.egiz + eu.europa.ec.joinup.egovlabs.pdf-as pdf-as-lib -- cgit v1.2.3