Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit 17c1ca7a authored by Joze RIHTARSIC's avatar Joze RIHTARSIC
Browse files

- fix jacoco version plugin

parent 2fc838d2
No related branches found
No related tags found
No related merge requests found
......@@ -48,6 +48,7 @@
</sonar.jacoco.codeCoveragePath>
<sonar.jacoco.remotePort>${sonar.jacoco.codeCoveragePath}/jacoco-ut.exec</sonar.jacoco.remotePort>
<sonar.maven.plugin.version>3.5.0.1254</sonar.maven.plugin.version>
<jacoco.maven.plugin.version>0.8.2</jacoco.maven.plugin.version>
<!-- default value for deploy under Weblogic, etc -->
<deployWarFolder>/home/edelivery/oracle/middleware/domains/bdmsl/autodeploy/</deployWarFolder>
......@@ -129,6 +130,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>${jacoco.maven.plugin.version}</version>
<executions>
<execution>
<phase>post-integration-test</phase>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment