File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -55,13 +55,14 @@ plugins {
5555}
5656
5757version = VersionProperties . elasticsearch
58+
59+ /**
60+ * Here we package and aggregation zip file containing all maven artifacts we want to
61+ * publish to maven central.
62+ * The aggregation is done by picking all projects that have the elasticsearch.publish plugin applied,
63+ * indicating the artifact is meant for beeing published to maven central.
64+ * */
5865nmcpAggregation {
59- centralPortal {
60- username = ' blubb' // TODO("Create a token username at https://central.sonatype.com/account")
61- password = ' blubb' // TODO("Create a token password at https://central.sonatype.com/account")
62- // publish manually from the portal
63- publishingType = " USER_MANAGED"
64- }
6566 // this breaks project isolation but this is broken in elasticsearch build atm anyhow.
6667 publishAllProjectsProbablyBreakingProjectIsolation()
6768}
You can’t perform that action at this time.
0 commit comments