Skip to content

Commit

Permalink
Move pom.xml file back to the root of the project.
Browse files Browse the repository at this point in the history
  • Loading branch information
technomancy committed May 11, 2012
1 parent 2af8f1f commit 221ba6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/leiningen/pom.clj
Expand Up @@ -326,7 +326,7 @@
"Write a pom.xml file to disk for Maven interoperability."
([project pom-location]
(let [pom (make-pom project true)
pom-file (io/file (:target-path project) pom-location)]
pom-file (io/file (:root project) pom-location)]
(.mkdirs (.getParentFile pom-file))
(with-open [pom-writer (io/writer pom-file)]
(.write pom-writer pom))
Expand Down

0 comments on commit 221ba6f

Please sign in to comment.