Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change configuration value of 'onError' option of sql-maven-plugin. (continue -> abort) #193

Closed
1 task done
kazuki43zoo opened this issue Nov 27, 2015 · 0 comments
Closed
1 task done
Assignees
Milestone

Comments

@kazuki43zoo
Copy link
Contributor

Description

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants