Hello everyone,
i´ve developed a small Space blueprint for internal use. Now I´m trying to get a jar or obr “release” of this Blueprint.
When running atlas-release I get this exception:
[ERROR] Failed to execute goal com.atlassian.maven.plugins:maven-amps-dispatcher-plugin:6.2.11:release (default-cli) on project customerbp: Unable to execute mojo: java.lang.reflect.InvocationTargetException: NullPointerException ->[Help 1]
After googleing for the error code i founde this:
https://ecosystem.atlassian.net/browse/AMPS-1107
So it seems this a bug in the Atlassian SDK. I didn´t quiet understand if it was resolved or how but on the amps version 6.2.11 I still get it.
So now my question: Is there a workaround for this?
I´ve read something that I should use maven directly instead of the altas-release command. But as my java skill are pretty low i´m not sure how to do this.
Will apreciate any help !
Thank you and beste regards
Irakli Edjibia
-------------------EDIT--------------
found this: Tutorial on atlas-release missing?
It says to use:
mvn:reprare and mvn:perfom
it also shows a example scm tag, in this tag they reference Bitbucket
To build a release of my blueprint I probably have to reference our own git with the repository of my blueprint project instead of the Bitbucket repository?