I used atlas-create-jira-plugin to create a skeleton plugin. Inside the atlassian-plugin.xml, there is this section:
<plugin-info>
<description>${project.description}</description>
<version>${project.version}</version>
<vendor name="${project.organization.name}" url="${project.organization.url}" />
<param name="plugin-icon">images/pluginIcon.png</param>
<param name="plugin-logo">images/pluginLogo.png</param>
</plugin-info>
I am not able to find a file in which project.description and other values can be modified.
I am new to JIRA. Thanks for any help!