You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sj...@apache.org on 2022/01/24 16:14:32 UTC

[maven-reporting-exec] 01/01: Fix Maven site build

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

sjaranowski pushed a commit to branch fix-site
in repository https://gitbox.apache.org/repos/asf/maven-reporting-exec.git

commit d25a54bd85cfaf27740d9586b7859b59c46f976d
Author: Slawomir Jaranowski <s....@gmail.com>
AuthorDate: Mon Jan 24 17:11:27 2022 +0100

    Fix Maven site build
---
 pom.xml | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/pom.xml b/pom.xml
index 1d71d0e..b8eb642 100644
--- a/pom.xml
+++ b/pom.xml
@@ -243,6 +243,18 @@
   </dependencies>
 
   <build>
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <!-- TODO remove once Maven parent POM will upgraded - MPOM-280 -->
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-javadoc-plugin</artifactId>
+          <configuration>
+            <detectLinks>false</detectLinks>
+          </configuration>
+        </plugin>
+      </plugins>
+    </pluginManagement>
     <plugins>
       <plugin><!-- shade Xpp3DomUtils that does not require Xpp3Dom.getInputLocation(): see MSHARED-921 -->
         <groupId>org.apache.maven.plugins</groupId>