Fork me on GitHub
#leiningen
<
2017-10-06
>
gphilipp12:10:40

I need to upload my artifacts into private nexus using the staging mechanism. Is there an easy way to use and configure the nexus-staging-maven-plugin from leiningen ?

noisesmith16:10:15

leiningen doesn’t use maven and I wouldn’t expect maven plugins to work with it

noisesmith16:10:01

you could use lein jar to make a jar+pom and then use maven though, maybe