diff options
-rw-r--r-- | javatoscachecker/pom.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/javatoscachecker/pom.xml b/javatoscachecker/pom.xml index d9224f3..1efabab 100644 --- a/javatoscachecker/pom.xml +++ b/javatoscachecker/pom.xml @@ -95,6 +95,7 @@ </configuration> </plugin> --> + <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-deploy-plugin</artifactId> @@ -102,6 +103,17 @@ <skip /> </configuration> </plugin> + + <plugin> + <groupId>org.jacoco</groupId> + <artifactId>jacoco-maven-plugin</artifactId> + </plugin> + + <plugin> + <groupId>org.codehaus.mojo</groupId> + <artifactId>sonar-maven-plugin</artifactId> + </plugin> + </plugins> </build> |