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 7aa2360 commit 79ae927Copy full SHA for 79ae927
exist-core/pom.xml
@@ -2352,7 +2352,7 @@ The BaseX Team. The original license statement is also included below.]]></pream
2352
<groupId>org.apache.maven.plugins</groupId>
2353
<artifactId>maven-javadoc-plugin</artifactId>
2354
<configuration>
2355
- <excludePackageNames>org.exist.xquery.parser:org.exist.xquery.xqdoc.parser</excludePackageNames>
+ <sourcepath>${project.build.sourceDirectory}:${project.build.directory}/generated-sources/annotations:${project.build.directory}/generated-sources/antlr</sourcepath>
2356
</configuration>
2357
</plugin>
2358
0 commit comments