sql-maven-plugin with multiple delimiters
问题 I am using the sql-maven-plugin to execute some MySQL scripts on several databases. I would like to deploy, in the same SQL script, tables, datas, triggers, events and stored procedures. I have a problem with the line delimiter, because for INSERT or CREATE I use the ; , but for my triggers I have to change the delimiter with DELIMITER // , for example. I know that the plugin allows changing the delimiter, but it will be applicable for all the script, I want to change the delimiter only for a