uschindler commented on a change in pull request #1929:
URL: https://github.com/apache/lucene-solr/pull/1929#discussion_r499246344



##########
File path: gradle/maven/defaults-maven.gradle
##########
@@ -137,8 +254,17 @@ configure(subprojects.findAll { it.path in 
rootProject.published }) { prj ->
         }
       }
 
+      // Add aliases of convention tasks with shorter names.
+      task mavenToApacheSnapshots() {

Review comment:
       Maybe put this into separate file like maven-local.gradle?

##########
File path: gradle/maven/defaults-maven.gradle
##########
@@ -76,7 +78,26 @@ configure(subprojects.findAll { it.path in 
rootProject.published }) { prj ->
   apply plugin: 'signing'
 
   publishing {
-    // TODO: Add publishing repository details.
+    repositories {
+      maven {
+        name = "ApacheSnapshots"
+        url = "https://repository.apache.org/content/repositories/snapshots";

Review comment:
       Can't use the property defined before?: `apacheNexusUrl`




----------------------------------------------------------------
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