tbroyer / gwt-maven-plugin

Starting fresh on building GWT projects with Maven
https://tbroyer.github.io/gwt-maven-plugin/
Apache License 2.0
167 stars 39 forks source link

Validation warning, plugin should declare these Maven artifacts in `provided` scope #160

Closed happyhua closed 9 months ago

happyhua commented 11 months ago
[WARNING] 
[WARNING] Plugin validation issues were detected in 1 plugin(s)
[WARNING] 
[WARNING]  * net.ltgt.gwt.maven:gwt-maven-plugin:1.0.1
[WARNING]   Declared at location(s):
[WARNING]    ...
[WARNING]   Used in module(s):
[WARNING]    ...
[WARNING]   Plugin issue(s):
[WARNING]    * Plugin should declare these Maven artifacts in `provided` scope: [org.apache.maven:maven-settings:3.3.1, org.apache.maven:maven-plugin-api:3.3.1, org.apache.maven:maven-model-builder:3.3.1, org.apache.maven:maven-model:3.3.1, org.apache.maven:maven-artifact:3.3.1, org.apache.maven:maven-settings-builder:3.3.1, org.apache.maven:maven-repository-metadata:3.3.1, org.apache.maven:maven-builder-support:3.3.1, org.apache.maven:maven-core:3.3.1, org.apache.maven:maven-aether-provider:3.3.1]
[WARNING] 
[WARNING] 
[WARNING] Fix reported issues by adjusting plugin configuration or by upgrading above listed plugins. If no upgrade available, please notify plugin maintainers about reported issues.
[WARNING] For more or less details, use 'maven.plugin.validation' property with one of the values (case insensitive): [BRIEF, DEFAULT, VERBOSE]
tbroyer commented 10 months ago

Which version of Maven, and which maven.plugin.validation setting, are you using? I cannot reproduce this warning with Maven 3.9.3 (I happen to locally still have Maven 3.8, so without plugin validation, explaining why I had never seen any similar warning; I'm thus trying to reproduce with a Docker image, and Docker Hub currently is still 3.9.3, not 3.9.4) I do have a warning about localRepository in gwt:test (inherited from Surefire, that will have to be updated some day) but not about the dependency scopes.