Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
[mchyzer@i2mibuild ~]$ buildGrouperPsp.sh 2.3.0 GROUPER_2_3_0 noRelease

 


Example PSP build from build server

...

Maven itself will upload everything. Once it's uploaded, login to sonatype and follow the instructions here:

Login to sonatype here

https://docs.sonatype.org/display/Repository/Closing+a+Staging+Repository

https://help.sonatype.com/repomanager2/staging-releases/managing-staging-repositories#ManagingStagingRepositories-ClosinganOpenRepository

If you get an error about validating signatures, then run this as your user on the build server:

Code Block
[mchyzer@i2mibuild .gnupg]$ gpg --send-keys

Then here:

https://docs.sonatype.org/display/Repository/Releasing+a+Staging+Repository

https://help.sonatype.com/repomanager2/staging-releases/managing-staging-repositories#ManagingStagingRepositories-ReleasingaStagingRepository

Basically, close the repo, and then after it closed if the report comes back clean, you click "Promote" and that released it.

...