Skip to content

Development

Simon Martinelli edited this page Nov 24, 2021 · 3 revisions

Branches

main is used to deploy releases to Maven central.

Pushes to develop are deployed as SNAPSHOTS to Maven central.

Releasing

We use Gitflow with the gitflow-maven-plugin.

To create a release simply execute

mvn gitflow:release

Local Development

To run the test locally start an Oracle database and install utPLSQL and the demo project. This can be done using the scripts in the /scripts directory:

  • 0_start_db.sh
  • 1_install_utplsql.sh
  • 2_install_demo_project.sh
Clone this wiki locally