Need help in setting up Atlassian SDK based plugin in local IDE(Eclipse/IntelliJ)

Please follow the below URL for the whole description and investigation done so far.

https://ecosystem.atlassian.net/servicedesk/customer/portal/14/DEVHELP-2552

Hi @nitish.sajwan,

DEVHELP tickets aren’t public so nobody here can see the information in that ticket.
Can you please provide us with a short description here?

I’ve also moved your topic to the correct category here on the developer community.

Cheers,
Peter

So when I am trying to import the plugin project in my eclipse, the pom file shows lots of error.
Attaching screenshot.

But the same project builds and run perfectly when I use atlas-run and atlas-package command via command prompt.

I am using windows machine to perform these actions.
Actions done so far

1)Before importing project I have already run command in command prompt.

  1. As suggested in this ticket https://community.atlassian.com/t5/Jira-questions/Unknown-lifecycle-phase-error/qaq-p/1006922#M335142

I have made the below changes in mvn.bat file

  • List item

In “atlas-mvn.bat” file comment out the following line:

call set MVN_COMMAND=%%MVN_COMMAND:${mavenPluginName}=%MVN_PLUGIN%%%

  • List item

Replace it with:

call set MVN_COMMAND=%%MVN_COMMAND:%%

Any updates on this?

Hello @nitish.sajwan,

Are still experiencing problems with this one? Is it safe to assume that the plugin can still be compiled and run properly via CLI and the error/warning is in the IDE only?

Thanks,
Ian