Skip to content

Commit

Permalink
remove redundant maven-javadoc-plugin configuration, since sharding…
Browse files Browse the repository at this point in the history
… class moved to `internal` package by convention
  • Loading branch information
oldratlee committed Apr 30, 2022
1 parent 617f6b8 commit 23524cc
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 49 deletions.
24 changes: 0 additions & 24 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -237,28 +237,4 @@
</plugin>
</plugins>
</build>

<profiles>
<profile>
<id>gen-javadoc</id>
<activation>
<property>
<name>performRelease</name>
<value>true</value>
</property>
</activation>
<build>
<plugins>
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<excludePackageNames>
${javadoc.default.exclude.packages}:com.alibaba.fastjson2.trove:com.alibaba.fastjson2.trove.*:com.alibaba.fastjson2.trove.*.*
</excludePackageNames>
</configuration>
</plugin>
</plugins>
</build>
</profile>
</profiles>
</project>
24 changes: 0 additions & 24 deletions fastjson1-compatible/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -352,28 +352,4 @@
</plugin>
</plugins>
</build>

<profiles>
<profile>
<id>gen-javadoc</id>
<activation>
<property>
<name>performRelease</name>
<value>true</value>
</property>
</activation>
<build>
<plugins>
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<excludePackageNames>
${javadoc.default.exclude.packages}:com.alibaba.fastjson.asm
</excludePackageNames>
</configuration>
</plugin>
</plugins>
</build>
</profile>
</profiles>
</project>
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,7 @@
</activation>
<properties>
<javadoc.default.exclude.packages>
*.internal:*.internal.*:*.internal.*.*:*.internal.*.*.*
*.internal:*.internal.*:*.internal.*.*:*.internal.*.*.*:*.internal.*.*.*.*
</javadoc.default.exclude.packages>
</properties>
<build>
Expand Down

0 comments on commit 23524cc

Please sign in to comment.