We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47c2d14 commit fc803acCopy full SHA for fc803ac
pom.xml
@@ -216,10 +216,9 @@
216
</execution>
217
</executions>
218
<configuration>
219
- <excludes>
220
- <exclude>demos/**</exclude>
221
- <exclude>reference/**</exclude>
222
- </excludes>
+ <excludePackageNames>
+ demos.*:reference.*
+ </excludePackageNames>
223
<doclint>all,-missing</doclint>
224
</configuration>
225
</plugin>
0 commit comments