jira-importer commented on issue #922: URL: https://github.com/apache/maven-scm/issues/922#issuecomment-2964633156
**[Kristian Rosenvold](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=krosenvold)** commented plexus-utils has had a fair amount of escaping bugs. Since they're all platform specific (and we're quite few windows users in the dev team), you may want to add the following to your release plugin pom: <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-release-plugin</artifactId> <version>2.4.1</version> <dependencies> <dependency> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-utils</artifactId> <version>3.0.10</version> </dependency> </dependencies> </plugin> You can play around with versions from 2 .0 and above, check http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/ If you can identify if this works with any specific versions, we might be able to pinpoint a fix If you're able to find a version that fixes/breaks the escaping issue we might be able to get somewhere with this -- 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