Skip to content

Instantly share code, notes, and snippets.

@tomjack

tomjack/foo.clj Secret

Created April 19, 2010 22:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tomjack/bfffbdf678274b07090f to your computer and use it in GitHub Desktop.
Save tomjack/bfffbdf678274b07090f to your computer and use it in GitHub Desktop.
(defproject main "foo.bar:baz:1.0-SNAPSHOT"
:model-version "4.0.0"
:add-default-plugins false
:name "baz"
:packaging "jar"
:url "http://baz.com/"
:test-dependencies [["junit:junit:3.8.1"]]
:plugins [["org.mortbay.jetty:maven-jetty-plugin" {:configuration {:scanIntervalSeconds "10"
:contextPath "/biggerstrongerbetterfaster"
:tmpDir "target/not/necessary"
:webDefaultXml "src/main/resources/webdefault.xml"
:overrideWebXml "src/main/resources/override-web.xml"
:jettyConfig "/my/special/jetty.xml"
:connector ["null"]
:userRealm ["null"]
:filename ["target/yyyy_mm_dd.request.log" "90" "true" "false" "GMT"]}}]])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment