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-changes-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new 8a89280 (doc) update plugins to improve javadoc/site generation
8a89280 is described below
commit 8a89280984c9638d5da52f46b3454b08b146a7e5
Author: Sylwester Lachiewicz <[email protected]>
AuthorDate: Thu Dec 9 00:04:56 2021 +0100
(doc) update plugins to improve javadoc/site generation
---
pom.xml | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/pom.xml b/pom.xml
index cb14fb3..153dfed 100644
--- a/pom.xml
+++ b/pom.xml
@@ -414,6 +414,15 @@ under the License.
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-plugin</artifactId>
</plugin>
+ <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>
</plugins>
</pluginManagement>
<plugins>