Skip to content

Commit

Permalink
Fix Javadoc generation (#12)
Browse files Browse the repository at this point in the history
An earlier workaround for `jooq-codegen-maven` caused `maven-javadoc-plugin` to
skip Immutables-generated code.
  • Loading branch information
Stephan202 authored Jan 3, 2020
1 parent f9fd5e1 commit 68627c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@
code, so we must take care to exclude it during the
Javadoc generation process. Flag this issue with jOOQ
to get it resolved. -->
<sourcepath>src/main/java</sourcepath>
<sourcepath>${project.basedir}/src/main/java:${project.build.directory}/generated-sources/annotations</sourcepath>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit 68627c0

Please sign in to comment.