Skip to content

java.net.URISyntaxException: Illegal character in path #305

@paulpach

Description

@paulpach

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions