Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Cannot create atlassian-reffapp-plugin-module

Andrian F May 26, 2015

I am following the below Atlassian tutorial about REST API service. After creating the atlassian-reffapp project i tried to create a reffapp-plugin-module and i am getting the below error.

https://developer.atlassian.com/docs/atlassian-platform-common-components/rest-api-development/developing-a-rest-service-plugin

~/Desktop/JIRA PLUGIN TRAINING/Message$ atlas-create-refapp-plugin-module
Executing: /usr/share/atlassian-plugin-sdk-5.0.13/apache-maven-3.2.1/bin/mvn com.atlassian.maven.plugins:maven-refapp-plugin:5.0.13:create-plugin-module -gs /usr/share/atlassian-plugin-sdk-5.0.13/apache-maven-3.2.1/conf/settings.xml
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256M; support was removed in 8.0
[INFO] Scanning for projects...
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR] 
[ERROR] The project com.atlassian.plugins.tutorial:Message:1.0 (/home/andrian.fernandopulle/Desktop/JIRA PLUGIN TRAINING/Message/pom.xml) has 1 error
[ERROR] Non-resolvable import POM: Failure to find com.atlassian.refapp:atlassian-platform:pom:2.23.0 in https://maven.atlassian.com/repository/public was cached in the local repository, resolution will not be reattempted until the update interval of atlassian-public has elapsed or updates are forced @ line 70, column 25 -> [Help 2]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[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 read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
[ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException

Any idea to resolve this issue ?

Thanks

Andrian

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

1 vote
Andrian F May 26, 2015

reffapp version 2.9.1, changing as shown below fixed the issue

 <properties>
<refapp.version>2.9.1</refapp.version>
<amps.version>5.0.13</amps.version>
<plugin.testrunner.version>1.2.3</plugin.testrunner.version>
</properties>

 

TAGS
AUG Leaders

Atlassian Community Events