pzygielo commented on pull request #107: URL: https://github.com/apache/maven-scm/pull/107#issuecomment-972653112
@Lonzak - what is your maven version? I still can't see it being fixed by [current changes](85b640113bf9e943534c0f63850bf0a5bd6942fb). ```shell $ git tag -d v34 ; mvn -V scm:tag -DpushChanges=false -DconnectionUrl=scm:git:git://server/repo -Dtag=v34 -T4 Deleted tag 'v34' (was 0d8d2a7) Apache Maven 3.8.3 (ff8e977a158738155dc465c6a97ffaf31982d739) Maven home: /usr/local/apps/apache-maven-3.8.3 Java version: 11.0.13, vendor: Red Hat, Inc., runtime: /usr/lib/jvm/java-11-openjdk-11.0.13.0.8-2.fc35.x86_64 Default locale: en_GB, platform encoding: UTF-8 OS name: "linux", version: "5.14.17-301.fc35.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... [INFO] [INFO] Using the MultiThreadedBuilder implementation with a thread count of 4 [INFO] [INFO] ----------------------------< xavier >----------------------------- [INFO] Building Xavier 1-SNAPSHOT [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Xavier: [WARNING] org.apache.maven.plugins:maven-scm-plugin:1.11.3-SNAPSHOT [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-scm-plugin:1.11.3-SNAPSHOT:tag (default-cli) @ xavier --- [INFO] Final Tag Name: 'v34' [INFO] Executing: /bin/sh -c cd '/tmp/xavier' && 'git' 'tag' '-F' '/tmp/maven-scm-1378539639.commit' 'v34' [INFO] Working directory: /tmp/xavier [INFO] Executing: /bin/sh -c cd '/tmp/xavier' && 'git' 'ls-files' [INFO] Working directory: /tmp/xavier [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 1.867 s (Wall Clock) [INFO] Finished at: 2021-11-18T09:41:22+01:00 [INFO] ------------------------------------------------------------------------ ``` -- 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]
