|
|
@ -197,6 +197,11 @@ |
|
|
|
<artifactId>versions-maven-plugin</artifactId> |
|
|
|
<artifactId>versions-maven-plugin</artifactId> |
|
|
|
<version>2.7</version> |
|
|
|
<version>2.7</version> |
|
|
|
</plugin> |
|
|
|
</plugin> |
|
|
|
|
|
|
|
<plugin> |
|
|
|
|
|
|
|
<groupId>org.jacoco</groupId> |
|
|
|
|
|
|
|
<artifactId>jacoco-maven-plugin</artifactId> |
|
|
|
|
|
|
|
<version>0.8.4</version> |
|
|
|
|
|
|
|
</plugin> |
|
|
|
</plugins> |
|
|
|
</plugins> |
|
|
|
</pluginManagement> |
|
|
|
</pluginManagement> |
|
|
|
<plugins> |
|
|
|
<plugins> |
|
|
@ -288,6 +293,24 @@ |
|
|
|
<rulesUri>file://${openrs2.root}/version-rules.xml</rulesUri> |
|
|
|
<rulesUri>file://${openrs2.root}/version-rules.xml</rulesUri> |
|
|
|
</configuration> |
|
|
|
</configuration> |
|
|
|
</plugin> |
|
|
|
</plugin> |
|
|
|
|
|
|
|
<plugin> |
|
|
|
|
|
|
|
<groupId>org.jacoco</groupId> |
|
|
|
|
|
|
|
<artifactId>jacoco-maven-plugin</artifactId> |
|
|
|
|
|
|
|
<executions> |
|
|
|
|
|
|
|
<execution> |
|
|
|
|
|
|
|
<id>prepare-agent</id> |
|
|
|
|
|
|
|
<goals> |
|
|
|
|
|
|
|
<goal>prepare-agent</goal> |
|
|
|
|
|
|
|
</goals> |
|
|
|
|
|
|
|
</execution> |
|
|
|
|
|
|
|
<execution> |
|
|
|
|
|
|
|
<id>report</id> |
|
|
|
|
|
|
|
<goals> |
|
|
|
|
|
|
|
<goal>report</goal> |
|
|
|
|
|
|
|
</goals> |
|
|
|
|
|
|
|
</execution> |
|
|
|
|
|
|
|
</executions> |
|
|
|
|
|
|
|
</plugin> |
|
|
|
</plugins> |
|
|
|
</plugins> |
|
|
|
</build> |
|
|
|
</build> |
|
|
|
|
|
|
|
|
|
|
@ -301,6 +324,10 @@ |
|
|
|
<groupId>org.apache.maven.plugins</groupId> |
|
|
|
<groupId>org.apache.maven.plugins</groupId> |
|
|
|
<artifactId>maven-jxr-plugin</artifactId> |
|
|
|
<artifactId>maven-jxr-plugin</artifactId> |
|
|
|
</plugin> |
|
|
|
</plugin> |
|
|
|
|
|
|
|
<plugin> |
|
|
|
|
|
|
|
<groupId>org.jacoco</groupId> |
|
|
|
|
|
|
|
<artifactId>jacoco-maven-plugin</artifactId> |
|
|
|
|
|
|
|
</plugin> |
|
|
|
</plugins> |
|
|
|
</plugins> |
|
|
|
</reporting> |
|
|
|
</reporting> |
|
|
|
|
|
|
|
|
|
|
|