I ran
atlas-create-jira-plugin
But project was created without atlassian-plugin.xml.
And from the root of created plugin
atlas-create-jira-plugin-module
Failed with [ERROR] Failed to execute goal com.atlassian.maven.plugins:maven-jira-plugin:6.3.21:create-plugin-module (default-cli) on project flow: Couldn't find the atlassian-plugin.xml, please run this goal in an atlassian plugin project root. -> [Help 1]
I added it with correct name to the root, but error still is same.
Added file
<atlassian-plugin key="${project.groupId}.${project.artifactId}" name="${project.name}" plugins-version="2">
<plugin-info>
<description>ToDO.description</description>
<version>${project.version}</version>
<vendor name="X" url="https://X.ua" />
</plugin-info>
</atlassian-plugin>
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.