dweiss commented on a change in pull request #1929: URL: https://github.com/apache/lucene-solr/pull/1929#discussion_r499268296
########## 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: Don't know if it makes sense. The "local" maven gradle config is there mostly so that I could review the artifacts without polluting my local Maven repo. It could be removed later. The rest of maven config does make sense as a single unit. Let's leave it for now and try to publish those snapshots. If needed, we can always change later. ---------------------------------------------------------------- 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