abti commented on a change in pull request #3087:
URL: https://github.com/apache/incubator-gobblin/pull/3087#discussion_r474399480
##########
File path: gradle/scripts/nexusPublishing.gradle
##########
@@ -64,6 +64,74 @@ gradle.taskGraph.afterTask {
}
}
+ext.pomAttributes = {
+ packaging 'jar'
+ // optionally artifactId can be defined here
+ name 'Apache Gobblin (incubating)'
+ description 'A distributed data integration framework for streaming and
batch data ecosystems.'
+ url 'https://gobblin.apache.org/'
+
+ scm {
+ url
'https://git-wip-us.apache.org/repos/asf?p=incubator-gobblin.git;a=tree'
+ connection
'scm:http://git-wip-us.apache.org/repos/asf/incubator-gobblin.git'
+ developerConnection
'scm:https://git-wip-us.apache.org/repos/asf/incubator-gobblin.git'
+ }
+
+ licenses {
+ license {
+ name 'The Apache License, Version 2.0'
+ url 'http://www.apache.org/licenses/LICENSE-2.0.txt'
+ }
+ }
+
+ developers {
Review comment:
please remove this section. Ideally, the committers should be maintained
outside of gradle, and this list is outdated
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]