Skip to content

Commit 91bb8b1

Browse files
committed
Add commands flags based on static map
1 parent 20e7081 commit 91bb8b1

File tree

4 files changed

+1149
-0
lines changed

4 files changed

+1149
-0
lines changed

pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -360,6 +360,8 @@
360360
<!-- Exclude integration tests from unit-test phase -->
361361
<exclude>**/*IntegrationTest.java</exclude>
362362
<exclude>**/*IntegrationTests.java</exclude>
363+
<!-- Exclude code generators - these are tools, not tests -->
364+
<exclude>**/codegen/**/*.java</exclude>
363365
</excludes>
364366
<!--<trimStackTrace>false</trimStackTrace>-->
365367
</configuration>

0 commit comments

Comments
 (0)