Repro:
1. Create CI job using talend project in CI;
2. Run CI job;
Actual:
"...The parameters 'licensePath'...invalid'" shows
[ERROR] Failed to execute goal org.talend.ci:signer-maven-plugin:7.1.1:sign (sign) on project test1: The parameters 'licensePath' for goal org.talend.ci:signer-maven-plugin:7.1.1:sign are missing or invalid -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginParameterException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :test1
Expect:
No such error