Skip to content

Commit

Permalink
MODCONF-109: Fix source for javadoc
Browse files Browse the repository at this point in the history
Fix source directory for correct javadoc generation.

(cherry picked from commit 96c3689)
  • Loading branch information
julianladisch committed Jun 8, 2022
1 parent 69cc756 commit 15662f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod-configuration-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
</goals>
<configuration>
<sources>
<source>${project.build.directory}/generated-sources</source>
<source>${project.build.directory}/generated-sources/raml-jaxrs</source>
</sources>
</configuration>
</execution>
Expand Down

0 comments on commit 15662f7

Please sign in to comment.