You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by mg...@apache.org on 2021/06/25 12:59:37 UTC

[wicket] branch master updated: WICKET-6897 Fix the linking of the sources in javadoc

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

mgrigorov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/wicket.git


The following commit(s) were added to refs/heads/master by this push:
     new ebee64a  WICKET-6897 Fix the linking of the sources in javadoc
ebee64a is described below

commit ebee64ae94caa838cedeaa379e3f67388eb17534
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
AuthorDate: Fri Jun 25 15:57:44 2021 +0300

    WICKET-6897 Fix the linking of the sources in javadoc
    
    For some reason git didn't included this change in the previous commit
    
    (cherry picked from commit 49db07e8b64bdcd6551518bd0dc4cf8a2f7f44ee)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index b9b4946..ef07070 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1011,7 +1011,7 @@
 						<links>
 							<link>${javadoc.jdk.apidocs.link}</link>
 						</links>
-						<linksource/>
+						<linksource>true</linksource>
 						<failOnError>true</failOnError>
 						<doclint>none</doclint>
 						<additionalJOption>${javadoc.additionalJOption}</additionalJOption>