Skip to content
Open
Show file tree
Hide file tree
Changes from 4 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
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,8 @@
<!-- Exclude integration tests from unit-test phase -->
<exclude>**/*IntegrationTest.java</exclude>
<exclude>**/*IntegrationTests.java</exclude>
<!-- Exclude code generators - these are tools, not tests -->
<exclude>**/codegen/**/*.java</exclude>
</excludes>
<!--<trimStackTrace>false</trimStackTrace>-->
</configuration>
Expand Down
Loading
Loading