boot-clj / boot

Build tooling for Clojure.
https://boot-clj.github.io/
Eclipse Public License 1.0
1.75k stars 179 forks source link

`pom` task write :repositories #714

Open nha opened 5 years ago

nha commented 5 years ago

Question/Improvement: Is there a way to write the repositories in the generated pom.xml?

Something like

<repository>
  <id>clojars.org</id>
  <url>https://repo.clojars.org</url>
</repository>

Maybe taking an additional :repositories argument to the pom task?

Reason: use snyk to check for vulnerabilities https://github.com/snyk/snyk/issues/207