gwerry
gwerry

Reputation: 1

I keep getting a really annoying error everytime I run mvn clean install

I keep getting a

Failed to execute goal org.apache.maven.plugins:maven-shade-plugin:2.1:shade (default) on project PermissionsPlugin: Error creating shaded jar: Error in ASM processing class net/perms/commands/rank/deleteRank.class" error.

I can't figure out what is happening, as Intellij isn't giving me any errors when I build with it. The reason I build with maven is to shade, in case you were wondering. Any suggestions on how to fix this?

Upvotes: 0

Views: 246

Answers (2)

gwerry
gwerry

Reputation: 1

I found out my issue. My maven shade plugin wasn't up to date... The error has been fixed by Maven a while ago.

Upvotes: 0

J Fabian Meier
J Fabian Meier

Reputation: 35785

The solution was to update the Maven shade plugin.

Upvotes: 1

Related Questions