File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed
Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change 9191
9292 <dependencyManagement >
9393 <dependencies >
94-
9594 <dependency >
9695 <groupId >org.hjug.refactorfirst.changepronenessranker</groupId >
9796 <artifactId >change-proneness-ranker</artifactId >
201200 </annotationProcessorPaths >
202201 </configuration >
203202 </plugin >
203+
204+ <!-- From https://mkyong.com/maven/mvn-site-java-lang-classnotfoundexception-org-apache-maven-doxia-siterenderer-documentcontent/-->
205+ <!-- Needed to allow mvn site to work-->
206+ <plugin >
207+ <groupId >org.apache.maven.plugins</groupId >
208+ <artifactId >maven-site-plugin</artifactId >
209+ <version >3.7.1</version >
210+ </plugin >
211+
212+ <plugin >
213+ <groupId >org.apache.maven.plugins</groupId >
214+ <artifactId >maven-project-info-reports-plugin</artifactId >
215+ <version >3.0.0</version >
216+ </plugin >
217+
204218 <!-- Security checks -->
205219 <plugin >
206220 <groupId >com.github.spotbugs</groupId >
You can’t perform that action at this time.
0 commit comments