https://github.com/apache/directory-buildtools
Apache Directory Build Tools
https://github.com/apache/directory-buildtools
directory java network-client network-server
Last synced: 10 months ago
JSON representation
Apache Directory Build Tools
- Host: GitHub
- URL: https://github.com/apache/directory-buildtools
- Owner: apache
- Created: 2017-10-22T18:41:45.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-07-25T05:04:52.000Z (about 2 years ago)
- Last Synced: 2024-09-30T01:21:17.522Z (almost 2 years ago)
- Topics: directory, java, network-client, network-server
- Language: Java
- Homepage: https://directory.apache.org/
- Size: 721 KB
- Stars: 3
- Watchers: 16
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Apache Directory Build Tools
============================
This repository contains build tools of the [Apache Directory project](https://directory.apache.org/).
Release Process
---------------
### Prepare the POM
mvn release:prepare -DdryRun=true
### Deploy a snapshot
mvn deploy
This is useful to verify your settings in ~/.m2/settings.xml (Nexus password and GPG key)
### Prepare the release
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:
### Stage the release
mvn release:perform
This deploys the POM to a staging repository. Go to and close the staging repository.
### Call the vote
Start the vote.
### Publish
After successful vote publish the artifacts, therefore go to and release the staging repository.