WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
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