This project provides the XML schemas used by a number of modules for Bedework.
- JDK 8
- Maven 3
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.bedework
groupId. gpg
installed with a published key (release artifacts are signed).
To perform a new release:
mvn -P bedework-dev release:clean release:prepare
When prompted, select the desired version; accept the defaults for scm tag and next development version. When the build completes, and the changes are committed and pushed successfully, execute:
mvn -P bedework-dev release:perform
For full details, see Sonatype's documentation for using Maven to publish releases.
- Update deployer version and javadoc plugin config
- Load all xml files into one big module - need to figure out how to split them up with dependencies.
- Use bedework parent
- Update library versions
- Update library versions
- Update library versions