You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, onError option is continue.
If continue is specified, we can not detect sql errors(mistakes of DDL and DML) on maven build.
As a reslt, there are possible to occur a unexpected error on integration tests.
Possible Solutions
Change from continue to abort. abort is default value on onError option of sql-maven-plugin.
Affects Version/s
5.0.0.RELEASE - 5.0.1.RELASE
1.0.0.RELEASE - 1.0.3.RELEASE
Fix Version/s
5.1.0
Issue Links
N/A
The text was updated successfully, but these errors were encountered:
Description
Currently,
onError
option iscontinue
.If
continue
is specified, we can not detect sql errors(mistakes of DDL and DML) on maven build.As a reslt, there are possible to occur a unexpected error on integration tests.
Possible Solutions
Change from
continue
toabort
.abort
is default value ononError
option of sql-maven-plugin.Affects Version/s
Fix Version/s
Issue Links
N/A
The text was updated successfully, but these errors were encountered: