diff --git a/dependencies.md b/dependencies.md index 1bbf08b2..0b547895 100644 --- a/dependencies.md +++ b/dependencies.md @@ -42,7 +42,7 @@ | Dependency | License | | ------------------------------------------------------- | -------------------------------- | | [SonarQube Scanner for Maven][28] | [GNU LGPL 3][29] | -| [Apache Maven Toolchains Plugin][30] | [Apache License, Version 2.0][1] | +| [Apache Maven Toolchains Plugin][30] | [Apache-2.0][1] | | [Apache Maven Compiler Plugin][31] | [Apache-2.0][1] | | [Apache Maven Enforcer Plugin][0] | [Apache-2.0][1] | | [Maven Flatten Plugin][32] | [Apache Software Licenese][1] | @@ -103,8 +103,8 @@ | Dependency | License | | ------------------------------------------------------- | -------------------------------- | | [SonarQube Scanner for Maven][28] | [GNU LGPL 3][29] | -| [Apache Maven Toolchains Plugin][30] | [Apache License, Version 2.0][1] | -| [Apache Maven JAR Plugin][62] | [Apache License, Version 2.0][1] | +| [Apache Maven Toolchains Plugin][30] | [Apache-2.0][1] | +| [Apache Maven JAR Plugin][62] | [Apache-2.0][1] | | [Apache Maven Compiler Plugin][31] | [Apache-2.0][1] | | [Apache Maven Enforcer Plugin][0] | [Apache-2.0][1] | | [Maven Flatten Plugin][32] | [Apache Software Licenese][1] | @@ -153,7 +153,7 @@ | Dependency | License | | ------------------------------------------------------- | -------------------------------- | | [SonarQube Scanner for Maven][28] | [GNU LGPL 3][29] | -| [Apache Maven Toolchains Plugin][30] | [Apache License, Version 2.0][1] | +| [Apache Maven Toolchains Plugin][30] | [Apache-2.0][1] | | [Apache Maven Compiler Plugin][31] | [Apache-2.0][1] | | [Apache Maven Enforcer Plugin][0] | [Apache-2.0][1] | | [Maven Flatten Plugin][32] | [Apache Software Licenese][1] | @@ -162,7 +162,7 @@ | [Versions Maven Plugin][36] | [Apache License, Version 2.0][1] | | [duplicate-finder-maven-plugin Maven Mojo][37] | [Apache License 2.0][38] | | [Apache Maven Assembly Plugin][64] | [Apache-2.0][1] | -| [Apache Maven JAR Plugin][62] | [Apache License, Version 2.0][1] | +| [Apache Maven JAR Plugin][62] | [Apache-2.0][1] | | [Artifact reference checker and unifier][65] | [MIT License][66] | | [Apache Maven Deploy Plugin][4] | [Apache-2.0][1] | | [Apache Maven GPG Plugin][39] | [Apache-2.0][1] | @@ -198,14 +198,14 @@ | [mockito-core][25] | [MIT][26] | | [Maven Plugin Integration Testing][59] | [MIT License][60] | | [SLF4J JDK14 Binding][27] | [MIT License][24] | -| [JaCoCo :: Agent][70] | [Eclipse Public License 2.0][45] | +| [JaCoCo :: Agent][70] | [EPL-2.0][45] | ### Plugin Dependencies | Dependency | License | | ------------------------------------------------------- | -------------------------------- | | [SonarQube Scanner for Maven][28] | [GNU LGPL 3][29] | -| [Apache Maven Toolchains Plugin][30] | [Apache License, Version 2.0][1] | +| [Apache Maven Toolchains Plugin][30] | [Apache-2.0][1] | | [Maven Plugin Plugin][71] | [Apache-2.0][1] | | [Apache Maven Compiler Plugin][31] | [Apache-2.0][1] | | [Apache Maven Enforcer Plugin][0] | [Apache-2.0][1] | @@ -253,14 +253,14 @@ | [mockito-core][25] | [MIT][26] | | [mockito-junit-jupiter][25] | [MIT][26] | | [Maven Plugin Integration Testing][59] | [MIT License][60] | -| [JaCoCo :: Agent][70] | [Eclipse Public License 2.0][45] | +| [JaCoCo :: Agent][70] | [EPL-2.0][45] | ### Plugin Dependencies | Dependency | License | | ------------------------------------------------------- | -------------------------------- | | [SonarQube Scanner for Maven][28] | [GNU LGPL 3][29] | -| [Apache Maven Toolchains Plugin][30] | [Apache License, Version 2.0][1] | +| [Apache Maven Toolchains Plugin][30] | [Apache-2.0][1] | | [Apache Maven Compiler Plugin][31] | [Apache-2.0][1] | | [Apache Maven Enforcer Plugin][0] | [Apache-2.0][1] | | [Maven Flatten Plugin][32] | [Apache Software Licenese][1] | @@ -296,7 +296,7 @@ | Dependency | License | | ------------------------------------------------------- | -------------------------------- | | [SonarQube Scanner for Maven][28] | [GNU LGPL 3][29] | -| [Apache Maven Toolchains Plugin][30] | [Apache License, Version 2.0][1] | +| [Apache Maven Toolchains Plugin][30] | [Apache-2.0][1] | | [Apache Maven Compiler Plugin][31] | [Apache-2.0][1] | | [Apache Maven Enforcer Plugin][0] | [Apache-2.0][1] | | [Maven Flatten Plugin][32] | [Apache Software Licenese][1] | diff --git a/doc/changes/changes_4.3.1.md b/doc/changes/changes_4.3.1.md index d545e5bd..060fbe7f 100644 --- a/doc/changes/changes_4.3.1.md +++ b/doc/changes/changes_4.3.1.md @@ -10,8 +10,21 @@ This release fixes vulnerability CVE-2024-31573 in `org.xmlunit:xmlunit-core:jar * #570: Fixed CVE-2024-31573 in `org.xmlunit:xmlunit-core:jar:2.9.1:test` +## Bugfixes + +* #567: Increased timeout for installing go-licenses + ## Dependency Updates +### Project Keeper Shared Model Classes + +#### Plugin Dependency Updates + +* Updated `com.exasol:error-code-crawler-maven-plugin:2.0.2` to `2.0.3` +* Updated `org.apache.maven.plugins:maven-deploy-plugin:3.1.1` to `3.1.2` +* Updated `org.apache.maven.plugins:maven-gpg-plugin:3.2.2` to `3.2.4` +* Updated `org.apache.maven.plugins:maven-toolchains-plugin:3.1.0` to `3.2.0` + ### Project Keeper Core #### Compile Dependency Updates @@ -28,6 +41,14 @@ This release fixes vulnerability CVE-2024-31573 in `org.xmlunit:xmlunit-core:jar * Updated `com.exasol:project-keeper-shared-test-setup:4.3.0` to `4.3.1` * Updated `org.xmlunit:xmlunit-matchers:2.9.1` to `2.10.0` +#### Plugin Dependency Updates + +* Updated `com.exasol:error-code-crawler-maven-plugin:2.0.2` to `2.0.3` +* Updated `org.apache.maven.plugins:maven-deploy-plugin:3.1.1` to `3.1.2` +* Updated `org.apache.maven.plugins:maven-gpg-plugin:3.2.2` to `3.2.4` +* Updated `org.apache.maven.plugins:maven-jar-plugin:3.3.0` to `3.4.1` +* Updated `org.apache.maven.plugins:maven-toolchains-plugin:3.1.0` to `3.2.0` + ### Project Keeper Command Line Interface #### Compile Dependency Updates @@ -38,6 +59,14 @@ This release fixes vulnerability CVE-2024-31573 in `org.xmlunit:xmlunit-core:jar * Updated `com.exasol:project-keeper-shared-test-setup:4.3.0` to `4.3.1` +#### Plugin Dependency Updates + +* Updated `com.exasol:error-code-crawler-maven-plugin:2.0.2` to `2.0.3` +* Updated `org.apache.maven.plugins:maven-deploy-plugin:3.1.1` to `3.1.2` +* Updated `org.apache.maven.plugins:maven-gpg-plugin:3.2.2` to `3.2.4` +* Updated `org.apache.maven.plugins:maven-jar-plugin:3.3.0` to `3.4.1` +* Updated `org.apache.maven.plugins:maven-toolchains-plugin:3.1.0` to `3.2.0` + ### Project Keeper Maven Plugin #### Compile Dependency Updates @@ -46,8 +75,16 @@ This release fixes vulnerability CVE-2024-31573 in `org.xmlunit:xmlunit-core:jar #### Test Dependency Updates +* Updated `org.jacoco:org.jacoco.agent:0.8.11` to `0.8.12` * Updated `org.xmlunit:xmlunit-matchers:2.9.1` to `2.10.0` +#### Plugin Dependency Updates + +* Updated `com.exasol:error-code-crawler-maven-plugin:2.0.2` to `2.0.3` +* Updated `org.apache.maven.plugins:maven-deploy-plugin:3.1.1` to `3.1.2` +* Updated `org.apache.maven.plugins:maven-gpg-plugin:3.2.2` to `3.2.4` +* Updated `org.apache.maven.plugins:maven-toolchains-plugin:3.1.0` to `3.2.0` + ### Project Keeper Java Project Crawler #### Compile Dependency Updates @@ -56,10 +93,23 @@ This release fixes vulnerability CVE-2024-31573 in `org.xmlunit:xmlunit-core:jar #### Test Dependency Updates +* Updated `org.jacoco:org.jacoco.agent:0.8.11` to `0.8.12` * Updated `org.xmlunit:xmlunit-matchers:2.9.1` to `2.10.0` +#### Plugin Dependency Updates + +* Updated `com.exasol:error-code-crawler-maven-plugin:2.0.2` to `2.0.3` +* Updated `org.apache.maven.plugins:maven-deploy-plugin:3.1.1` to `3.1.2` +* Updated `org.apache.maven.plugins:maven-gpg-plugin:3.2.2` to `3.2.4` +* Updated `org.apache.maven.plugins:maven-toolchains-plugin:3.1.0` to `3.2.0` + ### Project Keeper Shared Test Setup #### Compile Dependency Updates * Updated `com.exasol:project-keeper-shared-model-classes:4.3.0` to `4.3.1` + +#### Plugin Dependency Updates + +* Updated `com.exasol:error-code-crawler-maven-plugin:2.0.2` to `2.0.3` +* Updated `org.apache.maven.plugins:maven-toolchains-plugin:3.1.0` to `3.2.0` diff --git a/maven-project-crawler/pk_generated_parent.pom b/maven-project-crawler/pk_generated_parent.pom index 1b4c3221..f872a1a6 100644 --- a/maven-project-crawler/pk_generated_parent.pom +++ b/maven-project-crawler/pk_generated_parent.pom @@ -54,7 +54,7 @@ org.jacoco org.jacoco.agent - 0.8.11 + 0.8.12 test runtime @@ -69,7 +69,7 @@ org.apache.maven.plugins maven-toolchains-plugin - 3.1.0 + 3.2.0 @@ -229,7 +229,7 @@ org.apache.maven.plugins maven-deploy-plugin - 3.1.1 + 3.1.2 true @@ -237,7 +237,7 @@ org.apache.maven.plugins maven-gpg-plugin - 3.2.2 + 3.2.4 sign-artifacts @@ -258,8 +258,8 @@ org.apache.maven.plugins maven-source-plugin + Failed to execute goal org.apache.maven.plugins:maven-source-plugin:3.3.0:jar-no-fork (attach-sources) on project project-keeper-shared-model-classes: Presumably you have configured maven-source-plugn to execute twice times in your build. You have to configure a classifier for at least on of them. + Using goal "jar-no-fork" didn't help. See https://stackoverflow.com/questions/76305897/maven-build-fails-after-upgrading-to-maven-source-plugin-from-3-2-1-to-3-3-0 --> 3.2.1 @@ -405,7 +405,7 @@ com.exasol error-code-crawler-maven-plugin - 2.0.2 + 2.0.3 verify diff --git a/project-keeper-cli/pk_generated_parent.pom b/project-keeper-cli/pk_generated_parent.pom index 5ce4e385..7ef6c21f 100644 --- a/project-keeper-cli/pk_generated_parent.pom +++ b/project-keeper-cli/pk_generated_parent.pom @@ -61,7 +61,7 @@ org.apache.maven.plugins maven-toolchains-plugin - 3.1.0 + 3.2.0 @@ -247,7 +247,7 @@ org.apache.maven.plugins maven-jar-plugin - 3.3.0 + 3.4.1 default-jar @@ -271,7 +271,7 @@ org.apache.maven.plugins maven-deploy-plugin - 3.1.1 + 3.1.2 true @@ -279,7 +279,7 @@ org.apache.maven.plugins maven-gpg-plugin - 3.2.2 + 3.2.4 sign-artifacts @@ -300,8 +300,8 @@ org.apache.maven.plugins maven-source-plugin + Failed to execute goal org.apache.maven.plugins:maven-source-plugin:3.3.0:jar-no-fork (attach-sources) on project project-keeper-shared-model-classes: Presumably you have configured maven-source-plugn to execute twice times in your build. You have to configure a classifier for at least on of them. + Using goal "jar-no-fork" didn't help. See https://stackoverflow.com/questions/76305897/maven-build-fails-after-upgrading-to-maven-source-plugin-from-3-2-1-to-3-3-0 --> 3.2.1 @@ -419,7 +419,7 @@ com.exasol error-code-crawler-maven-plugin - 2.0.2 + 2.0.3 verify diff --git a/project-keeper-maven-plugin/pk_generated_parent.pom b/project-keeper-maven-plugin/pk_generated_parent.pom index 5edc76b6..cbb3cc72 100644 --- a/project-keeper-maven-plugin/pk_generated_parent.pom +++ b/project-keeper-maven-plugin/pk_generated_parent.pom @@ -54,7 +54,7 @@ org.jacoco org.jacoco.agent - 0.8.11 + 0.8.12 test runtime @@ -69,7 +69,7 @@ org.apache.maven.plugins maven-toolchains-plugin - 3.1.0 + 3.2.0 @@ -229,7 +229,7 @@ org.apache.maven.plugins maven-deploy-plugin - 3.1.1 + 3.1.2 true @@ -237,7 +237,7 @@ org.apache.maven.plugins maven-gpg-plugin - 3.2.2 + 3.2.4 sign-artifacts @@ -258,8 +258,8 @@ org.apache.maven.plugins maven-source-plugin + Failed to execute goal org.apache.maven.plugins:maven-source-plugin:3.3.0:jar-no-fork (attach-sources) on project project-keeper-shared-model-classes: Presumably you have configured maven-source-plugn to execute twice times in your build. You have to configure a classifier for at least on of them. + Using goal "jar-no-fork" didn't help. See https://stackoverflow.com/questions/76305897/maven-build-fails-after-upgrading-to-maven-source-plugin-from-3-2-1-to-3-3-0 --> 3.2.1 @@ -405,7 +405,7 @@ com.exasol error-code-crawler-maven-plugin - 2.0.2 + 2.0.3 verify diff --git a/project-keeper/pk_generated_parent.pom b/project-keeper/pk_generated_parent.pom index b2924da0..3db04daa 100644 --- a/project-keeper/pk_generated_parent.pom +++ b/project-keeper/pk_generated_parent.pom @@ -61,7 +61,7 @@ org.apache.maven.plugins maven-toolchains-plugin - 3.1.0 + 3.2.0 @@ -221,7 +221,7 @@ org.apache.maven.plugins maven-deploy-plugin - 3.1.1 + 3.1.2 true @@ -229,7 +229,7 @@ org.apache.maven.plugins maven-gpg-plugin - 3.2.2 + 3.2.4 sign-artifacts @@ -250,8 +250,8 @@ org.apache.maven.plugins maven-source-plugin + Failed to execute goal org.apache.maven.plugins:maven-source-plugin:3.3.0:jar-no-fork (attach-sources) on project project-keeper-shared-model-classes: Presumably you have configured maven-source-plugn to execute twice times in your build. You have to configure a classifier for at least on of them. + Using goal "jar-no-fork" didn't help. See https://stackoverflow.com/questions/76305897/maven-build-fails-after-upgrading-to-maven-source-plugin-from-3-2-1-to-3-3-0 --> 3.2.1 @@ -369,7 +369,7 @@ com.exasol error-code-crawler-maven-plugin - 2.0.2 + 2.0.3 verify diff --git a/project-keeper/pom.xml b/project-keeper/pom.xml index af40e45a..1dba2a9d 100644 --- a/project-keeper/pom.xml +++ b/project-keeper/pom.xml @@ -5,6 +5,7 @@ jar Project Keeper Core Project keeper is a tool that verifies and fixes project setups. + https://github.com/exasol/project-keeper/ ./pk_generated_parent.pom com.exasol @@ -125,7 +126,7 @@ org.apache.maven.plugins maven-jar-plugin - 3.3.0 + 3.4.1 @@ -149,5 +150,4 @@ - https://github.com/exasol/project-keeper/ diff --git a/project-keeper/src/main/java/com/exasol/projectkeeper/sources/analyze/golang/GoBinary.java b/project-keeper/src/main/java/com/exasol/projectkeeper/sources/analyze/golang/GoBinary.java index b4c8caa7..de0d1e83 100644 --- a/project-keeper/src/main/java/com/exasol/projectkeeper/sources/analyze/golang/GoBinary.java +++ b/project-keeper/src/main/java/com/exasol/projectkeeper/sources/analyze/golang/GoBinary.java @@ -28,23 +28,29 @@ boolean isInstalled() { /** * {@link GoBinary} for tool {@code go-licenses} */ - public static final GoBinary GO_LICENSES = new GoBinary("github.com/google/go-licenses@v1.6.0", "go-licenses"); + public static final GoBinary GO_LICENSES = new GoBinary("github.com/google/go-licenses@v1.6.0", "go-licenses", + Duration.ofMinutes(6)); - private static final Duration INSTALLATION_TIMEOUT = Duration.ofMinutes(2); private static final Logger LOGGER = Logger.getLogger(GoBinary.class.getName()); private final CommandExecutor executor; private final String moduleName; private final String binaryName; + private final Duration timeout; private Path goPath; GoBinary(final String moduleName, final String name) { - this(new CommandExecutor(), moduleName, name); + this(moduleName, name, Duration.ofMinutes(2)); } - GoBinary(final CommandExecutor executor, final String moduleName, final String binaryName) { + GoBinary(final String moduleName, final String name, final Duration timeout) { + this(new CommandExecutor(), moduleName, name, timeout); + } + + GoBinary(final CommandExecutor executor, final String moduleName, final String binaryName, final Duration timeout) { this.moduleName = moduleName; this.binaryName = binaryName; this.executor = executor; + this.timeout = timeout; } /** @@ -58,7 +64,7 @@ public GoBinary install() { } LOGGER.info(() -> "Installing missing go binary " + nameWithSuffix()); final ShellCommand shellCommand = ShellCommand.builder() // - .timeout(INSTALLATION_TIMEOUT) // + .timeout(timeout) // .command(GO.command()) // .args("install", this.moduleName) // .build(); diff --git a/project-keeper/src/main/java/com/exasol/projectkeeper/validators/pom/PomFileGenerator.java b/project-keeper/src/main/java/com/exasol/projectkeeper/validators/pom/PomFileGenerator.java index 876f42d0..e2546b9c 100644 --- a/project-keeper/src/main/java/com/exasol/projectkeeper/validators/pom/PomFileGenerator.java +++ b/project-keeper/src/main/java/com/exasol/projectkeeper/validators/pom/PomFileGenerator.java @@ -179,10 +179,10 @@ private ElementBuilder parentReference(final ParentPomRef parentPomRef) { private ElementBuilder dependencies(final Collection enabledModules) { return element("dependencies") // .nullableChild(enabledModules.contains(LOMBOK) // - ? dependency("org.projectlombok", "lombok", "1.18.30", "provided", null) + ? dependency("org.projectlombok", "lombok", "1.18.32", "provided", null) : null) // .nullableChild(enabledModules.contains(UDF_COVERAGE) // - ? dependency("org.jacoco", "org.jacoco.agent", "0.8.11", "test", "runtime") + ? dependency("org.jacoco", "org.jacoco.agent", "0.8.12", "test", "runtime") : null); } diff --git a/project-keeper/src/main/resources/maven_templates/error-code-crawler-maven-plugin.xml b/project-keeper/src/main/resources/maven_templates/error-code-crawler-maven-plugin.xml index 595656f1..92e4999c 100644 --- a/project-keeper/src/main/resources/maven_templates/error-code-crawler-maven-plugin.xml +++ b/project-keeper/src/main/resources/maven_templates/error-code-crawler-maven-plugin.xml @@ -1,7 +1,7 @@ com.exasol error-code-crawler-maven-plugin - 2.0.2 + 2.0.3 verify diff --git a/project-keeper/src/main/resources/maven_templates/maven-deploy-plugin.xml b/project-keeper/src/main/resources/maven_templates/maven-deploy-plugin.xml index 12b83dcd..7a1d2958 100644 --- a/project-keeper/src/main/resources/maven_templates/maven-deploy-plugin.xml +++ b/project-keeper/src/main/resources/maven_templates/maven-deploy-plugin.xml @@ -1,7 +1,7 @@ org.apache.maven.plugins maven-deploy-plugin - 3.1.1 + 3.1.2 true diff --git a/project-keeper/src/main/resources/maven_templates/maven-gpg-plugin.xml b/project-keeper/src/main/resources/maven_templates/maven-gpg-plugin.xml index c528da40..66f746ac 100644 --- a/project-keeper/src/main/resources/maven_templates/maven-gpg-plugin.xml +++ b/project-keeper/src/main/resources/maven_templates/maven-gpg-plugin.xml @@ -1,7 +1,7 @@ org.apache.maven.plugins maven-gpg-plugin - 3.2.2 + 3.2.4 sign-artifacts diff --git a/project-keeper/src/main/resources/maven_templates/maven-jar-plugin-exclusion.xml b/project-keeper/src/main/resources/maven_templates/maven-jar-plugin-exclusion.xml index 72ae94ce..8e2c4e64 100644 --- a/project-keeper/src/main/resources/maven_templates/maven-jar-plugin-exclusion.xml +++ b/project-keeper/src/main/resources/maven_templates/maven-jar-plugin-exclusion.xml @@ -1,7 +1,7 @@ org.apache.maven.plugins maven-jar-plugin - 3.3.0 + 3.4.1 default-jar diff --git a/project-keeper/src/main/resources/maven_templates/maven-source-plugin.xml b/project-keeper/src/main/resources/maven_templates/maven-source-plugin.xml index 1a9d14fb..0c37673e 100644 --- a/project-keeper/src/main/resources/maven_templates/maven-source-plugin.xml +++ b/project-keeper/src/main/resources/maven_templates/maven-source-plugin.xml @@ -2,8 +2,8 @@ org.apache.maven.plugins maven-source-plugin + Failed to execute goal org.apache.maven.plugins:maven-source-plugin:3.3.0:jar-no-fork (attach-sources) on project project-keeper-shared-model-classes: Presumably you have configured maven-source-plugn to execute twice times in your build. You have to configure a classifier for at least on of them. + Using goal "jar-no-fork" didn't help. See https://stackoverflow.com/questions/76305897/maven-build-fails-after-upgrading-to-maven-source-plugin-from-3-2-1-to-3-3-0 --> 3.2.1 diff --git a/project-keeper/src/main/resources/maven_templates/maven-toolchains-plugin.xml b/project-keeper/src/main/resources/maven_templates/maven-toolchains-plugin.xml index 29eab0a7..960cc292 100644 --- a/project-keeper/src/main/resources/maven_templates/maven-toolchains-plugin.xml +++ b/project-keeper/src/main/resources/maven_templates/maven-toolchains-plugin.xml @@ -1,7 +1,7 @@ org.apache.maven.plugins maven-toolchains-plugin - 3.1.0 + 3.2.0 diff --git a/project-keeper/src/test/java/com/exasol/projectkeeper/sources/analyze/golang/GoBinaryTest.java b/project-keeper/src/test/java/com/exasol/projectkeeper/sources/analyze/golang/GoBinaryTest.java index 5a47f174..4eccf518 100644 --- a/project-keeper/src/test/java/com/exasol/projectkeeper/sources/analyze/golang/GoBinaryTest.java +++ b/project-keeper/src/test/java/com/exasol/projectkeeper/sources/analyze/golang/GoBinaryTest.java @@ -8,6 +8,7 @@ import static org.mockito.Mockito.when; import java.io.File; +import java.time.Duration; import org.hamcrest.Matchers; import org.junit.jupiter.api.Tag; @@ -67,6 +68,6 @@ void installSuccessIT() { } private GoBinary testee() { - return new GoBinary(this.executor, null, "non-existing-go-binary"); + return new GoBinary(this.executor, null, "non-existing-go-binary", Duration.ofSeconds(5)); } } diff --git a/shared-model-classes/pk_generated_parent.pom b/shared-model-classes/pk_generated_parent.pom index e29a642c..660259f0 100644 --- a/shared-model-classes/pk_generated_parent.pom +++ b/shared-model-classes/pk_generated_parent.pom @@ -61,7 +61,7 @@ org.apache.maven.plugins maven-toolchains-plugin - 3.1.0 + 3.2.0 @@ -221,7 +221,7 @@ org.apache.maven.plugins maven-deploy-plugin - 3.1.1 + 3.1.2 true @@ -229,7 +229,7 @@ org.apache.maven.plugins maven-gpg-plugin - 3.2.2 + 3.2.4 sign-artifacts @@ -250,8 +250,8 @@ org.apache.maven.plugins maven-source-plugin + Failed to execute goal org.apache.maven.plugins:maven-source-plugin:3.3.0:jar-no-fork (attach-sources) on project project-keeper-shared-model-classes: Presumably you have configured maven-source-plugn to execute twice times in your build. You have to configure a classifier for at least on of them. + Using goal "jar-no-fork" didn't help. See https://stackoverflow.com/questions/76305897/maven-build-fails-after-upgrading-to-maven-source-plugin-from-3-2-1-to-3-3-0 --> 3.2.1 @@ -349,7 +349,7 @@ com.exasol error-code-crawler-maven-plugin - 2.0.2 + 2.0.3 verify diff --git a/shared-test-setup/pk_generated_parent.pom b/shared-test-setup/pk_generated_parent.pom index a99e31cc..187e9cfc 100644 --- a/shared-test-setup/pk_generated_parent.pom +++ b/shared-test-setup/pk_generated_parent.pom @@ -50,7 +50,7 @@ org.apache.maven.plugins maven-toolchains-plugin - 3.1.0 + 3.2.0 @@ -251,7 +251,7 @@ com.exasol error-code-crawler-maven-plugin - 2.0.2 + 2.0.3 verify