You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by GitBox <gi...@apache.org> on 2021/11/17 17:11:55 UTC

[GitHub] [maven-scm] pzygielo commented on a change in pull request #107: [SCM-946] Added @threadSafe for parallel execution

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="evenisse@apache.org">Emmanuel Venisse</a>
  * @author Olivier Lamy
  */
+ 
+@Mojo( name = "ScmMojo",

Review comment:
       This adds new goal, including documentation (site, `:help`)
   ![scmmojo](https://user-images.githubusercontent.com/11896137/142248223-1571f28f-2b59-4d6f-b5dc-0de94bcc937b.png)
   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: issues-unsubscribe@maven.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org