+as Hiccup-style data in your <code>build.clj</code> file.</p><blockquote><p>Note: if you use <code>:src-pom</code>, you need to be aware that quite a bit of tooling out there expects the top-level <code>pom.xml</code> file in a project to be the "complete" version, so you will either want to put your "template" <code>pom.xml</code> file in a subdirectory or name it something like <code>pom-template.xml</code> so it won't be considered as a top-level <code>pom.xml</code> file, and then specify the path to that file as <code>:src-pom</code> in your call to <code>b/write-pom</code>. In addition, your "template" <code>pom.xml</code> <em>must</em> include <code><modelVersion>4.0.0</modelVersion></code> <em>and</em> <code><packaging>jar</packaging></code>. If you use <code>:pom-data</code>, you don't have to worry about this.</p></blockquote><p>Tools like <a href="https://github.com/seancorfield/deps-new"><code>deps-new</code></a> and Leiningen
0 commit comments