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>