[
https://issues.apache.org/jira/browse/MNG-6615?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Osipov closed MNG-6615.
-------------------------------
Fix Version/s: (was: waiting-for-feedback)
Resolution: Incomplete
No information provided.
> Failed to execute mvn site command for any project, including brand new
> -----------------------------------------------------------------------
>
> Key: MNG-6615
> URL: https://issues.apache.org/jira/browse/MNG-6615
> Project: Maven
> Issue Type: Bug
> Affects Versions: 3.6.0
> Reporter: Mykyta Bezverkhyi
> Priority: Major
>
> Steps to reproduce:
> # Create project of any archetype using Maven 3.6.0.
> # Execute _mvn site_ command.
> *Actual result:* [INFO] BUILD FAILURE
> [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-site-plugin:3.3:site (default-site) on project
> test:
> Execution default-site of goal
> org.apache.maven.plugins:maven-site-plugin:3.3:site failed:
> A required class was missing while executing
> org.apache.maven.plugins:maven-site-plugin:3.3:site:
> org/apache/maven/doxia/siterenderer/DocumentContent
> *Expected result:* [INFO] BUILD SUCCESS
> Notes: As far as I know it can be fixed by updating _maven-site-plugin_
> version to the latest one, currently _3.7.1_, but it's kinda annoying to do
> this for all of the projects and trying to remember what you did to fix it
> coding the new one. So I think it makes sense for you to update the default
> plugin version to _3.7.1_ in your next release, or to fix it in the way you
> want.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)