You have successfully created a plugin using the JIRA plugin archetype! Here are the SDK commands you'll use immediately: * atlas-run -- installs this plugin into JIRA and starts it on http://localhost:2990/jira * atlas-debug -- same as atlas-run, but allows a debugger to attach at port 5005 * atlas-cli -- after atlas-run or atlas-debug, opens a Maven command line window: - 'pi' reinstalls the plugin into the running JIRA instance * atlas-help -- prints description for all commands in the SDK Full documentation is always available at: https://developer.atlassian.com/display/DOCS/Developing+with+the+Atlassian+Plugin+SDK To build you need to 1) download JNDI from here: http://www.oracle.com/technetwork/java/javasebusiness/downloads/java-archive-downloads-java-plat-419418.html 2) unzip, then install mvn install:install-file -Dfile=jndi.jar -DgroupId=jndi -DartifactId=jndi -Dpackaging=jar -Dversion=1.2.1 3) download JTA from here: http://www.oracle.com/technetwork/java/javaee/jta/index.html 4) unzip, then install mvn install:install-file -Dfile=jndi.jar -DgroupId=jta -DartifactId=jta -Dpackaging=jar -Dversion=1.0.1