From ae21452baa693fb4cc83c3e61ba6dbb544958612 Mon Sep 17 00:00:00 2001 From: Jan Galinski Date: Fri, 12 Apr 2024 09:33:21 +0200 Subject: [PATCH] merge develop, update README see #53 --- README.md | 2 +- pom.xml | 30 ++++++++++++++++-------------- 2 files changed, 17 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index b7080ea..4dd789c 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ see [official plugins](https://maven.apache.org/plugins/index.html) | [maven-deploy](https://maven.apache.org/plugins/maven-deploy-plugin/) | 3.1.1 | - | | [maven-enforcer](https://maven.apache.org/enforcer/maven-enforcer-plugin/) | 3.4.1 | enforce project setup | | [maven-failsafe](https://maven.apache.org/surefire/maven-failsafe-plugin/) | 3.2.5 | testing | -| [maven-gpg](https://maven.apache.org/plugins/maven-gpg-plugin/) | 3.2.1 | sign artifacts for release | +| [maven-gpg](https://maven.apache.org/plugins/maven-gpg-plugin/) | 3.2.3 | sign artifacts for release | | [maven-install](https://maven.apache.org/plugins/maven-install-plugin/) | 3.1.1 | - | | [maven-jar-plugin](https://maven.apache.org/plugins/maven-jar-plugin/) | 3.3.0 | - | | [maven-resources](https://maven.apache.org/plugins/maven-resources-plugin/) | 3.3.1 | filter resources | diff --git a/pom.xml b/pom.xml index 5360b57..5cfc535 100644 --- a/pom.xml +++ b/pom.xml @@ -34,7 +34,8 @@ false **/*ITest.* **/*TCTest.* - --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.io=ALL-UNNAMED --add-opens=java.base/java.util=ALL-UNNAMED + --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.io=ALL-UNNAMED --add-opens=java.base/java.util=ALL-UNNAMED + false @@ -468,25 +469,25 @@ org.apache.maven.plugins maven-failsafe-plugin 3.2.5 - - ${project.build.outputDirectory} - ${kp.skipITests} - - ${kp.patternClassITest} - ${kp.patternClassTCTest} - - - ${failsafeArgLine} ${kp.javaOpenModules} -Djava.awt.headless=true -XX:+StartAttachListener - - ${project.build.directory}/jgiven-reports/json - - integration-tests integration-test + + ${kp.skipITests} + ${project.build.outputDirectory} + + ${kp.patternClassITest} + ${kp.patternClassTCTest} + + + ${failsafeArgLine} ${kp.javaOpenModules} -Djava.awt.headless=true -XX:+StartAttachListener + + ${project.build.directory}/jgiven-reports/json + + @@ -573,6 +574,7 @@ prepare-agent + ${skipTests} ${project.build.directory}/coverage-reports/jacoco-ut.exec surefireArgLine