jira-importer commented on issue #386: URL: https://github.com/apache/maven-scm/issues/386#issuecomment-2964591056
**[Torbjørn Vatn ](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=torbjornvatn)** commented I'm having some issues getting this provider to work sadly. So far I've tried this: 1. git cloning http://ns1.backwork.net/git/maven-scm-providers-git.git and running mvn clean install 2. vim'ing into .m2/repository/org/apache/maven/scm/maven-scm-providers/1.0/maven-scm-providers-1.0.pom and adding \<module>maven-scm-providers-git\</module> in the modules section of the file. 3. Adding this to my projects pom.xml: \<scm> \<connection>scm:git:git://github.com/torbjornvatn/fitnesse-pom-widget.git\</connection> \<url>scm:git:git://github.com/torbjornvatn/fitnesse-pom-widget.git\</url> \</scm> 4. running scm:status only gives my the error message: [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] Cannot run status command : Embedded error: Can't load the scm provider. No such provider: 'git'. Can anyone give my some pointers to what I'm doing wrong. I'm a big fan of git and really wants to get this maven provider working. Thanks in advance! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
