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

dependency on plexus utils missing? #7

Open
line-o opened this issue Feb 14, 2023 · 0 comments · Fixed by eXist-db/exist#4934 · May be fixed by #9
Open

dependency on plexus utils missing? #7

line-o opened this issue Feb 14, 2023 · 0 comments · Fixed by eXist-db/exist#4934 · May be fixed by #9

Comments

@line-o
Copy link

line-o commented Feb 14, 2023

I had to add the plexus utils dependency in a POM that uses copy-maven-plugin

Before I got

[ERROR] Failed to execute goal ch.mfrey.maven.plugin:copy-maven-plugin:1.0.0:copy (autodeploy-expath-pkgs-for-appassembler) on project exist-distribution: Execution autodeploy-expath-pkgs-for-appassembler of goal ch.mfrey.maven.plugin:copy-maven-plugin:1.0.0:copy failed: A required class was missing while executing ch.mfrey.maven.plugin:copy-maven-plugin:1.0.0:copy: org/codehaus/plexus/util/FileUtils

Adding

 <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-utils</artifactId>
       <version>1.1</version>
   </dependency>

Did solve the issue.
I do wonder which version of plexus-utils would be optimal and also why this dependency is not declared.

adamretter added a commit to evolvedbinary/copy-maven-plugin that referenced this issue Apr 9, 2023
…eUtils in favour of declared dependency on org.apache.commons.io.FileUtils

Closes Antibrumm#7
@adamretter adamretter linked a pull request Apr 9, 2023 that will close this issue
adamretter added a commit to evolvedbinary/copy-maven-plugin that referenced this issue May 19, 2023
…eUtils in favour of declared dependency on org.apache.commons.io.FileUtils

Closes Antibrumm#7
adamretter added a commit to evolvedbinary/exist that referenced this issue May 19, 2023
adamretter added a commit to evolvedbinary/exist that referenced this issue Jun 15, 2023
adamretter added a commit to evolvedbinary/exist that referenced this issue Jun 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant