From 4e47325e1cda70ad8b42aa78837e19f2ed077e38 Mon Sep 17 00:00:00 2001 From: mcentner Date: Wed, 8 Aug 2007 11:30:00 +0000 Subject: spss mavenized git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/trunk@914 d688527b-c9ab-4aba-bd8d-4036d912da1d --- spss/server/distribution/assembly.xml | 92 ++++++++++++++++++++++++++++ spss/server/distribution/pom.xml | 111 ++++++++++++++++++++++++++++++++++ 2 files changed, 203 insertions(+) create mode 100644 spss/server/distribution/assembly.xml create mode 100644 spss/server/distribution/pom.xml (limited to 'spss/server/distribution') diff --git a/spss/server/distribution/assembly.xml b/spss/server/distribution/assembly.xml new file mode 100644 index 000000000..b646f58b2 --- /dev/null +++ b/spss/server/distribution/assembly.xml @@ -0,0 +1,92 @@ + + all + + + zip + + + + + ${basedir}/../../handbook/handbook.html + /doc + + + + + + ${basedir}/../../handbook/conf + /conf + + + ${basedir}/../../handbook/handbook + /doc/handbook + + + ${basedir}/../../handbook/clients + /doc/clients + + + ${basedir}/../serverlib/resources/licenses + /licenses + + + ${basedir}/../serverws/data/deploy/tomcat + /tomcat + + + ${basedir}/../serverws/target + / + + + ${basedir}/../serverws/data/deploy/tools + /tools + + + + + + + xalan:xalan + xerces:xercesImpl + xerces:xmlParserAPIs + + /endorsed14 + + + + iaik.prod:iaik_ecc + iaik.prod:iaik_jce_full + iaik.prod:iaik_Pkcs11Provider + jsse:jcert + jsse:jnet + jsse:jsse + + /ext13 + + + + iaik.prod:iaik_ecc_signed + iaik.prod:iaik_jce_full_signed + iaik.prod:iaik_Pkcs11Provider_signed + + /ext14 + + + + iaik.win32:Pkcs11Wrapper + + /pkcs11/win32 + + + + iaik.prod:iaik_ecc + iaik.prod:iaik_jce_full + iaik.prod:iaik_moa_full + log4j:log4j + xalan:xalan + + /tools + + + + \ No newline at end of file diff --git a/spss/server/distribution/pom.xml b/spss/server/distribution/pom.xml new file mode 100644 index 000000000..bf31f7128 --- /dev/null +++ b/spss/server/distribution/pom.xml @@ -0,0 +1,111 @@ + + + MOA.spss + server + 1.4.0 + + + 4.0.0 + MOA.spss + server.distribution + pom + 1.4.0 + SPSS-Server-Distribution + + + ${basedir}/../../../buildhelper + + + + + + maven-assembly-plugin + + + ./assembly.xml + + + + + make-dist-standalone + package + + attached + + + + + + + + + + xalan + xalan + + + xerces + xercesImpl + + + xerces + xmlParserAPIs + + + + iaik.prod + iaik_ecc + runtime + + + iaik.prod + iaik_jce_full + runtime + + + iaik.prod + iaik_Pkcs11Provider + runtime + + + + iaik.prod + iaik_ecc + runtime + + + iaik.prod + iaik_jce_full + runtime + + + iaik.prod + iaik_Pkcs11Provider + runtime + + + iaik.win32 + Pkcs11Wrapper + dll + 1.0 + runtime + + + + jsse + jcert + runtime + + + jsse + jnet + runtime + + + jsse + jsse + runtime + + + \ No newline at end of file -- cgit v1.2.3