sql-maven-plugin icon indicating copy to clipboard operation
sql-maven-plugin copied to clipboard

Add posibility for disabling copying files to tmp folder

Open C-h-e-r-r-y opened this issue 8 years ago • 0 comments

Now every sql which is loaded by plugin is copied into tmp folder, but sometimes it is not neccessary. For example in case when mysql dump is executed. It can be a couple gigabytes long.

Could you please add property to disable sql files copying into tmp dir?

see also stackoverflow question - http://stackoverflow.com/questions/35498761/how-disable-sql-maven-plugin-file-copy-to-temp-folder

C-h-e-r-r-y avatar May 10 '16 08:05 C-h-e-r-r-y