Hi
being a licensed user i have got access to JIRA source . when i try to a plugin eg: jira-gadget-plugin by using
atlas-run at root level where pom.xml exists it throws errro
Couldn't detect an AMPS product to dispatch to and exits the build process
some thing i am missing ?
Manish
Even i had faced the same error while trying to build the behaviours plugin from source . Try without atlas-run .
just run
1)atlas-mvn clean
2)atlas-mvn compile
3)atlas-mvn package
then install the jar in your jira . Most probably it will work :)
Try using these tutorials:
https://developer.atlassian.com/display/GADGETS/Tutorials+on+Writing+a+Gadget
Basically, rather than run that command from the jira source, you want to download and install the plugin SDK:
https://developer.atlassian.com/display/DOCS/Developer+Quick+Start
https://developer.atlassian.com/display/DOCS/Installing+the+Atlassian+Plugin+SDK
Once you've downloaded the SDK, you can follow the tutorials to make a gadget, especially this one:
https://developer.atlassian.com/display/JIRADEV/Plugin+Tutorial+-+Writing+Gadgets+for+JIRA
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.