Hi,
I'm new to atlassian dev community. Would like to ask where can I get username / password for maven's settings.xml:
<servers>
<server>
<id>maven-atlassian-com</id>
<username>${env.MAVEN_USER}</username>
<password>${env.MAVEN_PASSWORD}</password>
</server>
</servers>
I'm having the ff error:
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[FATAL] Non-resolvable parent POM for com.atlassian.braid:graphql-braid:0.23.1-SNAPSHOT: Failure to find com.atlassian.pom:public-pom:pom:5.0.7 in https://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced and 'parent.relativePath' points at wrong local POM @ line 4, column 13
Thank you,
Carlo
I hope you need just use that SDK
https://developer.atlassian.com/server/framework/atlassian-sdk/downloads/
or reuse settings.xml from SDK in your maven :)
Thanks! :) after installing the SDK, maven build succeeded.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.