ring-swagger

ring-swagger & compojure-api
Daouda 2018-12-14T04:52:26.103Z

hey guys, i am trying to generate my compojure api war file, but anytime i run lein ring uberwar i get a jar file. help me please

valtteri 2018-12-14T07:58:05.104200Z

I think I once had the same problem and the thing was that the file actually was a war but filename was something.jar. Could that be the case @quieterkali?

Daouda 2018-12-14T08:02:07.104900Z

@valtteri, do you now why that happen?

valtteri 2018-12-14T08:04:25.105800Z

No clue. You can try setting :uberwar-name in your project.clj and see if that makes a difference

Daouda 2018-12-14T08:18:09.106700Z

i tried that, nothing long time ago, got the same result