Add a top level file in jar made with lein jar

52 views Asked by At

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

There are 1 answers

0
Mamun On BEST ANSWER

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.