jira-importer commented on issue #206: URL: https://github.com/apache/maven-install-plugin/issues/206#issuecomment-2771849521
**[Benjamin Bentmann](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=bentmann)** commented It seems the equal sign (=) is a special/reserved character in Powershell so one has to handle it with care. Putting quotes around the arg, i.e. ``` mvn .... "-Dversion=4.0.0" ``` works here. -- 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: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org