Skip to content

Commit 1a6df47

Browse files
Enabeled JaCoCo on build
1 parent 9939764 commit 1a6df47

File tree

1 file changed

+7
-21
lines changed

1 file changed

+7
-21
lines changed

pom.xml

Lines changed: 7 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -152,27 +152,6 @@
152152
</configuration>
153153
</plugin>
154154

155-
<!--
156-
<plugin>
157-
<groupId>org.apache.maven.plugins</groupId>
158-
<artifactId>maven-release-plugin</artifactId>
159-
<version>${maven-release-plugin.version}</version>
160-
<configuration>
161-
<localCheckout>true</localCheckout>
162-
<pushChanges>false</pushChanges>
163-
<mavenExecutorId>forked-path</mavenExecutorId>
164-
<arguments>-Dgpg.passphrase=${gpg.passphrase}</arguments>
165-
</configuration>
166-
<dependencies>
167-
<dependency>
168-
<groupId>org.apache.maven.scm</groupId>
169-
<artifactId>maven-scm-provider-gitexe</artifactId>
170-
<version>1.9.4</version>
171-
</dependency>
172-
</dependencies>
173-
</plugin>
174-
-->
175-
176155
<plugin>
177156
<groupId>org.jacoco</groupId>
178157
<artifactId>jacoco-maven-plugin</artifactId>
@@ -184,6 +163,13 @@
184163
<goal>prepare-agent</goal>
185164
</goals>
186165
</execution>
166+
<execution>
167+
<id>report</id>
168+
<phase>prepare-package</phase>
169+
<goals>
170+
<goal>report</goal>
171+
</goals>
172+
</execution>
187173
</executions>
188174
</plugin>
189175

0 commit comments

Comments
 (0)