Remove javadoc overrides 19/76419/2
authorRobert Varga <robert.varga@pantheon.tech>
Mon, 24 Sep 2018 08:36:17 +0000 (10:36 +0200)
committerRobert Varga <nite@hq.sk>
Mon, 24 Sep 2018 15:49:22 +0000 (15:49 +0000)
JDK9 javadoc generation breaks due to us excluding the generated
package. Do not do that, allowing build to pass here.

Change-Id: I4076753a136b9ce52ef9cbad5a1fec1901bfe681
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
yang/yang-parser-rfc7950/pom.xml

index cd1e53a5ae3e6236a088edcb4f8fc583b82d6bb5..c68b69318c3f6c055d3ff0ac48e062bca198889c 100644 (file)
                     <propertyExpansion>checkstyle.violationSeverity=error</propertyExpansion>
                 </configuration>
             </plugin>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-javadoc-plugin</artifactId>
-                <configuration>
-                    <excludePackageNames>
-                        *.opendaylight.yangtools.antlrv4.code.gen
-                    </excludePackageNames>
-                </configuration>
-            </plugin>
         </plugins>
     </build>