This project was generated by oss-lib-archetype
- Licese: The
LICENSE
file andpom.xml
- Github Action:
.github
directory
dmsdk-build
: build managementdmsdk-core
: the default library you want to publishdmsdk-dependencies
: BOM used by library users
Projects are automatically published to the maven central using Github Action when:
- You create a tag
- You push to the snapshot branch (generally used to release snapshot versions)
Note that you need to configure the following keys in your github project:
OSSRH_USERNAME
andOSSRH_PASSWORD
: OSSRH username and passwordMAVEN_GPG_KEY
andMAVEN_GPG_PASSPHRASE
: GPG key and their passwords