hboutemy commented on PR #152:
URL: 
https://github.com/apache/maven-scm-publish-plugin/pull/152#issuecomment-4717823539

   oh, I found what is happening: 
   `mvn site` with Maven 3 runs the default bindings (`site:site`) then 
additional goals from `pom.xml` (`antrun` here)
   
   with Maven 4, it runs them in opposite order: `antrun` first, which fails 
(because it expects results from `site`) = why the site bindings don't run
   
   seems I'll have to open a new bug report for Maven 4, for a new small edge 
case
   
   (I suppose we'll have the same with `clean` lifecycle, need also to check 
with default lifecycle, to be complete)
   


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