Fix javadoc doclint configuration
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>