pzygielo commented on a change in pull request #107:
URL: https://github.com/apache/maven-scm/pull/107#discussion_r751454937



##########
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",
+       threadSafe = false)

Review comment:
       ```
   [INFO] --- maven-checkstyle-plugin:3.0.0:check (checkstyle-check) @ 
maven-scm-plugin ---
   [INFO] There is 1 error reported by Checkstyle 6.18 with 
config/maven_checks.xml ruleset.
   [ERROR] 
src/main/java/org/apache/maven/scm/plugin/AbstractScmMojo.java:[63,26] 
(whitespace) ParenPad: ')' is not preceded with whitespace.
   [WARNING] checkstyle:check violations detected but failOnViolation set to 
false
   ```




-- 
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]


Reply via email to