There may be some loose ends here. See https://issues.apache.org/jira/browse/LUCENE-9809?focusedCommentId=17433373&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-17433373 as a starting point for gradle command. Related: LUCENE-10174, Umbrella: LUCENE-9488
So the wizard should probably run the gradle equivalent ./gradlew mavenToApacheReleases -Dversion.release=<ver> -PasfNexusUsername=<user> -PasfNexusPassword=<passwd> Jan > 6. des. 2021 kl. 14:19 skrev Adrien Grand <[email protected]>: > > Hello, > > The release wizard still suggests using Ant for Maven publication: > > cd ~/.lucene-releases/9.0.0/lucene > ant clean stage-maven-artifacts \ > > -Dmaven.dist.dir=~/.lucene-releases/9.0.0/RC4/dist/lucene-9.0.0-RC4-rev-0b18b3b965cedaf5eb129aa41243a44c83ca826d/lucene/maven > \ > -Dm2.repository.id=apache.releases.https \ > > -Dm2.repository.url=https://repository.apache.org/service/local/staging/deploy/maven2 > > The Gradle build has a `mavenToApacheReleases` task that seems to do > what I want, but I can't find how to tell it to use the JARs of RC4 > rather than those produced by `gradlew assembleRelease`. Can someone > help me with this? > > -- > Adrien > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] >
