Error injecting: org.apache.maven.report.projectinfo.CiManagementReport code example

Example 1: Error injecting: org.apache.maven.report.projectinfo.CiManagementReport


  org.apache.maven.plugins
  maven-site-plugin
  3.7.1


  org.apache.maven.plugins
  maven-project-info-reports-plugin
  3.0.0

Example 2: maven site plugin 3.3 doxia class not found

add this to the plugin section with the maven site plugin version to 3.7.1

        
 
            
                org.apache.maven.plugins
                maven-site-plugin
                3.7.1
            
 
            
                org.apache.maven.plugins
                maven-project-info-reports-plugin
                3.0.0
            
 
        

Tags:

Misc Example