This is a fork of git@github.com:hub4j/github-api.git
⚠️ The instructions below are outdated. Thepublic-nexus.ecwid.comNexus is no longer used by the mainEcwid/ecwidbuild — artifacts are now consumed from GitHub Packages inEcwid/thirdparty-packages. Seebuild-logic/upload-thirdparty-lib/README.mdin theEcwid/ecwidrepo for the current publishing workflow. This README needs to be updated.
- Make a change in the code
- Update the version in the
pom.xmlfile by incrementing the version number - Ensure it compiles and commit the change
- Run the following command to create a release
mvn package -DskipTests
- Upload the jar file to Nexus:
- log in to https://public-nexus.ecwid.com
- click Upload -> thirdparty
- choose your jar file from
targetdirectory - fill Group ID, Artifact ID and Version from pom.xml (
org.kohsuke:github-api:<version>) - enable Generate a POM file with these coordinates
- click Upload
Now the new version is available to be used in main project dependencies.
See https://github-api.kohsuke.org/ for more details