We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb2f03f commit 3c1d2f5Copy full SHA for 3c1d2f5
build.clj
@@ -52,11 +52,18 @@
52
:version version
53
:lib lib
54
:pom-data
55
- [[:licenses
+ [[:description "Templating engine for OOXML DOCX and PPTX files"]
56
+ [:url "https://github.com/erdos/stencil"]
57
+ [:licenses
58
[:license
59
[:name "Eclipse Public License - v 2.0"]
60
[:url "https://www.eclipse.org/legal/epl-2.0/"]
- [:distribution "repo"]]]]})
61
+ [:distribution "repo"]]]
62
+ [:scm
63
64
+ [:connection "scm:git:https://github.com/erdos/stencil.git"]
65
+ [:developerConnection "scm:git:ssh:[email protected]:erdos/stencil.git"]
66
+ [:tag (str "v" version)]]]})
67
opts)
68
69
(defn jar [opts]
0 commit comments