diff options
Diffstat (limited to 'pom.xml')
| -rw-r--r-- | pom.xml | 25 |
1 files changed, 22 insertions, 3 deletions
@@ -4,7 +4,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>DNPMHelper</groupId> <artifactId>DNPMHelper</artifactId> - <version>0.5.1</version> + <version>0.6.0-SNAPSHOT</version> <name>DNPMHelper</name> <properties> @@ -22,9 +22,9 @@ <dependency> <groupId>de.itc</groupId> <artifactId>onkostar-parent</artifactId> - <version>2.11.1.5</version> + <version>2.11.1.6</version> <scope>system</scope> - <systemPath>${project.basedir}/libs/onkostar-api-2.11.1.5.jar</systemPath> + <systemPath>${project.basedir}/libs/onkostar-api-2.11.1.6.jar</systemPath> </dependency> <dependency> @@ -216,6 +216,25 @@ </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> |
