Skip to content

Commit

Permalink
README updates
Browse files Browse the repository at this point in the history
  • Loading branch information
mikera committed Sep 27, 2012
1 parent 45b12d0 commit fcb2a5a
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions README.md
@@ -1,4 +1,15 @@
clojure-pom
===========
# clojure-pom

A generic parent pom.xml for Clojure projects, based on mikera-pom
A generic parent pom.xml for Clojure projects, based on mikera-pom

### Motivation

I needed a generic parent pom.xml for my increasing collection of Clojure projects.

This pom is fairly minimal, and just includes the basics needed to get up and running effectively.

### Some design decisions

- Currently using `clojure-maven-plugin`
- I will always update to use the latest released version of Clojure (currently 1.4)
- I've included `src/main/clojure` and `src/test/clojure` as resource directories. This is so that you can load .clj files at runtime as resources.

0 comments on commit fcb2a5a

Please sign in to comment.