I downloaded the SDK to look into blueprint development, but failed at the first hurdle.
got the sdk, got oracle's jdk8, created the template plugn - invoked atlas-run and..
got lots of "unable to retrieve maven.metadata.xml from maven.atlassian.com
java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty
I know it's bad form to answer your own question, but in the spirit of helping others with this issue, but stackoverflow had this q&a
This pointed the finger at the format of cacerts, so I hacked atlas-run to add the following to the default maven options. This solved my problem.
-Djavax.net.ssl.trustStorePassword=changeit
As I know little about what this does/did or why it was broken in the first place, I put this up for those smarter than me to add their advice
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.