Skip to content

Commit 105837b

Browse files
authored
Return developers tag to pom generation (#1499) (#1501)
The developers tag was removed from the pom file of all artifacts, but is required for release on nexus. Re-add the tag back in but with generic developer content.
1 parent 6ed8516 commit 105837b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

buildSrc/src/main/groovy/org/elasticsearch/hadoop/gradle/BuildPlugin.groovy

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -462,6 +462,12 @@ class BuildPlugin implements Plugin<Project> {
462462
connection = 'scm:git:git://github.com/elastic/elasticsearch-hadoop'
463463
developerConnection = 'scm:git:git://github.com/elastic/elasticsearch-hadoop'
464464
}
465+
developers {
466+
developer {
467+
name = 'Elastic'
468+
url = 'https://www.elastic.co'
469+
}
470+
}
465471
}
466472

467473
groupId = "org.elasticsearch"

0 commit comments

Comments
 (0)