Someone can help me?
I developed a plugin in Stash it's ok, but now i'm migrating to Bitbucket.
I do the changes in the code but show me the message of error:
DefaultPluginInstallationService Plugin installation failed: Jar contained neither an atlassian-plugin.xml nor a Bundle-SymbolicName
My problem was code.
I solved, and now import correctly.
which file it was? in atlassian-plugin.xml or in some Java file?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
when i was create my .JAR file it was incorrect, the "META-INF" folder was out of the root structure.
I resolve this with this command to create my .JAR file:
on the folder of files for your jar run that:
jar -cfv [yourFileName.jar] *
The correct is like that:
But it was like that:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I have a same problem. Somehow atlassian-plugin-xml mising from installation .jar file.
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.