Hallo is it possible to use regexps in sql-maven-plugin ? how?
I tried this way http://maven.apache.org/plugins/maven-surefire-plugin/examples/inclusion-exclusion.html <includes> <include>%regex[.*[Cat|Dog].*Test.*]</include> </includes> and it doesn't work how can I configure it to include all files ending with sql (*.sql) but without files ending with *-call.sql and without ending with tilda ~ ? is it possible? Regards and thanks Jakub