commit | 243416775c8eb54bdb9ad1d2015be0c32b6cbb9b | [log] [tgz] |
---|---|---|
author | Emmanuel Lécharny <elecharny@apache.org> | Tue Nov 16 06:16:59 2021 +0100 |
committer | GitHub <noreply@github.com> | Tue Nov 16 06:16:59 2021 +0100 |
tree | c795d2241ca6d8fdd9fa81ad7fe0c01a412a4de5 | |
parent | 35f117d1a0b8223f390bc70b1e1279b579bc64fd [diff] |
Update build.sh Added the mandatory AL 2.0 header
This repository contains build tools of the Apache Directory project.
mvn release:prepare -DdryRun=true
mvn deploy
This is useful to verify your settings in ~/.m2/settings.xml (Nexus password and GPG key)
mvn release:clean mvn release:prepare
When asked for the SCM release tag please remove the project prefix, the version number is enough.
This creates a tag here: https://gitbox.apache.org/repos/asf?p=directory-buildtools.git
mvn release:perform
This deploys the POM to a staging repository. Go to https://repository.apache.org/index.html#stagingRepositories and close the staging repository.
Start the vote.
After successful vote publish the artifacts, therefore go to https://repository.apache.org/index.html#stagingRepositories and release the staging repository.