Skip to content

Instantly share code, notes, and snippets.

@talios
Created February 1, 2009 02:20
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 talios/55754 to your computer and use it in GitHub Desktop.
Save talios/55754 to your computer and use it in GitHub Desktop.
<plugin>
<groupId>com.theoryinpractice.clojure</groupId>
<artifactId>clojure-maven-plugin</artifactId>
<version>1.0-SNAPSHOT</version>
<executions>
<execution>
<id>clojure-compile</id>
<goals>
<goal>compile</goal>
</goals>
<configuration>
<namespaces>
<namespace>com.theoryinpractise.clojure.runnable</namespace>
</namespaces>
</configuration>
</execution>
</executions>
</plugin>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment