Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Error Atlassian Plugin SDK 8.0.0

gia01020304 February 16, 2019

In sdk 8.0.0 I run atlas-mvn eclipse:eclipse and receive error messages like the image below

bug.png

1 answer

1 accepted

2 votes
Answer accepted
Tom Lister
Community Champion
February 16, 2019

is Primas your project name?

are you in the plugin directory?

gia01020304 February 16, 2019

Thank for Response, In sdk 6. use normal but in 8.0.0 error

Tom Lister
Community Champion
February 16, 2019

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$ 
Tom Lister
Community Champion
February 16, 2019

is your project created by SDK 8?

Tom Lister
Community Champion
February 16, 2019

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.

gia01020304 February 25, 2019

Thank for support. I had resolved my problem by remove atlas- in my command

From atlas-mvn eclipse:eclipse to mvn eclipse:eclipse

Suggest an answer

Log in or Sign up to answer