The current version of ditaa relies on 'leiningen' for its build. However it is less popular and has less supports from major IDE's.
To be honest, I could not figure out how to import ditaa's project directly into my IntelliJ and I had to resort to lein pom to convert project.clj.
I think it would be very helpful if we have pom.xml , which is a project descriptor in maven's ecosystem out of the box since it was not straightforward to make it work.
Actually, I have already created pom.xml in my forked repository and would open a pull request for it. Please have a look at it and consider merging it when it becomes ready.
The current version of ditaa relies on 'leiningen' for its build. However it is less popular and has less supports from major IDE's.
To be honest, I could not figure out how to import ditaa's project directly into my IntelliJ and I had to resort to
lein pomto convertproject.clj.I think it would be very helpful if we have
pom.xml, which is a project descriptor in maven's ecosystem out of the box since it was not straightforward to make it work.Actually, I have already created
pom.xmlin my forked repository and would open a pull request for it. Please have a look at it and consider merging it when it becomes ready.