changed sonar configuration

This commit is contained in:
Sheldan
2020-05-27 16:18:03 +02:00
parent 10b3b647e3
commit f05f088d58
2 changed files with 21 additions and 2 deletions

View File

@@ -24,6 +24,24 @@
<module>documentation</module>
</modules>
<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<executions>
<execution>
<goals>
<goal>prepare-agent</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</pluginManagement>
</build>
<dependencyManagement>
<dependencies>