This is an automated email from the ASF dual-hosted git repository.
slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-war-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new c77d643 (doc) update plugins to improve javadoc/site generation
c77d643 is described below
commit c77d6437c9d7645af6e4ab0cbb7ede732770100b
Author: Sylwester Lachiewicz <[email protected]>
AuthorDate: Thu Dec 9 00:14:09 2021 +0100
(doc) update plugins to improve javadoc/site generation
---
pom.xml | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/pom.xml b/pom.xml
index 38323c5..e8e80d7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -192,6 +192,15 @@
<pluginManagement>
<plugins>
<plugin>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ <version>3.2.0</version>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-project-info-reports-plugin</artifactId>
+ <version>3.1.2</version>
+ </plugin>
+ <plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
<executions>
@@ -223,6 +232,7 @@
</excludes>
</configuration>
</plugin>
+
</plugins>
</pluginManagement>
<plugins>