|
|
|
@ -319,10 +319,40 @@ |
|
|
|
|
<plugin> |
|
|
|
|
<groupId>org.apache.maven.plugins</groupId> |
|
|
|
|
<artifactId>maven-javadoc-plugin</artifactId> |
|
|
|
|
<reportSets> |
|
|
|
|
<reportSet> |
|
|
|
|
<id>aggregate</id> |
|
|
|
|
<inherited>false</inherited> |
|
|
|
|
<reports> |
|
|
|
|
<report>aggregate</report> |
|
|
|
|
</reports> |
|
|
|
|
</reportSet> |
|
|
|
|
<reportSet> |
|
|
|
|
<id>default</id> |
|
|
|
|
<reports> |
|
|
|
|
<report>javadoc</report> |
|
|
|
|
</reports> |
|
|
|
|
</reportSet> |
|
|
|
|
</reportSets> |
|
|
|
|
</plugin> |
|
|
|
|
<plugin> |
|
|
|
|
<groupId>org.apache.maven.plugins</groupId> |
|
|
|
|
<artifactId>maven-jxr-plugin</artifactId> |
|
|
|
|
<reportSets> |
|
|
|
|
<reportSet> |
|
|
|
|
<id>aggregate</id> |
|
|
|
|
<inherited>false</inherited> |
|
|
|
|
<reports> |
|
|
|
|
<report>aggregate</report> |
|
|
|
|
</reports> |
|
|
|
|
</reportSet> |
|
|
|
|
<reportSet> |
|
|
|
|
<id>default</id> |
|
|
|
|
<reports> |
|
|
|
|
<report>jxr</report> |
|
|
|
|
</reports> |
|
|
|
|
</reportSet> |
|
|
|
|
</reportSets> |
|
|
|
|
</plugin> |
|
|
|
|
<plugin> |
|
|
|
|
<groupId>org.jacoco</groupId> |
|
|
|
|