0
votes

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

1

1 Answers

1
votes

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.