File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 319
319
<artifactId >maven-dependency-plugin</artifactId >
320
320
<executions >
321
321
<execution >
322
- <id >unpack-dependencies</id >
322
+ <id >unpack-dependencies-classpath </id >
323
323
<phase >site</phase >
324
324
<goals >
325
325
<goal >analyze-only</goal >
357
357
</configuration >
358
358
</execution >
359
359
<execution >
360
- <id >check-dependencies1 </id >
360
+ <id >check-dependencies-1 </id >
361
361
<phase >site</phase >
362
362
<goals >
363
363
<goal >list</goal >
366
366
</goals >
367
367
</execution >
368
368
<execution >
369
- <id >check-dependencies2 </id >
369
+ <id >check-dependencies-2 </id >
370
370
<phase >site</phase >
371
371
<goals >
372
372
<goal >analyze</goal >
376
376
</goals >
377
377
</execution >
378
378
<execution >
379
- <id >check-dependencies3 </id >
379
+ <id >check-dependencies-3 </id >
380
380
<phase >site</phase >
381
381
<goals >
382
382
<goal >tree</goal >
You can’t perform that action at this time.
0 commit comments