Add exclusion configuration for Javadoc.
- Exclude ProtoBuf generated classes
Change-Id: I96211d2a6b49fb75286ffa1a7a7d3a96fa9e2817
diff --git a/pom.xml b/pom.xml
index b2e8872..4a7fc59 100644
--- a/pom.xml
+++ b/pom.xml
@@ -152,6 +152,8 @@
<configuration>
<charset>UTF-8</charset>
<locale>en</locale>
+ <author>false</author>
+ <excludePackageNames>net.floodlightcontroller.*:net.onrc.onos.core.datastore.serializers</excludePackageNames>
</configuration>
</plugin>
<!-- Remove me when we're sure that system test no longer need JaCoCo
@@ -406,6 +408,8 @@
<configuration>
<charset>UTF-8</charset>
<locale>en</locale>
+ <author>false</author>
+ <excludePackageNames>net.floodlightcontroller.*:net.onrc.onos.core.datastore.serializers</excludePackageNames>
</configuration>
</plugin>
<plugin>