You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
I'm trying to package some Groovy code to be used by a ScriptRunner script during a workflow.
I've got a Script plugin configured which seems to be loaded and enabled, but I am unable to access the class.
When I examine the jar file, I see a lot of classes but not my Groovy classes. My pom.xml does include a plugin.scripts.roots parameter to the maven-jira-plugin that references the directory including my Groovy code.
During the build, I see a message regarding "Skipping OBR generation... no OSGI bundle manifest instructions found in pom.xml". Do I need to include some?
I had put my code under "src/main/groovy" but the Script plugin really wants it under "src/main/resources". Now my scripts appear in the jar.
And was able to try to execute a test script to access it. But now it fails with a null pointer exception.
So I guess we can consider this question answered.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.