diff options
author | efiacor <fiachra.corcoran@est.tech> | 2020-04-16 14:59:07 +0100 |
---|---|---|
committer | efiacor <fiachra.corcoran@est.tech> | 2020-04-16 15:03:50 +0100 |
commit | 5906de2465975e42e4983abe411f30fa16050fdf (patch) | |
tree | 81bf98d48c6e09f9d545f993bcd9416c510ea109 /pom.xml | |
parent | 8552e04175c7091d0d748e0c0f4b14a0d9321b40 (diff) |
Fix sonar issues and reporting
Signed-off-by: efiacor <fiachra.corcoran@est.tech>
Change-Id: I29aa54e62d2dfaa6eddb16eb67c325254dfc0e06
Issue-ID: DMAAP-1426
Diffstat (limited to 'pom.xml')
-rwxr-xr-x | pom.xml | 26 |
1 files changed, 2 insertions, 24 deletions
@@ -300,7 +300,7 @@ <exclude>IntegrationSuite.java</exclude> </excludes> <argLine> - --illegal-access=permit + ${surefireArgLine} --illegal-access=permit </argLine> </configuration> </plugin> @@ -374,7 +374,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> - <version>3.0.1</version> + <version>3.2.0</version> <configuration> <failOnError>false</failOnError> </configuration> @@ -473,28 +473,6 @@ </execution> </executions> </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> - <configuration> - <dataFile>${project.build.directory}/code-coverage/jacoco.exec</dataFile> - <outputDirectory>${project.reporting.outputDirectory}/jacoco-ut</outputDirectory> - </configuration> - </execution> - </executions> - </plugin> </plugins> </pluginManagement> </build> |