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 0af3954 commit 11805e2Copy full SHA for 11805e2
exist-core/pom.xml
@@ -2279,7 +2279,7 @@ The BaseX Team. The original license statement is also included below.]]></pream
2279
<groupId>org.apache.maven.plugins</groupId>
2280
<artifactId>maven-javadoc-plugin</artifactId>
2281
<configuration>
2282
- <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>
2283
</configuration>
2284
</plugin>
2285
0 commit comments