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

Maven 3.8.8 showing warnings for proguard-maven-plugin:2.6.0 #290

Open
william-ferguson-au opened this issue Aug 29, 2023 · 1 comment
Open

Comments

@william-ferguson-au
Copy link

william-ferguson-au commented Aug 29, 2023

Maven 3.8.8 showing warnings for proguard-maven-plugin:2.6.0

[WARNING] 
[WARNING] Plugin validation issues were detected in 1 plugin(s)
[WARNING] 
[WARNING]  * com.github.wvengen:proguard-maven-plugin:2.6.0
[WARNING]   Declared at location(s):
[WARNING]    * au.com.foo:bar23.1.0-SNAPSHOT (pom.xml) @ line 495
[WARNING]   Used in module(s):
[WARNING]    * au.com.foo:bar:23.1.0-SNAPSHOT (pom.xml)
[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.6, 2.0]
[WARNING]    * Plugin should declare these Maven artifacts in `provided` scope: [org.apache.maven:maven-plugin-api:3.8.6]
[WARNING]    * Plugin depends on plexus-container-default, which is EOL
[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]
[WARNING] 
@lasselindqvist
Copy link
Collaborator

Relevant code: https://github.com/wvengen/proguard-maven-plugin/blob/master/pom.xml#L125

plexus-container-default is a transitive dependency via https://mvnrepository.com/artifact/org.apache.maven/maven-archiver/2.4

See #228 about the upgrade

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