hboutemy commented on PR #152: URL: https://github.com/apache/maven-scm-publish-plugin/pull/152#issuecomment-4712607896
diving into why: IT execution of `mvn site scm-publish:publish-scm` https://github.com/apache/maven-scm-publish-plugin/blob/master/src/it/publish-scm/invoker.properties does not execute `site:site`nor `antrun:run` bound to `site` lifecycle phase if I configure the build to not use the `site` phase, but explicitely run goals: `mvn site:site antrun:run@ln scm-publish:publish-scm` it's ok Maven 4.0.0 seems to have dropped `site` lifecycle??? why??? @gnodet @cstamas -- 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]
