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: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to