Hi,
I am trying to build our custom plugin for jira. When I run atlas-run
CLI command, I get the following error.
The following are the parameters for my plugin :
Jira version : 8.2.3
Amps version : 8.0.2
<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>
Amps v8.0.2 uses artifactId “jira-maven-plugin” for “com.atlassian.maven.plugins”. But the error is quite weird that it tries to download “maven-jira-plugin” for version 8 from the repository.
[ERROR] Unresolveable build extension: Plugin com.atlassian.maven.plugins:maven-jira-plugin:8.0.2 or one of its dependencies could not be resolved: Failure to find com.atlassian.maven.plugins:maven-jira-plugin:jar:8.0.2 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 @ @ [ERROR] The build could not read 1 project -> [Help 1]
Any help is greatly appreciated!
Thanks,
Kumar