mirror of https://github.com/apache/lucene.git
Split the publish_maven step in two TODOs (#2279)
This commit is contained in:
parent
82f8d7ba1d
commit
2f6807cc76
|
@ -974,8 +974,8 @@ groups:
|
|||
tee: true
|
||||
post_description: 'Note at this point you will see the Jenkins job "Lucene-Solr-SmokeRelease-master" begin to fail, until you run the "Generate Backcompat Indexes" '
|
||||
- !Todo
|
||||
id: publish_maven
|
||||
title: Publish maven artifacts
|
||||
id: stage_maven
|
||||
title: Stage the maven artifacts for publishing
|
||||
vars:
|
||||
dist_folder: lucene-solr-{{ release_version }}-RC{{ rc_number }}-rev{{ build_rc.git_rev | default("<git_rev>", True) }}
|
||||
commands: !Commands
|
||||
|
@ -989,9 +989,16 @@ groups:
|
|||
- !Command
|
||||
cmd: ant clean stage-maven-artifacts -Dmaven.dist.dir={{ [dist_file_path, dist_folder, 'solr', 'maven'] | path_join }} -Dm2.repository.id=apache.releases.https -Dm2.repository.url={{ m2_repository_url }}
|
||||
logfile: publish_solr_maven.log
|
||||
post_description: |
|
||||
post_description: The artifacts are not published yet, please proceed with the next step to actually publish!
|
||||
links:
|
||||
- https://wiki.apache.org/lucene-java/PublishMavenArtifacts
|
||||
- !Todo
|
||||
id: publish_maven
|
||||
depends: stage_maven
|
||||
title: Publish the staged maven artifacts
|
||||
description: |
|
||||
Once you have transferred all maven artifacts to repository.apache.org,
|
||||
you will need to:
|
||||
you will need to do some manual steps to actually release them to Maven Central:
|
||||
|
||||
* Close the staging repository
|
||||
. Log in to https://repository.apache.org/ with your ASF credentials
|
||||
|
|
Loading…
Reference in New Issue