Skip to content

Commit 11805e2

Browse files
committed
[bugfix] Ensure that the Maven javadoc plugin can find the generated sources
1 parent 0af3954 commit 11805e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exist-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2279,7 +2279,7 @@ The BaseX Team. The original license statement is also included below.]]></pream
22792279
<groupId>org.apache.maven.plugins</groupId>
22802280
<artifactId>maven-javadoc-plugin</artifactId>
22812281
<configuration>
2282-
<excludePackageNames>org.exist.xquery.parser:org.exist.xquery.xqdoc.parser</excludePackageNames>
2282+
<sourcepath>${project.build.sourceDirectory}:${project.build.directory}/generated-sources/annotations:${project.build.directory}/generated-sources/antlr</sourcepath>
22832283
</configuration>
22842284
</plugin>
22852285

0 commit comments

Comments
 (0)