Hello everyone,
i am trying to create a new refapp plugins - using command atlas-create-jira-plugin
and used following as configuration:
groupId: com.atlassian.tutorial
artifactId: myPlugin
version: 1.0.0-SNAPSHOT
package: com.atlassian.tutorial.myPlugin Y: : Y
After that i got a build failure and error shows like this:
Failed to execute goal com.atlassian.maven.plugins:maven-amps-dispatcher-plugin:6.3.15:run (default-cli) on project mytestPlugin: Unable to execute mojo: Unable to resolve artifact. Could not transfer artifact com.atlassian.jira:atlassian-jira-webapp:war:7.7.1 from/to atlassian-public (https://maven.atlassian.com/repository/public): hostname in certificate didn't match: <maven.atlassian.com> != <*.services.atlassian.com> OR <services.atlassian.com> OR <*.services.atlassian.com>
[ERROR] com.atlassian.jira:atlassian-jira-webapp:war:7.7.1
[ERROR]
[ERROR] from the specified remote repositories:
[ERROR] atlassian-public (https://maven.atlassian.com/repository/public, releases=true, snapshots=true),
[ERROR] atlassian-plugin-sdk (file://C:\Applications\Atlassian\atlassian-plugin-sdk-6.3.10/repository, releases=true, snapshots=true),
[ERROR] central (http://repo.maven.apache.org/maven2, releases=true, snapshots=false)
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
Anyone whose faced these issue and got any solutions , pls give a solutions here