SCM URL could not be found: No such provider: 'jazz'
![]()
Trying to run Maven Release build using the Maven Release plugin in Jenkins fails with this message:
*****
[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/MojoFailureException *****
Any help? Works fine for other Jenkins jobs for different projects.
Here is the pom.xml entry:
****
This is the exact entry in rest of the projects:
The repository workspace is:
Buildeng_FIT.MCCR_RWSService-risk-common-lib-ITECJenkins
RTC 5.0.2
Maven build
Build server is a Linux box.
Thank you
|
Accepted answer
One other answer
![]()
Sorry, spoke too soon. This project had an upstream build project where the maven scm plugin should have been defined but was missing. This was the problem.
I just need to update the pom.xml for this upstream build project with the maven scm plugin:
*****
*****
Thanks Donald.
|