Skip to content

Commit

Permalink
[build] Fix issue in maven build that recompiles all classes (apache#…
Browse files Browse the repository at this point in the history
  • Loading branch information
lhotari authored Nov 27, 2020
1 parent bad2e3f commit 16b5f00
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1092,6 +1092,8 @@ flexible messaging model and an intuitive client API.</description>
<showDeprecation>true</showDeprecation>
<showWarnings>true</showWarnings>
<optimize>true</optimize>
<!-- workaround https://issues.apache.org/jira/browse/MCOMPILER-205 -->
<useIncrementalCompilation>false</useIncrementalCompilation>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit 16b5f00

Please sign in to comment.