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:31 UTC

[maven-reporting-exec] branch fix-site created (now d25a54b)

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

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


      at d25a54b  Fix Maven site build

This branch includes the following new commits:

     new d25a54b  Fix Maven site build

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


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

Posted by sj...@apache.org.
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>