rxue / dictionary

Practice in Java EE
1 stars 0 forks source link

technical bug: Build Success even when integration test fails #78

Closed rxue closed 1 year ago

rxue commented 1 year ago

When running integration test with command mvn -f ../web/pom.xml clean verify -Parq-wildfly-remote, even when the integration test fails, the build still succeeded with output BUILD SUCCESS. This is not logical.

TODO : Build should not happen when integration test fails