In sdk 8.0.0 I run atlas-mvn eclipse:eclipse and receive error messages like the image below
is Primas your project name?
are you in the plugin directory?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi
I just tried this on my mac and it worked so it's not a general SDK problem I guess
[INFO] Not writing settings - defaults suffice
[INFO] Wrote Eclipse project for "MyFirst8" to /Users/tomlister/SDKDev/MyFirst8.
[INFO]
Sources for some artifacts are not available.
List of artifacts without a source archive:
o com.atlassian.jira:jira-api:7.13.0
o com.atlassian.gadgets:atlassian-gadgets-api:4.2.32
o com.atlassian.analytics:analytics-api:5.6.2
Javadoc for some artifacts is not available.
List of artifacts without a javadoc archive:
o com.atlassian.jira:jira-api:7.13.0
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 23.089 s
[INFO] Finished at: 2019-02-16T11:41:29Z
[INFO] ------------------------------------------------------------------------
Toms-MBP-3:MyFirst8 tomlister$
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.
Hi
A couple of things I had to change to fix other '6' to '8' issues today. May not be related but just FYI
Change
<artifactId>maven-jira-plugin</artifactId>
to
<artifactId>jira-maven-plugin</artifactId>
Change
<amps.version>6.3.15</amps.version>
to
<amps.version>8.0.0</amps.version>
I also had to run an atlas-clean command.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank for support. I had resolved my problem by remove atlas- in my command
From atlas-mvn eclipse:eclipse to mvn eclipse:eclipse
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.