|
|
@ -237,9 +237,36 @@ |
|
|
|
<rulesUri>classpath:///version-rules.xml</rulesUri> |
|
|
|
<rulesUri>classpath:///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> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<reporting> |
|
|
|
|
|
|
|
<plugins> |
|
|
|
|
|
|
|
<plugin> |
|
|
|
|
|
|
|
<groupId>org.jacoco</groupId> |
|
|
|
|
|
|
|
<artifactId>jacoco-maven-plugin</artifactId> |
|
|
|
|
|
|
|
</plugin> |
|
|
|
|
|
|
|
</plugins> |
|
|
|
|
|
|
|
</reporting> |
|
|
|
|
|
|
|
|
|
|
|
<profiles> |
|
|
|
<profiles> |
|
|
|
<profile> |
|
|
|
<profile> |
|
|
|
<id>release</id> |
|
|
|
<id>release</id> |
|
|
|