Cannot download dependencies

Hello,

I have been trying to setup my IntelliJ to work with jira (to have autocompletion etc.).
I am out of ideas, I think I added the certificates correctly to the cacerts but maybe I am mistaken.

On IntelliJ, I get these errors, when I :

Copy of the error message :

Some problems were encountered while processing the POMs:
[WARNING] ‘build.plugins.plugin.version’ for com.atlassian.maven.plugins:jira-maven-plugin is missing. @ line 57, column 21
[ERROR] Unresolveable build extension: Error resolving version for plugin ‘com.atlassian.maven.plugins:jira-maven-plugin’ from the repositories [local (C:\Users\berrya.m2\repository), atlassian-public (https://maven.atlassian.com/repository/public), atlassian-plugin-sdk (file://C:\Users\berrya\AppData\Local\Atlassian/repository), central (Central Repository:)]: Plugin not found in any plugin repository @

In powershell, I get this error when running atlas-update :

Not sure if this is related, but the url “https://maven.atlassian.com/ content/groups/public/” (without the space) is not working.
Any help would be greatly appreciated!

Antoine

2 Likes

There is an issue with accessing the Atlassian Maven Repository (see Confluence 9.2 release EAP available now - #5 by VasylynaBurger).

You may also want to update the repository URL according to the documentation at https://developer.atlassian.com/server/framework/atlassian-sdk/working-with-maven:

We are in the process of deprecating all maven.atlassian.com URLs. If you are using any of those, please change them to a URL mentioned above as soon as practical. We will advise the developer community more widely when we expect to permanently decommission the maven.atlassian.com URLs.

Currently, AFAIK, non of these URLs are accessible to the public.

Sory for the question but this means the URLs:
https://maven.atlassian.com/repository/public
https://packages.atlassian.com/mvn/maven-atlassian-all/

are not working because of deprecating
and we have to wai to get new publich replacments

i have the simila issue with new plug in for confluence
geting folowing error:

Unknown packaging: atlassian-plugin
Unresolved dependency: ‘com.atlassian.confluence:confluence:jar:6.7.1’
Unresolved dependency: ‘com.atlassian.plugin:atlassian-spring-scanner-annotation:jar:1.2.13’
Unresolved dependency: ‘com.atlassian.plugin:atlassian-spring-scanner-runtime:jar:1.2.13’
Unresolved dependency: ‘com.atlassian.plugins:atlassian-plugins-osgi-testrunner:jar:1.2.3’
Unresolved dependency: ‘com.google.code.gson:gson:jar:2.2.2-atlassian-1’
Unresolved dependency: ‘com.atlassian.confluence:confluence:jar:8.5.12’
Unresolved dependency: ‘com.atlassian.plugin:atlassian-spring-scanner-annotation:jar:2.1.7’
Unresolved dependency: ‘com.atlassian.plugin:atlassian-spring-scanner-runtime:jar:2.1.7’
Unresolved dependency: ‘com.atlassian.maven.plugins:confluence-maven-plugin:jar:8.2.7’
Unresolved dependency: ‘org.springframework:spring-bean:jar:4.2.5.RELEASE’
Unresolved plugin: ‘org.apache.maven.plugins:maven-clean-plugin:2.5’
Unresolved plugin: ‘org.apache.maven.plugins:maven-resources-plugin:2.6’
Unresolved plugin: ‘org.apache.maven.plugins:maven-jar-plugin:2.4’
Unresolved plugin: ‘org.apache.maven.plugins:maven-compiler-plugin:3.1’
Unresolved plugin: ‘org.apache.maven.plugins:maven-surefire-plugin:2.12.4’
Unresolved plugin: ‘org.apache.maven.plugins:maven-install-plugin:2.4’
Unresolved plugin: ‘org.apache.maven.plugins:maven-deploy-plugin:2.7’
Unresolved plugin: ‘org.apache.maven.plugins:maven-site-plugin:3.3’
Unresolved plugin: ‘com.atlassian.maven.plugins:maven-confluence-plugin:6.3.15’
Unresolved plugin: ‘com.atlassian.plugin:atlassian-spring-scanner-maven-plugin:1.2.13’
Unresolved plugin: ‘com.atlassian.maven.plugins:maven-confluence-plugin:8.11.2’
Unresolved plugin: ‘com.atlassian.plugin:atlassian-spring-scanner-maven-plugin:2.1.7’
Unresolved plugin: ‘com.atlassian.maven.plugins:confluence-maven-plugin:8.0.2’
Unresolved plugin: ‘org.apache.maven.plugins:maven-compiler-plugin:3.7.0’

Thank you for you answer,

I tried replacing the link but with no improvement. I understand that the new links are not working yet (this one for example https://packages.atlassian.com/maven-atlassian-all/) ?

Is there a temporary workaround ?

AFAIK this is a recent issue. The repositories worked before. Unfortunately I see no workaround.

The error message changed since last week, so I would assume Atlassian is working on it … I hope Atlassian would reply to the referenced post once it is resolved.

3 Likes

Do I get this right? There is currently no way to access the dependencies, neither via the old or the new URLs? What if I need to roll out an urgent bugfix? Thanks for nothing, atlassian.

Never mind, it seems to be back

Hmm, does still not work for me … can you access https://packages.atlassian.com/maven-atlassian-all/ or do you use a different repository / approach … ?

Yes, I can access it. Unfortunately it doesn’t help my actual problem because they also messed up a ton of dependencies…

1 Like

Thank you for your feedback! Now I can access the folders, too.

Maybe some “work in progress” an the Altlassian side …

Hi Everyone,

We made some internal changes to the repos for packages.atlassian.com and we’ve been making adjustments.

As mentioned, please ensure you have

The issues with HTTP 403, browseable directories and missing .sha1 files have been resolved. If you’re still seeing an issue, let us know here or if you aren’t comfortable sharing, open a ticket via

And we’ll look into the issue.

Thanks,
James.

1 Like

Hello and thank you for your answers.

Could you please assist me in setting up my intelliJ environment and have auto completion. I am now getting this error after some iterations :

Some problems were encountered while processing the POMs:
[WARNING] 'build.plugins.plugin.version' for com.atlassian.maven.plugins:jira-maven-plugin is missing. @ line 70, column 21
[ERROR] Unresolveable build extension: Error resolving version for plugin 'com.atlassian.maven.plugins:jira-maven-plugin' from the repositories [local (C:\Windows\System32\localrepo), maven-central (https://repo1.maven.org/maven2/), atlassian-proxy (https://packages.atlassian.com/maven/repository/public), central (https://repo.maven.apache.org/maven2)]: Plugin not found in any plugin repository @

Hello,

Am I missing something ?
URL https://packages.atlassian.com/artifactory/maven-atlassian-all/ is redirecting to Atlassian Repository:
I am having a hard time figuring which URL I need to use in my settings.xml and which certificate to import.

Thanks,
Antoine