Skip to content
This repository has been archived by the owner on Jan 21, 2021. It is now read-only.

Error injecting: org.codehaus.plexus.archiver.jar.JarArchiver #7

Open
evladik opened this issue Apr 15, 2019 · 0 comments
Open

Error injecting: org.codehaus.plexus.archiver.jar.JarArchiver #7

evladik opened this issue Apr 15, 2019 · 0 comments

Comments

@evladik
Copy link

evladik commented Apr 15, 2019

Upon mvn install getting the following error:

ERROR] Failed to execute goal org.apache.maven.plugins:maven-assembly-plugin:2.6:single (default-cli) on project traffic-demo: Execution default-cli of goal org.apache.maven.plugins:maven-assembly-plugin:2.6:single failed: An API incompatibility was encountered while executing org.apache.maven.plugins:maven-assembly-plugin:2.6:single: java.lang.ExceptionInInitializerError: null

Fixed by updating maven-assembly-plugin to 3.1.0

                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-assembly-plugin</artifactId>
                <version>3.1.0</version>
                <configuration>

Please add me to contributors and I will prepare the PR.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant