We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
provided
Maven plugins should declare various dependencies as "provided".
<plugin> <groupId>pl.project13.maven</groupId> <artifactId>git-commit-id-plugin</artifactId> <configuration> <offline>true</offline> </configuration> </plugin>
4.9.10
mvn --version Apache Maven 3.9.2 (c9616018c7a021c1c39be70fb2843d6f5f9b8a1c) Maven home: C:\Users\me\.m2\wrapper\dists\apache-maven-3.9.2-bin\3238cb54\apache-maven-3.9.2 Java version: 11.0.19, vendor: Eclipse Adoptium, runtime: C:\Program Files\Eclipse Adoptium\jdk-11.0.19.7-hotspot Default locale: en_GB, platform encoding: Cp1252 OS name: "windows 11", version: "10.0", arch: "amd64", family: "windows"
mvn package -Dmaven.plugin.validation=VERBOSE
[WARNING] * pl.project13.maven:git-commit-id-plugin:4.9.10 [WARNING] Plugin issue(s): [WARNING] * Plugin should declare these Maven artifacts in `provided` scope: [org.apache.maven:maven-settings-builder:3.0, org.apache.maven:maven-repository-metadata:3.0, org.apache.maven:maven-artifact:3.0, org.apache.maven:maven-plugin-api:3.0, org.apache.maven:maven-settings:3.0, org.apache.maven:maven-aether-provider:3.0, org.apache.maven:maven-model:3.0, org.apache.maven:maven-core:3.0, org.apache.maven:maven-model-builder:3.0]
No response
The text was updated successfully, but these errors were encountered:
#615: declare these Maven artifacts in provided scope
614fc2d
7757785
Merge pull request #616 from git-commit-id/fix_615
1d011f5
Thanks for taking the time to report this.
Fixed via #616
Sorry, something went wrong.
962be35
No branches or pull requests
Describe the bug (required)
Maven plugins should declare various dependencies as "provided".
Tell us about your plugin configuration (required)
Tell us about the Plugin version used (required)
4.9.10
Tell us about the Maven version used (required)
Steps to Reproduce (required)
mvn package -Dmaven.plugin.validation=VERBOSE
Are there any stacktraces or any error messages? (required)
Is there a (public) project where this issue can be reproduced? (optional)
No response
Your Environment (optional)
No response
Context (optional)
No response
The text was updated successfully, but these errors were encountered: