35fda70805
This will allow a cleaner patch when forking Gerrit to deploy to a different repository than the official release repository on Maven Central. Change-Id: Ic2ec2acb1fe9512782f8b1fe0b7e2ad2131e099d
4 lines
206 B
Plaintext
4 lines
206 B
Plaintext
MAVEN_REPOSITORY = 'sonatype-nexus-staging'
|
|
MAVEN_SNAPSHOT_URL = 'https://oss.sonatype.org/content/repositories/snapshots'
|
|
MAVEN_RELEASE_URL = 'https://oss.sonatype.org/service/local/staging/deploy/maven2'
|