michael-o commented on PR #143:
URL: https://github.com/apache/maven-scm/pull/143#issuecomment-1133955513

   > steps to reproduce locally site build error:
   > 
   > ```
   > rm -rf ~/.m2/repository-prv/org/apache/maven/scm/
   > mvn verify -P run-its
   > mvn site -P reporting
   > ```
   > 
   > second run - will pass:
   > 
   > ```
   > mvn site -P reporting
   > ```
   
   The effect you see is sometimes expected because some reporting plugins 
require the react with package phase to be run to properly do its work 
otherwise they will fail. This is such a case: mvn package site -Preporting. 
Remember that during release an install has already happened.


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

Reply via email to