File tree Expand file tree Collapse file tree 1 file changed +7
-21
lines changed Expand file tree Collapse file tree 1 file changed +7
-21
lines changed Original file line number Diff line number Diff line change 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 >
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
You can’t perform that action at this time.
0 commit comments