File tree Expand file tree Collapse file tree 4 files changed +0
-35
lines changed
Expand file tree Collapse file tree 4 files changed +0
-35
lines changed Original file line number Diff line number Diff line change 8585
8686 <build >
8787 <plugins >
88- <plugin >
89- <groupId >org.jacoco</groupId >
90- <artifactId >jacoco-maven-plugin</artifactId >
91- </plugin >
92-
9388 <plugin >
9489 <groupId >org.apache.maven.plugins</groupId >
9590 <artifactId >maven-clean-plugin</artifactId >
Original file line number Diff line number Diff line change 150150 <artifactId >dependency-check-maven</artifactId >
151151 <version >${dependency-check-version} </version >
152152 </plugin >
153- <plugin >
154- <groupId >org.jacoco</groupId >
155- <artifactId >jacoco-maven-plugin</artifactId >
156- <version >0.8.14</version >
157- <executions >
158- <execution >
159- <id >prepare-agent</id >
160- <goals >
161- <goal >prepare-agent</goal >
162- </goals >
163- </execution >
164- <execution >
165- <id >report</id >
166- <phase >test</phase >
167- <goals >
168- <goal >report</goal >
169- </goals >
170- </execution >
171- </executions >
172- </plugin >
173153 </plugins >
174154 </pluginManagement >
175155
Original file line number Diff line number Diff line change 9393
9494 <build >
9595 <plugins >
96- <plugin >
97- <groupId >org.jacoco</groupId >
98- <artifactId >jacoco-maven-plugin</artifactId >
99- </plugin >
100-
10196 <plugin >
10297 <groupId >org.apache.maven.plugins</groupId >
10398 <artifactId >maven-clean-plugin</artifactId >
Original file line number Diff line number Diff line change 192192 </executions >
193193 </plugin >
194194
195- <plugin >
196- <groupId >org.jacoco</groupId >
197- <artifactId >jacoco-maven-plugin</artifactId >
198- </plugin >
199-
200195 <plugin >
201196 <groupId >org.apache.maven.plugins</groupId >
202197 <artifactId >maven-clean-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments