https://github.com/apache/directory-project
Apache Directory Project
https://github.com/apache/directory-project
directory java network-client network-server
Last synced: over 1 year ago
JSON representation
Apache Directory Project
- Host: GitHub
- URL: https://github.com/apache/directory-project
- Owner: apache
- License: apache-2.0
- Created: 2017-10-18T19:34:54.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-03-24T03:34:29.000Z (over 1 year ago)
- Last Synced: 2025-03-26T21:19:03.609Z (over 1 year ago)
- Topics: directory, java, network-client, network-server
- Language: Shell
- Homepage: https://directory.apache.org/
- Size: 49.8 MB
- Stars: 5
- Watchers: 15
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
Apache Directory Project
========================
This repository contains the Maven parent POM and some shared resources of
the [Apache Directory project](https://directory.apache.org/).
Release Process
---------------
(See also )
### 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.
### Inform dev list
Inform the dev list to publish (release) this POM. After a 4 hour grace period the POM can be released, therefore go to and release the staging repository.