Ubuntu – How to escape pipes in Maven argument string in Powershell
I am trying to make the following command work in Powershell: mvn -Dhttp.nonProxyHosts='xxx.xxx.*|*.example.com|*.example2.com|localhost|127.0.0.1' -DskipTests clean install This command works fine in Ubuntu, but I unfortunately need a version working in Powershell. This command keeps failing with the message: The command…