Skip to content

Commit 3b8333a

Browse files
Add plugins to allow mvn site to work
1 parent c8e40b2 commit 3b8333a

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

pom.xml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@
9191

9292
<dependencyManagement>
9393
<dependencies>
94-
9594
<dependency>
9695
<groupId>org.hjug.refactorfirst.changepronenessranker</groupId>
9796
<artifactId>change-proneness-ranker</artifactId>
@@ -201,6 +200,21 @@
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>

0 commit comments

Comments
 (0)