diff options
author | Vitaly Takmazov | 2023-04-30 11:41:51 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-04-30 11:41:51 +0300 |
commit | cc22c0a446da17659b18bc6964cbbfb7d016eb9b (patch) | |
tree | 95f97438aaa76b94f0211e5c0f784a6263e0428b /pom.xml | |
parent | cd6150df90a6ab86f20221c61c58c6864dc408fc (diff) |
Disable Jacoco to speed up tests
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 19 |
1 files changed, 0 insertions, 19 deletions
@@ -401,25 +401,6 @@ </execution> </executions> </plugin> - <plugin> - <groupId>org.jacoco</groupId> - <artifactId>jacoco-maven-plugin</artifactId> - <version>0.8.10</version> - <executions> - <execution> - <goals> - <goal>prepare-agent</goal> - </goals> - </execution> - <execution> - <id>report</id> - <phase>prepare-package</phase> - <goals> - <goal>report</goal> - </goals> - </execution> - </executions> - </plugin> </plugins> </build> <profiles> |