From 5091d3776f21fcc758243ef7d0a1d853512af113 Mon Sep 17 00:00:00 2001 From: Karl Heinz Marbaise Date: Tue, 19 Dec 2023 16:12:35 +0100 Subject: [PATCH] Fixed #399 - Upgrade all plugins used in IT to most recent versions --- .../release-notes/_release-notes-0.13.0.adoc | 2 + itf-examples/pom.xml | 2 +- .../java/com/soebes/itf/examples/EARIT.java | 2 +- .../examples/defaults/DefaultsForAllIT.java | 36 +++--- .../soebes/itf/examples/goals/GoalsIT.java | 30 ++--- .../itf/examples/goals/GoalsOnClassIT.java | 2 +- .../examples/goals/MetaAnnotationGoalIT.java | 22 ++-- .../itf/examples/options/OptionsIT.java | 54 ++++----- .../examples/options/OptionsOnClassIT.java | 36 +++--- .../MetaAnnotationPropertiesIT.java | 18 +-- .../itf/examples/properties/PropertiesIT.java | 18 +-- .../properties/PropertiesOnClassIT.java | 18 +-- .../properties/PropertiesOnNestedClassIT.java | 18 +-- .../soebes/itf/examples/EARIT/basic/pom.xml | 2 +- .../itf/examples/EARIT/basic/verify.bsh | 49 -------- .../examples/EARIT/packaging_excludes/pom.xml | 2 +- .../EARIT/packaging_excludes/verify.bsh | 61 ---------- .../examples/EARIT/packaging_includes/pom.xml | 2 +- .../EARIT/packaging_includes/verify.bsh | 62 ---------- .../EARIT/resource_custom_directory/pom.xml | 2 +- .../resource_custom_directory/verify.bsh | 49 -------- .../skinny_wars_javaee5/ear-module/pom.xml | 2 +- .../EARIT/skinny_wars_javaee5/verify.bsh | 94 ---------------- .../skinny_wars_javaee5/war-module/pom.xml | 2 +- .../EARIT/transitive_excludes/pom.xml | 4 +- .../EARIT/transitive_excludes/verify.bsh | 43 ------- .../ITWithBeforeEachIT/beforeEach/pom.xml | 2 +- .../the_first_test_case/pom.xml | 2 +- .../the_first_test_case/pom.xml | 2 +- .../itf/examples/LogoutputIT/basic/pom.xml | 2 +- .../LogoutputIT/basic_windows/pom.xml | 2 +- .../NestedExample/basic/pom.xml | 2 +- .../NestedExample/packaging_includes/pom.xml | 2 +- .../packaging_includes/pom.xml | 2 +- .../NestedExample/basic/pom.xml | 2 +- .../NestedExample/packaging_includes/pom.xml | 2 +- .../packaging_includes/pom.xml | 2 +- .../NestedExample/basic/pom.xml | 2 +- .../NestedExample/packaging_includes/pom.xml | 2 +- .../first_integration_test/pom.xml | 16 +-- .../examples/MavenIntegrationIT/setup/pom.xml | 30 ++--- .../MavenIntegrationIT/setup_2/pom.xml | 42 +++---- .../NestedExample/test_project/pom.xml | 2 +- .../MavenProjectIT/packaging_includes/pom.xml | 2 +- .../MavenProjectResultIT/basic/pom.xml | 2 +- .../test_project_root/pom.xml | 2 +- .../examples/ProjectIT/project_001/pom.xml | 2 +- .../examples/ProjectIT/project_002/pom.xml | 2 +- .../ProjectSecondIT/project_001/pom.xml | 2 +- .../ProjectSecondIT/project_002/pom.xml | 2 +- .../soebes/itf/examples/SixthIT/basic/pom.xml | 2 +- .../DefaultsForAllIT/option_debug/pom.xml | 25 +---- .../examples/goals/GoalsIT/goal_clean/pom.xml | 24 +--- .../goals/GoalsIT/goal_clean_compile/pom.xml | 24 +--- .../goals/GoalsIT/no_goals_at_all/pom.xml | 25 +---- .../goals/GoalsOnClassIT/goal_clean/pom.xml | 24 +--- .../MetaAnnotationGoalIT/clean_verify/pom.xml | 24 +--- .../com/soebes/itf/examples/mps/xyz/pom.xml | 25 +---- .../com/soebes/itf/examples/mps/xyzp3/pom.xml | 25 +---- .../OptionsIT/no_options_at_all/pom.xml | 25 +---- .../options/OptionsIT/option_debug/pom.xml | 25 +---- .../OptionsIT/option_quiet_logfile/pom.xml | 25 +---- .../OptionsOnClassIT/option_debug/pom.xml | 25 +---- .../profile_1_2_3/pom.xml | 25 +---- .../ProfileIT/no_profile_at_all/pom.xml | 14 +-- .../profiles/ProfileIT/profile_1/pom.xml | 25 +---- .../profiles/ProfileIT/profile_1_2/pom.xml | 24 +--- .../profiles/ProfileIT/profile_1_2_3/pom.xml | 12 +- .../ProfileIT/unknown_profile/pom.xml | 24 +--- .../ProfileOnClassIT/profile_1/pom.xml | 24 +--- .../ProfileOnClassIT/profile_1_2_3/pom.xml | 12 +- .../ProfileOnPackageIT/profile_1_2_3/pom.xml | 106 +----------------- .../property_skiptests/pom.xml | 27 ++--- .../PropertiesIT/property_skiptests/pom.xml | 27 ++--- .../property_skiptests/pom.xml | 27 ++--- .../Level1/property_skiptests/pom.xml | 27 ++--- .../pom.xml | 27 ++--- .../repository_in_class_directory/pom.xml | 27 ++--- .../subdir/SubDirClassIT/basic/subdir/pom.xml | 2 +- .../subdir/SubDirIT/basic/subdir/pom.xml | 2 +- .../DirNested/basic/subdir/pom.xml | 2 +- .../Level1/Level2/basic/subdir/pom.xml | 2 +- pom.xml | 2 +- 83 files changed, 359 insertions(+), 1139 deletions(-) delete mode 100644 itf-examples/src/test/resources-its/com/soebes/itf/examples/EARIT/basic/verify.bsh delete mode 100644 itf-examples/src/test/resources-its/com/soebes/itf/examples/EARIT/packaging_excludes/verify.bsh delete mode 100644 itf-examples/src/test/resources-its/com/soebes/itf/examples/EARIT/packaging_includes/verify.bsh delete mode 100644 itf-examples/src/test/resources-its/com/soebes/itf/examples/EARIT/resource_custom_directory/verify.bsh delete mode 100644 itf-examples/src/test/resources-its/com/soebes/itf/examples/EARIT/skinny_wars_javaee5/verify.bsh delete mode 100644 itf-examples/src/test/resources-its/com/soebes/itf/examples/EARIT/transitive_excludes/verify.bsh diff --git a/itf-documentation/src/main/asciidoc/release-notes/_release-notes-0.13.0.adoc b/itf-documentation/src/main/asciidoc/release-notes/_release-notes-0.13.0.adoc index 3de036aaaa..8d53fe581f 100644 --- a/itf-documentation/src/main/asciidoc/release-notes/_release-notes-0.13.0.adoc +++ b/itf-documentation/src/main/asciidoc/release-notes/_release-notes-0.13.0.adoc @@ -50,6 +50,7 @@ :issue-392: https://github.com/khmarbaise/maven-it-extension/issues/392[Fixed #392] :issue-394: https://github.com/khmarbaise/maven-it-extension/issues/394[Fixed #394] :issue-396: https://github.com/khmarbaise/maven-it-extension/issues/396[Fixed #396] +:issue-399: https://github.com/khmarbaise/maven-it-extension/issues/399[Fixed #399] :issue-??: https://github.com/khmarbaise/maven-it-extension/issues/??[Fixed #??] :release_0_13_0: https://github.com/khmarbaise/maven-it-extension/milestone/13 @@ -115,6 +116,7 @@ * {issue-392} - Upgrade byte-buddy to 1.14.10 * {issue-394} - Upgrade mockito to 5.8.0 * {issue-396} - Upgrade maven-plugin-plugin to 3.10.2 + * {issue-399} - Upgrade all plugins used in IT to most recent versions *Build Improvements* diff --git a/itf-examples/pom.xml b/itf-examples/pom.xml index 8483760419..61da6449ed 100644 --- a/itf-examples/pom.xml +++ b/itf-examples/pom.xml @@ -141,7 +141,7 @@ junit.jupiter.execution.parallel.mode.default=concurrent junit.jupiter.execution.parallel.mode.classes.default=same_thread junit.jupiter.execution.parallel.config.strategy=fixed - junit.jupiter.execution.parallel.config.fixed.parallelism=6 + junit.jupiter.execution.parallel.config.fixed.parallelism=12 diff --git a/itf-examples/src/test/java/com/soebes/itf/examples/EARIT.java b/itf-examples/src/test/java/com/soebes/itf/examples/EARIT.java index e10cb1cbcf..07f070d81b 100644 --- a/itf-examples/src/test/java/com/soebes/itf/examples/EARIT.java +++ b/itf-examples/src/test/java/com/soebes/itf/examples/EARIT.java @@ -87,7 +87,7 @@ void transitive_excludes(MavenExecutionResult result) { .project() .hasTarget() .withEarFile() - .containsOnlyOnce("org.apache.maven-maven-core-3.0.jar", "META-INF/application.xml"); + .containsOnlyOnce("org.apache.maven-maven-core-3.2.5.jar", "META-INF/application.xml"); // assertThat(log).info().stream().filter(s -> s.startsWith("TESTING")); // assertThat(log).debug().stream().filter(s -> s.endsWith("FAILURE")); diff --git a/itf-examples/src/test/java/com/soebes/itf/examples/defaults/DefaultsForAllIT.java b/itf-examples/src/test/java/com/soebes/itf/examples/defaults/DefaultsForAllIT.java index 3c60a27048..209f026e73 100644 --- a/itf-examples/src/test/java/com/soebes/itf/examples/defaults/DefaultsForAllIT.java +++ b/itf-examples/src/test/java/com/soebes/itf/examples/defaults/DefaultsForAllIT.java @@ -35,15 +35,15 @@ void option_debug(MavenExecutionResult result) { .out() .info() .containsSubsequence( - "--- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ kata-fraction ---", - "--- jacoco-maven-plugin:0.8.8:prepare-agent (default) @ kata-fraction ---", - "--- maven-resources-plugin:3.3.0:resources (default-resources) @ kata-fraction ---", - "--- maven-compiler-plugin:3.10.1:compile (default-compile) @ kata-fraction ---", - "--- maven-resources-plugin:3.3.0:testResources (default-testResources) @ kata-fraction ---", - "--- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ kata-fraction ---", - "--- maven-surefire-plugin:3.0.0-M7:test (default-test) @ kata-fraction ---", - "--- maven-jar-plugin:3.2.2:jar (default-jar) @ kata-fraction ---", - "--- maven-site-plugin:3.12.0:attach-descriptor (attach-descriptor) @ kata-fraction ---" + "--- maven-enforcer-plugin:3.4.1:enforce (enforce-maven) @ kata-fraction ---", + "--- jacoco-maven-plugin:0.8.11:prepare-agent (default) @ kata-fraction ---", + "--- maven-resources-plugin:3.3.1:resources (default-resources) @ kata-fraction ---", + "--- maven-compiler-plugin:3.11.0:compile (default-compile) @ kata-fraction ---", + "--- maven-resources-plugin:3.3.1:testResources (default-testResources) @ kata-fraction ---", + "--- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ kata-fraction ---", + "--- maven-surefire-plugin:3.2.2:test (default-test) @ kata-fraction ---", + "--- maven-jar-plugin:3.3.0:jar (default-jar) @ kata-fraction ---", + "--- maven-site-plugin:3.12.1:attach-descriptor (attach-descriptor) @ kata-fraction ---" ); assertThat(result) .isSuccessful() @@ -54,15 +54,15 @@ void option_debug(MavenExecutionResult result) { .out() .debug() .containsSubsequence( - "Goal: org.apache.maven.plugins:maven-enforcer-plugin:3.1.0:enforce (enforce-maven)", - "Goal: org.jacoco:jacoco-maven-plugin:0.8.8:prepare-agent (default)", - "Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.0:resources (default-resources)", - "Goal: org.apache.maven.plugins:maven-compiler-plugin:3.10.1:compile (default-compile)", - "Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.0:testResources (default-testResources)", - "Goal: org.apache.maven.plugins:maven-compiler-plugin:3.10.1:testCompile (default-testCompile)", - "Goal: org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M7:test (default-test)", - "Goal: org.apache.maven.plugins:maven-jar-plugin:3.2.2:jar (default-jar)", - "Goal: org.apache.maven.plugins:maven-site-plugin:3.12.0:attach-descriptor (attach-descriptor)" + "Goal: org.apache.maven.plugins:maven-enforcer-plugin:3.4.1:enforce (enforce-maven)", + "Goal: org.jacoco:jacoco-maven-plugin:0.8.11:prepare-agent (default)", + "Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources (default-resources)", + "Goal: org.apache.maven.plugins:maven-compiler-plugin:3.11.0:compile (default-compile)", + "Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources (default-testResources)", + "Goal: org.apache.maven.plugins:maven-compiler-plugin:3.11.0:testCompile (default-testCompile)", + "Goal: org.apache.maven.plugins:maven-surefire-plugin:3.2.2:test (default-test)", + "Goal: org.apache.maven.plugins:maven-jar-plugin:3.3.0:jar (default-jar)", + "Goal: org.apache.maven.plugins:maven-site-plugin:3.12.1:attach-descriptor (attach-descriptor)" ); } diff --git a/itf-examples/src/test/java/com/soebes/itf/examples/goals/GoalsIT.java b/itf-examples/src/test/java/com/soebes/itf/examples/goals/GoalsIT.java index f43836829f..7bb25bde2b 100644 --- a/itf-examples/src/test/java/com/soebes/itf/examples/goals/GoalsIT.java +++ b/itf-examples/src/test/java/com/soebes/itf/examples/goals/GoalsIT.java @@ -38,15 +38,15 @@ void no_goals_at_all(MavenExecutionResult result) { .out() .info() .containsSubsequence( - "--- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ kata-fraction ---", - "--- jacoco-maven-plugin:0.8.8:prepare-agent (default) @ kata-fraction ---", - "--- maven-resources-plugin:3.3.0:resources (default-resources) @ kata-fraction ---", - "--- maven-compiler-plugin:3.10.1:compile (default-compile) @ kata-fraction ---", - "--- maven-resources-plugin:3.3.0:testResources (default-testResources) @ kata-fraction ---", - "--- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ kata-fraction ---", - "--- maven-surefire-plugin:3.0.0-M7:test (default-test) @ kata-fraction ---", - "--- maven-jar-plugin:3.2.2:jar (default-jar) @ kata-fraction ---", - "--- maven-site-plugin:3.12.0:attach-descriptor (attach-descriptor) @ kata-fraction ---" + "--- maven-enforcer-plugin:3.4.1:enforce (enforce-maven) @ kata-fraction ---", + "--- jacoco-maven-plugin:0.8.11:prepare-agent (default) @ kata-fraction ---", + "--- maven-resources-plugin:3.3.1:resources (default-resources) @ kata-fraction ---", + "--- maven-compiler-plugin:3.11.0:compile (default-compile) @ kata-fraction ---", + "--- maven-resources-plugin:3.3.1:testResources (default-testResources) @ kata-fraction ---", + "--- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ kata-fraction ---", + "--- maven-surefire-plugin:3.2.2:test (default-test) @ kata-fraction ---", + "--- maven-jar-plugin:3.3.0:jar (default-jar) @ kata-fraction ---", + "--- maven-site-plugin:3.12.1:attach-descriptor (attach-descriptor) @ kata-fraction ---" ); assertThat(result) .isSuccessful() @@ -67,7 +67,7 @@ void goal_clean(MavenExecutionResult result) { "-------------------< com.soebes.katas:kata-fraction >-------------------", "Building kata-fraction 1.0-SNAPSHOT", "--------------------------------[ jar ]---------------------------------", - "--- maven-clean-plugin:3.2.0:clean (default-clean) @ kata-fraction ---" + "--- maven-clean-plugin:3.3.2:clean (default-clean) @ kata-fraction ---" ); assertThat(result) .isSuccessful() @@ -88,11 +88,11 @@ void goal_clean_compile(MavenExecutionResult result) { "-------------------< com.soebes.katas:kata-fraction >-------------------", "Building kata-fraction 1.0-SNAPSHOT", "--------------------------------[ jar ]---------------------------------", - "--- maven-clean-plugin:3.2.0:clean (default-clean) @ kata-fraction ---", - "--- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ kata-fraction ---", - "--- jacoco-maven-plugin:0.8.8:prepare-agent (default) @ kata-fraction ---", - "--- maven-resources-plugin:3.3.0:resources (default-resources) @ kata-fraction ---", - "--- maven-compiler-plugin:3.10.1:compile (default-compile) @ kata-fraction ---" + "--- maven-clean-plugin:3.3.2:clean (default-clean) @ kata-fraction ---", + "--- maven-enforcer-plugin:3.4.1:enforce (enforce-maven) @ kata-fraction ---", + "--- jacoco-maven-plugin:0.8.11:prepare-agent (default) @ kata-fraction ---", + "--- maven-resources-plugin:3.3.1:resources (default-resources) @ kata-fraction ---", + "--- maven-compiler-plugin:3.11.0:compile (default-compile) @ kata-fraction ---" ); assertThat(result) .isSuccessful() diff --git a/itf-examples/src/test/java/com/soebes/itf/examples/goals/GoalsOnClassIT.java b/itf-examples/src/test/java/com/soebes/itf/examples/goals/GoalsOnClassIT.java index 07564d6971..bdf7c9b8bf 100644 --- a/itf-examples/src/test/java/com/soebes/itf/examples/goals/GoalsOnClassIT.java +++ b/itf-examples/src/test/java/com/soebes/itf/examples/goals/GoalsOnClassIT.java @@ -43,7 +43,7 @@ void goal_clean(MavenExecutionResult result) { "-------------------< com.soebes.katas:kata-fraction >-------------------", "Building kata-fraction 1.0-SNAPSHOT", "--------------------------------[ jar ]---------------------------------", - "--- maven-clean-plugin:3.2.0:clean (default-clean) @ kata-fraction ---" + "--- maven-clean-plugin:3.3.2:clean (default-clean) @ kata-fraction ---" ); assertThat(result) .isSuccessful() diff --git a/itf-examples/src/test/java/com/soebes/itf/examples/goals/MetaAnnotationGoalIT.java b/itf-examples/src/test/java/com/soebes/itf/examples/goals/MetaAnnotationGoalIT.java index 169346f199..00385733b9 100644 --- a/itf-examples/src/test/java/com/soebes/itf/examples/goals/MetaAnnotationGoalIT.java +++ b/itf-examples/src/test/java/com/soebes/itf/examples/goals/MetaAnnotationGoalIT.java @@ -41,19 +41,19 @@ void clean_verify(MavenExecutionResult result) { "Scanning for projects...", "-------------------< com.soebes.katas:kata-fraction >-------------------", "--------------------------------[ jar ]---------------------------------", - "--- maven-clean-plugin:3.2.0:clean (default-clean) @ kata-fraction ---", - "--- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ kata-fraction ---", - "--- jacoco-maven-plugin:0.8.8:prepare-agent (default) @ kata-fraction ---", - "--- maven-resources-plugin:3.3.0:resources (default-resources) @ kata-fraction ---", - "--- maven-compiler-plugin:3.10.1:compile (default-compile) @ kata-fraction ---", - "--- maven-resources-plugin:3.3.0:testResources (default-testResources) @ kata-fraction ---", - "--- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ kata-fraction ---", - "--- maven-surefire-plugin:3.0.0-M7:test (default-test) @ kata-fraction ---", + "--- maven-clean-plugin:3.3.2:clean (default-clean) @ kata-fraction ---", + "--- maven-enforcer-plugin:3.4.1:enforce (enforce-maven) @ kata-fraction ---", + "--- jacoco-maven-plugin:0.8.11:prepare-agent (default) @ kata-fraction ---", + "--- maven-resources-plugin:3.3.1:resources (default-resources) @ kata-fraction ---", + "--- maven-compiler-plugin:3.11.0:compile (default-compile) @ kata-fraction ---", + "--- maven-resources-plugin:3.3.1:testResources (default-testResources) @ kata-fraction ---", + "--- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ kata-fraction ---", + "--- maven-surefire-plugin:3.2.2:test (default-test) @ kata-fraction ---", "Tests run: 34, Failures: 0, Errors: 0, Skipped: 0", - "--- maven-jar-plugin:3.2.2:jar (default-jar) @ kata-fraction ---", - "--- maven-site-plugin:3.12.0:attach-descriptor (attach-descriptor) @ kata-fraction ---", + "--- maven-jar-plugin:3.3.0:jar (default-jar) @ kata-fraction ---", + "--- maven-site-plugin:3.12.1:attach-descriptor (attach-descriptor) @ kata-fraction ---", "Skipping because packaging 'jar' is not pom.", - "--- jacoco-maven-plugin:0.8.8:report (default) @ kata-fraction ---" + "--- jacoco-maven-plugin:0.8.11:report (default) @ kata-fraction ---" ); assertThat(result) diff --git a/itf-examples/src/test/java/com/soebes/itf/examples/options/OptionsIT.java b/itf-examples/src/test/java/com/soebes/itf/examples/options/OptionsIT.java index 4786fa462f..a784040261 100644 --- a/itf-examples/src/test/java/com/soebes/itf/examples/options/OptionsIT.java +++ b/itf-examples/src/test/java/com/soebes/itf/examples/options/OptionsIT.java @@ -46,15 +46,15 @@ void no_options_at_all(MavenExecutionResult result) { .out() .info() .containsSubsequence( - "--- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ kata-fraction ---", - "--- jacoco-maven-plugin:0.8.8:prepare-agent (default) @ kata-fraction ---", - "--- maven-resources-plugin:3.3.0:resources (default-resources) @ kata-fraction ---", - "--- maven-compiler-plugin:3.10.1:compile (default-compile) @ kata-fraction ---", - "--- maven-resources-plugin:3.3.0:testResources (default-testResources) @ kata-fraction ---", - "--- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ kata-fraction ---", - "--- maven-surefire-plugin:3.0.0-M7:test (default-test) @ kata-fraction ---", - "--- maven-jar-plugin:3.2.2:jar (default-jar) @ kata-fraction ---", - "--- maven-site-plugin:3.12.0:attach-descriptor (attach-descriptor) @ kata-fraction ---" + "--- maven-enforcer-plugin:3.4.1:enforce (enforce-maven) @ kata-fraction ---", + "--- jacoco-maven-plugin:0.8.11:prepare-agent (default) @ kata-fraction ---", + "--- maven-resources-plugin:3.3.1:resources (default-resources) @ kata-fraction ---", + "--- maven-compiler-plugin:3.11.0:compile (default-compile) @ kata-fraction ---", + "--- maven-resources-plugin:3.3.1:testResources (default-testResources) @ kata-fraction ---", + "--- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ kata-fraction ---", + "--- maven-surefire-plugin:3.2.2:test (default-test) @ kata-fraction ---", + "--- maven-jar-plugin:3.3.0:jar (default-jar) @ kata-fraction ---", + "--- maven-site-plugin:3.12.1:attach-descriptor (attach-descriptor) @ kata-fraction ---" ); assertThat(result) .isSuccessful() @@ -74,15 +74,15 @@ void option_debug(MavenExecutionResult result) { .out() .info() .containsSubsequence( - "--- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ kata-fraction ---", - "--- jacoco-maven-plugin:0.8.8:prepare-agent (default) @ kata-fraction ---", - "--- maven-resources-plugin:3.3.0:resources (default-resources) @ kata-fraction ---", - "--- maven-compiler-plugin:3.10.1:compile (default-compile) @ kata-fraction ---", - "--- maven-resources-plugin:3.3.0:testResources (default-testResources) @ kata-fraction ---", - "--- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ kata-fraction ---", - "--- maven-surefire-plugin:3.0.0-M7:test (default-test) @ kata-fraction ---", - "--- maven-jar-plugin:3.2.2:jar (default-jar) @ kata-fraction ---", - "--- maven-site-plugin:3.12.0:attach-descriptor (attach-descriptor) @ kata-fraction ---" + "--- maven-enforcer-plugin:3.4.1:enforce (enforce-maven) @ kata-fraction ---", + "--- jacoco-maven-plugin:0.8.11:prepare-agent (default) @ kata-fraction ---", + "--- maven-resources-plugin:3.3.1:resources (default-resources) @ kata-fraction ---", + "--- maven-compiler-plugin:3.11.0:compile (default-compile) @ kata-fraction ---", + "--- maven-resources-plugin:3.3.1:testResources (default-testResources) @ kata-fraction ---", + "--- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ kata-fraction ---", + "--- maven-surefire-plugin:3.2.2:test (default-test) @ kata-fraction ---", + "--- maven-jar-plugin:3.3.0:jar (default-jar) @ kata-fraction ---", + "--- maven-site-plugin:3.12.1:attach-descriptor (attach-descriptor) @ kata-fraction ---" ); assertThat(result) .isSuccessful() @@ -93,15 +93,15 @@ void option_debug(MavenExecutionResult result) { .out() .debug() .containsSubsequence( - "Goal: org.apache.maven.plugins:maven-enforcer-plugin:3.1.0:enforce (enforce-maven)", - "Goal: org.jacoco:jacoco-maven-plugin:0.8.8:prepare-agent (default)", - "Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.0:resources (default-resources)", - "Goal: org.apache.maven.plugins:maven-compiler-plugin:3.10.1:compile (default-compile)", - "Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.0:testResources (default-testResources)", - "Goal: org.apache.maven.plugins:maven-compiler-plugin:3.10.1:testCompile (default-testCompile)", - "Goal: org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M7:test (default-test)", - "Goal: org.apache.maven.plugins:maven-jar-plugin:3.2.2:jar (default-jar)", - "Goal: org.apache.maven.plugins:maven-site-plugin:3.12.0:attach-descriptor (attach-descriptor)" + "Goal: org.apache.maven.plugins:maven-enforcer-plugin:3.4.1:enforce (enforce-maven)", + "Goal: org.jacoco:jacoco-maven-plugin:0.8.11:prepare-agent (default)", + "Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources (default-resources)", + "Goal: org.apache.maven.plugins:maven-compiler-plugin:3.11.0:compile (default-compile)", + "Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources (default-testResources)", + "Goal: org.apache.maven.plugins:maven-compiler-plugin:3.11.0:testCompile (default-testCompile)", + "Goal: org.apache.maven.plugins:maven-surefire-plugin:3.2.2:test (default-test)", + "Goal: org.apache.maven.plugins:maven-jar-plugin:3.3.0:jar (default-jar)", + "Goal: org.apache.maven.plugins:maven-site-plugin:3.12.1:attach-descriptor (attach-descriptor)" ); } diff --git a/itf-examples/src/test/java/com/soebes/itf/examples/options/OptionsOnClassIT.java b/itf-examples/src/test/java/com/soebes/itf/examples/options/OptionsOnClassIT.java index 7bd3e813c0..a6469becc5 100644 --- a/itf-examples/src/test/java/com/soebes/itf/examples/options/OptionsOnClassIT.java +++ b/itf-examples/src/test/java/com/soebes/itf/examples/options/OptionsOnClassIT.java @@ -38,15 +38,15 @@ void option_debug(MavenExecutionResult result) { .out() .info() .containsSubsequence( - "--- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ kata-fraction ---", - "--- jacoco-maven-plugin:0.8.8:prepare-agent (default) @ kata-fraction ---", - "--- maven-resources-plugin:3.3.0:resources (default-resources) @ kata-fraction ---", - "--- maven-compiler-plugin:3.10.1:compile (default-compile) @ kata-fraction ---", - "--- maven-resources-plugin:3.3.0:testResources (default-testResources) @ kata-fraction ---", - "--- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ kata-fraction ---", - "--- maven-surefire-plugin:3.0.0-M7:test (default-test) @ kata-fraction ---", - "--- maven-jar-plugin:3.2.2:jar (default-jar) @ kata-fraction ---", - "--- maven-site-plugin:3.12.0:attach-descriptor (attach-descriptor) @ kata-fraction ---" + "--- maven-enforcer-plugin:3.4.1:enforce (enforce-maven) @ kata-fraction ---", + "--- jacoco-maven-plugin:0.8.11:prepare-agent (default) @ kata-fraction ---", + "--- maven-resources-plugin:3.3.1:resources (default-resources) @ kata-fraction ---", + "--- maven-compiler-plugin:3.11.0:compile (default-compile) @ kata-fraction ---", + "--- maven-resources-plugin:3.3.1:testResources (default-testResources) @ kata-fraction ---", + "--- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ kata-fraction ---", + "--- maven-surefire-plugin:3.2.2:test (default-test) @ kata-fraction ---", + "--- maven-jar-plugin:3.3.0:jar (default-jar) @ kata-fraction ---", + "--- maven-site-plugin:3.12.1:attach-descriptor (attach-descriptor) @ kata-fraction ---" ); assertThat(result) .isSuccessful() @@ -57,15 +57,15 @@ void option_debug(MavenExecutionResult result) { .out() .debug() .containsSubsequence( - "Goal: org.apache.maven.plugins:maven-enforcer-plugin:3.1.0:enforce (enforce-maven)", - "Goal: org.jacoco:jacoco-maven-plugin:0.8.8:prepare-agent (default)", - "Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.0:resources (default-resources)", - "Goal: org.apache.maven.plugins:maven-compiler-plugin:3.10.1:compile (default-compile)", - "Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.0:testResources (default-testResources)", - "Goal: org.apache.maven.plugins:maven-compiler-plugin:3.10.1:testCompile (default-testCompile)", - "Goal: org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M7:test (default-test)", - "Goal: org.apache.maven.plugins:maven-jar-plugin:3.2.2:jar (default-jar)", - "Goal: org.apache.maven.plugins:maven-site-plugin:3.12.0:attach-descriptor (attach-descriptor)" + "Goal: org.apache.maven.plugins:maven-enforcer-plugin:3.4.1:enforce (enforce-maven)", + "Goal: org.jacoco:jacoco-maven-plugin:0.8.11:prepare-agent (default)", + "Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources (default-resources)", + "Goal: org.apache.maven.plugins:maven-compiler-plugin:3.11.0:compile (default-compile)", + "Goal: org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources (default-testResources)", + "Goal: org.apache.maven.plugins:maven-compiler-plugin:3.11.0:testCompile (default-testCompile)", + "Goal: org.apache.maven.plugins:maven-surefire-plugin:3.2.2:test (default-test)", + "Goal: org.apache.maven.plugins:maven-jar-plugin:3.3.0:jar (default-jar)", + "Goal: org.apache.maven.plugins:maven-site-plugin:3.12.1:attach-descriptor (attach-descriptor)" ); } diff --git a/itf-examples/src/test/java/com/soebes/itf/examples/properties/MetaAnnotationPropertiesIT.java b/itf-examples/src/test/java/com/soebes/itf/examples/properties/MetaAnnotationPropertiesIT.java index 66c75ea39b..280842a4d3 100644 --- a/itf-examples/src/test/java/com/soebes/itf/examples/properties/MetaAnnotationPropertiesIT.java +++ b/itf-examples/src/test/java/com/soebes/itf/examples/properties/MetaAnnotationPropertiesIT.java @@ -36,16 +36,16 @@ void property_skiptests(MavenExecutionResult result) { .out() .info() .containsSubsequence( - "--- maven-enforcer-plugin:3.0.0:enforce (enforce-maven) @ kata-fraction ---", - "--- jacoco-maven-plugin:0.8.7:prepare-agent (default) @ kata-fraction ---", - "--- maven-resources-plugin:3.2.0:resources (default-resources) @ kata-fraction ---", - "--- maven-compiler-plugin:3.9.0:compile (default-compile) @ kata-fraction ---", - "--- maven-resources-plugin:3.2.0:testResources (default-testResources) @ kata-fraction ---", - "--- maven-compiler-plugin:3.9.0:testCompile (default-testCompile) @ kata-fraction ---", - "--- maven-surefire-plugin:3.0.0-M5:test (default-test) @ kata-fraction ---", + "--- maven-enforcer-plugin:3.4.1:enforce (enforce-maven) @ kata-fraction ---", + "--- jacoco-maven-plugin:0.8.11:prepare-agent (default) @ kata-fraction ---", + "--- maven-resources-plugin:3.3.1:resources (default-resources) @ kata-fraction ---", + "--- maven-compiler-plugin:3.11.0:compile (default-compile) @ kata-fraction ---", + "--- maven-resources-plugin:3.3.1:testResources (default-testResources) @ kata-fraction ---", + "--- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ kata-fraction ---", + "--- maven-surefire-plugin:3.2.2:test (default-test) @ kata-fraction ---", "Tests are skipped.", - "--- maven-jar-plugin:3.2.2:jar (default-jar) @ kata-fraction ---", - "--- maven-site-plugin:3.10.0:attach-descriptor (attach-descriptor) @ kata-fraction ---" + "--- maven-jar-plugin:3.3.0:jar (default-jar) @ kata-fraction ---", + "--- maven-site-plugin:3.12.1:attach-descriptor (attach-descriptor) @ kata-fraction ---" ); assertThat(result) diff --git a/itf-examples/src/test/java/com/soebes/itf/examples/properties/PropertiesIT.java b/itf-examples/src/test/java/com/soebes/itf/examples/properties/PropertiesIT.java index 9ca8078064..f296586e70 100644 --- a/itf-examples/src/test/java/com/soebes/itf/examples/properties/PropertiesIT.java +++ b/itf-examples/src/test/java/com/soebes/itf/examples/properties/PropertiesIT.java @@ -43,16 +43,16 @@ void property_skiptests(MavenExecutionResult result) { .out() .info() .containsSubsequence( - "--- maven-enforcer-plugin:3.0.0:enforce (enforce-maven) @ kata-fraction ---", - "--- jacoco-maven-plugin:0.8.7:prepare-agent (default) @ kata-fraction ---", - "--- maven-resources-plugin:3.2.0:resources (default-resources) @ kata-fraction ---", - "--- maven-compiler-plugin:3.9.0:compile (default-compile) @ kata-fraction ---", - "--- maven-resources-plugin:3.2.0:testResources (default-testResources) @ kata-fraction ---", - "--- maven-compiler-plugin:3.9.0:testCompile (default-testCompile) @ kata-fraction ---", - "--- maven-surefire-plugin:3.0.0-M5:test (default-test) @ kata-fraction ---", + "--- maven-enforcer-plugin:3.4.1:enforce (enforce-maven) @ kata-fraction ---", + "--- jacoco-maven-plugin:0.8.11:prepare-agent (default) @ kata-fraction ---", + "--- maven-resources-plugin:3.3.1:resources (default-resources) @ kata-fraction ---", + "--- maven-compiler-plugin:3.11.0:compile (default-compile) @ kata-fraction ---", + "--- maven-resources-plugin:3.3.1:testResources (default-testResources) @ kata-fraction ---", + "--- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ kata-fraction ---", + "--- maven-surefire-plugin:3.2.2:test (default-test) @ kata-fraction ---", "Tests are skipped.", - "--- maven-jar-plugin:3.2.2:jar (default-jar) @ kata-fraction ---", - "--- maven-site-plugin:3.10.0:attach-descriptor (attach-descriptor) @ kata-fraction ---" + "--- maven-jar-plugin:3.3.0:jar (default-jar) @ kata-fraction ---", + "--- maven-site-plugin:3.12.1:attach-descriptor (attach-descriptor) @ kata-fraction ---" ); assertThat(result) .isSuccessful() diff --git a/itf-examples/src/test/java/com/soebes/itf/examples/properties/PropertiesOnClassIT.java b/itf-examples/src/test/java/com/soebes/itf/examples/properties/PropertiesOnClassIT.java index 12737dd1d2..4adf370b5b 100644 --- a/itf-examples/src/test/java/com/soebes/itf/examples/properties/PropertiesOnClassIT.java +++ b/itf-examples/src/test/java/com/soebes/itf/examples/properties/PropertiesOnClassIT.java @@ -43,16 +43,16 @@ void property_skiptests(MavenExecutionResult result) { .out() .info() .containsSubsequence( - "--- maven-enforcer-plugin:3.0.0:enforce (enforce-maven) @ kata-fraction ---", - "--- jacoco-maven-plugin:0.8.7:prepare-agent (default) @ kata-fraction ---", - "--- maven-resources-plugin:3.2.0:resources (default-resources) @ kata-fraction ---", - "--- maven-compiler-plugin:3.9.0:compile (default-compile) @ kata-fraction ---", - "--- maven-resources-plugin:3.2.0:testResources (default-testResources) @ kata-fraction ---", - "--- maven-compiler-plugin:3.9.0:testCompile (default-testCompile) @ kata-fraction ---", - "--- maven-surefire-plugin:3.0.0-M5:test (default-test) @ kata-fraction ---", + "--- maven-enforcer-plugin:3.4.1:enforce (enforce-maven) @ kata-fraction ---", + "--- jacoco-maven-plugin:0.8.11:prepare-agent (default) @ kata-fraction ---", + "--- maven-resources-plugin:3.3.1:resources (default-resources) @ kata-fraction ---", + "--- maven-compiler-plugin:3.11.0:compile (default-compile) @ kata-fraction ---", + "--- maven-resources-plugin:3.3.1:testResources (default-testResources) @ kata-fraction ---", + "--- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ kata-fraction ---", + "--- maven-surefire-plugin:3.2.2:test (default-test) @ kata-fraction ---", "Tests are skipped.", - "--- maven-jar-plugin:3.2.2:jar (default-jar) @ kata-fraction ---", - "--- maven-site-plugin:3.10.0:attach-descriptor (attach-descriptor) @ kata-fraction ---" + "--- maven-jar-plugin:3.3.0:jar (default-jar) @ kata-fraction ---", + "--- maven-site-plugin:3.12.1:attach-descriptor (attach-descriptor) @ kata-fraction ---" ); assertThat(result) .isSuccessful() diff --git a/itf-examples/src/test/java/com/soebes/itf/examples/properties/PropertiesOnNestedClassIT.java b/itf-examples/src/test/java/com/soebes/itf/examples/properties/PropertiesOnNestedClassIT.java index 9d5fd4ab4f..97dfe2273c 100644 --- a/itf-examples/src/test/java/com/soebes/itf/examples/properties/PropertiesOnNestedClassIT.java +++ b/itf-examples/src/test/java/com/soebes/itf/examples/properties/PropertiesOnNestedClassIT.java @@ -49,16 +49,16 @@ void property_skiptests(MavenExecutionResult result) { .out() .info() .containsSubsequence( - "--- maven-enforcer-plugin:3.0.0:enforce (enforce-maven) @ kata-fraction ---", - "--- jacoco-maven-plugin:0.8.7:prepare-agent (default) @ kata-fraction ---", - "--- maven-resources-plugin:3.2.0:resources (default-resources) @ kata-fraction ---", - "--- maven-compiler-plugin:3.9.0:compile (default-compile) @ kata-fraction ---", - "--- maven-resources-plugin:3.2.0:testResources (default-testResources) @ kata-fraction ---", - "--- maven-compiler-plugin:3.9.0:testCompile (default-testCompile) @ kata-fraction ---", - "--- maven-surefire-plugin:3.0.0-M5:test (default-test) @ kata-fraction ---", + "--- maven-enforcer-plugin:3.4.1:enforce (enforce-maven) @ kata-fraction ---", + "--- jacoco-maven-plugin:0.8.11:prepare-agent (default) @ kata-fraction ---", + "--- maven-resources-plugin:3.3.1:resources (default-resources) @ kata-fraction ---", + "--- maven-compiler-plugin:3.11.0:compile (default-compile) @ kata-fraction ---", + "--- maven-resources-plugin:3.3.1:testResources (default-testResources) @ kata-fraction ---", + "--- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ kata-fraction ---", + "--- maven-surefire-plugin:3.2.2:test (default-test) @ kata-fraction ---", "Tests are skipped.", - "--- maven-jar-plugin:3.2.2:jar (default-jar) @ kata-fraction ---", - "--- maven-site-plugin:3.10.0:attach-descriptor (attach-descriptor) @ kata-fraction ---" + "--- maven-jar-plugin:3.3.0:jar (default-jar) @ kata-fraction ---", + "--- maven-site-plugin:3.12.1:attach-descriptor (attach-descriptor) @ kata-fraction ---" ); assertThat(result) .isSuccessful() diff --git a/itf-examples/src/test/resources-its/com/soebes/itf/examples/EARIT/basic/pom.xml b/itf-examples/src/test/resources-its/com/soebes/itf/examples/EARIT/basic/pom.xml index 8bb3b32f4e..9b496f0013 100644 --- a/itf-examples/src/test/resources-its/com/soebes/itf/examples/EARIT/basic/pom.xml +++ b/itf-examples/src/test/resources-its/com/soebes/itf/examples/EARIT/basic/pom.xml @@ -35,7 +35,7 @@ under the License. org.apache.maven.plugins maven-ear-plugin - 3.0.1 + 3.3.0 true diff --git a/itf-examples/src/test/resources-its/com/soebes/itf/examples/EARIT/basic/verify.bsh b/itf-examples/src/test/resources-its/com/soebes/itf/examples/EARIT/basic/verify.bsh deleted file mode 100644 index 0e96a9272c..0000000000 --- a/itf-examples/src/test/resources-its/com/soebes/itf/examples/EARIT/basic/verify.bsh +++ /dev/null @@ -1,49 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ - -import java.io.*; -import java.util.*; -import java.util.jar.*; -import java.util.regex.*; - -File jarFile = new File( basedir, "target/test-1.0.ear" ); -System.out.println( "Checking for existence of " + jarFile ); -if ( !jarFile.isFile() ) -{ - throw new IllegalStateException( "Missing file: " + jarFile ); -} - -JarFile jar = new JarFile( jarFile ); - -String[] includedEntries = { - "META-INF/application.xml", - "META-INF/appserver-application.xml", -}; -for ( String included : includedEntries ) -{ - System.out.println( "Checking for existence of " + included ); - if ( jar.getEntry( included ) == null ) - { - throw new IllegalStateException( "Missing archive entry: " + included ); - } -} - -jar.close(); - -return true; diff --git a/itf-examples/src/test/resources-its/com/soebes/itf/examples/EARIT/packaging_excludes/pom.xml b/itf-examples/src/test/resources-its/com/soebes/itf/examples/EARIT/packaging_excludes/pom.xml index d66b236064..066ea21d8a 100644 --- a/itf-examples/src/test/resources-its/com/soebes/itf/examples/EARIT/packaging_excludes/pom.xml +++ b/itf-examples/src/test/resources-its/com/soebes/itf/examples/EARIT/packaging_excludes/pom.xml @@ -43,7 +43,7 @@ under the License. org.apache.maven.plugins maven-ear-plugin - 3.0.1 + 3.3.0 commons-lang-*.jar diff --git a/itf-examples/src/test/resources-its/com/soebes/itf/examples/EARIT/packaging_excludes/verify.bsh b/itf-examples/src/test/resources-its/com/soebes/itf/examples/EARIT/packaging_excludes/verify.bsh deleted file mode 100644 index 3efbc16dd5..0000000000 --- a/itf-examples/src/test/resources-its/com/soebes/itf/examples/EARIT/packaging_excludes/verify.bsh +++ /dev/null @@ -1,61 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ - -import java.io.*; -import java.util.*; -import java.util.jar.*; -import java.util.regex.*; - -File jarFile = new File( basedir, "target/test-1.0.ear" ); -System.out.println( "Checking for existence of " + jarFile ); -if ( !jarFile.isFile() ) -{ - throw new IllegalStateException( "Missing file: " + jarFile ); -} - -JarFile jar = new JarFile( jarFile ); - -String[] includedEntries = { - "META-INF/application.xml", - "META-INF/MANIFEST.MF" -}; -for ( String included : includedEntries ) -{ - System.out.println( "Checking for included archive entry " + included ); - if ( jar.getEntry( included ) == null ) - { - throw new IllegalStateException( "Missing archive entry: " + included ); - } -} - -String[] excludedEntries = { - "commons-lang-2.5.jar" -}; -for ( String excluded : excludedEntries ) -{ - System.out.println( "Checking for excluded artifact " + excluded ); - if ( jar.getEntry( excluded ) != null ) - { - throw new IllegalStateException( "Archive entry should be excluded: " + excluded ); - } -} - -jar.close(); - -return true; diff --git a/itf-examples/src/test/resources-its/com/soebes/itf/examples/EARIT/packaging_includes/pom.xml b/itf-examples/src/test/resources-its/com/soebes/itf/examples/EARIT/packaging_includes/pom.xml index 35591ba017..6ece8b9af3 100644 --- a/itf-examples/src/test/resources-its/com/soebes/itf/examples/EARIT/packaging_includes/pom.xml +++ b/itf-examples/src/test/resources-its/com/soebes/itf/examples/EARIT/packaging_includes/pom.xml @@ -48,7 +48,7 @@ under the License. org.apache.maven.plugins maven-ear-plugin - 3.0.1 + 3.3.0 commons-lang-*.jar,META-INF/** diff --git a/itf-examples/src/test/resources-its/com/soebes/itf/examples/EARIT/packaging_includes/verify.bsh b/itf-examples/src/test/resources-its/com/soebes/itf/examples/EARIT/packaging_includes/verify.bsh deleted file mode 100644 index f8e241595c..0000000000 --- a/itf-examples/src/test/resources-its/com/soebes/itf/examples/EARIT/packaging_includes/verify.bsh +++ /dev/null @@ -1,62 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ - -import java.io.*; -import java.util.*; -import java.util.jar.*; -import java.util.regex.*; - -File jarFile = new File( basedir, "target/test-1.0.ear" ); -System.out.println( "Checking for existence of " + jarFile ); -if ( !jarFile.isFile() ) -{ - throw new IllegalStateException( "Missing file: " + jarFile ); -} - -JarFile jar = new JarFile( jarFile ); - -String[] includedEntries = { - "commons-lang-commons-lang-2.5.jar", - "META-INF/application.xml", - "META-INF/MANIFEST.MF" -}; -for ( String included : includedEntries ) -{ - System.out.println( "Checking for included archive entry " + included ); - if ( jar.getEntry( included ) == null ) - { - throw new IllegalStateException( "Missing archive entry: " + included ); - } -} - -String[] excludedEntries = { - "commons-io-1.4.jar" -}; -for ( String excluded : excludedEntries ) -{ - System.out.println( "Checking for excluded artifact " + excluded ); - if ( jar.getEntry( excluded ) != null ) - { - throw new IllegalStateException( "Archive entry should be excluded: " + excluded ); - } -} - -jar.close(); - -return true; diff --git a/itf-examples/src/test/resources-its/com/soebes/itf/examples/EARIT/resource_custom_directory/pom.xml b/itf-examples/src/test/resources-its/com/soebes/itf/examples/EARIT/resource_custom_directory/pom.xml index ec8fcfc50b..ea43b0fd12 100644 --- a/itf-examples/src/test/resources-its/com/soebes/itf/examples/EARIT/resource_custom_directory/pom.xml +++ b/itf-examples/src/test/resources-its/com/soebes/itf/examples/EARIT/resource_custom_directory/pom.xml @@ -39,7 +39,7 @@ under the License. org.apache.maven.plugins maven-ear-plugin - 3.0.1 + 3.3.0 true diff --git a/itf-examples/src/test/resources-its/com/soebes/itf/examples/EARIT/resource_custom_directory/verify.bsh b/itf-examples/src/test/resources-its/com/soebes/itf/examples/EARIT/resource_custom_directory/verify.bsh deleted file mode 100644 index 41b23b7bb9..0000000000 --- a/itf-examples/src/test/resources-its/com/soebes/itf/examples/EARIT/resource_custom_directory/verify.bsh +++ /dev/null @@ -1,49 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ - -import java.io.*; -import java.util.*; -import java.util.jar.*; -import java.util.regex.*; - -File jarFile = new File( basedir, "target/test-1.0.ear" ); -System.out.println( "Checking for existence of " + jarFile ); -if ( !jarFile.isFile() ) -{ - throw new IllegalStateException( "Missing file: " + jarFile ); -} - -JarFile jar = new JarFile( jarFile ); - -String[] includedEntries = { - "META-INF/application.xml", - "APP-INF/classes/foo.properties", -}; -for ( String included : includedEntries ) -{ - System.out.println( "Checking for existence of " + included ); - if ( jar.getEntry( included ) == null ) - { - throw new IllegalStateException( "Missing archive entry: " + included ); - } -} - -jar.close(); - -return true; diff --git a/itf-examples/src/test/resources-its/com/soebes/itf/examples/EARIT/skinny_wars_javaee5/ear-module/pom.xml b/itf-examples/src/test/resources-its/com/soebes/itf/examples/EARIT/skinny_wars_javaee5/ear-module/pom.xml index 4690c76d44..559208d346 100644 --- a/itf-examples/src/test/resources-its/com/soebes/itf/examples/EARIT/skinny_wars_javaee5/ear-module/pom.xml +++ b/itf-examples/src/test/resources-its/com/soebes/itf/examples/EARIT/skinny_wars_javaee5/ear-module/pom.xml @@ -46,7 +46,7 @@ under the License. org.apache.maven.plugins maven-ear-plugin - 3.0.1 + 3.3.0 5 lib diff --git a/itf-examples/src/test/resources-its/com/soebes/itf/examples/EARIT/skinny_wars_javaee5/verify.bsh b/itf-examples/src/test/resources-its/com/soebes/itf/examples/EARIT/skinny_wars_javaee5/verify.bsh deleted file mode 100644 index ad6abb973c..0000000000 --- a/itf-examples/src/test/resources-its/com/soebes/itf/examples/EARIT/skinny_wars_javaee5/verify.bsh +++ /dev/null @@ -1,94 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ - -import java.io.*; -import java.util.*; -import java.util.jar.*; -import java.util.regex.*; - -File jarFile = new File( basedir, "ear-module/target/ear-module-1.0/org.apache.maven.its.ear.skinnywars-war-module-1.0.war" ); -System.out.println( "Checking for existence of " + jarFile ); -if ( !jarFile.isFile() ) -{ - throw new IllegalStateException( "Missing file: " + jarFile ); -} - -JarFile jar = new JarFile( jarFile ); - -String[] includedEntries = { - "WEB-INF/web.xml", - "META-INF/MANIFEST.MF" -}; -for ( String included : includedEntries ) -{ - System.out.println( "Checking for included archive entry " + included ); - if ( jar.getEntry( included ) == null ) - { - throw new IllegalStateException( "Missing archive entry: " + included ); - } -} - -Manifest manifest = jar.getManifest(); -String manifestClassPath = manifest.getMainAttributes().getValue("Class-Path"); -if ( manifestClassPath != null && manifestClassPath.equals("lib/commons-lang-commons-lang-2.5.jar") ) -{ - throw new IllegalStateException( "Superfluous entry in war MANIFEST.MF: commons-lang-commons-lang-2.5.jar"); -} - -String[] excludedEntries = { - "WEB-INF/lib/commons-lang-2.5.jar" -}; -for ( String excluded : excludedEntries ) -{ - System.out.println( "Checking for excluded artifact " + excluded ); - if ( jar.getEntry( excluded ) != null ) - { - throw new IllegalStateException( "Archive entry should be excluded: " + excluded ); - } -} - -jar.close(); - - -File jarFile = new File( basedir, "war-module/target/war-module-1.0.war" ); -System.out.println( "Checking for existence of " + jarFile ); -if ( !jarFile.isFile() ) -{ - throw new IllegalStateException( "Missing file: " + jarFile ); -} - -JarFile jar = new JarFile( jarFile ); - -String[] includedEntries = { - "WEB-INF/web.xml", - "META-INF/MANIFEST.MF", - "WEB-INF/lib/commons-lang-2.5.jar" -}; -for ( String included : includedEntries ) -{ - System.out.println( "Checking for included archive entry " + included ); - if ( jar.getEntry( included ) == null ) - { - throw new IllegalStateException( "Missing archive entry: " + included ); - } -} - -jar.close(); - -return true; diff --git a/itf-examples/src/test/resources-its/com/soebes/itf/examples/EARIT/skinny_wars_javaee5/war-module/pom.xml b/itf-examples/src/test/resources-its/com/soebes/itf/examples/EARIT/skinny_wars_javaee5/war-module/pom.xml index ab808a33a5..57cae7c0e1 100644 --- a/itf-examples/src/test/resources-its/com/soebes/itf/examples/EARIT/skinny_wars_javaee5/war-module/pom.xml +++ b/itf-examples/src/test/resources-its/com/soebes/itf/examples/EARIT/skinny_wars_javaee5/war-module/pom.xml @@ -40,7 +40,7 @@ under the License. org.apache.maven.plugins maven-war-plugin - 3.1.0 + 3.4.0 diff --git a/itf-examples/src/test/resources-its/com/soebes/itf/examples/EARIT/transitive_excludes/pom.xml b/itf-examples/src/test/resources-its/com/soebes/itf/examples/EARIT/transitive_excludes/pom.xml index cf064e05a7..a51d49e0c5 100644 --- a/itf-examples/src/test/resources-its/com/soebes/itf/examples/EARIT/transitive_excludes/pom.xml +++ b/itf-examples/src/test/resources-its/com/soebes/itf/examples/EARIT/transitive_excludes/pom.xml @@ -31,7 +31,7 @@ under the License. org.apache.maven maven-core - 3.0 + 3.2.5 * @@ -46,7 +46,7 @@ under the License. org.apache.maven.plugins maven-ear-plugin - 3.0.1 + 3.3.0 diff --git a/itf-examples/src/test/resources-its/com/soebes/itf/examples/EARIT/transitive_excludes/verify.bsh b/itf-examples/src/test/resources-its/com/soebes/itf/examples/EARIT/transitive_excludes/verify.bsh deleted file mode 100644 index 43992674c0..0000000000 --- a/itf-examples/src/test/resources-its/com/soebes/itf/examples/EARIT/transitive_excludes/verify.bsh +++ /dev/null @@ -1,43 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ - -import java.io.*; -import java.util.*; -import java.util.jar.*; -import java.util.regex.*; - -File earFile = new File( basedir, "target/mear73-1.0-SNAPSHOT.ear" ); -if ( !earFile.isFile() ) -{ - throw new IllegalStateException( "Missing file: " + earFile ); -} - -JarFile ear = new JarFile( earFile ); -Enumeration entries = ear.entries(); -while( entries.hasMoreElements() ) -{ - JarEntry entry = (JarEntry) entries.nextElement(); - if( entry.getName().endsWith( ".jar" ) && !"org.apache.maven-maven-core-3.0.jar".equals( entry.getName() ) ) - { - throw new IllegalStateException( "Unexpected archive entry: " + entry.getName() ); - } -} -ear.close(); - -return true; diff --git a/itf-examples/src/test/resources-its/com/soebes/itf/examples/ITWithBeforeEachIT/beforeEach/pom.xml b/itf-examples/src/test/resources-its/com/soebes/itf/examples/ITWithBeforeEachIT/beforeEach/pom.xml index 8bb3b32f4e..9b496f0013 100644 --- a/itf-examples/src/test/resources-its/com/soebes/itf/examples/ITWithBeforeEachIT/beforeEach/pom.xml +++ b/itf-examples/src/test/resources-its/com/soebes/itf/examples/ITWithBeforeEachIT/beforeEach/pom.xml @@ -35,7 +35,7 @@ under the License. org.apache.maven.plugins maven-ear-plugin - 3.0.1 + 3.3.0 true diff --git a/itf-examples/src/test/resources-its/com/soebes/itf/examples/ITWithBeforeEachIT/the_first_test_case/pom.xml b/itf-examples/src/test/resources-its/com/soebes/itf/examples/ITWithBeforeEachIT/the_first_test_case/pom.xml index 8bb3b32f4e..9b496f0013 100644 --- a/itf-examples/src/test/resources-its/com/soebes/itf/examples/ITWithBeforeEachIT/the_first_test_case/pom.xml +++ b/itf-examples/src/test/resources-its/com/soebes/itf/examples/ITWithBeforeEachIT/the_first_test_case/pom.xml @@ -35,7 +35,7 @@ under the License. org.apache.maven.plugins maven-ear-plugin - 3.0.1 + 3.3.0 true diff --git a/itf-examples/src/test/resources-its/com/soebes/itf/examples/ITWithBeforeEachMavenIT/the_first_test_case/pom.xml b/itf-examples/src/test/resources-its/com/soebes/itf/examples/ITWithBeforeEachMavenIT/the_first_test_case/pom.xml index 8bb3b32f4e..9b496f0013 100644 --- a/itf-examples/src/test/resources-its/com/soebes/itf/examples/ITWithBeforeEachMavenIT/the_first_test_case/pom.xml +++ b/itf-examples/src/test/resources-its/com/soebes/itf/examples/ITWithBeforeEachMavenIT/the_first_test_case/pom.xml @@ -35,7 +35,7 @@ under the License. org.apache.maven.plugins maven-ear-plugin - 3.0.1 + 3.3.0 true diff --git a/itf-examples/src/test/resources-its/com/soebes/itf/examples/LogoutputIT/basic/pom.xml b/itf-examples/src/test/resources-its/com/soebes/itf/examples/LogoutputIT/basic/pom.xml index 8bb3b32f4e..9b496f0013 100644 --- a/itf-examples/src/test/resources-its/com/soebes/itf/examples/LogoutputIT/basic/pom.xml +++ b/itf-examples/src/test/resources-its/com/soebes/itf/examples/LogoutputIT/basic/pom.xml @@ -35,7 +35,7 @@ under the License. org.apache.maven.plugins maven-ear-plugin - 3.0.1 + 3.3.0 true diff --git a/itf-examples/src/test/resources-its/com/soebes/itf/examples/LogoutputIT/basic_windows/pom.xml b/itf-examples/src/test/resources-its/com/soebes/itf/examples/LogoutputIT/basic_windows/pom.xml index 8bb3b32f4e..9b496f0013 100644 --- a/itf-examples/src/test/resources-its/com/soebes/itf/examples/LogoutputIT/basic_windows/pom.xml +++ b/itf-examples/src/test/resources-its/com/soebes/itf/examples/LogoutputIT/basic_windows/pom.xml @@ -35,7 +35,7 @@ under the License. org.apache.maven.plugins maven-ear-plugin - 3.0.1 + 3.3.0 true diff --git a/itf-examples/src/test/resources-its/com/soebes/itf/examples/MavenIntegrationExampleNestedGlobalRepoIT/NestedExample/basic/pom.xml b/itf-examples/src/test/resources-its/com/soebes/itf/examples/MavenIntegrationExampleNestedGlobalRepoIT/NestedExample/basic/pom.xml index 8bb3b32f4e..9b496f0013 100644 --- a/itf-examples/src/test/resources-its/com/soebes/itf/examples/MavenIntegrationExampleNestedGlobalRepoIT/NestedExample/basic/pom.xml +++ b/itf-examples/src/test/resources-its/com/soebes/itf/examples/MavenIntegrationExampleNestedGlobalRepoIT/NestedExample/basic/pom.xml @@ -35,7 +35,7 @@ under the License. org.apache.maven.plugins maven-ear-plugin - 3.0.1 + 3.3.0 true diff --git a/itf-examples/src/test/resources-its/com/soebes/itf/examples/MavenIntegrationExampleNestedGlobalRepoIT/NestedExample/packaging_includes/pom.xml b/itf-examples/src/test/resources-its/com/soebes/itf/examples/MavenIntegrationExampleNestedGlobalRepoIT/NestedExample/packaging_includes/pom.xml index 35591ba017..6ece8b9af3 100644 --- a/itf-examples/src/test/resources-its/com/soebes/itf/examples/MavenIntegrationExampleNestedGlobalRepoIT/NestedExample/packaging_includes/pom.xml +++ b/itf-examples/src/test/resources-its/com/soebes/itf/examples/MavenIntegrationExampleNestedGlobalRepoIT/NestedExample/packaging_includes/pom.xml @@ -48,7 +48,7 @@ under the License. org.apache.maven.plugins maven-ear-plugin - 3.0.1 + 3.3.0 commons-lang-*.jar,META-INF/** diff --git a/itf-examples/src/test/resources-its/com/soebes/itf/examples/MavenIntegrationExampleNestedGlobalRepoIT/packaging_includes/pom.xml b/itf-examples/src/test/resources-its/com/soebes/itf/examples/MavenIntegrationExampleNestedGlobalRepoIT/packaging_includes/pom.xml index 35591ba017..6ece8b9af3 100644 --- a/itf-examples/src/test/resources-its/com/soebes/itf/examples/MavenIntegrationExampleNestedGlobalRepoIT/packaging_includes/pom.xml +++ b/itf-examples/src/test/resources-its/com/soebes/itf/examples/MavenIntegrationExampleNestedGlobalRepoIT/packaging_includes/pom.xml @@ -48,7 +48,7 @@ under the License. org.apache.maven.plugins maven-ear-plugin - 3.0.1 + 3.3.0 commons-lang-*.jar,META-INF/** diff --git a/itf-examples/src/test/resources-its/com/soebes/itf/examples/MavenIntegrationExampleNestedIT/NestedExample/basic/pom.xml b/itf-examples/src/test/resources-its/com/soebes/itf/examples/MavenIntegrationExampleNestedIT/NestedExample/basic/pom.xml index 8bb3b32f4e..9b496f0013 100644 --- a/itf-examples/src/test/resources-its/com/soebes/itf/examples/MavenIntegrationExampleNestedIT/NestedExample/basic/pom.xml +++ b/itf-examples/src/test/resources-its/com/soebes/itf/examples/MavenIntegrationExampleNestedIT/NestedExample/basic/pom.xml @@ -35,7 +35,7 @@ under the License. org.apache.maven.plugins maven-ear-plugin - 3.0.1 + 3.3.0 true diff --git a/itf-examples/src/test/resources-its/com/soebes/itf/examples/MavenIntegrationExampleNestedIT/NestedExample/packaging_includes/pom.xml b/itf-examples/src/test/resources-its/com/soebes/itf/examples/MavenIntegrationExampleNestedIT/NestedExample/packaging_includes/pom.xml index 35591ba017..6ece8b9af3 100644 --- a/itf-examples/src/test/resources-its/com/soebes/itf/examples/MavenIntegrationExampleNestedIT/NestedExample/packaging_includes/pom.xml +++ b/itf-examples/src/test/resources-its/com/soebes/itf/examples/MavenIntegrationExampleNestedIT/NestedExample/packaging_includes/pom.xml @@ -48,7 +48,7 @@ under the License. org.apache.maven.plugins maven-ear-plugin - 3.0.1 + 3.3.0 commons-lang-*.jar,META-INF/** diff --git a/itf-examples/src/test/resources-its/com/soebes/itf/examples/MavenIntegrationExampleNestedIT/packaging_includes/pom.xml b/itf-examples/src/test/resources-its/com/soebes/itf/examples/MavenIntegrationExampleNestedIT/packaging_includes/pom.xml index 35591ba017..6ece8b9af3 100644 --- a/itf-examples/src/test/resources-its/com/soebes/itf/examples/MavenIntegrationExampleNestedIT/packaging_includes/pom.xml +++ b/itf-examples/src/test/resources-its/com/soebes/itf/examples/MavenIntegrationExampleNestedIT/packaging_includes/pom.xml @@ -48,7 +48,7 @@ under the License. org.apache.maven.plugins maven-ear-plugin - 3.0.1 + 3.3.0 commons-lang-*.jar,META-INF/** diff --git a/itf-examples/src/test/resources-its/com/soebes/itf/examples/MavenIntegrationExampleNestedWithoutNoneNestedTestGlobalRepoIT/NestedExample/basic/pom.xml b/itf-examples/src/test/resources-its/com/soebes/itf/examples/MavenIntegrationExampleNestedWithoutNoneNestedTestGlobalRepoIT/NestedExample/basic/pom.xml index 8bb3b32f4e..9b496f0013 100644 --- a/itf-examples/src/test/resources-its/com/soebes/itf/examples/MavenIntegrationExampleNestedWithoutNoneNestedTestGlobalRepoIT/NestedExample/basic/pom.xml +++ b/itf-examples/src/test/resources-its/com/soebes/itf/examples/MavenIntegrationExampleNestedWithoutNoneNestedTestGlobalRepoIT/NestedExample/basic/pom.xml @@ -35,7 +35,7 @@ under the License. org.apache.maven.plugins maven-ear-plugin - 3.0.1 + 3.3.0 true diff --git a/itf-examples/src/test/resources-its/com/soebes/itf/examples/MavenIntegrationExampleNestedWithoutNoneNestedTestGlobalRepoIT/NestedExample/packaging_includes/pom.xml b/itf-examples/src/test/resources-its/com/soebes/itf/examples/MavenIntegrationExampleNestedWithoutNoneNestedTestGlobalRepoIT/NestedExample/packaging_includes/pom.xml index 35591ba017..6ece8b9af3 100644 --- a/itf-examples/src/test/resources-its/com/soebes/itf/examples/MavenIntegrationExampleNestedWithoutNoneNestedTestGlobalRepoIT/NestedExample/packaging_includes/pom.xml +++ b/itf-examples/src/test/resources-its/com/soebes/itf/examples/MavenIntegrationExampleNestedWithoutNoneNestedTestGlobalRepoIT/NestedExample/packaging_includes/pom.xml @@ -48,7 +48,7 @@ under the License. org.apache.maven.plugins maven-ear-plugin - 3.0.1 + 3.3.0 commons-lang-*.jar,META-INF/** diff --git a/itf-examples/src/test/resources-its/com/soebes/itf/examples/MavenIntegrationIT/first_integration_test/pom.xml b/itf-examples/src/test/resources-its/com/soebes/itf/examples/MavenIntegrationIT/first_integration_test/pom.xml index 2955c62960..bd329e0f0e 100644 --- a/itf-examples/src/test/resources-its/com/soebes/itf/examples/MavenIntegrationIT/first_integration_test/pom.xml +++ b/itf-examples/src/test/resources-its/com/soebes/itf/examples/MavenIntegrationIT/first_integration_test/pom.xml @@ -8,7 +8,7 @@ com.soebes.smpp smpp - 5.3.7 + 6.0.4 com.soebes.maven.plugins @@ -24,7 +24,7 @@ - 3.6.4 + 3.10.2 1.5 target/site/ @@ -72,12 +72,12 @@ org.assertj assertj-core - 3.21.0 + 3.24.2 org.mockito mockito-core - 4.2.0 + 5.8.0 @@ -100,7 +100,7 @@ org.codehaus.plexus plexus-component-metadata - 2.1.0 + 2.1.1 descriptors @@ -180,7 +180,7 @@ org.codehaus.plexus plexus-utils - 3.0.22 + 4.0.0 @@ -197,12 +197,12 @@ org.codehaus.plexus plexus-archiver - 3.1.1 + 4.9.0 org.apache.maven.shared maven-filtering - 3.1.0 + 3.3.1 diff --git a/itf-examples/src/test/resources-its/com/soebes/itf/examples/MavenIntegrationIT/setup/pom.xml b/itf-examples/src/test/resources-its/com/soebes/itf/examples/MavenIntegrationIT/setup/pom.xml index 891c26f548..00392179c3 100644 --- a/itf-examples/src/test/resources-its/com/soebes/itf/examples/MavenIntegrationIT/setup/pom.xml +++ b/itf-examples/src/test/resources-its/com/soebes/itf/examples/MavenIntegrationIT/setup/pom.xml @@ -18,8 +18,7 @@ UTF-8 UTF-8 - 1.7 - 1.7 + 8 @@ -48,7 +47,7 @@ org.assertj assertj-core - 2.1.0 + 3.24.2 @@ -59,57 +58,52 @@ org.apache.maven.plugins maven-surefire-plugin - 2.19.1 + 3.2.3 org.apache.maven.plugins maven-failsafe-plugin - 2.19.1 + 3.2.3 org.apache.maven.plugins maven-compiler-plugin - 3.6.0 + 3.12.0 org.apache.maven.plugins maven-clean-plugin - 3.0.0 + 3.3.2 org.apache.maven.plugins maven-assembly-plugin - 3.0.0 + 3.6.0 org.apache.maven.plugins maven-jar-plugin - 3.0.2 + 3.3.0 org.apache.maven.plugins maven-install-plugin - 2.5.2 + 3.1.1 org.apache.maven.plugins maven-war-plugin - 2.5 + 3.4.0 org.apache.maven.plugins maven-resources-plugin - 3.0.2 + 3.3.1 org.apache.maven.plugins maven-deploy-plugin - 2.8.2 - - - com.soebes.maven.plugins - maven-echo-plugin - 0.1 + 3.1.1 diff --git a/itf-examples/src/test/resources-its/com/soebes/itf/examples/MavenIntegrationIT/setup_2/pom.xml b/itf-examples/src/test/resources-its/com/soebes/itf/examples/MavenIntegrationIT/setup_2/pom.xml index ff21b588d5..1233a86699 100644 --- a/itf-examples/src/test/resources-its/com/soebes/itf/examples/MavenIntegrationIT/setup_2/pom.xml +++ b/itf-examples/src/test/resources-its/com/soebes/itf/examples/MavenIntegrationIT/setup_2/pom.xml @@ -1,14 +1,14 @@ + xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> 4.0.0 com.soebes.maven.extensions.test.integration parent - 0.2 + 0.1 pom @@ -18,8 +18,7 @@ UTF-8 UTF-8 - 1.7 - 1.7 + 8 @@ -33,7 +32,7 @@ - + org.testng @@ -48,10 +47,10 @@ org.assertj assertj-core - 2.1.0 + 3.24.2 - + @@ -59,57 +58,52 @@ org.apache.maven.plugins maven-surefire-plugin - 2.19.1 + 3.2.3 org.apache.maven.plugins maven-failsafe-plugin - 2.19.1 + 3.2.3 org.apache.maven.plugins maven-compiler-plugin - 3.6.0 + 3.12.0 org.apache.maven.plugins maven-clean-plugin - 3.0.0 + 3.3.2 org.apache.maven.plugins maven-assembly-plugin - 3.0.0 + 3.6.0 org.apache.maven.plugins maven-jar-plugin - 3.0.2 + 3.3.0 org.apache.maven.plugins maven-install-plugin - 2.5.2 + 3.1.1 org.apache.maven.plugins maven-war-plugin - 2.5 + 3.4.0 org.apache.maven.plugins maven-resources-plugin - 3.0.2 + 3.3.1 org.apache.maven.plugins maven-deploy-plugin - 2.8.2 - - - com.soebes.maven.plugins - maven-echo-plugin - 0.1 + 3.1.1 diff --git a/itf-examples/src/test/resources-its/com/soebes/itf/examples/MavenProjectIT/NestedExample/test_project/pom.xml b/itf-examples/src/test/resources-its/com/soebes/itf/examples/MavenProjectIT/NestedExample/test_project/pom.xml index 8bb3b32f4e..9b496f0013 100644 --- a/itf-examples/src/test/resources-its/com/soebes/itf/examples/MavenProjectIT/NestedExample/test_project/pom.xml +++ b/itf-examples/src/test/resources-its/com/soebes/itf/examples/MavenProjectIT/NestedExample/test_project/pom.xml @@ -35,7 +35,7 @@ under the License. org.apache.maven.plugins maven-ear-plugin - 3.0.1 + 3.3.0 true diff --git a/itf-examples/src/test/resources-its/com/soebes/itf/examples/MavenProjectIT/packaging_includes/pom.xml b/itf-examples/src/test/resources-its/com/soebes/itf/examples/MavenProjectIT/packaging_includes/pom.xml index 35591ba017..6ece8b9af3 100644 --- a/itf-examples/src/test/resources-its/com/soebes/itf/examples/MavenProjectIT/packaging_includes/pom.xml +++ b/itf-examples/src/test/resources-its/com/soebes/itf/examples/MavenProjectIT/packaging_includes/pom.xml @@ -48,7 +48,7 @@ under the License. org.apache.maven.plugins maven-ear-plugin - 3.0.1 + 3.3.0 commons-lang-*.jar,META-INF/** diff --git a/itf-examples/src/test/resources-its/com/soebes/itf/examples/MavenProjectResultIT/basic/pom.xml b/itf-examples/src/test/resources-its/com/soebes/itf/examples/MavenProjectResultIT/basic/pom.xml index 8bb3b32f4e..9b496f0013 100644 --- a/itf-examples/src/test/resources-its/com/soebes/itf/examples/MavenProjectResultIT/basic/pom.xml +++ b/itf-examples/src/test/resources-its/com/soebes/itf/examples/MavenProjectResultIT/basic/pom.xml @@ -35,7 +35,7 @@ under the License. org.apache.maven.plugins maven-ear-plugin - 3.0.1 + 3.3.0 true diff --git a/itf-examples/src/test/resources-its/com/soebes/itf/examples/MavenProjectRootIT/test_project_root/pom.xml b/itf-examples/src/test/resources-its/com/soebes/itf/examples/MavenProjectRootIT/test_project_root/pom.xml index 8bb3b32f4e..9b496f0013 100644 --- a/itf-examples/src/test/resources-its/com/soebes/itf/examples/MavenProjectRootIT/test_project_root/pom.xml +++ b/itf-examples/src/test/resources-its/com/soebes/itf/examples/MavenProjectRootIT/test_project_root/pom.xml @@ -35,7 +35,7 @@ under the License. org.apache.maven.plugins maven-ear-plugin - 3.0.1 + 3.3.0 true diff --git a/itf-examples/src/test/resources-its/com/soebes/itf/examples/ProjectIT/project_001/pom.xml b/itf-examples/src/test/resources-its/com/soebes/itf/examples/ProjectIT/project_001/pom.xml index f4f6eae615..91489f561c 100644 --- a/itf-examples/src/test/resources-its/com/soebes/itf/examples/ProjectIT/project_001/pom.xml +++ b/itf-examples/src/test/resources-its/com/soebes/itf/examples/ProjectIT/project_001/pom.xml @@ -39,7 +39,7 @@ under the License. org.apache.maven.plugins maven-ear-plugin - 3.0.1 + 3.3.0 1.3 diff --git a/itf-examples/src/test/resources-its/com/soebes/itf/examples/ProjectIT/project_002/pom.xml b/itf-examples/src/test/resources-its/com/soebes/itf/examples/ProjectIT/project_002/pom.xml index 5db36fa4f6..020d4cde3d 100644 --- a/itf-examples/src/test/resources-its/com/soebes/itf/examples/ProjectIT/project_002/pom.xml +++ b/itf-examples/src/test/resources-its/com/soebes/itf/examples/ProjectIT/project_002/pom.xml @@ -45,7 +45,7 @@ under the License. org.apache.maven.plugins maven-ear-plugin - 3.0.1 + 3.3.0 1.3 diff --git a/itf-examples/src/test/resources-its/com/soebes/itf/examples/ProjectSecondIT/project_001/pom.xml b/itf-examples/src/test/resources-its/com/soebes/itf/examples/ProjectSecondIT/project_001/pom.xml index f4f6eae615..91489f561c 100644 --- a/itf-examples/src/test/resources-its/com/soebes/itf/examples/ProjectSecondIT/project_001/pom.xml +++ b/itf-examples/src/test/resources-its/com/soebes/itf/examples/ProjectSecondIT/project_001/pom.xml @@ -39,7 +39,7 @@ under the License. org.apache.maven.plugins maven-ear-plugin - 3.0.1 + 3.3.0 1.3 diff --git a/itf-examples/src/test/resources-its/com/soebes/itf/examples/ProjectSecondIT/project_002/pom.xml b/itf-examples/src/test/resources-its/com/soebes/itf/examples/ProjectSecondIT/project_002/pom.xml index 5db36fa4f6..020d4cde3d 100644 --- a/itf-examples/src/test/resources-its/com/soebes/itf/examples/ProjectSecondIT/project_002/pom.xml +++ b/itf-examples/src/test/resources-its/com/soebes/itf/examples/ProjectSecondIT/project_002/pom.xml @@ -45,7 +45,7 @@ under the License. org.apache.maven.plugins maven-ear-plugin - 3.0.1 + 3.3.0 1.3 diff --git a/itf-examples/src/test/resources-its/com/soebes/itf/examples/SixthIT/basic/pom.xml b/itf-examples/src/test/resources-its/com/soebes/itf/examples/SixthIT/basic/pom.xml index 8bb3b32f4e..9b496f0013 100644 --- a/itf-examples/src/test/resources-its/com/soebes/itf/examples/SixthIT/basic/pom.xml +++ b/itf-examples/src/test/resources-its/com/soebes/itf/examples/SixthIT/basic/pom.xml @@ -35,7 +35,7 @@ under the License. org.apache.maven.plugins maven-ear-plugin - 3.0.1 + 3.3.0 true diff --git a/itf-examples/src/test/resources-its/com/soebes/itf/examples/defaults/DefaultsForAllIT/option_debug/pom.xml b/itf-examples/src/test/resources-its/com/soebes/itf/examples/defaults/DefaultsForAllIT/option_debug/pom.xml index 63eca402d1..d1751bc41d 100644 --- a/itf-examples/src/test/resources-its/com/soebes/itf/examples/defaults/DefaultsForAllIT/option_debug/pom.xml +++ b/itf-examples/src/test/resources-its/com/soebes/itf/examples/defaults/DefaultsForAllIT/option_debug/pom.xml @@ -29,7 +29,7 @@ com.soebes.smpp smpp - 5.3.10 + 6.0.4 com.soebes.katas @@ -38,27 +38,26 @@ kata-fraction - 1.8 - 1.8 + 8 org.junit junit-bom - 5.9.0 + 5.10.1 import pom nl.jqno.equalsverifier equalsverifier - 3.10.1 + 3.15.2 org.assertj assertj-core - 3.23.1 + 3.24.2 org.apiguardian @@ -93,16 +92,4 @@ test - - - - - - com.soebes.maven.plugins - echo-maven-plugin - 0.4.0 - - - - - + diff --git a/itf-examples/src/test/resources-its/com/soebes/itf/examples/goals/GoalsIT/goal_clean/pom.xml b/itf-examples/src/test/resources-its/com/soebes/itf/examples/goals/GoalsIT/goal_clean/pom.xml index 4a02f4c767..d1751bc41d 100644 --- a/itf-examples/src/test/resources-its/com/soebes/itf/examples/goals/GoalsIT/goal_clean/pom.xml +++ b/itf-examples/src/test/resources-its/com/soebes/itf/examples/goals/GoalsIT/goal_clean/pom.xml @@ -29,7 +29,7 @@ com.soebes.smpp smpp - 5.3.10 + 6.0.4 com.soebes.katas @@ -38,27 +38,26 @@ kata-fraction - 1.8 - 1.8 + 8 org.junit junit-bom - 5.9.0 + 5.10.1 import pom nl.jqno.equalsverifier equalsverifier - 3.10.1 + 3.15.2 org.assertj assertj-core - 3.23.1 + 3.24.2 org.apiguardian @@ -93,17 +92,4 @@ test - - - - - - com.soebes.maven.plugins - echo-maven-plugin - 0.5.0 - - - - - diff --git a/itf-examples/src/test/resources-its/com/soebes/itf/examples/goals/GoalsIT/goal_clean_compile/pom.xml b/itf-examples/src/test/resources-its/com/soebes/itf/examples/goals/GoalsIT/goal_clean_compile/pom.xml index 4a02f4c767..d1751bc41d 100644 --- a/itf-examples/src/test/resources-its/com/soebes/itf/examples/goals/GoalsIT/goal_clean_compile/pom.xml +++ b/itf-examples/src/test/resources-its/com/soebes/itf/examples/goals/GoalsIT/goal_clean_compile/pom.xml @@ -29,7 +29,7 @@ com.soebes.smpp smpp - 5.3.10 + 6.0.4 com.soebes.katas @@ -38,27 +38,26 @@ kata-fraction - 1.8 - 1.8 + 8 org.junit junit-bom - 5.9.0 + 5.10.1 import pom nl.jqno.equalsverifier equalsverifier - 3.10.1 + 3.15.2 org.assertj assertj-core - 3.23.1 + 3.24.2 org.apiguardian @@ -93,17 +92,4 @@ test - - - - - - com.soebes.maven.plugins - echo-maven-plugin - 0.5.0 - - - - - diff --git a/itf-examples/src/test/resources-its/com/soebes/itf/examples/goals/GoalsIT/no_goals_at_all/pom.xml b/itf-examples/src/test/resources-its/com/soebes/itf/examples/goals/GoalsIT/no_goals_at_all/pom.xml index 5f495b53f5..d1751bc41d 100644 --- a/itf-examples/src/test/resources-its/com/soebes/itf/examples/goals/GoalsIT/no_goals_at_all/pom.xml +++ b/itf-examples/src/test/resources-its/com/soebes/itf/examples/goals/GoalsIT/no_goals_at_all/pom.xml @@ -29,7 +29,7 @@ com.soebes.smpp smpp - 5.3.10 + 6.0.4 com.soebes.katas @@ -38,27 +38,26 @@ kata-fraction - 1.8 - 1.8 + 8 org.junit junit-bom - 5.9.0 + 5.10.1 import pom nl.jqno.equalsverifier equalsverifier - 3.10.1 + 3.15.2 org.assertj assertj-core - 3.23.1 + 3.24.2 org.apiguardian @@ -93,16 +92,4 @@ test - - - - - - com.soebes.maven.plugins - echo-maven-plugin - 0.5.0 - - - - - + diff --git a/itf-examples/src/test/resources-its/com/soebes/itf/examples/goals/GoalsOnClassIT/goal_clean/pom.xml b/itf-examples/src/test/resources-its/com/soebes/itf/examples/goals/GoalsOnClassIT/goal_clean/pom.xml index 4a02f4c767..d1751bc41d 100644 --- a/itf-examples/src/test/resources-its/com/soebes/itf/examples/goals/GoalsOnClassIT/goal_clean/pom.xml +++ b/itf-examples/src/test/resources-its/com/soebes/itf/examples/goals/GoalsOnClassIT/goal_clean/pom.xml @@ -29,7 +29,7 @@ com.soebes.smpp smpp - 5.3.10 + 6.0.4 com.soebes.katas @@ -38,27 +38,26 @@ kata-fraction - 1.8 - 1.8 + 8 org.junit junit-bom - 5.9.0 + 5.10.1 import pom nl.jqno.equalsverifier equalsverifier - 3.10.1 + 3.15.2 org.assertj assertj-core - 3.23.1 + 3.24.2 org.apiguardian @@ -93,17 +92,4 @@ test - - - - - - com.soebes.maven.plugins - echo-maven-plugin - 0.5.0 - - - - - diff --git a/itf-examples/src/test/resources-its/com/soebes/itf/examples/goals/MetaAnnotationGoalIT/clean_verify/pom.xml b/itf-examples/src/test/resources-its/com/soebes/itf/examples/goals/MetaAnnotationGoalIT/clean_verify/pom.xml index 4a02f4c767..d1751bc41d 100644 --- a/itf-examples/src/test/resources-its/com/soebes/itf/examples/goals/MetaAnnotationGoalIT/clean_verify/pom.xml +++ b/itf-examples/src/test/resources-its/com/soebes/itf/examples/goals/MetaAnnotationGoalIT/clean_verify/pom.xml @@ -29,7 +29,7 @@ com.soebes.smpp smpp - 5.3.10 + 6.0.4 com.soebes.katas @@ -38,27 +38,26 @@ kata-fraction - 1.8 - 1.8 + 8 org.junit junit-bom - 5.9.0 + 5.10.1 import pom nl.jqno.equalsverifier equalsverifier - 3.10.1 + 3.15.2 org.assertj assertj-core - 3.23.1 + 3.24.2 org.apiguardian @@ -93,17 +92,4 @@ test - - - - - - com.soebes.maven.plugins - echo-maven-plugin - 0.5.0 - - - - - diff --git a/itf-examples/src/test/resources-its/com/soebes/itf/examples/mps/xyz/pom.xml b/itf-examples/src/test/resources-its/com/soebes/itf/examples/mps/xyz/pom.xml index 63eca402d1..d1751bc41d 100644 --- a/itf-examples/src/test/resources-its/com/soebes/itf/examples/mps/xyz/pom.xml +++ b/itf-examples/src/test/resources-its/com/soebes/itf/examples/mps/xyz/pom.xml @@ -29,7 +29,7 @@ com.soebes.smpp smpp - 5.3.10 + 6.0.4 com.soebes.katas @@ -38,27 +38,26 @@ kata-fraction - 1.8 - 1.8 + 8 org.junit junit-bom - 5.9.0 + 5.10.1 import pom nl.jqno.equalsverifier equalsverifier - 3.10.1 + 3.15.2 org.assertj assertj-core - 3.23.1 + 3.24.2 org.apiguardian @@ -93,16 +92,4 @@ test - - - - - - com.soebes.maven.plugins - echo-maven-plugin - 0.4.0 - - - - - + diff --git a/itf-examples/src/test/resources-its/com/soebes/itf/examples/mps/xyzp3/pom.xml b/itf-examples/src/test/resources-its/com/soebes/itf/examples/mps/xyzp3/pom.xml index 1cb20a3400..38230b0efa 100644 --- a/itf-examples/src/test/resources-its/com/soebes/itf/examples/mps/xyzp3/pom.xml +++ b/itf-examples/src/test/resources-its/com/soebes/itf/examples/mps/xyzp3/pom.xml @@ -29,7 +29,7 @@ com.soebes.smpp smpp - 5.3.10 + 6.0.4 com.soebes.katas @@ -38,27 +38,26 @@ kata-fraction - 1.8 - 1.8 + 8 org.junit junit-bom - 5.9.0 + 5.10.1 import pom nl.jqno.equalsverifier equalsverifier - 3.10.1 + 3.15.2 org.assertj assertj-core - 3.23.1 + 3.24.2 org.apiguardian @@ -93,16 +92,4 @@ test - - - - - - com.soebes.maven.plugins - echo-maven-plugin - 0.4.0 - - - - - + diff --git a/itf-examples/src/test/resources-its/com/soebes/itf/examples/options/OptionsIT/no_options_at_all/pom.xml b/itf-examples/src/test/resources-its/com/soebes/itf/examples/options/OptionsIT/no_options_at_all/pom.xml index 5f495b53f5..d1751bc41d 100644 --- a/itf-examples/src/test/resources-its/com/soebes/itf/examples/options/OptionsIT/no_options_at_all/pom.xml +++ b/itf-examples/src/test/resources-its/com/soebes/itf/examples/options/OptionsIT/no_options_at_all/pom.xml @@ -29,7 +29,7 @@ com.soebes.smpp smpp - 5.3.10 + 6.0.4 com.soebes.katas @@ -38,27 +38,26 @@ kata-fraction - 1.8 - 1.8 + 8 org.junit junit-bom - 5.9.0 + 5.10.1 import pom nl.jqno.equalsverifier equalsverifier - 3.10.1 + 3.15.2 org.assertj assertj-core - 3.23.1 + 3.24.2 org.apiguardian @@ -93,16 +92,4 @@ test - - - - - - com.soebes.maven.plugins - echo-maven-plugin - 0.5.0 - - - - - + diff --git a/itf-examples/src/test/resources-its/com/soebes/itf/examples/options/OptionsIT/option_debug/pom.xml b/itf-examples/src/test/resources-its/com/soebes/itf/examples/options/OptionsIT/option_debug/pom.xml index 5f495b53f5..d1751bc41d 100644 --- a/itf-examples/src/test/resources-its/com/soebes/itf/examples/options/OptionsIT/option_debug/pom.xml +++ b/itf-examples/src/test/resources-its/com/soebes/itf/examples/options/OptionsIT/option_debug/pom.xml @@ -29,7 +29,7 @@ com.soebes.smpp smpp - 5.3.10 + 6.0.4 com.soebes.katas @@ -38,27 +38,26 @@ kata-fraction - 1.8 - 1.8 + 8 org.junit junit-bom - 5.9.0 + 5.10.1 import pom nl.jqno.equalsverifier equalsverifier - 3.10.1 + 3.15.2 org.assertj assertj-core - 3.23.1 + 3.24.2 org.apiguardian @@ -93,16 +92,4 @@ test - - - - - - com.soebes.maven.plugins - echo-maven-plugin - 0.5.0 - - - - - + diff --git a/itf-examples/src/test/resources-its/com/soebes/itf/examples/options/OptionsIT/option_quiet_logfile/pom.xml b/itf-examples/src/test/resources-its/com/soebes/itf/examples/options/OptionsIT/option_quiet_logfile/pom.xml index 5f495b53f5..d1751bc41d 100644 --- a/itf-examples/src/test/resources-its/com/soebes/itf/examples/options/OptionsIT/option_quiet_logfile/pom.xml +++ b/itf-examples/src/test/resources-its/com/soebes/itf/examples/options/OptionsIT/option_quiet_logfile/pom.xml @@ -29,7 +29,7 @@ com.soebes.smpp smpp - 5.3.10 + 6.0.4 com.soebes.katas @@ -38,27 +38,26 @@ kata-fraction - 1.8 - 1.8 + 8 org.junit junit-bom - 5.9.0 + 5.10.1 import pom nl.jqno.equalsverifier equalsverifier - 3.10.1 + 3.15.2 org.assertj assertj-core - 3.23.1 + 3.24.2 org.apiguardian @@ -93,16 +92,4 @@ test - - - - - - com.soebes.maven.plugins - echo-maven-plugin - 0.5.0 - - - - - + diff --git a/itf-examples/src/test/resources-its/com/soebes/itf/examples/options/OptionsOnClassIT/option_debug/pom.xml b/itf-examples/src/test/resources-its/com/soebes/itf/examples/options/OptionsOnClassIT/option_debug/pom.xml index 5f495b53f5..d1751bc41d 100644 --- a/itf-examples/src/test/resources-its/com/soebes/itf/examples/options/OptionsOnClassIT/option_debug/pom.xml +++ b/itf-examples/src/test/resources-its/com/soebes/itf/examples/options/OptionsOnClassIT/option_debug/pom.xml @@ -29,7 +29,7 @@ com.soebes.smpp smpp - 5.3.10 + 6.0.4 com.soebes.katas @@ -38,27 +38,26 @@ kata-fraction - 1.8 - 1.8 + 8 org.junit junit-bom - 5.9.0 + 5.10.1 import pom nl.jqno.equalsverifier equalsverifier - 3.10.1 + 3.15.2 org.assertj assertj-core - 3.23.1 + 3.24.2 org.apiguardian @@ -93,16 +92,4 @@ test - - - - - - com.soebes.maven.plugins - echo-maven-plugin - 0.5.0 - - - - - + diff --git a/itf-examples/src/test/resources-its/com/soebes/itf/examples/profiles/MetaAnnotationProfileIT/profile_1_2_3/pom.xml b/itf-examples/src/test/resources-its/com/soebes/itf/examples/profiles/MetaAnnotationProfileIT/profile_1_2_3/pom.xml index 86ef4c3f78..1319c9eca1 100644 --- a/itf-examples/src/test/resources-its/com/soebes/itf/examples/profiles/MetaAnnotationProfileIT/profile_1_2_3/pom.xml +++ b/itf-examples/src/test/resources-its/com/soebes/itf/examples/profiles/MetaAnnotationProfileIT/profile_1_2_3/pom.xml @@ -29,37 +29,35 @@ com.soebes.smpp smpp - 5.3.10 + 6.0.4 com.soebes.katas kata-fraction 1.0-SNAPSHOT - Profile 1, 2 and 3 kata-fraction - 1.8 - 1.8 + 8 org.junit junit-bom - 5.9.0 + 5.10.1 import pom nl.jqno.equalsverifier equalsverifier - 3.10.1 + 3.15.2 org.assertj assertj-core - 3.23.1 + 3.24.2 org.apiguardian @@ -94,19 +92,6 @@ test - - - - - - com.soebes.maven.plugins - echo-maven-plugin - 0.5.0 - - - - - profile-1 diff --git a/itf-examples/src/test/resources-its/com/soebes/itf/examples/profiles/ProfileIT/no_profile_at_all/pom.xml b/itf-examples/src/test/resources-its/com/soebes/itf/examples/profiles/ProfileIT/no_profile_at_all/pom.xml index aa28ead0c3..4b9481c9f6 100644 --- a/itf-examples/src/test/resources-its/com/soebes/itf/examples/profiles/ProfileIT/no_profile_at_all/pom.xml +++ b/itf-examples/src/test/resources-its/com/soebes/itf/examples/profiles/ProfileIT/no_profile_at_all/pom.xml @@ -29,37 +29,35 @@ com.soebes.smpp smpp - 5.3.10 + 6.0.4 com.soebes.katas kata-fraction 1.0-SNAPSHOT - Code-Kata Fractions kata-fraction - 1.8 - 1.8 + 8 org.junit junit-bom - 5.9.0 + 5.10.1 import pom nl.jqno.equalsverifier equalsverifier - 3.10.1 + 3.15.2 org.assertj assertj-core - 3.23.1 + 3.24.2 org.apiguardian @@ -95,7 +93,7 @@ - + diff --git a/itf-examples/src/test/resources-its/com/soebes/itf/examples/profiles/ProfileIT/profile_1/pom.xml b/itf-examples/src/test/resources-its/com/soebes/itf/examples/profiles/ProfileIT/profile_1/pom.xml index c962e0dfc0..1319c9eca1 100644 --- a/itf-examples/src/test/resources-its/com/soebes/itf/examples/profiles/ProfileIT/profile_1/pom.xml +++ b/itf-examples/src/test/resources-its/com/soebes/itf/examples/profiles/ProfileIT/profile_1/pom.xml @@ -29,37 +29,35 @@ com.soebes.smpp smpp - 5.3.10 + 6.0.4 com.soebes.katas kata-fraction 1.0-SNAPSHOT - Profile 1 kata-fraction - 1.8 - 1.8 + 8 org.junit junit-bom - 5.9.0 + 5.10.1 import pom nl.jqno.equalsverifier equalsverifier - 3.10.1 + 3.15.2 org.assertj assertj-core - 3.23.1 + 3.24.2 org.apiguardian @@ -94,19 +92,6 @@ test - - - - - - com.soebes.maven.plugins - echo-maven-plugin - 0.5.0 - - - - - profile-1 diff --git a/itf-examples/src/test/resources-its/com/soebes/itf/examples/profiles/ProfileIT/profile_1_2/pom.xml b/itf-examples/src/test/resources-its/com/soebes/itf/examples/profiles/ProfileIT/profile_1_2/pom.xml index 47c174911d..1f6c22e34e 100644 --- a/itf-examples/src/test/resources-its/com/soebes/itf/examples/profiles/ProfileIT/profile_1_2/pom.xml +++ b/itf-examples/src/test/resources-its/com/soebes/itf/examples/profiles/ProfileIT/profile_1_2/pom.xml @@ -29,37 +29,35 @@ com.soebes.smpp smpp - 5.3.10 + 6.0.4 com.soebes.katas kata-fraction 1.0-SNAPSHOT - Profile 1 and 2 kata-fraction - 1.8 - 1.8 + 8 org.junit junit-bom - 5.9.0 + 5.10.1 import pom nl.jqno.equalsverifier equalsverifier - 3.10.1 + 3.15.2 org.assertj assertj-core - 3.23.1 + 3.24.2 org.apiguardian @@ -95,18 +93,6 @@ - - - - - com.soebes.maven.plugins - echo-maven-plugin - 0.5.0 - - - - - profile-1 diff --git a/itf-examples/src/test/resources-its/com/soebes/itf/examples/profiles/ProfileIT/profile_1_2_3/pom.xml b/itf-examples/src/test/resources-its/com/soebes/itf/examples/profiles/ProfileIT/profile_1_2_3/pom.xml index 86ef4c3f78..215c2f60ba 100644 --- a/itf-examples/src/test/resources-its/com/soebes/itf/examples/profiles/ProfileIT/profile_1_2_3/pom.xml +++ b/itf-examples/src/test/resources-its/com/soebes/itf/examples/profiles/ProfileIT/profile_1_2_3/pom.xml @@ -29,37 +29,35 @@ com.soebes.smpp smpp - 5.3.10 + 6.0.4 com.soebes.katas kata-fraction 1.0-SNAPSHOT - Profile 1, 2 and 3 kata-fraction - 1.8 - 1.8 + 8 org.junit junit-bom - 5.9.0 + 5.10.1 import pom nl.jqno.equalsverifier equalsverifier - 3.10.1 + 3.15.2 org.assertj assertj-core - 3.23.1 + 3.24.2 org.apiguardian diff --git a/itf-examples/src/test/resources-its/com/soebes/itf/examples/profiles/ProfileIT/unknown_profile/pom.xml b/itf-examples/src/test/resources-its/com/soebes/itf/examples/profiles/ProfileIT/unknown_profile/pom.xml index 221bae729b..d1751bc41d 100644 --- a/itf-examples/src/test/resources-its/com/soebes/itf/examples/profiles/ProfileIT/unknown_profile/pom.xml +++ b/itf-examples/src/test/resources-its/com/soebes/itf/examples/profiles/ProfileIT/unknown_profile/pom.xml @@ -29,37 +29,35 @@ com.soebes.smpp smpp - 5.3.10 + 6.0.4 com.soebes.katas kata-fraction 1.0-SNAPSHOT - Code-Kata Fractions kata-fraction - 1.8 - 1.8 + 8 org.junit junit-bom - 5.9.0 + 5.10.1 import pom nl.jqno.equalsverifier equalsverifier - 3.10.1 + 3.15.2 org.assertj assertj-core - 3.23.1 + 3.24.2 org.apiguardian @@ -94,16 +92,4 @@ test - - - - - - com.soebes.maven.plugins - echo-maven-plugin - 0.5.0 - - - - diff --git a/itf-examples/src/test/resources-its/com/soebes/itf/examples/profiles/ProfileOnClassIT/profile_1/pom.xml b/itf-examples/src/test/resources-its/com/soebes/itf/examples/profiles/ProfileOnClassIT/profile_1/pom.xml index 86ef4c3f78..1f6c22e34e 100644 --- a/itf-examples/src/test/resources-its/com/soebes/itf/examples/profiles/ProfileOnClassIT/profile_1/pom.xml +++ b/itf-examples/src/test/resources-its/com/soebes/itf/examples/profiles/ProfileOnClassIT/profile_1/pom.xml @@ -29,37 +29,35 @@ com.soebes.smpp smpp - 5.3.10 + 6.0.4 com.soebes.katas kata-fraction 1.0-SNAPSHOT - Profile 1, 2 and 3 kata-fraction - 1.8 - 1.8 + 8 org.junit junit-bom - 5.9.0 + 5.10.1 import pom nl.jqno.equalsverifier equalsverifier - 3.10.1 + 3.15.2 org.assertj assertj-core - 3.23.1 + 3.24.2 org.apiguardian @@ -95,18 +93,6 @@ - - - - - com.soebes.maven.plugins - echo-maven-plugin - 0.5.0 - - - - - profile-1 diff --git a/itf-examples/src/test/resources-its/com/soebes/itf/examples/profiles/ProfileOnClassIT/profile_1_2_3/pom.xml b/itf-examples/src/test/resources-its/com/soebes/itf/examples/profiles/ProfileOnClassIT/profile_1_2_3/pom.xml index 86ef4c3f78..215c2f60ba 100644 --- a/itf-examples/src/test/resources-its/com/soebes/itf/examples/profiles/ProfileOnClassIT/profile_1_2_3/pom.xml +++ b/itf-examples/src/test/resources-its/com/soebes/itf/examples/profiles/ProfileOnClassIT/profile_1_2_3/pom.xml @@ -29,37 +29,35 @@ com.soebes.smpp smpp - 5.3.10 + 6.0.4 com.soebes.katas kata-fraction 1.0-SNAPSHOT - Profile 1, 2 and 3 kata-fraction - 1.8 - 1.8 + 8 org.junit junit-bom - 5.9.0 + 5.10.1 import pom nl.jqno.equalsverifier equalsverifier - 3.10.1 + 3.15.2 org.assertj assertj-core - 3.23.1 + 3.24.2 org.apiguardian diff --git a/itf-examples/src/test/resources-its/com/soebes/itf/examples/profiles/packagewide/ProfileOnPackageIT/profile_1_2_3/pom.xml b/itf-examples/src/test/resources-its/com/soebes/itf/examples/profiles/packagewide/ProfileOnPackageIT/profile_1_2_3/pom.xml index e6d63aad09..d1751bc41d 100644 --- a/itf-examples/src/test/resources-its/com/soebes/itf/examples/profiles/packagewide/ProfileOnPackageIT/profile_1_2_3/pom.xml +++ b/itf-examples/src/test/resources-its/com/soebes/itf/examples/profiles/packagewide/ProfileOnPackageIT/profile_1_2_3/pom.xml @@ -29,37 +29,35 @@ com.soebes.smpp smpp - 5.3.10 + 6.0.4 com.soebes.katas kata-fraction 1.0-SNAPSHOT - Profile 1, 2 and 3 defined on package level kata-fraction - 1.8 - 1.8 + 8 org.junit junit-bom - 5.9.0 + 5.10.1 import pom nl.jqno.equalsverifier equalsverifier - 3.10.1 + 3.15.2 org.assertj assertj-core - 3.23.1 + 3.24.2 org.apiguardian @@ -94,98 +92,4 @@ test - - - - - - com.soebes.maven.plugins - echo-maven-plugin - 0.5.0 - - - - - - - - profile-1 - - - - com.soebes.maven.plugins - echo-maven-plugin - - - echo-in-profile-1 - validate - - echo - - - WARNING - - Message for Profile 1 - - - - - - - - - - profile-2 - - - - com.soebes.maven.plugins - echo-maven-plugin - - - echo-in-profile-2 - validate - - echo - - - WARNING - - Message for Profile 2 - - - - - - - - - - profile-3 - - - - com.soebes.maven.plugins - echo-maven-plugin - - - echo-in-profile-3 - validate - - echo - - - WARNING - - Message for Profile 3 - - - - - - - - - - diff --git a/itf-examples/src/test/resources-its/com/soebes/itf/examples/properties/MetaAnnotationPropertiesIT/property_skiptests/pom.xml b/itf-examples/src/test/resources-its/com/soebes/itf/examples/properties/MetaAnnotationPropertiesIT/property_skiptests/pom.xml index fe084bc14e..d1751bc41d 100644 --- a/itf-examples/src/test/resources-its/com/soebes/itf/examples/properties/MetaAnnotationPropertiesIT/property_skiptests/pom.xml +++ b/itf-examples/src/test/resources-its/com/soebes/itf/examples/properties/MetaAnnotationPropertiesIT/property_skiptests/pom.xml @@ -29,7 +29,7 @@ com.soebes.smpp smpp - 5.3.7 + 6.0.4 com.soebes.katas @@ -38,32 +38,31 @@ kata-fraction - 1.8 - 1.8 + 8 org.junit junit-bom - 5.8.2 + 5.10.1 import pom nl.jqno.equalsverifier equalsverifier - 3.7.1 + 3.15.2 org.assertj assertj-core - 3.16.1 + 3.24.2 org.apiguardian apiguardian-api - 1.1.0 + 1.1.2 @@ -93,16 +92,4 @@ test - - - - - - com.soebes.maven.plugins - echo-maven-plugin - 0.5.0 - - - - - + diff --git a/itf-examples/src/test/resources-its/com/soebes/itf/examples/properties/PropertiesIT/property_skiptests/pom.xml b/itf-examples/src/test/resources-its/com/soebes/itf/examples/properties/PropertiesIT/property_skiptests/pom.xml index 2fd1427ed1..d1751bc41d 100644 --- a/itf-examples/src/test/resources-its/com/soebes/itf/examples/properties/PropertiesIT/property_skiptests/pom.xml +++ b/itf-examples/src/test/resources-its/com/soebes/itf/examples/properties/PropertiesIT/property_skiptests/pom.xml @@ -29,7 +29,7 @@ com.soebes.smpp smpp - 5.3.7 + 6.0.4 com.soebes.katas @@ -38,32 +38,31 @@ kata-fraction - 1.8 - 1.8 + 8 org.junit junit-bom - 5.8.2 + 5.10.1 import pom nl.jqno.equalsverifier equalsverifier - 3.7.1 + 3.15.2 org.assertj assertj-core - 3.16.1 + 3.24.2 org.apiguardian apiguardian-api - 1.1.0 + 1.1.2 @@ -93,16 +92,4 @@ test - - - - - - com.soebes.maven.plugins - echo-maven-plugin - 0.4.0 - - - - - + diff --git a/itf-examples/src/test/resources-its/com/soebes/itf/examples/properties/PropertiesOnClassIT/property_skiptests/pom.xml b/itf-examples/src/test/resources-its/com/soebes/itf/examples/properties/PropertiesOnClassIT/property_skiptests/pom.xml index fe084bc14e..31bf1fe428 100644 --- a/itf-examples/src/test/resources-its/com/soebes/itf/examples/properties/PropertiesOnClassIT/property_skiptests/pom.xml +++ b/itf-examples/src/test/resources-its/com/soebes/itf/examples/properties/PropertiesOnClassIT/property_skiptests/pom.xml @@ -29,7 +29,7 @@ com.soebes.smpp smpp - 5.3.7 + 6.0.4 com.soebes.katas @@ -38,32 +38,31 @@ kata-fraction - 1.8 - 1.8 + 8 org.junit junit-bom - 5.8.2 + 5.10.1 import pom nl.jqno.equalsverifier equalsverifier - 3.7.1 + 3.15.4 org.assertj assertj-core - 3.16.1 + 3.24.2 org.apiguardian apiguardian-api - 1.1.0 + 1.1.2 @@ -93,16 +92,4 @@ test - - - - - - com.soebes.maven.plugins - echo-maven-plugin - 0.5.0 - - - - - + diff --git a/itf-examples/src/test/resources-its/com/soebes/itf/examples/properties/PropertiesOnNestedClassIT/Level1/property_skiptests/pom.xml b/itf-examples/src/test/resources-its/com/soebes/itf/examples/properties/PropertiesOnNestedClassIT/Level1/property_skiptests/pom.xml index fe084bc14e..31bf1fe428 100644 --- a/itf-examples/src/test/resources-its/com/soebes/itf/examples/properties/PropertiesOnNestedClassIT/Level1/property_skiptests/pom.xml +++ b/itf-examples/src/test/resources-its/com/soebes/itf/examples/properties/PropertiesOnNestedClassIT/Level1/property_skiptests/pom.xml @@ -29,7 +29,7 @@ com.soebes.smpp smpp - 5.3.7 + 6.0.4 com.soebes.katas @@ -38,32 +38,31 @@ kata-fraction - 1.8 - 1.8 + 8 org.junit junit-bom - 5.8.2 + 5.10.1 import pom nl.jqno.equalsverifier equalsverifier - 3.7.1 + 3.15.4 org.assertj assertj-core - 3.16.1 + 3.24.2 org.apiguardian apiguardian-api - 1.1.0 + 1.1.2 @@ -93,16 +92,4 @@ test - - - - - - com.soebes.maven.plugins - echo-maven-plugin - 0.5.0 - - - - - + diff --git a/itf-examples/src/test/resources-its/com/soebes/itf/examples/repository/MavenRepositoryNestedIT/NestedIT/repository_in_enclosing_class_directory/pom.xml b/itf-examples/src/test/resources-its/com/soebes/itf/examples/repository/MavenRepositoryNestedIT/NestedIT/repository_in_enclosing_class_directory/pom.xml index fe084bc14e..31bf1fe428 100644 --- a/itf-examples/src/test/resources-its/com/soebes/itf/examples/repository/MavenRepositoryNestedIT/NestedIT/repository_in_enclosing_class_directory/pom.xml +++ b/itf-examples/src/test/resources-its/com/soebes/itf/examples/repository/MavenRepositoryNestedIT/NestedIT/repository_in_enclosing_class_directory/pom.xml @@ -29,7 +29,7 @@ com.soebes.smpp smpp - 5.3.7 + 6.0.4 com.soebes.katas @@ -38,32 +38,31 @@ kata-fraction - 1.8 - 1.8 + 8 org.junit junit-bom - 5.8.2 + 5.10.1 import pom nl.jqno.equalsverifier equalsverifier - 3.7.1 + 3.15.4 org.assertj assertj-core - 3.16.1 + 3.24.2 org.apiguardian apiguardian-api - 1.1.0 + 1.1.2 @@ -93,16 +92,4 @@ test - - - - - - com.soebes.maven.plugins - echo-maven-plugin - 0.5.0 - - - - - + diff --git a/itf-examples/src/test/resources-its/com/soebes/itf/examples/repository/MavenRepositoryNestedIT/repository_in_class_directory/pom.xml b/itf-examples/src/test/resources-its/com/soebes/itf/examples/repository/MavenRepositoryNestedIT/repository_in_class_directory/pom.xml index fe084bc14e..31bf1fe428 100644 --- a/itf-examples/src/test/resources-its/com/soebes/itf/examples/repository/MavenRepositoryNestedIT/repository_in_class_directory/pom.xml +++ b/itf-examples/src/test/resources-its/com/soebes/itf/examples/repository/MavenRepositoryNestedIT/repository_in_class_directory/pom.xml @@ -29,7 +29,7 @@ com.soebes.smpp smpp - 5.3.7 + 6.0.4 com.soebes.katas @@ -38,32 +38,31 @@ kata-fraction - 1.8 - 1.8 + 8 org.junit junit-bom - 5.8.2 + 5.10.1 import pom nl.jqno.equalsverifier equalsverifier - 3.7.1 + 3.15.4 org.assertj assertj-core - 3.16.1 + 3.24.2 org.apiguardian apiguardian-api - 1.1.0 + 1.1.2 @@ -93,16 +92,4 @@ test - - - - - - com.soebes.maven.plugins - echo-maven-plugin - 0.5.0 - - - - - + diff --git a/itf-examples/src/test/resources-its/com/soebes/itf/examples/subdir/SubDirClassIT/basic/subdir/pom.xml b/itf-examples/src/test/resources-its/com/soebes/itf/examples/subdir/SubDirClassIT/basic/subdir/pom.xml index 8bb3b32f4e..9b496f0013 100644 --- a/itf-examples/src/test/resources-its/com/soebes/itf/examples/subdir/SubDirClassIT/basic/subdir/pom.xml +++ b/itf-examples/src/test/resources-its/com/soebes/itf/examples/subdir/SubDirClassIT/basic/subdir/pom.xml @@ -35,7 +35,7 @@ under the License. org.apache.maven.plugins maven-ear-plugin - 3.0.1 + 3.3.0 true diff --git a/itf-examples/src/test/resources-its/com/soebes/itf/examples/subdir/SubDirIT/basic/subdir/pom.xml b/itf-examples/src/test/resources-its/com/soebes/itf/examples/subdir/SubDirIT/basic/subdir/pom.xml index 8bb3b32f4e..9b496f0013 100644 --- a/itf-examples/src/test/resources-its/com/soebes/itf/examples/subdir/SubDirIT/basic/subdir/pom.xml +++ b/itf-examples/src/test/resources-its/com/soebes/itf/examples/subdir/SubDirIT/basic/subdir/pom.xml @@ -35,7 +35,7 @@ under the License. org.apache.maven.plugins maven-ear-plugin - 3.0.1 + 3.3.0 true diff --git a/itf-examples/src/test/resources-its/com/soebes/itf/examples/subdir/SubDirNestedIT/DirNested/basic/subdir/pom.xml b/itf-examples/src/test/resources-its/com/soebes/itf/examples/subdir/SubDirNestedIT/DirNested/basic/subdir/pom.xml index 8bb3b32f4e..9b496f0013 100644 --- a/itf-examples/src/test/resources-its/com/soebes/itf/examples/subdir/SubDirNestedIT/DirNested/basic/subdir/pom.xml +++ b/itf-examples/src/test/resources-its/com/soebes/itf/examples/subdir/SubDirNestedIT/DirNested/basic/subdir/pom.xml @@ -35,7 +35,7 @@ under the License. org.apache.maven.plugins maven-ear-plugin - 3.0.1 + 3.3.0 true diff --git a/itf-examples/src/test/resources-its/com/soebes/itf/examples/subdir/SubDirNestedMultipleIT/DirNested/Level1/Level2/basic/subdir/pom.xml b/itf-examples/src/test/resources-its/com/soebes/itf/examples/subdir/SubDirNestedMultipleIT/DirNested/Level1/Level2/basic/subdir/pom.xml index 8bb3b32f4e..9b496f0013 100644 --- a/itf-examples/src/test/resources-its/com/soebes/itf/examples/subdir/SubDirNestedMultipleIT/DirNested/Level1/Level2/basic/subdir/pom.xml +++ b/itf-examples/src/test/resources-its/com/soebes/itf/examples/subdir/SubDirNestedMultipleIT/DirNested/Level1/Level2/basic/subdir/pom.xml @@ -35,7 +35,7 @@ under the License. org.apache.maven.plugins maven-ear-plugin - 3.0.1 + 3.3.0 true diff --git a/pom.xml b/pom.xml index 6ee1cb0989..b8bbceffa0 100644 --- a/pom.xml +++ b/pom.xml @@ -115,7 +115,7 @@ org.apache.maven maven-model - 3.1.0 + 3.2.5