Skip to content

Commit 79ae927

Browse files
committed
[bugfix] Ensure that the Maven javadoc plugin can find the generated sources
1 parent 7aa2360 commit 79ae927

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
@@ -2352,7 +2352,7 @@ The BaseX Team. The original license statement is also included below.]]></pream
23522352
<groupId>org.apache.maven.plugins</groupId>
23532353
<artifactId>maven-javadoc-plugin</artifactId>
23542354
<configuration>
2355-
<excludePackageNames>org.exist.xquery.parser:org.exist.xquery.xqdoc.parser</excludePackageNames>
2355+
<sourcepath>${project.build.sourceDirectory}:${project.build.directory}/generated-sources/annotations:${project.build.directory}/generated-sources/antlr</sourcepath>
23562356
</configuration>
23572357
</plugin>
23582358

0 commit comments

Comments
 (0)