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/27 21:32:03 UTC

[maven-archiver] branch master updated: Fix site build

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 109cb91  Fix site build
109cb91 is described below

commit 109cb9162aa8b21dc06cf0cb4fc41bf67d0a226d
Author: Slawomir Jaranowski <s....@gmail.com>
AuthorDate: Thu Jan 27 22:30:38 2022 +0100

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

diff --git a/pom.xml b/pom.xml
index 912b7ad..b64a000 100644
--- a/pom.xml
+++ b/pom.xml
@@ -144,6 +144,9 @@
         <plugin>
           <artifactId>maven-javadoc-plugin</artifactId>
           <version>3.2.0</version>
+          <configuration>
+            <detectLinks>false</detectLinks>
+          </configuration>
         </plugin>
         <plugin>
           <artifactId>maven-site-plugin</artifactId>