Skip to content

Instantly share code, notes, and snippets.

@cemerick
Created November 26, 2010 15:50
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 cemerick/c9a316b66f78e4a9cbef to your computer and use it in GitHub Desktop.
Save cemerick/c9a316b66f78e4a9cbef to your computer and use it in GitHub Desktop.
<profiles>
<profile>
<id>local-clojure-dep</id>
<activation>
<property>
<name>clojure.jar</name>
</property>
</activation>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.clojure</groupId>
<artifactId>clojure</artifactId>
<scope>system</scope>
<systemPath>${clojure.jar}</systemPath>
</dependency>
</dependencies>
</dependencyManagement>
</profile>
</profiles>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment