gwdgithubnom opened a new issue, #16972:
URL: https://github.com/apache/dolphinscheduler/issues/16972

   ### Search before asking
   
   - [x] I had searched in the 
[issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and 
found no similar issues.
   
   
   ### What happened
   
   When build the project at any version 3.2.0+ version for any module, it 
would throw an error about java.lang.ClassNotFoundException: 
org.sonatype.plexus.build.incremental.BuildContext.
   
   When you first download project, to build module or project.
   
   ### What you expected to happen
   
   It was caused by maven-resources-plugin(3.2.0) check no found 
org.sonatype.plexus.build.incremental.BuildContext.
   in maven-resoures-plugin, 
https://github.com/apache/maven-resources-plugin/commit/3716fc1aa45d0a33e19f7f4e528a5a6b7b6dbb67
 has complete this problem.
   
   ``
   <dependency>
   
       <groupId>org.sonatype.plexus</groupId>
       <artifactId>plexus-build-api</artifactId>
       <version>0.0.7</version>
   </dependency>
   ``
   
   
   ### How to reproduce
   
   (1) first, download project to a new machine.
   (2) run comand: mvn clean package -Prelease -X -Dmaven.test.skip=true 
-Dspotless.skip=true -Djacoco.skip=true -Dmaven.deploy.skip=true -f pom.xml
   
   ### Anything else
   
   has checked this problem on:
   java: 1.8+/11/23
   maven: 3.8.4
   
   ### Version
   
   dev
   
   ### Are you willing to submit PR?
   
   - [x] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [x] I agree to follow this project's [Code of 
Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: 
[email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to