@jr0cket the options for obtaining the Cognitect dev-tools
has changed not too long ago.
I've noticed you have the previous style as an example here:
https://practicalli.github.io/clojure/alternative-tools/clojure-tools/cognitect-rebl.html#add-congnitect-maven-server
new style is:
<server>
<id>cognitect-dev-tools</id>
<username>your@email.address</username>
<password>40-CHARACTER-HEX-VALUE</password>
</server>
Thanks, I'll update soon. As this seems to change quite often, I'll replace some of the details with links.
I haven't found any links describing this, only the email I got when I requested the latest version. I think it's really helpful to see an example of what will it look like. I wouldn't expect this to change often in the future though; unless it gets completely open-sourced 🙂
The email contains a link to the personal maven configuration and covers more options than I have so far. I have simply copy/pasted a few examples, so it doesn't feel like I'm adding anything by copying a few config items. Cognitect changed the configuration several times this year, the last time was in October. I've stopped using REBL so I unlikely to see changes. I've kept the additional information that complements the Cognitect documentation and linked to specific information where I can.