|
@@ -708,6 +708,17 @@
|
|
|
</filesets>
|
|
|
</configuration>
|
|
|
</plugin>
|
|
|
+
|
|
|
+ <plugin>
|
|
|
+ <groupId>org.apache.maven.plugins</groupId>
|
|
|
+ <artifactId>maven-javadoc-plugin</artifactId>
|
|
|
+ <configuration>
|
|
|
+ <sourceFileExcludes>
|
|
|
+ <sourceFileExclude>**/FSProtos.java</sourceFileExclude>
|
|
|
+ </sourceFileExcludes>
|
|
|
+ <excludePackageNames>*.proto:*.tracing:*.protobuf</excludePackageNames>
|
|
|
+ </configuration>
|
|
|
+ </plugin>
|
|
|
</plugins>
|
|
|
</build>
|
|
|
|
|
@@ -1279,16 +1290,6 @@
|
|
|
</execution>
|
|
|
</executions>
|
|
|
</plugin>
|
|
|
- <plugin>
|
|
|
- <groupId>org.apache.maven.plugins</groupId>
|
|
|
- <artifactId>maven-javadoc-plugin</artifactId>
|
|
|
- <configuration>
|
|
|
- <sourceFileExcludes>
|
|
|
- <sourceFileExclude>**/FSProtos.java</sourceFileExclude>
|
|
|
- </sourceFileExcludes>
|
|
|
- <excludePackageNames>*.proto:*.tracing:*.protobuf</excludePackageNames>
|
|
|
- </configuration>
|
|
|
- </plugin>
|
|
|
</plugins>
|
|
|
</build>
|
|
|
</profile>
|