dweiss commented on a change in pull request #156:
URL: https://github.com/apache/lucene/pull/156#discussion_r640819830



##########
File path: gradle/publishing/defaults-maven.gradle
##########
@@ -209,11 +214,11 @@ configure(subprojects.findAll { it.path in 
rootProject.published }) { prj ->
         group "Publishing"
         description "Publish Maven JARs and POMs to Apache Snapshots 
repository: ${apacheNexusSnapshots}"
 
-        dependsOn "publishJarsPublicationToApacheSnapshotsRepository"
+        dependsOn "publishUnsignedJarsPublicationToApacheSnapshotsRepository"
       }
 
+      // 'jars' publication is always signed. We currently don't use it 
anywhere though.

Review comment:
       I left the 'signed' configuration ('jars') and the signing snippet just 
for the future, in case we need it. I'm not sure how Apache JARs are pushed/ 
synced to Maven Central.




-- 
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:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to