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

copy-maven-plugin not compatible with Maven 3.3.9 #2

Open
kfriedberger opened this issue Mar 12, 2018 · 1 comment
Open

copy-maven-plugin not compatible with Maven 3.3.9 #2

kfriedberger opened this issue Mar 12, 2018 · 1 comment

Comments

@kfriedberger
Copy link

Executing 'mvn package' fails (on Ubuntu 16.04), because the copy-Plugin can not be loaded.

[INFO] --- copy-maven-plugin:0.2.5:copy (create-artifact) @ jsylvan-full ---
[WARNING] Error injecting: com.github.goldin.plugins.copy.CopyMojo
java.lang.NoClassDefFoundError: Lorg/sonatype/aether/RepositorySystem;
[...]
[INFO] BUILD FAILURE

It seems that the copy-Plugin is no longer maintained and was not updated foe Maven 3.3.? .
Is the copy-plugin really needed? Otherwise it could be removed.

@mucst
Copy link

mucst commented Aug 13, 2018

Indeed, it seems to be no longer maintained.
You might want to have a look at this plugin, which can be a replacement: https://maven.apache.org/plugins/maven-resources-plugin/examples/copy-resources.html

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