summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pom.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 3ea51cc..53a6fe6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -522,6 +522,9 @@
522 <artifactId>maven-enforcer-plugin</artifactId> 522 <artifactId>maven-enforcer-plugin</artifactId>
523 </plugin> 523 </plugin>
524 <plugin> 524 <plugin>
525 <artifactId>maven-help-plugin</artifactId>
526 </plugin>
527 <plugin>
525 <artifactId>maven-site-plugin</artifactId> 528 <artifactId>maven-site-plugin</artifactId>
526 <executions> 529 <executions>
527 <execution> 530 <execution>
@@ -531,6 +534,13 @@
531 </execution> 534 </execution>
532 </executions> 535 </executions>
533 </plugin> 536 </plugin>
537 <plugin>
538 <artifactId>maven-wrapper-plugin</artifactId>
539 </plugin>
540 <plugin>
541 <groupId>org.codehaus.mojo</groupId>
542 <artifactId>versions-maven-plugin</artifactId>
543 </plugin>
534 </plugins> 544 </plugins>
535 </build> 545 </build>
536 546