KenjiOhtsuka / harmonica

Kotlin Database Migration Tool. This tool makes it really easy to create table, index, add columns, and so on, with Kotlin DSL.
MIT License
134 stars 17 forks source link

Maven support #148

Open andreas-mausch opened 4 years ago

andreas-mausch commented 4 years ago

I'd like to use harmonica, but I have a project with maven, not gradle. In the docs I could only find instructions for gradle. Can I use harmonica with maven?

Best solution would be a maven plugin, similar to flyway's one: https://flywaydb.org/documentation/maven/

KenjiOhtsuka commented 4 years ago

@andreas-mausch

Thank you for your comment.

I'd like to adapt to maven, but I'm not so familiar to maven.

Please give me time ....