From 3987eefc567022135f5eacd88feeeb55f611227b Mon Sep 17 00:00:00 2001 From: tkellner Date: Wed, 2 Nov 2011 19:18:26 +0000 Subject: POM Housekeeping * Whitespace unified * Avoid "SVNRevMissing" when using git svn git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@995 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4 --- BKUApplet/pom.xml | 259 +++++++++++++++++++++++---------------- BKUAppletExt/pom.xml | 333 ++++++++++++++++++++++++++++++--------------------- BKUCommonGUI/pom.xml | 66 +++++----- BKULocal/pom.xml | 215 +++++++++++++++++++++------------ BKUOnline/pom.xml | 94 ++++++++++++--- BKUViewer/pom.xml | 81 ++++++------- BKUWebStart/pom.xml | 60 +++++++++- STAL/pom.xml | 102 ++++++++-------- STALService/pom.xml | 40 +++---- STALXService/pom.xml | 4 +- bkucommon/pom.xml | 234 ++++++++++++++++++------------------ pom.xml | 174 +++++++++++++++++---------- smcc/pom.xml | 20 ++-- smccSTAL/pom.xml | 20 ++-- smccTest/pom.xml | 134 ++++++++++----------- utils/pom.xml | 66 +++++----- 16 files changed, 1117 insertions(+), 785 deletions(-) diff --git a/BKUApplet/pom.xml b/BKUApplet/pom.xml index 98bca22c..b0e71c9e 100644 --- a/BKUApplet/pom.xml +++ b/BKUApplet/pom.xml @@ -11,76 +11,76 @@ - com.pyx4me - proguard-maven-plugin - 2.0.4 - - - - proguard - - - - - false - - - - + com.pyx4me + proguard-maven-plugin + 2.0.4 + + + + proguard + + + + + false + + + + - + - - - - - + + + + + ${java.home}/lib/rt.jar - ${java.home}/lib/jce.jar + ${java.home}/lib/jce.jar ${java.home}/lib/jsse.jar - - true - true + + true + true single - - - - iaik - iaik_jce_me4se - - - at.gv.egiz - smcc - - - at.gv.egiz - STAL - - - at.gv.egiz - STALService - - - at.gv.egiz - smccSTAL - - - at.gv.egiz - BKUCommonGUI - - - org.slf4j - slf4j-api - - - org.slf4j - slf4j-jdk14 - - - - - - + + + + iaik + iaik_jce_me4se + + + at.gv.egiz + smcc + + + at.gv.egiz + STAL + + + at.gv.egiz + STALService + + + at.gv.egiz + smccSTAL + + + at.gv.egiz + BKUCommonGUI + + + org.slf4j + slf4j-api + + + org.slf4j + slf4j-jdk14 + + + + + + org.codehaus.mojo buildnumber-maven-plugin @@ -94,7 +94,7 @@ false false - SvnRevMissing + SvnRevMissing @@ -131,30 +131,30 @@ - - - proguard-osx - - - mac - - - - - - com.pyx4me - proguard-maven-plugin - - - ${java.home}/../Classes/classes.jar - ${java.home}/lib/jce.jar - ${java.home}/../Classes/jsse.jar - - - - - - + + + proguard-osx + + + mac + + + + + + com.pyx4me + proguard-maven-plugin + + + ${java.home}/../Classes/classes.jar + ${java.home}/lib/jce.jar + ${java.home}/../Classes/jsse.jar + + + + + + pkcs11-sign @@ -174,6 +174,63 @@ + + + buildnumber-git + + + .svn + + + + + + org.codehaus.groovy.maven + gmaven-plugin + 1.0 + + + generate-resources + + execute + + + + def gitSvnProc = ["sh", "-c", "git svn info | awk '/Revision:/ { print \$2 }'"].execute() + gitSvnProc.waitFor() + project.properties['gitSvnRev'] = gitSvnProc.in.text.trim() + + + + + + + org.codehaus.mojo + buildnumber-maven-plugin + + + generate-resources + + create + + + + + false + false + {0} + + ${gitSvnRev} + + + + + + @@ -206,16 +263,16 @@ ${project.parent.version} true - - org.slf4j - slf4j-api - true - - - org.slf4j - slf4j-jdk14 - compile - true - + + org.slf4j + slf4j-api + true + + + org.slf4j + slf4j-jdk14 + compile + true + diff --git a/BKUAppletExt/pom.xml b/BKUAppletExt/pom.xml index fc3035ee..bfd9fa7d 100644 --- a/BKUAppletExt/pom.xml +++ b/BKUAppletExt/pom.xml @@ -1,16 +1,16 @@ - - mocca - at.gv.egiz - 1.3.6-SNAPSHOT - - 4.0.0 - BKUAppletExt - BKU Applet Ext - Card management extension for Java Applet used by MOCCA Online - - - + + mocca + at.gv.egiz + 1.3.6-SNAPSHOT + + 4.0.0 + BKUAppletExt + BKU Applet Ext + Card management extension for Java Applet used by MOCCA Online + + + com.pyx4me proguard-maven-plugin 2.0.4 @@ -82,77 +82,77 @@ - at.gv.egiz - STALExt + at.gv.egiz + STALExt - at.gv.egiz - STALXService + at.gv.egiz + STALXService - at.gv.egiz - smccSTALExt + at.gv.egiz + smccSTALExt - at.gv.egiz - BKUGuiExt + at.gv.egiz + BKUGuiExt - - org.codehaus.mojo - buildnumber-maven-plugin - - - validate - - create - - - - - false - false - SvnRevMissing - - - - maven-jar-plugin - org.apache.maven.plugins - - - - sign - + + org.codehaus.mojo + buildnumber-maven-plugin + + + validate + + create + + + + + false + false + SvnRevMissing + + + + maven-jar-plugin + org.apache.maven.plugins + + + + sign + ${project.build.directory}/${project.build.finalName}-single.${project.packaging} - - - - - false - false - - false - true - - - ${project.version}-r${buildNumber} - - - test-applet signer - ./keystore.ks - storepass - keypass - true - - - - - + + + + + false + false + + false + true + + + ${project.version}-r${buildNumber} + + + test-applet signer + ./keystore.ks + storepass + keypass + true + + + + + proguard-osx @@ -176,73 +176,130 @@ - - pkcs11-sign - - - - maven-jar-plugin - org.apache.maven.plugins - 2.2-mocca - - NONE - PKCS11 - iaik.pkcs.pkcs11.provider.IAIKPkcs11 - a-sit-2 - ${pkcs11-pass} - - - - - - - - - at.gv.egiz - STALExt - ${project.parent.version} - true - - - at.gv.egiz - STALXService - ${project.parent.version} - true - - - at.gv.egiz - smccSTAL - ${project.parent.version} - true - - - at.gv.egiz - BKUApplet - ${project.parent.version} - true - - - at.gv.egiz - BKUGuiExt - ${project.parent.version} - true - - - at.gv.egiz - smccSTALExt - ${project.parent.version} - true - - - org.slf4j - slf4j-api - true - - - org.slf4j - slf4j-jdk14 - compile - true - - + + pkcs11-sign + + + + maven-jar-plugin + org.apache.maven.plugins + 2.2-mocca + + NONE + PKCS11 + iaik.pkcs.pkcs11.provider.IAIKPkcs11 + a-sit-2 + ${pkcs11-pass} + + + + + + + + buildnumber-git + + + .svn + + + + + + org.codehaus.groovy.maven + gmaven-plugin + 1.0 + + + generate-resources + + execute + + + + def gitSvnProc = ["sh", "-c", "git svn info | awk '/Revision:/ { print \$2 }'"].execute() + gitSvnProc.waitFor() + project.properties['gitSvnRev'] = gitSvnProc.in.text.trim() + + + + + + + org.codehaus.mojo + buildnumber-maven-plugin + + + generate-resources + + create + + + + + false + false + {0} + + ${gitSvnRev} + + + + + + + + + + at.gv.egiz + STALExt + ${project.parent.version} + true + + + at.gv.egiz + STALXService + ${project.parent.version} + true + + + at.gv.egiz + smccSTAL + ${project.parent.version} + true + + + at.gv.egiz + BKUApplet + ${project.parent.version} + true + + + at.gv.egiz + BKUGuiExt + ${project.parent.version} + true + + + at.gv.egiz + smccSTALExt + ${project.parent.version} + true + + + org.slf4j + slf4j-api + true + + + org.slf4j + slf4j-jdk14 + compile + true + + diff --git a/BKUCommonGUI/pom.xml b/BKUCommonGUI/pom.xml index 2fec1628..05d742b0 100644 --- a/BKUCommonGUI/pom.xml +++ b/BKUCommonGUI/pom.xml @@ -1,35 +1,35 @@ - - mocca - at.gv.egiz - 1.3.6-SNAPSHOT - - 4.0.0 - BKUCommonGUI - BKU Common GUI - - - at.gv.egiz - smcc - ${project.parent.version} - - - at.gv.egiz - STAL - ${project.parent.version} - compile - - - Common GUI functionality - - - - maven-compiler-plugin - org.apache.maven.plugins - - false - - - - + + mocca + at.gv.egiz + 1.3.6-SNAPSHOT + + 4.0.0 + BKUCommonGUI + BKU Common GUI + + + at.gv.egiz + smcc + ${project.parent.version} + + + at.gv.egiz + STAL + ${project.parent.version} + compile + + + Common GUI functionality + + + + maven-compiler-plugin + org.apache.maven.plugins + + false + + + + \ No newline at end of file diff --git a/BKULocal/pom.xml b/BKULocal/pom.xml index adc82730..d9afe8d4 100644 --- a/BKULocal/pom.xml +++ b/BKULocal/pom.xml @@ -1,15 +1,15 @@ - - mocca - at.gv.egiz - 1.3.6-SNAPSHOT - - 4.0.0 - BKULocal - war - MOCCA Local - MOCCA Local - + + mocca + at.gv.egiz + 1.3.6-SNAPSHOT + + 4.0.0 + BKULocal + war + MOCCA Local + MOCCA Local + maven-war-plugin @@ -40,7 +40,7 @@ false false - SvnRevMissing + SvnRevMissing @@ -71,11 +71,11 @@ ${project.build.directory}/${project.build.finalName} - - copy-certificates + copy-certificates unpack-dependencies @@ -91,27 +91,27 @@ - - - at.gv.egiz - STAL - ${project.parent.version} - - - at.gv.egiz - bkucommon - ${project.parent.version} - - - at.gv.egiz - smcc - ${project.parent.version} - - - at.gv.egiz - smccSTAL - ${project.parent.version} - + + + at.gv.egiz + STAL + ${project.parent.version} + + + at.gv.egiz + bkucommon + ${project.parent.version} + + + at.gv.egiz + smcc + ${project.parent.version} + + + at.gv.egiz + smccSTAL + ${project.parent.version} + at.gv.egiz BKUGuiExt @@ -154,49 +154,106 @@ iaik iaik_ecc_signed - - org.springframework - spring-core - - - javax.servlet - servlet-api - provided - - - org.slf4j - slf4j-api - - - org.slf4j - slf4j-log4j12 - runtime - - - log4j - log4j - compile - - - org.springframework - spring-web - compile - - + + org.springframework + spring-core + + + javax.servlet + servlet-api + provided + + + org.slf4j + slf4j-api + + + org.slf4j + slf4j-log4j12 + runtime + + + log4j + log4j + compile + + + org.springframework + spring-web + compile + + - - - tomcat-deploy - - - log4j - log4j - compile - - - - Tomcat60 - - - + + + tomcat-deploy + + + log4j + log4j + compile + + + + Tomcat60 + + + + + buildnumber-git + + + .svn + + + + + + org.codehaus.groovy.maven + gmaven-plugin + 1.0 + + + generate-resources + + execute + + + + def gitSvnProc = ["sh", "-c", "git svn info | awk '/Revision:/ { print \$2 }'"].execute() + gitSvnProc.waitFor() + project.properties['gitSvnRev'] = gitSvnProc.in.text.trim() + + + + + + + org.codehaus.mojo + buildnumber-maven-plugin + + + generate-resources + + create + + + + + false + false + {0} + + ${gitSvnRev} + + + + + + + diff --git a/BKUOnline/pom.xml b/BKUOnline/pom.xml index a2668e0a..b09fa26f 100644 --- a/BKUOnline/pom.xml +++ b/BKUOnline/pom.xml @@ -58,10 +58,10 @@ iaik iaik_xsect - - iaik - iaik_jce_full_signed - + + iaik + iaik_jce_full_signed + iaik iaik_ecc_signed @@ -99,9 +99,9 @@ servlet-api provided - + --> com.sun.xml.ws jaxws-rt @@ -112,12 +112,12 @@ wstx-asl - + sjsxp @@ -144,11 +144,11 @@ provided - javax.servlet - jstl - 1.2 - jar - compile + javax.servlet + jstl + 1.2 + jar + compile MOCCA Online @@ -173,6 +173,7 @@ unpack-fonts + package unpack-dependencies @@ -240,7 +241,7 @@ false false - SvnRevMissing + SvnRevMissing @@ -323,6 +324,63 @@ + + + buildnumber-git + + + .svn + + + + + + org.codehaus.groovy.maven + gmaven-plugin + 1.0 + + + generate-resources + + execute + + + + def gitSvnProc = ["sh", "-c", "git svn info | awk '/Revision:/ { print \$2 }'"].execute() + gitSvnProc.waitFor() + project.properties['gitSvnRev'] = gitSvnProc.in.text.trim() + + + + + + + org.codehaus.mojo + buildnumber-maven-plugin + + + generate-resources + + create + + + + + false + false + {0} + + ${gitSvnRev} + + + + + + Tomcat60 diff --git a/BKUViewer/pom.xml b/BKUViewer/pom.xml index 5dc37a2d..b781effd 100644 --- a/BKUViewer/pom.xml +++ b/BKUViewer/pom.xml @@ -1,41 +1,42 @@ - - - mocca - at.gv.egiz - 1.3.6-SNAPSHOT - - 4.0.0 - BKUViewer - BKU Viewer - Validator for plain text and XHTML to-be signed content - - - at.gv.egiz - bkucommon - ${project.parent.version} - - - xerces - xercesImpl - - - org.w3c - css-validator - 2.1-mocca - - - org.w3c - jigsaw - - - tagsoup - tagsoup - - - - - org.slf4j - slf4j-api - - + + + mocca + at.gv.egiz + 1.3.6-SNAPSHOT + + 4.0.0 + BKUViewer + BKU Viewer + Validator for plain text and XHTML to-be signed content + + + at.gv.egiz + bkucommon + ${project.parent.version} + + + xerces + xercesImpl + + + org.w3c + css-validator + 2.1-mocca + + + org.w3c + jigsaw + + + tagsoup + tagsoup + + + + + org.slf4j + slf4j-api + + diff --git a/BKUWebStart/pom.xml b/BKUWebStart/pom.xml index 7c6abfe5..c87282a5 100644 --- a/BKUWebStart/pom.xml +++ b/BKUWebStart/pom.xml @@ -52,7 +52,7 @@ false false - SvnRevMissing + SvnRevMissing @@ -206,6 +206,64 @@ + + + + buildnumber-git + + + .svn + + + + + + org.codehaus.groovy.maven + gmaven-plugin + 1.0 + + + generate-resources + + execute + + + + def gitSvnProc = ["sh", "-c", "git svn info | awk '/Revision:/ { print \$2 }'"].execute() + gitSvnProc.waitFor() + project.properties['gitSvnRev'] = gitSvnProc.in.text.trim() + + + + + + + org.codehaus.mojo + buildnumber-maven-plugin + + + generate-resources + + create + + + + + false + false + {0} + + ${gitSvnRev} + + + + + + diff --git a/STAL/pom.xml b/STAL/pom.xml index d1eb4e31..7fdefcab 100644 --- a/STAL/pom.xml +++ b/STAL/pom.xml @@ -1,54 +1,54 @@ - - mocca - at.gv.egiz - 1.3.6-SNAPSHOT - - 4.0.0 - STAL - STAL - - - Security Token Access Layer - - - - maven-compiler-plugin - org.apache.maven.plugins - - false - - - - - + + mocca + at.gv.egiz + 1.3.6-SNAPSHOT + + 4.0.0 + STAL + STAL + + + Security Token Access Layer + + + + maven-compiler-plugin + org.apache.maven.plugins + + false + + + + + \ No newline at end of file diff --git a/STALService/pom.xml b/STALService/pom.xml index a1545c4f..2f68987e 100644 --- a/STALService/pom.xml +++ b/STALService/pom.xml @@ -1,23 +1,23 @@ - - mocca - at.gv.egiz - 1.3.6-SNAPSHOT - - 4.0.0 - STALService - STAL Service - STAL webservice interface - - - at.gv.egiz - STAL - ${project.parent.version} - - - org.slf4j - slf4j-api - - + + mocca + at.gv.egiz + 1.3.6-SNAPSHOT + + 4.0.0 + STALService + STAL Service + STAL webservice interface + + + at.gv.egiz + STAL + ${project.parent.version} + + + org.slf4j + slf4j-api + + \ No newline at end of file diff --git a/STALXService/pom.xml b/STALXService/pom.xml index c79670cc..60aa5e52 100644 --- a/STALXService/pom.xml +++ b/STALXService/pom.xml @@ -20,8 +20,8 @@ ${project.parent.version} - org.slf4j - slf4j-api + org.slf4j + slf4j-api \ No newline at end of file diff --git a/bkucommon/pom.xml b/bkucommon/pom.xml index 777877a2..5f054091 100644 --- a/bkucommon/pom.xml +++ b/bkucommon/pom.xml @@ -1,53 +1,49 @@ - - - mocca - at.gv.egiz - 1.3.6-SNAPSHOT - - 4.0.0 - bkucommon - BKU Common - - - - - org.apache.maven.plugins - maven-jar-plugin - - - - - - 1.0 - - - - - - - - - at.gv.egiz - utils - ${project.parent.version} - - - at.gv.egiz - STALExt - ${project.parent.version} - + + + mocca + at.gv.egiz + 1.3.6-SNAPSHOT + + 4.0.0 + bkucommon + BKU Common + + + + + org.apache.maven.plugins + maven-jar-plugin + + + + + + 1.0 + + + + + + + + + at.gv.egiz + utils + ${project.parent.version} + + + at.gv.egiz + STALExt + ${project.parent.version} + at.gv.egiz @@ -55,83 +51,81 @@ ${project.parent.version} - + at.gv.egiz BKUFonts runtime - - - iaik - iaik_jce_full_signed - - - iaik - iaik_ecc_signed - - - commons-fileupload - commons-fileupload - compile - - - commons-httpclient - commons-httpclient - compile - - - xerces - xercesImpl - - - xalan - xalan - - - iaik - iaik_xsect - - - iaik - iaik_pki - compile - - - org.springframework - spring-context - compile - true - - + + + iaik + iaik_jce_full_signed + + + iaik + iaik_ecc_signed + + + commons-fileupload + commons-fileupload + compile + + + commons-httpclient + commons-httpclient + compile + + + xerces + xercesImpl + + + xalan + xalan + + + iaik + iaik_xsect + + + iaik + iaik_pki + compile + + + org.springframework + spring-context + compile + true + + com.sun.xml.ws jaxws-rt test - - - - com.sun.xml.bind - jaxb-impl - - - commons-configuration - commons-configuration - jar - compile - - - org.slf4j - slf4j-api - jar - compile - - - - + + + + com.sun.xml.bind + jaxb-impl + + + commons-configuration + commons-configuration + jar + compile + + + org.slf4j + slf4j-api + jar + compile + + + + org.apache.maven.plugins maven-javadoc-plugin @@ -149,6 +143,6 @@ - - + + \ No newline at end of file diff --git a/pom.xml b/pom.xml index 9b781e41..64c4f42b 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ MOCCA (Modular Open Citizen Card Architecture) project http://mocca.egovlabs.gv.at - UTF-8 + UTF-8 utils @@ -61,13 +61,13 @@ E-Government Innovation Center (EGIZ) http://www.egiz.gv.at - - - EUPL v1.1 - http://www.osor.eu/eupl/european-union-public-licence-eupl-v.1.1 - manually - - + + + EUPL v1.1 + http://www.osor.eu/eupl/european-union-public-licence-eupl-v.1.1 + manually + + @@ -77,9 +77,9 @@ 2.1 1.6 1.6 @@ -103,12 +103,12 @@ maven-dependency-plugin org.apache.maven.plugins - 2.1 + 2.3 - + jaxws-maven-plugin org.codehaus.mojo @@ -122,7 +122,7 @@ buildnumber-maven-plugin org.codehaus.mojo - 1.0-beta-4 + 1.0 webstart-maven-plugin @@ -141,13 +141,60 @@ org.apache.maven.plugins 2.5 - true + true - org.apache.maven.plugins - maven-site-plugin - 2.1 + org.apache.maven.plugins + maven-site-plugin + 2.1 + + + + org.eclipse.m2e + lifecycle-mapping + 1.0.0 + + + + + + + org.apache.maven.plugins + + + maven-dependency-plugin + + [2.1,) + + copy-dependencies + unpack-dependencies + + + + + + + + + + org.codehaus.groovy.maven + + + gmaven-plugin + + [1.0,) + + execute + + + + + + + + + @@ -187,28 +234,28 @@ - - - org.apache.maven.plugins - maven-project-info-reports-plugin - 2.1.2 + + + org.apache.maven.plugins + maven-project-info-reports-plugin + 2.1.2 true false - - - + + + index summary license dependencies dependency-management - - - - - + + + + + @@ -261,12 +308,12 @@ 1.0-MOCCA compile - - javax.servlet - servlet-api - 2.5 - provided - + + javax.servlet + servlet-api + 2.5 + provided + commons-fileupload commons-fileupload @@ -311,7 +358,7 @@ at.gv.egiz BKUCertificates - 1.5 + 1.6 at.gv.egiz @@ -319,14 +366,14 @@ 1.2 - org.springframework - spring-web - 2.5.5 + org.springframework + spring-web + 2.5.5 - commons-configuration - commons-configuration - 1.6 + commons-configuration + commons-configuration + 1.6 org.slf4j @@ -336,25 +383,25 @@ runtime - org.slf4j - slf4j-api - 1.5.11 - jar - compile + org.slf4j + slf4j-api + 1.5.11 + jar + compile - - org.slf4j - slf4j-jdk14 + + org.slf4j + slf4j-jdk14 1.5.11 jar - runtime - + runtime + - org.springframework - spring-aop - 2.5.5 - jar - compile + org.springframework + spring-aop + 2.5.5 + jar + compile @@ -364,5 +411,8 @@ scp://egovlabs.gv.at/var/lib/gforge/chroot/home/groups/mocca/htdocs - + + JIRA + http://jira.egovlabs.gv.at/ + \ No newline at end of file diff --git a/smcc/pom.xml b/smcc/pom.xml index f5943488..45cdd62e 100644 --- a/smcc/pom.xml +++ b/smcc/pom.xml @@ -10,16 +10,16 @@ jar Smart card communication - - - maven-compiler-plugin - org.apache.maven.plugins - - false - - - - + + + maven-compiler-plugin + org.apache.maven.plugins + + false + + + + org.slf4j diff --git a/smccSTAL/pom.xml b/smccSTAL/pom.xml index 35324137..1fca889b 100644 --- a/smccSTAL/pom.xml +++ b/smccSTAL/pom.xml @@ -9,16 +9,16 @@ smcc STAL STAL implementation for smart cards using smcc - - - maven-compiler-plugin - org.apache.maven.plugins - - false - - - - + + + maven-compiler-plugin + org.apache.maven.plugins + + false + + + + at.gv.egiz diff --git a/smccTest/pom.xml b/smccTest/pom.xml index a7d2df92..526cc243 100644 --- a/smccTest/pom.xml +++ b/smccTest/pom.xml @@ -1,73 +1,73 @@ - 4.0.0 - - mocca - at.gv.egiz - 1.3.6-SNAPSHOT - - at.gv.egiz - smccTest - 1.3.6-SNAPSHOT - SMCC Test - Card Terminal and Smart Card Tests - - - - org.apache.maven.plugins - maven-jar-plugin - - - - true - lib/ - at.gv.egiz.smcctest.PKCS15Test - - - - - - org.apache.maven.plugins - maven-dependency-plugin - - - copy-dependencies - package - - copy-dependencies - - - ${project.build.directory}/lib - - - - - - - - - at.gv.egiz - smcc - ${project.version} - - - iaik - iaik_jce_me4se - - - iaik - iaik_jce_full_signed - + 4.0.0 + + mocca + at.gv.egiz + 1.3.6-SNAPSHOT + + at.gv.egiz + smccTest + 1.3.6-SNAPSHOT + SMCC Test + Card Terminal and Smart Card Tests + + + + org.apache.maven.plugins + maven-jar-plugin + + + + true + lib/ + at.gv.egiz.smcctest.PKCS15Test + + + + + + org.apache.maven.plugins + maven-dependency-plugin + + + copy-dependencies + package + + copy-dependencies + + + ${project.build.directory}/lib + + + + + + + + + at.gv.egiz + smcc + ${project.version} + + + iaik + iaik_jce_me4se + + + iaik + iaik_jce_full_signed + iaik iaik_ecc_signed - - org.slf4j - slf4j-log4j12 - - - log4j - log4j - - + + org.slf4j + slf4j-log4j12 + + + log4j + log4j + + \ No newline at end of file diff --git a/utils/pom.xml b/utils/pom.xml index bc291f7b..96aac94b 100644 --- a/utils/pom.xml +++ b/utils/pom.xml @@ -1,35 +1,35 @@ - - mocca - at.gv.egiz - 1.3.6-SNAPSHOT - - 4.0.0 - utils - Utils - jar - Utilities - - - org.slf4j - slf4j-api - - - iaik - iaik_jce_full_signed - - - iaik - iaik_ecc_signed - - - iaik - iaik_xsect - - - - com.sun.xml.bind - jaxb-impl - - + + mocca + at.gv.egiz + 1.3.6-SNAPSHOT + + 4.0.0 + utils + Utils + jar + Utilities + + + org.slf4j + slf4j-api + + + iaik + iaik_jce_full_signed + + + iaik + iaik_ecc_signed + + + iaik + iaik_xsect + + + + com.sun.xml.bind + jaxb-impl + + -- cgit v1.2.3