Fork me on GitHub
#leiningen
<
2016-04-26
>
danielcompton01:04:55

I said this on #C03S1KBA2, but it’s probably relevant here too:

danielcompton01:04:38

What do people think about disabling signing of JARs when deploying, at least to Clojars? In my experience it is a *significant* barrier to entry for newcomers, and I’m not sure what concrete benefits it provides (if any at all?)

cjmurphy01:04:31

Sounds like a good idea to me. I was having some troubles then discovered that -SNAPSHOT was what I needed to do anyway (not least because my library depended upon other -SNAPSHOT libraries). And then I made another discovery: that with snapshots no signing is required. If in the future the signing barrier to entry is removed - then that will certainly save some time/frustration.

bostonaholic19:04:43

why is is that lein compile doesn’t run the execution goal I have setup?

:plugins [[de.saumya.mojo/gem-maven-plugin "1.1.5"
             :executions ([:execution
                           [:goals ([:goal "initialize"])]]

                          [:execution
                           [:goals ([:goal "exec"])]
                           [:phase "compile"]
                           [:configuration ([:execArgs "target/rubygems/bin/compass compile assets"])]])]]