Fork me on GitHub
#leiningen
<
2020-01-14
>
ghaskins23:01:50

Has anyone tried to use leiningen against gitlab's integrated maven repo?

ghaskins23:01:26

IIUC, the issue is that the

<configuration>
        <httpHeaders>
          <property>
            <name>Private-Token</name>
            <value>REPLACE_WITH_YOUR_PERSONAL_ACCESS_TOKEN</value>
          </property>
        </httpHeaders>
      </configuration>

ghaskins23:01:37

is not exposed to lein's maven configuration