Forums

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

Running SDK with Software and Service Desk returns an error

Viktor
Contributor
February 23, 2020

I get an error when trying to Configure AMPS to run JIRA Core with additional applications installed

Can somebody explain what is wrong with my Pom.xml?

The tutorial does not explain where to put these lines. I assumed they should go below the plugins in the XML.

(The forum does not like XML code)

<plugin> <groupId>com.atlassian.maven.plugins</groupId> <artifactId>maven-jira-plugin</artifactId> <configuration> <applications> <application> <applicationKey>jira-software</applicationKey> <version>${jira.software.application.version}</version> </application> <application> <applicationKey>jira-servicedesk</applicationKey> <version>${jira.servicedesk.application.version}</version> </application> </applications> </configuration> </plugin>

error.PNG

pommy.PNG

0 answers

Suggest an answer

Log in or Sign up to answer