Skip to content
New issue

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

Reported maven plugin issues #87

Closed
lthoulon-locala opened this issue Jun 23, 2023 · 3 comments
Closed

Reported maven plugin issues #87

lthoulon-locala opened this issue Jun 23, 2023 · 3 comments

Comments

@lthoulon-locala
Copy link

lthoulon-locala commented Jun 23, 2023

Hello. Recently I get warning with some plugins. Here are those yours generate:

[WARNING]  * io.github.deweyjose:graphqlcodegen-maven-plugin:1.38
[WARNING]   Plugin issue(s):
[WARNING]    * Plugin is a Maven 2.x plugin, which will be not supported in Maven 4.x
[WARNING]    * Plugin mixes multiple Maven versions: [3.8.1, 2.2.1]
[WARNING]    * Plugin should declare these Maven artifacts in `provided` scope: [org.apache.maven:maven-plugin-api:3.8.1, org.apache.maven:maven-artifact:3.8.1, org.apache.maven:maven-model:3.8.1]
[WARNING]    * Plugin depends on plexus-container-default, which is EOL
[WARNING] 
[WARNING] For more or less details, use 'maven.plugin.validation' property with one of the values (case insensitive): [BRIEF, DEFAULT, VERBOSE]
@deweyjose
Copy link
Owner

deweyjose commented Jul 11, 2023

Hi @lthoulon-locala - I'll take a look this week. Thanks for the heads up.

@lthoulon-locala
Copy link
Author

@deweyjose I'm using maven 3.9.2

me@mycomputer myproject % mvn --version
Apache Maven 3.9.2 (c9616018c7a021c1c39be70fb2843d6f5f9b8a1c)
Maven home: /opt/homebrew/Cellar/maven/3.9.2/libexec
Java version: 20.0.1, vendor: Homebrew, runtime: /opt/homebrew/Cellar/openjdk/20.0.1/libexec/openjdk.jdk/Contents/Home
Default locale: fr_FR, platform encoding: UTF-8
OS name: "mac os x", version: "13.4.1", arch: "aarch64", family: "mac"

@deweyjose
Copy link
Owner

@lthoulon-locala most of these are fixed in #115 which will be released as 1.51.1 tonight. I suggest upgrading to maven 3.9.6 as there are other core maven dependencies that I can't upgrade as a plugin builder.

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

No branches or pull requests

2 participants