

This command essentially modified the** /src/main/resources/atlassian-plugin.xml** file in your plugin directory to create some extra elements in JIRA. In the previous tutorial, we used the atlas-create-jira-plugin-module command to create a JIRA menu module which we then customised. Start up confluence with your plugin installed (and download all the necessary files to do that) by running the command atlas-run.Ĭheck that Confluence started up with your plugin installed by navigating to localhost:1990/confluence/plugins/servlet/upm/manage/all (you can login using username: admin, password: admin just like you did in the last tutorial). Update the organization details for your plugin in the pom.xml file (see modify the plugin - step 1 from the Set up the Atlassian Plugin SDK and Build a Project tutorial if you're stuck). Now, navigate to the m圜onfluenceMacro directory that was created by the Atlassian Plugin SDK in the last step.
