[Question] <Problems in compiling Shenyu>
- Dominant language
- Java
- Stars
- 8.8k
- Forks
- 3.1k
- Avg merge
- 7d 1h
- Merged PRs (30d)
- 85
Description
### Question
I encountered some issues when compiling Shenyu. I ran into problems when executing the official compilation command provided by Shenyu: mvn clean install -Dmaven.javadoc.skip=true -B -Drat.skip=true -Djacoco.skip=true -DskipITs -DskipTests. maven-remote-resources-plugin:1.. 5:process(process-resource-bundles)@shenyu
Execution reached this point and a "build failure" was prompted. The goal "org.apache.maven.plugins:maven-remote-resources-plugin:1.5:process(process-resource-bundles)" failed on the project "shenyu": The execution of "process-resource-bundles" of the goal "org.apache.maven.plugins:maven-remote-resources-plugin:1.5:process" failed: A necessary class was missing while executing "org.apache.maven.plugins:maven-remote-resources-plugin:1.5:process". org/apache/commons/collections/ExtendedProperties
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reproducing the official Maven command shown in the issue and inspect the failure at maven-remote-resources-plugin:1.5:process for the shenyu project. Determine the cause of the missing org/apache/commons/collections/ExtendedProperties class; done means the stated compilation command completes successfully.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100