|
@@ -35,6 +35,18 @@
|
|
<build>
|
|
<build>
|
|
<sourceDirectory>src</sourceDirectory>
|
|
<sourceDirectory>src</sourceDirectory>
|
|
<plugins>
|
|
<plugins>
|
|
|
|
+ <plugin>
|
|
|
|
+ <groupId>org.apache.maven.plugins</groupId>
|
|
|
|
+ <artifactId>maven-surefire-plugin</artifactId>
|
|
|
|
+ <version>2.18.1</version>
|
|
|
|
+ <dependencies>
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>org.apache.maven.surefire</groupId>
|
|
|
|
+ <artifactId>surefire-junit47</artifactId>
|
|
|
|
+ <version>2.18.1</version>
|
|
|
|
+ </dependency>
|
|
|
|
+ </dependencies>
|
|
|
|
+ </plugin>
|
|
<plugin>
|
|
<plugin>
|
|
<groupId>org.jacoco</groupId>
|
|
<groupId>org.jacoco</groupId>
|
|
<artifactId>jacoco-maven-plugin</artifactId>
|
|
<artifactId>jacoco-maven-plugin</artifactId>
|