summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Uko Kokņevičs2026-01-10 18:51:42 +0200
committerGravatar Uko Kokņevičs2026-01-11 08:21:25 +0200
commit3b1f70858cd875923813142396594fcb6f9228c7 (patch)
tree22d51bdf5f43c030f38bafc73b8234978e1d0e63
parentversions plugin config improvement (diff)
downloadlv.enes:parent-3b1f70858cd875923813142396594fcb6f9228c7.tar.gz
lv.enes:parent-3b1f70858cd875923813142396594fcb6f9228c7.tar.xz
lv.enes:parent-3b1f70858cd875923813142396594fcb6f9228c7.zip
Require help, wrapper, & versions plugins explicitly in parent
-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