Skip to content

Commit 99b6cb3

Browse files
committed
Fixed #106, Fixed #109, Fixed #110
1 parent f2a96e4 commit 99b6cb3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@
320320
<executions>
321321
<execution>
322322
<id>unpack-dependencies</id>
323-
<phase>pre-site</phase>
323+
<phase>site</phase>
324324
<goals>
325325
<goal>analyze-only</goal>
326326
<goal>analyze-dep-mgt</goal>
@@ -358,7 +358,7 @@
358358
</execution>
359359
<execution>
360360
<id>check-dependencies1</id>
361-
<phase>pre-site</phase>
361+
<phase>site</phase>
362362
<goals>
363363
<goal>list</goal>
364364
<goal>list-repositories</goal>
@@ -367,7 +367,7 @@
367367
</execution>
368368
<execution>
369369
<id>check-dependencies2</id>
370-
<phase>pre-site</phase>
370+
<phase>site</phase>
371371
<goals>
372372
<goal>analyze</goal>
373373
<goal>analyze-dep-mgt</goal>
@@ -377,7 +377,7 @@
377377
</execution>
378378
<execution>
379379
<id>check-dependencies3</id>
380-
<phase>verify</phase>
380+
<phase>site</phase>
381381
<goals>
382382
<goal>tree</goal>
383383
</goals>
@@ -400,7 +400,7 @@
400400
</execution>
401401
<execution>
402402
<id>get-dependency-sources</id>
403-
<phase>pre-site</phase>
403+
<phase>site</phase>
404404
<goals>
405405
<goal>sources</goal>
406406
<goal>resolve</goal>

0 commit comments

Comments
 (0)