mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-16 18:04:52 +00:00
Add Snapshot maven repository (#829)
Signed-off-by: Marc Handalian <handalm@amazon.com>
This commit is contained in:
parent
e7812cd882
commit
dff274414d
@ -106,6 +106,14 @@ subprojects {
|
|||||||
name = 'test'
|
name = 'test'
|
||||||
url = "${rootProject.buildDir}/local-test-repo"
|
url = "${rootProject.buildDir}/local-test-repo"
|
||||||
}
|
}
|
||||||
|
maven {
|
||||||
|
name = 'Snapshots'
|
||||||
|
url = 'https://aws.oss.sonatype.org/content/repositories/snapshots'
|
||||||
|
credentials {
|
||||||
|
username "$System.env.SONATYPE_USERNAME"
|
||||||
|
password "$System.env.SONATYPE_PASSWORD"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user