This is continuous question for maven-site plugins 3.3 java.lang.ClassNotFoundException: org.apache.maven.doxia.siterenderer.DocumentContent
for latest maven (3.5.4), if we do not specific maven-site-plugin in project's pom file, then default version like:
[INFO] --- maven-site-plugin:3.3:site (default-site)
Is it possible to configure maven to always use the latest maven-site-plugin like 3.7.1 for all project?
This is different from How do I tell Maven to use the latest version of a dependency?, as I ask for maven plugin, some of them by default do not need to specify in pom, but general dependency you always need to specify in pom.