From bb444223c1b737319f473f6816566fa28b658cf5 Mon Sep 17 00:00:00 2001 From: mcentner Date: Wed, 8 Aug 2007 14:06:55 +0000 Subject: id mavenized git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/trunk@917 d688527b-c9ab-4aba-bd8d-4036d912da1d --- id/server/distribution/assembly-auth.xml | 86 ++++++++++++++++++++++ id/server/distribution/assembly-proxy.xml | 89 +++++++++++++++++++++++ id/server/distribution/pom.xml | 115 ++++++++++++++++++++++++++++++ 3 files changed, 290 insertions(+) create mode 100644 id/server/distribution/assembly-auth.xml create mode 100644 id/server/distribution/assembly-proxy.xml create mode 100644 id/server/distribution/pom.xml (limited to 'id/server/distribution') diff --git a/id/server/distribution/assembly-auth.xml b/id/server/distribution/assembly-auth.xml new file mode 100644 index 000000000..a732c6f64 --- /dev/null +++ b/id/server/distribution/assembly-auth.xml @@ -0,0 +1,86 @@ + + all-auth + + + zip + + + false + + + + ${basedir}/../data/deploy + /auth + + + ${basedir}/../auth/target + /auth + + **/*.war + + + + ${basedir}/../doc + /auth/doc + + + ${basedir}/../../templates/target + /auth/templates + + **/*.war + + + + ${basedir}/../data/deploy/templates + /auth/templates + + **/*.txt + + + + ${basedir}/../data/deploy/tomcat + /auth/tomcat + + + ${basedir}/../licenses + /auth + + APACHE-LICENSE-2.0.txt + history.txt + IAIK-LICENSE.txt + readme_1.4.0.txt + + + + + + + + xalan:xalan + xerces:xercesImpl + xerces:xmlParserAPIs + + /auth/endorsed + + + + iaik.prod:iaik_ecc + iaik.prod:iaik_jce_full + iaik.prod:iaik_Pkcs11Provider + jsse:jcert + jsse:jnet + jsse:jsse + + /auth/ext13 + + + + iaik.prod:iaik_ecc_signed + iaik.prod:iaik_jce_full_signed + iaik.prod:iaik_Pkcs11Provider_signed + + /auth/ext14 + + + + \ No newline at end of file diff --git a/id/server/distribution/assembly-proxy.xml b/id/server/distribution/assembly-proxy.xml new file mode 100644 index 000000000..cce9dd02c --- /dev/null +++ b/id/server/distribution/assembly-proxy.xml @@ -0,0 +1,89 @@ + + all-proxy + + + zip + + + false + + + + ${basedir}/../data/deploy + /proxy + + **/conf/moa-spss/** + + + + ${basedir}/../proxy/target + /proxy + + **/*.war + + + + ${basedir}/../doc + /proxy/doc + + + ${basedir}/../../templates/target + /proxy/templates + + **/*.war + + + + ${basedir}/../data/deploy/templates + /proxy/templates + + **/*.txt + + + + ${basedir}/../data/deploy/tomcat + /proxy/tomcat + + + ${basedir}/../licenses + /proxy + + APACHE-LICENSE-2.0.txt + history.txt + IAIK-LICENSE.txt + readme_1.4.0.txt + + + + + + + + xalan:xalan + xerces:xercesImpl + xerces:xmlParserAPIs + + /proxy/endorsed + + + + iaik.prod:iaik_ecc + iaik.prod:iaik_jce_full + iaik.prod:iaik_Pkcs11Provider + jsse:jcert + jsse:jnet + jsse:jsse + + /proxy/ext13 + + + + iaik.prod:iaik_ecc_signed + iaik.prod:iaik_jce_full_signed + iaik.prod:iaik_Pkcs11Provider_signed + + /proxy/ext14 + + + + \ No newline at end of file diff --git a/id/server/distribution/pom.xml b/id/server/distribution/pom.xml new file mode 100644 index 000000000..2bbb3923d --- /dev/null +++ b/id/server/distribution/pom.xml @@ -0,0 +1,115 @@ + + + MOA.id + server + 1.4.0 + + + 4.0.0 + MOA + id.server.distribution + pom + 1.4.0 + ID-Server-Distribution + + + ${basedir}/../../buildhelper + + + + + + maven-assembly-plugin + + + ./assembly-auth.xml + ./assembly-proxy.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