jira-importer commented on issue #775: URL: https://github.com/apache/maven-scm/issues/775#issuecomment-2964623524
**[James Nord](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=teilo)** commented I see the issue still? http://maven.apache.org/scm/maven-scm-plugin/xref/org/apache/maven/scm/plugin/ValidateMojo.html 34 * `@execute` phase="validate" http://maven.apache.org/developers/mojo-api-specification.html execute When this goal is invoked, it will first invoke a parallel lifecycle, ending at the given phase. So when scm:validate is bound to the lifecycle validate phase will be run twice. [INFO] Preparing scm:validate [WARNING] Removing: validate from forked lifecycle, to prevent recursive invocation. -- 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-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org