getting error while creating a plugin using atlassian SDK in very first plugin

i have installed atlassian SDK to create a plugin in my windows system but when creating the very first plugin i’m getting this error[as in attached photos] what should i do.

  • Installed java 1.8 version and path is set
  • not using any Proxy or Firewalls
  • tried reinstalling sdk and java

and I’m Not prompted to this lines :

Define value for groupId: : com.atlassian.tutorial
Define value for artifactId: : myPlugin
Define value for version: 1.0.0-SNAPSHOT: : 1.0.0-SNAPSHOT
Define value for package: com.atlassian.tutorial: : com.atlassian.tutorial.myPlugin

have attached the errors please do check and give a solution.

Hi @manjunathr,

Welcome to the developer community!

If you look into the last error of your screenshot:

the main issue here is that you don’t have access to maven repository for artifact org.apache.commons:commons-lang3. If you’re not in a firewall or proxy, you can start by verifying the setings.xml definition that you have and make sure that you can access the plugin repository from your browser and that your plugin points to the correct user settings.

Cheers,
Anne