You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jspwiki.apache.org by ju...@apache.org on 2019/12/07 00:49:43 UTC

[jspwiki] branch master updated: add --allow-script-in-comments option on javadocs - should fix build now

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 99525df  add --allow-script-in-comments option on javadocs - should fix build now
99525df is described below

commit 99525dff4bb39dfa2fc58831b7b6f823ea06d109
Author: juanpablo <ju...@apache.org>
AuthorDate: Sat Dec 7 01:49:15 2019 +0100

    add --allow-script-in-comments option on javadocs - should fix build now
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index f3e45d5..47a64d9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -484,6 +484,7 @@
           <configuration>
             <additionalOptions>
               <additionalOption>-Xdoclint:none</additionalOption>
+              <additionalOption>--allow-script-in-comments</additionalOption>
             </additionalOptions>
             <author>${project.organization.name}</author>
             <bottom>Copyright © {inceptionYear}-{currentYear} ${project.organization.name}. All rights reserved.</bottom>
@@ -494,7 +495,6 @@
               <artifactId>umldoclet</artifactId>
               <version>${jdk.javadoc.doclet.version}</version>
             </docletArtifact>
-            <doclint>none</doclint>
             <linksource>true</linksource>
             <sourcetab>4</sourcetab>
             <quiet>true</quiet>