Skip to content

Commit

Permalink
updated instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
seancfoley committed Mar 21, 2022
1 parent 820279e commit 0966fa8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions IPAddress/maintenance_instructions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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.



Expand Down

0 comments on commit 0966fa8

Please sign in to comment.