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
<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>