xuziyang opened a new issue, #4796: URL: https://github.com/apache/shenyu/issues/4796
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior Environment Problem: Compile the project according to the documentation, and execute mvn install failed, as shown below:   ### Expected Behavior _No response_ ### Steps To Reproduce _No response_ ### Environment ```markdown OS:win11 Terminal: PowerShell ``` ### Debug logs _No response_ ### Anything else? The problem is actually related to how you are launching the Maven command. In Windows Powershell, [the dot . has a special meaning], so it gets interpreted. -- 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]
