Skip to content

Commit

Permalink
exclude generated sources from javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
overheadhunter committed Jan 18, 2022
1 parent 693c51b commit 82cf8e8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,9 @@
</goals>
</execution>
</executions>
<configuration>
<excludePackageNames>*.extr</excludePackageNames>
</configuration>
</plugin>
</plugins>
</build>
Expand Down

0 comments on commit 82cf8e8

Please sign in to comment.