I have a project who's business logic is in Prolog (will be rewriting to Clojure) and I would like to make a gui in Griffon. These two should remain decoupled, separate modules.
IntelliJ Idea can make an ant script for building such a project, but dependency management is quite tricky. Is there a way to build such project using Maven?