-
Notifications
You must be signed in to change notification settings - Fork 11
Development
Simon Martinelli edited this page Nov 24, 2021
·
3 revisions
main is used to deploy releases to Maven central.
Pushes to develop are deployed as SNAPSHOTS to Maven central.
We use Gitflow with the gitflow-maven-plugin.
To create a release simply execute
mvn gitflow:release
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