Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Atlassian Plugin SDK - Download product dependencies without running

SDKDude1234
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
October 12, 2021

I'm using the atlassian plugin sdk to do some integration testing with Jira on my local machine.

My plan is to have all the dependencies for jira already in a docker container image, which I can then instantiate multiple times cleanly to run multiple tests.

I was able to install the sdk, and run jira locally with "atlas-run-standalone --product jira".

This command takes 10 mins to download all the dependencies and then runs Jira in a tomcat container.

 

Is there any way for me to download all the dependencies to run jira, without actually starting it?

1 answer

0 votes
Thomas Deiler
Community Champion
October 27, 2021

Dear @SDKDude1234 ,

behind the SDK scripts is maven. You can start with searching the configuration files and uncomment the start command.

So long

Thomas

Suggest an answer

Log in or Sign up to answer