diff options
Diffstat (limited to 'hv-collector-coverage')
-rw-r--r-- | hv-collector-coverage/pom.xml | 39 |
1 files changed, 17 insertions, 22 deletions
diff --git a/hv-collector-coverage/pom.xml b/hv-collector-coverage/pom.xml index a046f29b..7a6a78ff 100644 --- a/hv-collector-coverage/pom.xml +++ b/hv-collector-coverage/pom.xml @@ -46,28 +46,23 @@ <failIfMissingComponentTests>false</failIfMissingComponentTests> </properties> - <profiles> - <profile> - <id>analysis</id> - <build> - <plugins> - <plugin> - <groupId>org.jacoco</groupId> - <artifactId>jacoco-maven-plugin</artifactId> - <executions> - <execution> - <id>default-report</id> - <phase>package</phase> - <goals> - <goal>report-aggregate</goal> - </goals> - </execution> - </executions> - </plugin> - </plugins> - </build> - </profile> - </profiles> + <build> + <plugins> + <plugin> + <groupId>org.jacoco</groupId> + <artifactId>jacoco-maven-plugin</artifactId> + <executions> + <execution> + <id>default-report</id> + <phase>package</phase> + <goals> + <goal>report-aggregate</goal> + </goals> + </execution> + </executions> + </plugin> + </plugins> + </build> <dependencies> <dependency> |