-
Notifications
You must be signed in to change notification settings - Fork 301
java.net.URISyntaxException: Illegal character in path #305
Copy link
Copy link
Closed
Description
Using version 2.2.2, in windows when I build my app I get this error:
[INFO] [ERROR] Failed to execute goal pl.project13.maven:git-commit-id-plugin:2.2.2:revision (default) on project TwitterStreamer: Could not complete Mojo execution... java.net.URISyntaxException: Illegal character in path at index 10: file:///C:\Users\557659\SnapAll -> [Help 1]
The same exact build works fine in my mac.
the relevant part of the pom is this:
<plugin>
<groupId>pl.project13.maven</groupId>
<artifactId>git-commit-id-plugin</artifactId>
<configuration>
<verbose>false</verbose>
</configuration>
</plugin>It looks similar to #274 I don't know if this is a dup because the error message is slightly different.
Reactions are currently unavailable