pzygielo commented on a change in pull request #107: URL: https://github.com/apache/maven-scm/pull/107#discussion_r751454226
########## File path: maven-scm-plugin/src/main/java/org/apache/maven/scm/plugin/AbstractScmMojo.java ########## @@ -57,6 +58,9 @@ * @author <a href="[email protected]">Emmanuel Venisse</a> * @author Olivier Lamy */ + +@Mojo( name = "ScmMojo", Review comment: This adds new goal, including documentation (site, `:help`)  but such goal cannot be executed: ``` [ERROR] Failed to execute goal org.apache.maven.plugins:maven-scm-plugin:1.11.3-SNAPSHOT:ScmMojo (default-cli) on project xavier: Execution default-cli of goal org.apache.maven.plugins:maven-scm-plugin:1.11.3-SNAPSHOT:ScmMojo failed: Unable to load the mojo 'ScmMojo' (or one of its required components) from the plugin 'org.apache.maven.plugins:maven-scm-plugin:1.11.3-SNAPSHOT': com.google.inject.ProvisionException: Unable to provision, see the following errors: [ERROR] [ERROR] 1) No implementation for org.apache.maven.scm.plugin.AbstractScmMojo was bound. [ERROR] while locating org.apache.maven.scm.plugin.AbstractScmMojo ``` -- 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]
