Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

JIRA plugin: Couldn't find the atlassian-plugin.xml, please run this goal in an atlassian plugin pro

Arthur arthurdn January 1, 2019

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>

1 answer

1 accepted

Suggest an answer

Log in or Sign up to answer