Skip to content

Conversation

@LogFlames
Copy link
Member

@LogFlames LogFlames commented Jan 9, 2026

...and overwrite potential scope from project pom if declared as it may change the scope from test to compile, meaning the dependency should be included.

Fixes #1445 and prerequisite for #1463.

Still causes error. Overwriting from project pom if declared fixes this error when trying to build from freeze:

[ERROR] Failed to execute goal org.codehaus.gmavenplus:gmavenplus-plugin:4.2.1:execute (default) on projec      t maven-lockfile-parent: Execution default of goal org.codehaus.gmavenplus:gmavenplus-plugin:4.2.1:execute       failed: Unable to determine Groovy version. Is Groovy declared as a dependency? -> [Help 1]

but instead causes this error:

[ERROR] Failed to execute goal dev.sigstore:sigstore-maven-plugin:2.0.0:sign (sign) on project maven-lockfile-parent: Execution sign of goal dev.sigstore:sigstore-maven-plugin:2.0.0:sign failed: Plugin dev.sigstore:sigstore-maven-plugin:2.0.0 or one of its dependencies could not be resolved:
[ERROR]         com.kohlschutter.junixsocket:junixsocket-core:jar:2.10.1 was not found in https://repo.maven.apache.org/maven2

@LogFlames LogFlames linked an issue Jan 9, 2026 that may be closed by this pull request
@LogFlames LogFlames force-pushed the 1445-plugin-dependencies-include-test-scope branch from ad9960f to 65abe3c Compare January 9, 2026 02:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Plugin Dependencies Include test Scope

2 participants