Wayne Fay wrote:
> 
> DepMgmt does not affect reporting plugins in M2. You need to add the
> dep directly to the plugin in the reporting section.
> 

I've added the plugin directly to the reporting section, like this:

...
  <reporting>
    <plugins>
      <plugin>
        <groupId>org.apache.maven.scm</groupId>
        <artifactId>maven-scm-provider-gitexe</artifactId>
      </plugin>
    </plugins>
  </reporting>
...

but now I get an error when running "mvn site":

<snip>
[ERROR] FATAL ERROR
[INFO]
------------------------------------------------------------------------
[INFO] The plugin descriptor for the plugin Plugin
[org.apache.maven.scm:maven-scm-provider-gitexe] was not found. Please
verify that the plugin JAR
/home/jeff/.m2/repository/org/apache/maven/scm/maven-scm-provider-gitexe/1.2/maven-scm-provider-gitexe-1.2.jar
is intact.
[INFO]
------------------------------------------------------------------------
[INFO] Trace
java.lang.IllegalStateException: The plugin descriptor for the plugin Plugin
[org.apache.maven.scm:maven-scm-provider-gitexe] was not found. Please
verify that the plugin JAR
/home/jeff/.m2/repository/org/apache/maven/scm/maven-scm-provider-gitexe/1.2/maven-scm-provider-gitexe-1.2.jar
is intact.
</snip>
-- 
View this message in context: 
http://old.nabble.com/No-such-provider%3A-%27git%27-tp26859089p26860814.html
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to