Skip to content

Commit

Permalink
Sample serverUrl configuration for new projects
Browse files Browse the repository at this point in the history
  • Loading branch information
szpak committed Apr 14, 2021
1 parent 71d0d74 commit bbb2ba9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ Apply the plugin:
Configure it:

nexusStaging {
serverUrl = "https://s01.oss.sonatype.org/service/local/" //required only for projects registered in Sonatype after 2021-02-24
packageGroup = "org.mycompany.myproject" //optional if packageGroup == project.getGroup()
stagingProfileId = "yourStagingProfileId" //when not defined will be got from server using "packageGroup"
}
Expand Down

0 comments on commit bbb2ba9

Please sign in to comment.