This is an automated email from the ASF dual-hosted git repository.
bipinprasad pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/storm.git
The following commit(s) were added to refs/heads/master by this push:
new 48e3e4e61 [STORM-3849] Add maven-jxr-plugin to eliminate XREF build
warnings. (#3466)
48e3e4e61 is described below
commit 48e3e4e6188e5c2923eb175c4a3ab18ec94ebaa0
Author: Bipin Prasad <[email protected]>
AuthorDate: Wed Apr 6 08:47:05 2022 -0700
[STORM-3849] Add maven-jxr-plugin to eliminate XREF build warnings. (#3466)
---
pom.xml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/pom.xml b/pom.xml
index a8b778a5d..ffb4fa503 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1525,6 +1525,11 @@
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.10.4</version>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-jxr-plugin</artifactId>
+ <version>3.2.0</version>
+ </plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-report-plugin</artifactId>