You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We get this error when running the licence checker:
[ERROR] Failed to execute goal org.codehaus.mojo:license-maven-plugin:2.5.0:add-third-party (verify-third-party-licenses) on project testwebapp: could not init goal AddThirdPartyMojo for reason : Illegal character in path at index 10: file:///C:\Repositories\build\testwebapp\target/artifact-filters.txt -> [Help 1]
The error does not occur on our linux build servers or in my WSL, but it does occur on Windows since version 2.5.0. Version 2.4.0 is fine.
The text was updated successfully, but these errors were encountered:
@slawekjaranowski
Here's an example pom with which to reproduce the issue.
You will need to place a dummy file 'artifact-filters.txt' in your target folder. pom.zip
We get this error when running the licence checker:
[ERROR] Failed to execute goal org.codehaus.mojo:license-maven-plugin:2.5.0:add-third-party (verify-third-party-licenses) on project testwebapp: could not init goal AddThirdPartyMojo for reason : Illegal character in path at index 10: file:///C:\Repositories\build\testwebapp\target/artifact-filters.txt -> [Help 1]
The error does not occur on our linux build servers or in my WSL, but it does occur on Windows since version 2.5.0. Version 2.4.0 is fine.
The text was updated successfully, but these errors were encountered: