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

Unable to parse error on : org.apache.maven.plugins:maven-shade-plugin:3.2.2 #1

Closed
gtm646 opened this issue Mar 6, 2020 · 1 comment

Comments

@gtm646
Copy link

gtm646 commented Mar 6, 2020

Hello,
looks like the transnformer is failing with latest version of maven shade plugin. Please help.
Failed to execute goal org.apache.maven.plugins:maven-shade-plugin:3.2.2:shade (default) on project knnm-agw-client: Unable to parse configuration of mojo org.apache.maven.plugins:maven-shade-plugin:3.2.2:shade for parameter transformers: Cannot load implementation hint 'com.github.edwgiz.mavenShadePlugin.log4j2CacheTransformer.PluginsCacheFileTransformer'

@gtm646
Copy link
Author

gtm646 commented Mar 6, 2020

My bad ..it worked after changing the transformer class
from :

com.github.edwgiz.mavenShadePlugin.log4j2CacheTransformer.PluginsCacheFileTransformer

To:
com.github.edwgiz.maven_shade_plugin.log4j2_cache_transformer.PluginsCacheFileTransformer

@gtm646 gtm646 closed this as completed Mar 6, 2020
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

1 participant