You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by rf...@apache.org on 2021/09/10 17:44:38 UTC

[maven-compiler-plugin] branch master updated: [MCOMPILER-189] Source Xref report is missing classes due to simple name collision, update maven-jxr-plugin

This is an automated email from the ASF dual-hosted git repository.

rfscholte pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-compiler-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 28ff40f  [MCOMPILER-189] Source Xref report is missing classes due to simple name collision, update maven-jxr-plugin
28ff40f is described below

commit 28ff40f9bab9977cbe46b6c33408e65c60f530cc
Author: rfscholte <rf...@apache.org>
AuthorDate: Fri Sep 10 19:44:27 2021 +0200

    [MCOMPILER-189] Source Xref report is missing classes due to simple name collision, update maven-jxr-plugin
---
 pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/pom.xml b/pom.xml
index aefad9d..33a5108 100644
--- a/pom.xml
+++ b/pom.xml
@@ -226,6 +226,11 @@ under the License.
             </execution>
           </executions>
         </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-jxr-plugin</artifactId>
+          <version>3.1.1</version>
+        </plugin>
       </plugins>
     </pluginManagement>
     <plugins>