-
Notifications
You must be signed in to change notification settings - Fork 304
Description
We are trying to build a node project where some of the node modules downloaded have files that have chinese characters in them. That resulted in the following exception during building of the maven project that has git-commit-id plugin:
[ERROR] Failed to execute goal pl.project13.maven:git-commit-id-plugin:2.2.4:revision (default) on project mapanelweb: Could not complete Mojo execution... Malformed input or input contains unmappable characters: /home/ec2-user/workspace/eis-mapanel-cloud8/source/service/node_modules/http-server/node_modules/ecstatic/test/public/?????? -> [Help 1]
Expected Behavior
The build should not fail with the above error
Current Behavior
Our project build is failing in the Jenkins server with the following exception:
[ERROR] Failed to execute goal pl.project13.maven:git-commit-id-plugin:2.2.4:revision (default) on project mapanelweb: Could not complete Mojo execution... Malformed input or input contains unmappable characters: /home/ec2-user/workspace/eis-mapanel-cloud8/source/service/node_modules/http-server/node_modules/ecstatic/test/public/?????? -> [Help 1]
The same build is going fine in my laptop
Steps to Reproduce (for bugs only)
Environment (for bugs only)
This issue is only observed during the building of our node js project in the Jenkins server. If I attempt the same build in my laptop, I am not seeing any issues.