[ 
https://issues.apache.org/jira/browse/GOBBLIN-1246?focusedWorklogId=473193&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-473193
 ]

ASF GitHub Bot logged work on GOBBLIN-1246:
-------------------------------------------

                Author: ASF GitHub Bot
            Created on: 21/Aug/20 04:20
            Start Date: 21/Aug/20 04:20
    Worklog Time Spent: 10m 
      Work Description: 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]


Issue Time Tracking
-------------------

    Worklog Id:     (was: 473193)
    Time Spent: 50m  (was: 40m)

> Modify build scripts to fix failures in Nexus artifact publishing
> -----------------------------------------------------------------
>
>                 Key: GOBBLIN-1246
>                 URL: https://issues.apache.org/jira/browse/GOBBLIN-1246
>             Project: Apache Gobblin
>          Issue Type: Improvement
>          Components: gobblin-core
>    Affects Versions: 0.15.0
>            Reporter: Sudarshan Vasudevan
>            Assignee: Abhishek Tiwari
>            Priority: Major
>             Fix For: 0.15.0
>
>          Time Spent: 50m
>  Remaining Estimate: 0h
>
> Currently, publishing of staging artifacts to the Apache Nexus repository is 
> broken. This task modifies build scripts to fix the Nexus artifact publish.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to