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?
Dear @SDKDude1234 ,
behind the SDK scripts is maven. You can start with searching the configuration files and uncomment the start command.
So long
Thomas
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.