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>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.