Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -526,6 +526,11 @@
<compilerArgs>
<arg>-Xlint:all,-options,-path</arg>
</compilerArgs>
<!-- hopefully can be removed after upgrade to maven-compiler-plugin 4.0 or later,
if empty annotations/ dir is fixed by: https://github.com/apache/maven-compiler-plugin/commit/d958a62 -->
<generatedSourcesDirectory>${project.build.directory}/generated-sources</generatedSourcesDirectory>
<!-- no annotation processing -->
<proc>none</proc>
</configuration>
</plugin>

Expand Down
Loading