Closed mattunderscorechampion closed 9 years ago
Yep, makes sense to me
Thanks =)
For future reference, try to make sure that the commit message summary is kept within an appropriate length, i.e. under 70 character.
Agreed http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html
On Fri, Mar 13, 2015 at 4:19 PM James Reeves notifications@github.com wrote:
For future reference, try to make sure that the commit message summary is kept within an appropriate length, i.e. under 70 character.
— Reply to this email directly or view it on GitHub https://github.com/weavejester/lein-ring/pull/156#issuecomment-79521577.
The Main-Class attribute of "clojure.main" was being the war and uberwar when :main was not specified in the project.clj. I have changed this so instead of defaulting to "clojure.main" the Main-Class attribute is excluded.
The default value caused a problem for me when attempting to deploy to Cloudfoundry which detected the .war file as an executable .jar and did not deploy it to a servlet container. https://github.com/cloudfoundry/java-buildpack/blob/master/docs/container-tomcat.md