2

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?

4

1 回答 1

2

您可以尝试https://github.com/nbn/griffon-maven-pluginhttps://github.com/griffon/gradle-griffon-plugin

请注意,这两个插件目前都不是 100% 万无一失的。

于 2013-05-29T07:32:46.613 回答