Forums

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

com.atlassian.maven.plugins:jira-maven-plugin:8.10.1 or one of its dependencies could not be resolve

Mohan Raj
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
December 21, 2023

Hi all,
I am trying to build a plugin for the Jira data center using Atlassian SDK. I get the following error when I run the "atlas-mvn eclipse:eclipse" CLI command. kindly please help us to fix the issue

The following are the parameters for my plugin :
Jira version: 9.4.6
Amps version: 8.10.1
Java version: 17.0.8

 

Screenshot 2023-12-22 124436.png

<plugin>

<groupId>com.atlassian.maven.plugins</groupId>

<artifactId>jira-maven-plugin</artifactId>

<version>${amps.version}</version>

<extensions>true</extensions>

<configuration>

<productVersion>${jira.version}</productVersion>

<productDataVersion>${jira.version}</productDataVersion>

</configuration>

</plugin>

 

 

 

0 answers

Suggest an answer

Log in or Sign up to answer