Skip to content

Commit

Permalink
maven script fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Marz committed Dec 15, 2011
1 parent 03cb9f3 commit 393357b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/to_maven.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

RELEASE=`head -1 project.clj | awk '{print $3}' | sed -e 's/\"//' | sed -e 's/\"//'`

rm -rf classes
rm *jar
rm *xml
lein jar
Expand Down

0 comments on commit 393357b

Please sign in to comment.