We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98a80c7 commit 2a86b83Copy full SHA for 2a86b83
pom.xml
@@ -79,6 +79,20 @@
79
<target>1.6</target>
80
</configuration>
81
</plugin>
82
+ <plugin>
83
+ <groupId>org.apache.maven.plugins</groupId>
84
+ <artifactId>maven-site-plugin</artifactId>
85
+ <version>3.1</version>
86
+ <configuration>
87
+ <reportPlugins>
88
89
+ <groupId>org.codehaus.mojo</groupId>
90
+ <artifactId>cobertura-maven-plugin</artifactId>
91
+ <version>2.5.1</version>
92
+ </plugin>
93
+ </reportPlugins>
94
+ </configuration>
95
96
</plugins>
97
<extensions>
98
<extension>
0 commit comments