SCM URL could not be found: No such provider: 'jazz'
![](http://jazz.net/_images/myphoto/27f983610940e6608ef40306a1fd55e4.jpg)
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:
****
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"><modelVersion>4.0.0</modelVersion><groupId>com.osgt</groupId><artifactId>risk-common-lib</artifactId><version>16.04.00-SNAPSHOT</version><packaging>pom</packaging>
****
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
![](http://jazz.net/_images/myphoto/27f983610940e6608ef40306a1fd55e4.jpg)
You didn't mention the Maven SCM Jazz Provider, so the first question for you would be, are you using it at all? You will need it to work with Jazz SCM.
https://maven.apache.org/scm/maven-scm-providers/maven-scm-provider-jazz/index.html
https://maven.apache.org/scm/maven-scm-providers/maven-scm-provider-jazz/index.html
Comments
![](http://jazz.net/_images/myphoto/27f983610940e6608ef40306a1fd55e4.jpg)
Hi Donald
How are you?
Can you please elaborate what you mean by "You didn't mention the Maven SCM Jazz Provider"?
Like I said, we are able to use this Jenkins plugin to run Maven release builds with RTC just fine for the rest of the projects - all use same settings.xml, pom.xml has the similar entry as above for scm (except the repo workspace changes for each). There is no additional entry for SCM/Jazz in either the pom.xml or the settings.xml file.
Thanks