I am trying to create an atlassian's bamboo plugin in clojure. The jar must contains a file called atlassian-plugin.xml
at top level. How can I do so with leiningen. I expect to create my jar using lein jar
.
cheers!
didier
I am trying to create an atlassian's bamboo plugin in clojure. The jar must contains a file called atlassian-plugin.xml
at top level. How can I do so with leiningen. I expect to create my jar using lein jar
.
cheers!
didier
You could put atlassian-plugin.xml in src (not sub folder) or resource folder. It will be on the top level same as project.clj.