From 155efa2b875fc0cf64bff4de5ce3ecb86c724e4d Mon Sep 17 00:00:00 2001 From: John Doe Date: Fri, 9 Apr 2021 13:03:50 +0200 Subject: moved resource files to misc; got rid of unused junit5; fixed encoding; adapted changes to. pom.xml; --- pom.xml | 145 +++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 80 insertions(+), 65 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 24157be..407e5a5 100644 --- a/pom.xml +++ b/pom.xml @@ -1,66 +1,81 @@ - - 4.0.0 - org.uic.barcode - org.uic.barcode - 1.2.3-SNAPSHOT - jar - UIC barcode - encoding and decoding of bar code content according to UIC IRS 90918-9 - - src/main/java - - - src/main/java - - **/*.java - - - - - - - org.apache.maven.plugins - maven-compiler-plugin - 2.3.2 - - ${jdk.version} - ${jdk.version} - - - - org.apache.maven.plugins - maven-source-plugin - - - attach-sources - - jar - - - - - - org.apache.maven.plugins - maven-source-plugin - - - attach-javadocs - - jar - - - - - - - - - - - - The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt - repo - - + + + 4.0.0 + + org.uic.barcode + org.uic.barcode + 1.2.3-SNAPSHOT + jar + + UIC barcode + encoding and decoding of bar code content according to UIC IRS 90918-9 + + + UTF-8 + UTF-8 + + 1.8 + ${maven.compiler.source} + + + src/main/java + src/test/java + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.8.1 + + + org.apache.maven.plugins + maven-source-plugin + 3.2.1 + + + attach-javadocs + + jar + + + + + + org.apache.maven.plugins + maven-surefire-plugin + 2.22.2 + + + + **/test/**/*.java + + + + + + + + + + junit + junit + 4.13.2 + test + + + org.bouncycastle + bcprov-jdk15on + 1.68 + test + + + + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + \ No newline at end of file -- cgit v1.2.3