diff --git a/IPAddress/maintenance_instructions.txt b/IPAddress/maintenance_instructions.txt index 972a89b7..2beebb4e 100644 --- a/IPAddress/maintenance_instructions.txt +++ b/IPAddress/maintenance_instructions.txt @@ -80,16 +80,16 @@ If something goes wrong, move the tag: https://stackoverflow.com/questions/80445 C Maven -7. Use build.xml to "sign maven artifacts", which will also run "create maven artifacts" first. You should see the maven artifacts created (in the dir mavenlib). +8. Use build.xml to "sign maven artifacts", which will also run "create maven artifacts" first. You should see the maven artifacts created (in the dir mavenlib). The signing will create a batch file to do the signing. Running gpg directly from the Ant JVM seems to result in gpg hanging. So run the same gpg commands from the command prompt or use the batch file. -8. Complete the signing using batch file or command line. You should see the signed artifacts created, for each artifact another file is created with the ".asc" extension added to the artifact name. +9. Complete the signing using batch file or command line. You should see the signed artifacts created, for each artifact another file is created with the ".asc" extension added to the artifact name. You may need to run "sudo -i" first. -9. Remove the batch file sign.bat. Create the bundle bundle.jar using build.xml to "create maven bundle". +10. Remove the batch file sign.bat. Create the bundle bundle.jar using build.xml to "create maven bundle". -10. Follow instructions here for manual deployment: +11. Follow instructions here for manual deployment: http://central.sonatype.org/pages/manual-staging-bundle-creation-and-deployment.html which requires that you go here https://oss.sonatype.org/ to upload. @@ -98,10 +98,10 @@ Your original sonatype JIRA issue is https://issues.sonatype.org/browse/OSSRH-28 Use your sonatype user/pw. -11. Go to maven central repository, https://search.maven.org/, and browse or search for your release. It will not show up immediately. +12. Go to maven central repository, https://search.maven.org/, and browse or search for your release. It will not show up immediately. It may take about 10 minutes. -12. Once they are there, use an eclipse maven project to add as a dependency and check it shows up. You can run some code in a main method as well for further testing. +13. Once they are there, use an eclipse maven project to add as a dependency and check it shows up. You can run some code in a main method as well for further testing.