Remove custom doclet 84/85184/1
authorLori Jakab <lojakab@cisco.com>
Thu, 17 Oct 2019 15:41:27 +0000 (17:41 +0200)
committerLori Jakab <lojakab@cisco.com>
Thu, 17 Oct 2019 15:41:27 +0000 (17:41 +0200)
Change-Id: Ia8096672999b4c2738a363685714b66ec221a8d4
Signed-off-by: Lori Jakab <lojakab@cisco.com>
commons/parent/pom.xml

index 2e219554ac7e9a6acdff4e11e99cce99aa87a40e..12e30e8cd3ee459d0d3102d22779356de0168b34 100644 (file)
             </filesets>
           </configuration>
         </plugin>
-        <plugin>
-          <!-- Configures the java doc generation. Generally you should not have
-               to override this unless you need to exclude other packages etc. -->
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-javadoc-plugin</artifactId>
-          <configuration>
-            <doclet>org.jboss.apiviz.APIviz</doclet>
-            <docletArtifact>
-              <groupId>org.jboss.apiviz</groupId>
-              <artifactId>apiviz</artifactId>
-              <version>1.3.2.GA</version>
-            </docletArtifact>
-            <finalName>${project.artifactId}-${project.version}</finalName>
-            <useStandardDocletOptions>true</useStandardDocletOptions>
-            <charset>UTF-8</charset>
-            <encoding>UTF-8</encoding>
-            <docencoding>UTF-8</docencoding>
-            <breakiterator>true</breakiterator>
-            <version>true</version>
-            <author>true</author>
-            <keywords>true</keywords>
-            <excludePackageNames>net.sf.jnetlib.*:cern.*:corejava:*.internal:edu.uci.*</excludePackageNames>
-            <failOnError>false</failOnError>
-          </configuration>
-        </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-jxr-plugin</artifactId>