Repository: logging-chainsaw
Updated Branches:
  refs/heads/master c13e5fd1a -> 75b7aa11d


Fix javadoc doclint configuration


Project: http://git-wip-us.apache.org/repos/asf/logging-chainsaw/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-chainsaw/commit/75b7aa11
Tree: http://git-wip-us.apache.org/repos/asf/logging-chainsaw/tree/75b7aa11
Diff: http://git-wip-us.apache.org/repos/asf/logging-chainsaw/diff/75b7aa11

Branch: refs/heads/master
Commit: 75b7aa11d2c564c75776a81e7e7ab8466f80463d
Parents: c13e5fd
Author: Matt Sicker <[email protected]>
Authored: Fri Mar 16 09:44:30 2018 -0500
Committer: Matt Sicker <[email protected]>
Committed: Fri Mar 16 09:44:30 2018 -0500

----------------------------------------------------------------------
 pom.xml | 12 +-----------
 1 file changed, 1 insertion(+), 11 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-chainsaw/blob/75b7aa11/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 485e7b1..882eb5c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -474,7 +474,7 @@
           <bottom><![CDATA[<p align="center">Copyright &#169; 
{inceptionYear}-{currentYear} {organizationName}. All Rights Reserved.<br />
           Apache Logging, Apache Log4j, Log4j, Apache Chainsaw, Chainsaw, 
Apache, the Apache feather logo, the Apache Logging project logo,
           and the Apache Log4j logo are trademarks of The Apache Software 
Foundation.</p>]]></bottom>
-          <additionalparam>${javadoc.opts}</additionalparam>
+          <additionalparam>-Xdoclint:none</additionalparam>
           <encoding>UTF-8</encoding>
         </configuration>
       </plugin>
@@ -507,16 +507,6 @@
 
   <profiles>
     <profile>
-      <id>java8-doclint-disabled</id>
-      <activation>
-        <jdk>[1.8,)</jdk>
-      </activation>
-      <properties>
-        <javadoc.opts>-Xdoclint:none</javadoc.opts>
-      </properties>
-    </profile>
-
-    <profile>
       <id>mac</id>
       <activation>
         <os>

Reply via email to