[ https://issues.apache.org/jira/browse/SCM-979?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17540655#comment-17540655 ]
ASF GitHub Bot commented on SCM-979: ------------------------------------ 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. > Replace Plexus Container Default with Sisu Plexus Shim > ------------------------------------------------------ > > Key: SCM-979 > URL: https://issues.apache.org/jira/browse/SCM-979 > Project: Maven SCM > Issue Type: Task > Reporter: Michael Osipov > Assignee: Tamás Cservenák > Priority: Major > Fix For: 2.0.0-M2 > > > Changes: > * update dependencies accordingly > * remove any uses of deprecated Plexus APIs > * replace plexus-container-default with plexus-shim -- This message was sent by Atlassian Jira (v8.20.7#820007)