You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: