Hello,
I just recently got back into Atlassian Development and I'm having problems running a JIRA instance from an autogenerated plugin.
Preface:
"Fresh" Windows Install
ATLAS Version: 6.3.10
JDK 1.8 / 10 (tried both)
I created a plugin via atlas-create-jira-plugin and I'm trying to run it via atlas-run (which works fine for confluence) and it keeps failing with these errors:
java.io.FileNotFoundException: ...\myplugin\target\container\tomcat8x\cargo-jira-home\common\lib\commons-cli.jar (Das System kann die angegebene Datei nicht finden)
What steps could I take to get this instance running? (Already tried this: https://developer.atlassian.com/server/framework/atlassian-sdk/configure-amps-to-run-jira-core-with-additional-applications-installed/ and mvn-clean etc.)