From b37678d5d54a43de8f370e58063179b09d7ce6a2 Mon Sep 17 00:00:00 2001 From: Konrad Neitzel Date: Thu, 23 Mar 2023 12:06:31 +0100 Subject: [PATCH 1/4] Moving name of jarfile out of profile. --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index cb7d756..6158d7f 100644 --- a/pom.xml +++ b/pom.xml @@ -110,8 +110,9 @@ - + ${jar.filename} + org.apache.maven.plugins @@ -360,7 +361,6 @@ - ${jar.filename} From dfbd3af3b9437c5d8294aeb776919272ba234935 Mon Sep 17 00:00:00 2001 From: Konrad Neitzel Date: Fri, 31 Mar 2023 13:12:45 +0200 Subject: [PATCH 2/4] Create LICENSE.md --- LICENSE.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 LICENSE.md diff --git a/LICENSE.md b/LICENSE.md new file mode 100644 index 0000000..fdddb29 --- /dev/null +++ b/LICENSE.md @@ -0,0 +1,24 @@ +This is free and unencumbered software released into the public domain. + +Anyone is free to copy, modify, publish, use, compile, sell, or +distribute this software, either in source code form or as a compiled +binary, for any purpose, commercial or non-commercial, and by any +means. + +In jurisdictions that recognize copyright laws, the author or authors +of this software dedicate any and all copyright interest in the +software to the public domain. We make this dedication for the benefit +of the public at large and to the detriment of our heirs and +successors. We intend this dedication to be an overt act of +relinquishment in perpetuity of all present and future rights to this +software under copyright law. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR +OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, +ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +OTHER DEALINGS IN THE SOFTWARE. + +For more information, please refer to From b28c422f17b502714fd6ac4de0aeb4ed413c09c9 Mon Sep 17 00:00:00 2001 From: Konrad Neitzel Date: Sun, 30 Apr 2023 17:15:24 +0200 Subject: [PATCH 3/4] Updated dependencies --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 6158d7f..aab65ec 100644 --- a/pom.xml +++ b/pom.xml @@ -31,9 +31,9 @@ 24.0.1 - 5.9.2 + 5.9.3 1.18.26 - 5.2.0 + 5.3.1 6.55.0 4.7.3 From f3527f9f995abebb228fa0e98733cb1c7f290a8c Mon Sep 17 00:00:00 2001 From: Konrad Neitzel Date: Wed, 10 Jan 2024 18:38:54 +0100 Subject: [PATCH 4/4] Added reporting to maven project, added creation of source and javadoc jar files. --- pom.xml | 142 +++++++++++++++++++++++++++++++++++++++++++++++--------- 1 file changed, 119 insertions(+), 23 deletions(-) diff --git a/pom.xml b/pom.xml index aab65ec..96eb5d6 100644 --- a/pom.xml +++ b/pom.xml @@ -30,36 +30,40 @@ 3.6.3 - 24.0.1 - 5.9.3 - 1.18.26 - 5.3.1 + 24.1.0 + 5.10.1 + 1.18.30 + 5.8.0 6.55.0 - 4.7.3 + 4.8.3 - 2.11.0 + 2.16.2 0.1.3 - 3.2.0 - 3.10.1 - 3.3.0 - 3.0.0-M2 - 3.1.0 - 3.0.0-M1 - 3.2.2 - 3.16.0 - 3.2.0 - 4.0.0-M1 - 3.0.0-M6 + 3.3.2 + 3.12.1 + 3.6.1 + 3.1.1 + 3.4.1 + 3.1.1 + 3.3.0 + 3.6.3 + 3.21.2 + 3.5.0 + 3.3.1 + 4.0.0-M13 + 3.3.0 + 3.2.5 1.0.0.RC2 - 0.9.17 - 4.7.2.0 - + 0.9.28 + 4.8.2.0 + + UTF-8 ${java.version} ${java.version} - + ${java.version} @@ -300,9 +304,99 @@ maven-site-plugin ${maven.site.plugin} + + + + org.apache.maven.plugins + maven-javadoc-plugin + ${maven.javadoc.plugin} + + + attach-javadocs + + jar + + + + + + + + org.apache.maven.plugins + maven-source-plugin + ${maven.source.plugin} + + + attach-sources + + jar + + + + + + + + + + org.apache.maven.plugins + maven-project-info-reports-plugin + ${maven.project.info.reports.plugin} + + + + index + dependencies + licenses + summary + + + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + ${maven.javadoc.plugin} + + + + javadoc + + + + tests + + private + + + test-javadoc + + + + + + + + org.apache.maven.plugins + maven-pmd-plugin + ${maven.pmd.plugin} + + + + pmd + + + + + + + + org.graalvm.buildtools native-maven-plugin @@ -368,7 +463,7 @@ maven-dependency-plugin ${maven.dependency.plugin} - + copy-dependencies package @@ -384,7 +479,7 @@ - + copy install @@ -408,6 +503,7 @@ + com.github.akman jpackage-maven-plugin