hboutemy opened a new issue, #153: URL: https://github.com/apache/maven-scm-publish-plugin/issues/153
### Affected version master ### Bug description as seen in #152 , current GH Actions run skips every IT: ``` [INFO] ------------------------------------------------- [INFO] Build Summary: [INFO] Passed: 0, Failed: 0, Errors: 0, Skipped: 5 [INFO] ------------------------------------------------- Warning: The following builds were skipped: Warning: * publish-scm-staged/pom.xml Warning: * issue-mscmpub-50/pom.xml Warning: * site-deploy/pom.xml Warning: * publish-scm-skip/pom.xml Warning: * publish-scm/pom.xml [INFO] ------------------------------------------------- ``` then does not detect any failure, like with Maven 4 need to install system `svn` and `svnadmin` prerequisites to avoid skipping ITs: https://github.com/apache/maven-scm-publish-plugin/blob/master/src/it/publish-scm/selector.groovy -- 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]
