I am using IntelliJ IDEA ultimate to import an SBT project that has some plugins in a private Artifactory.
[info] Resolving com.private#XXXX_X.X;X.X.X-SNAPSHOT ...
[error] Unable to find credentials for [Artifactory Realm @ artifactory-private.com].
[error] Unable to find credentials for [Artifactory Realm @ artifactory-private.com].
I did configure the Artifactory credentials in SBT and is working fine if I build the project using sbt shell; however, build is failing in IntelliJ and is not recognizing the credentials. Can anyone help, please?
Update: It appears that this is the only problem when the plugins are SNAPSHOT versions.
Thank you very much in advance!