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-artifact-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new 2dd6934 (doc) update plugins to improve javadoc/site generation
2dd6934 is described below
commit 2dd6934de11163ffabd5c4da34b143078c9ff2d9
Author: Sylwester Lachiewicz <[email protected]>
AuthorDate: Wed Dec 8 23:52:51 2021 +0100
(doc) update plugins to improve javadoc/site generation
---
pom.xml | 11 ++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 139bea5..0bffa4a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
<artifactId>maven-plugins</artifactId>
<groupId>org.apache.maven.plugins</groupId>
<version>34</version>
- <relativePath>../../pom/maven/maven-plugins/pom.xml</relativePath>
+ <relativePath/>
</parent>
<artifactId>maven-artifact-plugin</artifactId>
@@ -175,6 +175,15 @@
<keysMapLocation>${project.basedir}/pgp-keys-map.list</keysMapLocation>
</configuration>
</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>
</build>