Contributions may take the form of suggested updates, bug fixes or documentation or just discussion. Pull requests may be submitted via github.
Follow these Java coding guidelines:
- Google Java Style Guide;
- Limit line length to about 72 characters
- Grouping parentheses always
- Annotations always on their own line
- Oracle Secure Coding Guidelines for Java SE.
mvn clean install
Releases of this fork are published to Maven Central via Sonatype.
To create a release, you must have:
- Permissions to publish to the
org.bedeworkgroupId. gpginstalled with a published key (release artifacts are signed).
To perform a new release, use the release script in the bedework repository at https://github.com/Bedework/bedework:
- Clone this repository and the bedework repository into the same directory
- In that directory do:
./bedework/build/quickstart/linux/util-scripts/release.sh "" "-SNAPSHOT"
When prompted, indicate all updates are committed
For full details, see Sonatype's documentation for using Maven to publish releases.