Skip to content

Commit

Permalink
HADOOP-19244. Pullout arch-agnostic maven javadoc plugin configuratio…
Browse files Browse the repository at this point in the history
…ns in hadoop-common (#6970) Contributed by Cheng Pan.

Reviewed-by: Steve Loughran <[email protected]>
Signed-off-by: Shilun Fan <[email protected]>
  • Loading branch information
pan3793 authored Aug 5, 2024
1 parent b08d492 commit 59d5e0b
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions hadoop-common-project/hadoop-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down Expand Up @@ -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>
Expand Down

0 comments on commit 59d5e0b

Please sign in to comment.