Apache jUDDICommunity Documentation

Chapter 3. Release Process

3.1. Add your gpg key to KEYS
3.2. Release steps

In the root of the project there is a KEYS file. Add your key to this file and check it into source control. Depending on your tool of choice you can use on of the following commands:

        	pgp -kxa <your name> and append it to this file.
        	(pgpk -ll <your name> && pgpk -xa <your name>) >> this file.
        	(gpg --list-sigs <your name>
             	&& gpg --armor --export <your name>) >> this file.
             

Environment: Apache Maven 2.2.1 (r801777; 2009-08-06 15:16:01-0400) Java version: 1.6.0_17

On successful vote: