File tree 1 file changed +11
-10
lines changed
hadoop-common-project/hadoop-common
1 file changed +11
-10
lines changed Original file line number Diff line number Diff line change 708
708
</filesets >
709
709
</configuration >
710
710
</plugin >
711
+
712
+ <plugin >
713
+ <groupId >org.apache.maven.plugins</groupId >
714
+ <artifactId >maven-javadoc-plugin</artifactId >
715
+ <configuration >
716
+ <sourceFileExcludes >
717
+ <sourceFileExclude >**/FSProtos.java</sourceFileExclude >
718
+ </sourceFileExcludes >
719
+ <excludePackageNames >*.proto:*.tracing:*.protobuf</excludePackageNames >
720
+ </configuration >
721
+ </plugin >
711
722
</plugins >
712
723
</build >
713
724
1279
1290
</execution >
1280
1291
</executions >
1281
1292
</plugin >
1282
- <plugin >
1283
- <groupId >org.apache.maven.plugins</groupId >
1284
- <artifactId >maven-javadoc-plugin</artifactId >
1285
- <configuration >
1286
- <sourceFileExcludes >
1287
- <sourceFileExclude >**/FSProtos.java</sourceFileExclude >
1288
- </sourceFileExcludes >
1289
- <excludePackageNames >*.proto:*.tracing:*.protobuf</excludePackageNames >
1290
- </configuration >
1291
- </plugin >
1292
1293
</plugins >
1293
1294
</build >
1294
1295
</profile >
You can’t perform that action at this time.
0 commit comments