All,
What I am trying to do:
I am trying to create a simple hello-world JIRA plugin using the bin provided by the SDK 6.2.15:
atlas-create-jira-plugin
This is the issue I am having:
In a nutshell:
When I run atlas-create-jira-plugin, the script downloads all these files, but errors out when it tries to download: plexus-utils 3.0.17. Both respositories mentioned below, are missing that folder/file/pom.
How I tried to fix it:
1. I read and attempted the steps listed under diagnosis.
2. Followed the suggestion here: Link
In <atlassian_install><maven>\conf\settings.xml file:
under:
<pluginRepositories>
<pluginRepository>
I have updated the Repository URL from:
https://maven.atlassian.com/repository/public
to:
https://packages.atlassian.com/maven/repository/public
3. Tried this on Linux and Windows
4. I have tried to find/download/add plexus-utils 3.0.17 to file://${env.ATLAS_HOME}/repository and no luck
4. Lots of research + other "solutions" to fix this issue
Running out of time/ideas.
Any help would be greatly appreciated.
You may want to repost this question over at https://community.developer.atlassian.com (lots more devs over there :) ).
That said - can you post your pom.xml that you have? Also, if you can post the entire maven output - we can try to recreate it.
Oh you don’t even make it to the directory being created? Can you paste the maven output?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
No it does not make it to the directory.
Methods to reproduce:
1. Download SDK 6.2.15
2. in Windows: run 'atlas-create-jira-plugin.bat' from the cmd line.
maven output:
C:\sandbox\jira>atlas-create-jira-plugin
Executing: "C:\Applications\Atlassian\atlassian-plugin-sdk-6.2.15\apache-maven-3
.2.1\bin\mvn.bat" com.atlassian.maven.plugins:maven-jira-plugin:"6.2.11":create
-gs C:\Applications\Atlassian\atlassian-plugin-sdk-6.2.15\apache-maven-3.2.1/con
f/settings.xml
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256M; sup
port was removed in 8.0
[INFO] Scanning for projects...
[INFO]
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethrea
ded.SingleThreadedBuilder with a thread count of 1
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Maven Stub Project (No POM) 1
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-jira-plugin:6.2.11:create (default-cli) @ standalone-pom ---
Downloading: https://maven.atlassian.com/repository/public/org/codehaus/plexus/p
lexus-utils/3.0.17/plexus-utils-3.0.17.pom
Downloading: file://C:\Applications\Atlassian\atlassian-plugin-sdk-6.2.15/reposi
tory/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.pom
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-util
s/3.0.17/plexus-utils-3.0.17.pom
Downloading: https://maven.atlassian.com/repository/public/org/codehaus/plexus/p
lexus-utils/1.5.5/plexus-utils-1.5.5.pom
Downloading: file://C:\Applications\Atlassian\atlassian-plugin-sdk-6.2.15/reposi
tory/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-util
s/1.5.5/plexus-utils-1.5.5.pom
Downloading: https://maven.atlassian.com/repository/public/org/codehaus/plexus/p
lexus-classworlds/2.4/plexus-classworlds-2.4.pom
Downloading: file://C:\Applications\Atlassian\atlassian-plugin-sdk-6.2.15/reposi
tory/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-clas
sworlds/2.4/plexus-classworlds-2.4.pom
Downloading: https://maven.atlassian.com/repository/public/org/codehaus/plexus/p
lexus-utils/2.1/plexus-utils-2.1.pom
Downloading: file://C:\Applications\Atlassian\atlassian-plugin-sdk-6.2.15/reposi
tory/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-util
s/2.1/plexus-utils-2.1.pom
Downloading: https://maven.atlassian.com/repository/public/org/codehaus/plexus/p
lexus-utils/2.0.4/plexus-utils-2.0.4.pom
Downloading: file://C:\Applications\Atlassian\atlassian-plugin-sdk-6.2.15/reposi
tory/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-util
s/2.0.4/plexus-utils-2.0.4.pom
Downloading: https://maven.atlassian.com/repository/public/servletapi/servletapi
/2.3/servletapi-2.3.pom
Downloading: file://C:\Applications\Atlassian\atlassian-plugin-sdk-6.2.15/reposi
tory/servletapi/servletapi/2.3/servletapi-2.3.pom
Downloading: http://repo.maven.apache.org/maven2/servletapi/servletapi/2.3/servl
etapi-2.3.pom
Downloading: https://maven.atlassian.com/repository/public/commons-io/commons-io
/1.2/commons-io-1.2.pom
Downloading: file://C:\Applications\Atlassian\atlassian-plugin-sdk-6.2.15/reposi
tory/commons-io/commons-io/1.2/commons-io-1.2.pom
Downloading: http://repo.maven.apache.org/maven2/commons-io/commons-io/1.2/commo
ns-io-1.2.pom
Downloading: https://maven.atlassian.com/repository/public/biz/aQute/bnd/biz.aQu
te.bndlib/2.4.1/biz.aQute.bndlib-2.4.1.pom
Downloading: file://C:\Applications\Atlassian\atlassian-plugin-sdk-6.2.15/reposi
tory/biz/aQute/bnd/biz.aQute.bndlib/2.4.1/biz.aQute.bndlib-2.4.1.pom
Downloading: http://repo.maven.apache.org/maven2/biz/aQute/bnd/biz.aQute.bndlib/
2.4.1/biz.aQute.bndlib-2.4.1.pom
Downloading: https://maven.atlassian.com/repository/public/org/codehaus/plexus/p
lexus-utils/3.0.8/plexus-utils-3.0.8.pom
Downloading: file://C:\Applications\Atlassian\atlassian-plugin-sdk-6.2.15/reposi
tory/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.pom
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-util
s/3.0.8/plexus-utils-3.0.8.pom
Downloading: https://maven.atlassian.com/repository/public/org/codehaus/plexus/p
lexus-utils/1.4.1/plexus-utils-1.4.1.pom
Downloading: file://C:\Applications\Atlassian\atlassian-plugin-sdk-6.2.15/reposi
tory/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-util
s/1.4.1/plexus-utils-1.4.1.pom
Downloading: https://maven.atlassian.com/repository/public/org/codehaus/plexus/p
lexus-classworlds/1.2-alpha-6/plexus-classworlds-1.2-alpha-6.pom
Downloading: file://C:\Applications\Atlassian\atlassian-plugin-sdk-6.2.15/reposi
tory/org/codehaus/plexus/plexus-classworlds/1.2-alpha-6/plexus-classworlds-1.2-a
lpha-6.pom
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-clas
sworlds/1.2-alpha-6/plexus-classworlds-1.2-alpha-6.pom
Downloading: https://maven.atlassian.com/repository/public/junit/junit/3.8.1/jun
it-3.8.1.pom
Downloading: file://C:\Applications\Atlassian\atlassian-plugin-sdk-6.2.15/reposi
tory/junit/junit/3.8.1/junit-3.8.1.pom
Downloading: http://repo.maven.apache.org/maven2/junit/junit/3.8.1/junit-3.8.1.p
om
Downloading: https://maven.atlassian.com/repository/public/org/codehaus/plexus/p
lexus-utils/1.3/plexus-utils-1.3.pom
Downloading: file://C:\Applications\Atlassian\atlassian-plugin-sdk-6.2.15/reposi
tory/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-util
s/1.3/plexus-utils-1.3.pom
Downloading: https://maven.atlassian.com/repository/public/org/codehaus/plexus/p
lexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom
Downloading: file://C:\Applications\Atlassian\atlassian-plugin-sdk-6.2.15/reposi
tory/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-d
efault-1.0-alpha-9.pom
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-cont
ainer-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom
Downloading: https://maven.atlassian.com/repository/public/org/codehaus/plexus/p
lexus-component-api/1.0-alpha-16/plexus-component-api-1.0-alpha-16.pom
Downloading: file://C:\Applications\Atlassian\atlassian-plugin-sdk-6.2.15/reposi
tory/org/codehaus/plexus/plexus-component-api/1.0-alpha-16/plexus-component-api-
1.0-alpha-16.pom
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-comp
onent-api/1.0-alpha-16/plexus-component-api-1.0-alpha-16.pom
Downloading: https://maven.atlassian.com/repository/public/org/codehaus/plexus/p
lexus-utils/1.0.4/plexus-utils-1.0.4.pom
Downloading: file://C:\Applications\Atlassian\atlassian-plugin-sdk-6.2.15/reposi
tory/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-util
s/1.0.4/plexus-utils-1.0.4.pom
Downloading: https://maven.atlassian.com/repository/public/org/codehaus/plexus/p
lexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom
Downloading: file://C:\Applications\Atlassian\atlassian-plugin-sdk-6.2.15/reposi
tory/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-d
efault-1.0-alpha-8.pom
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-cont
ainer-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom
Downloading: https://maven.atlassian.com/repository/public/org/apache/maven/mave
n-repository-metadata/2.0/maven-repository-metadata-2.0.pom
Downloading: file://C:\Applications\Atlassian\atlassian-plugin-sdk-6.2.15/reposi
tory/org/apache/maven/maven-repository-metadata/2.0/maven-repository-metadata-2.
0.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-reposito
ry-metadata/2.0/maven-repository-metadata-2.0.pom
Downloading: https://maven.atlassian.com/repository/public/org/codehaus/plexus/p
lexus-utils/1.4.9/plexus-utils-1.4.9.pom
Downloading: file://C:\Applications\Atlassian\atlassian-plugin-sdk-6.2.15/reposi
tory/org/codehaus/plexus/plexus-utils/1.4.9/plexus-utils-1.4.9.pom
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-util
s/1.4.9/plexus-utils-1.4.9.pom
Downloading: https://maven.atlassian.com/repository/public/commons-logging/commo
ns-logging/1.0.3/commons-logging-1.0.3.pom
Downloading: file://C:\Applications\Atlassian\atlassian-plugin-sdk-6.2.15/reposi
tory/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom
Downloading: http://repo.maven.apache.org/maven2/commons-logging/commons-logging
/1.0.3/commons-logging-1.0.3.pom
Downloading: https://maven.atlassian.com/repository/public/commons-beanutils/com
mons-beanutils/1.6/commons-beanutils-1.6.pom
Downloading: file://C:\Applications\Atlassian\atlassian-plugin-sdk-6.2.15/reposi
tory/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom
Downloading: http://repo.maven.apache.org/maven2/commons-beanutils/commons-beanu
tils/1.6/commons-beanutils-1.6.pom
Downloading: https://maven.atlassian.com/repository/public/commons-logging/commo
ns-logging/1.0/commons-logging-1.0.pom
Downloading: file://C:\Applications\Atlassian\atlassian-plugin-sdk-6.2.15/reposi
tory/commons-logging/commons-logging/1.0/commons-logging-1.0.pom
Downloading: http://repo.maven.apache.org/maven2/commons-logging/commons-logging
/1.0/commons-logging-1.0.pom
Downloading: https://maven.atlassian.com/repository/public/commons-collections/c
ommons-collections/2.1/commons-collections-2.1.pom
Downloading: file://C:\Applications\Atlassian\atlassian-plugin-sdk-6.2.15/reposi
tory/commons-collections/commons-collections/2.1/commons-collections-2.1.pom
Downloading: http://repo.maven.apache.org/maven2/commons-collections/commons-col
lections/2.1/commons-collections-2.1.pom
Downloading: https://maven.atlassian.com/repository/public/xml-apis/xml-apis/2.0
.2/xml-apis-2.0.2.pom
Downloading: file://C:\Applications\Atlassian\atlassian-plugin-sdk-6.2.15/reposi
tory/xml-apis/xml-apis/2.0.2/xml-apis-2.0.2.pom
Downloading: http://repo.maven.apache.org/maven2/xml-apis/xml-apis/2.0.2/xml-api
s-2.0.2.pom
Downloading: https://maven.atlassian.com/repository/public/commons-io/commons-io
/2.0/commons-io-2.0.pom
Downloading: file://C:\Applications\Atlassian\atlassian-plugin-sdk-6.2.15/reposi
tory/commons-io/commons-io/2.0/commons-io-2.0.pom
Downloading: http://repo.maven.apache.org/maven2/commons-io/commons-io/2.0/commo
ns-io-2.0.pom
Downloading: https://maven.atlassian.com/repository/public/commons-collections/c
ommons-collections/3.2.1/commons-collections-3.2.1.pom
Downloading: file://C:\Applications\Atlassian\atlassian-plugin-sdk-6.2.15/reposi
tory/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom
Downloading: http://repo.maven.apache.org/maven2/commons-collections/commons-col
lections/3.2.1/commons-collections-3.2.1.pom
Downloading: https://maven.atlassian.com/repository/public/org/apache/velocity/v
elocity/1.6.3/velocity-1.6.3.pom
Downloading: file://C:\Applications\Atlassian\atlassian-plugin-sdk-6.2.15/reposi
tory/org/apache/velocity/velocity/1.6.3/velocity-1.6.3.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.
6.3/velocity-1.6.3.pom
Downloading: https://maven.atlassian.com/repository/public/com/google/guava/guav
a/r06/guava-r06.pom
Downloading: file://C:\Applications\Atlassian\atlassian-plugin-sdk-6.2.15/reposi
tory/com/google/guava/guava/r06/guava-r06.pom
Downloading: http://repo.maven.apache.org/maven2/com/google/guava/guava/r06/guav
a-r06.pom
Downloading: https://maven.atlassian.com/repository/public/org/codehaus/plexus/p
lexus-container-default/1.0-alpha-7/plexus-container-default-1.0-alpha-7.pom
Downloading: file://C:\Applications\Atlassian\atlassian-plugin-sdk-6.2.15/reposi
tory/org/codehaus/plexus/plexus-container-default/1.0-alpha-7/plexus-container-d
efault-1.0-alpha-7.pom
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-cont
ainer-default/1.0-alpha-7/plexus-container-default-1.0-alpha-7.pom
Downloading: https://maven.atlassian.com/repository/public/javax/xml/bind/jaxb-a
pi/2.2.1/jaxb-api-2.2.1.pom
Downloading: file://C:\Applications\Atlassian\atlassian-plugin-sdk-6.2.15/reposi
tory/javax/xml/bind/jaxb-api/2.2.1/jaxb-api-2.2.1.pom
Downloading: http://repo.maven.apache.org/maven2/javax/xml/bind/jaxb-api/2.2.1/j
axb-api-2.2.1.pom
Downloading: https://maven.atlassian.com/repository/public/commons-io/commons-io
/1.4/commons-io-1.4.pom
Downloading: file://C:\Applications\Atlassian\atlassian-plugin-sdk-6.2.15/reposi
tory/commons-io/commons-io/1.4/commons-io-1.4.pom
Downloading: http://repo.maven.apache.org/maven2/commons-io/commons-io/1.4/commo
ns-io-1.4.pom
Downloading: https://maven.atlassian.com/repository/public/org/apache/ant/ant/1.
8.2/ant-1.8.2.pom
Downloading: file://C:\Applications\Atlassian\atlassian-plugin-sdk-6.2.15/reposi
tory/org/apache/ant/ant/1.8.2/ant-1.8.2.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/ant/ant/1.8.2/ant-1.
8.2.pom
Downloading: https://maven.atlassian.com/repository/public/junit/junit/4.8.2/jun
it-4.8.2.pom
Downloading: file://C:\Applications\Atlassian\atlassian-plugin-sdk-6.2.15/reposi
tory/junit/junit/4.8.2/junit-4.8.2.pom
Downloading: http://repo.maven.apache.org/maven2/junit/junit/4.8.2/junit-4.8.2.p
om
Downloading: https://maven.atlassian.com/repository/public/org/slf4j/slf4j-api/1
.6.1/slf4j-api-1.6.1.pom
Downloading: file://C:\Applications\Atlassian\atlassian-plugin-sdk-6.2.15/reposi
tory/org/slf4j/slf4j-api/1.6.1/slf4j-api-1.6.1.pom
Downloading: http://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.6.1/slf4j
-api-1.6.1.pom
Downloading: https://maven.atlassian.com/repository/public/commons-codec/commons
-codec/1.3/commons-codec-1.3.pom
Downloading: file://C:\Applications\Atlassian\atlassian-plugin-sdk-6.2.15/reposi
tory/commons-codec/commons-codec/1.3/commons-codec-1.3.pom
Downloading: http://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.3
/commons-codec-1.3.pom
Downloading: https://maven.atlassian.com/repository/public/org/codehaus/plexus/p
lexus-utils/1.5.8/plexus-utils-1.5.8.pom
Downloading: file://C:\Applications\Atlassian\atlassian-plugin-sdk-6.2.15/reposi
tory/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-util
s/1.5.8/plexus-utils-1.5.8.pom
Downloading: https://maven.atlassian.com/repository/public/dom4j/dom4j/1.6.1/dom
4j-1.6.1.pom
Downloading: file://C:\Applications\Atlassian\atlassian-plugin-sdk-6.2.15/reposi
tory/dom4j/dom4j/1.6.1/dom4j-1.6.1.pom
Downloading: http://repo.maven.apache.org/maven2/dom4j/dom4j/1.6.1/dom4j-1.6.1.p
om
Downloading: https://maven.atlassian.com/repository/public/org/apache/maven/mave
n-project/2.0.8/maven-project-2.0.8.pom
Downloading: file://C:\Applications\Atlassian\atlassian-plugin-sdk-6.2.15/reposi
tory/org/apache/maven/maven-project/2.0.8/maven-project-2.0.8.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-project/
2.0.8/maven-project-2.0.8.pom
Downloading: https://maven.atlassian.com/repository/public/org/codehaus/plexus/p
lexus-utils/1.5.6/plexus-utils-1.5.6.pom
Downloading: file://C:\Applications\Atlassian\atlassian-plugin-sdk-6.2.15/reposi
tory/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.pom
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-util
s/1.5.6/plexus-utils-1.5.6.pom
Downloading: https://maven.atlassian.com/repository/public/org/codehaus/plexus/p
lexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-
9-stable-1.pom
Downloading: file://C:\Applications\Atlassian\atlassian-plugin-sdk-6.2.15/reposi
tory/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-co
ntainer-default-1.0-alpha-9-stable-1.pom
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-cont
ainer-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1
.pom
Downloading: https://maven.atlassian.com/repository/public/commons-lang/commons-
lang/2.1/commons-lang-2.1.pom
Downloading: file://C:\Applications\Atlassian\atlassian-plugin-sdk-6.2.15/reposi
tory/commons-lang/commons-lang/2.1/commons-lang-2.1.pom
Downloading: http://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.1/c
ommons-lang-2.1.pom
Downloading: https://maven.atlassian.com/repository/public/commons-logging/commo
ns-logging/1.2/commons-logging-1.2.pom
Downloading: file://C:\Applications\Atlassian\atlassian-plugin-sdk-6.2.15/reposi
tory/commons-logging/commons-logging/1.2/commons-logging-1.2.pom
Downloading: http://repo.maven.apache.org/maven2/commons-logging/commons-logging
/1.2/commons-logging-1.2.pom
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4.917 s
[INFO] Finished at: 2017-10-06T06:43:37-08:00
[INFO] Final Memory: 11M/245M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal com.atlassian.maven.plugins:maven-jira-plugin:6.2
.11:create (default-cli) on project standalone-pom: Execution default-cli of goa
l com.atlassian.maven.plugins:maven-jira-plugin:6.2.11:create failed: Plugin com
.atlassian.maven.plugins:maven-jira-plugin:6.2.11 or one of its dependencies cou
ld not be resolved: Failed to collect dependencies at com.atlassian.maven.plugin
s:maven-jira-plugin:jar:6.2.11 -> com.atlassian.maven.archetypes:jira-plugin-arc
hetype:jar:6.2.11 -> org.twdata.maven:mojo-executor:jar:1.5.2 -> org.apache.mave
n:maven-artifact:jar:3.2.1 -> org.codehaus.plexus:plexus-utils:jar:3.0.17: Faile
d to read artifact descriptor for org.codehaus.plexus:plexus-utils:jar:3.0.17: C
ould not transfer artifact org.codehaus.plexus:plexus-utils:pom:3.0.17 from/to a
tlassian-public (https://maven.atlassian.com/repository/public): maven.atlassian
.com: Unknown host maven.atlassian.com -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e swit
ch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please rea
d the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginResoluti
onException
C:\sandbox\jira>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Can you pull up https://maven.atlassian.com in a web browser? It looks like the issue is that maven isn't able to access it. You may have a firewall in the way.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, I can access it just fine.
I did notice one thing:
When I access the repositories via the browser, plexus-utils 3.0.17 is missing:
https://maven.atlassian.com/maven-external/
https://packages.atlassian.com/maven/repository/public
is that normal?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
also noticed, this jar was downloaded just fine:
C:\Applications\Atlassian\atlassian-plugin-sdk-6.2.15\repository\org\codehaus\plexus\plexus-utils\3.0.15
for some reason, it having difficulty with that speicifc jar/pom.
could be firewall. will have to try this in a different environment.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.