50 tasks - Displays the tasks runnable from project. |
50 tasks - Displays the tasks runnable from project. |
51 cleanIdea - Cleans IDEA project files (IML, IPR) |
51 cleanIdea - Cleans IDEA project files (IML, IPR) |
52 idea - Generates IDEA project files (IML, IPR, IWS) |
52 idea - Generates IDEA project files (IML, IPR, IWS) |
53 check - Runs all checks. |
53 check - Runs all checks. |
54 test - Runs the unit tests. |
54 test - Runs the unit tests. |
55 install - Installs the 'archives' artifacts into the local Maven repository. |
55 install - Installs the archives artifacts into the local Maven repository. |
56 javadoc - Generates Javadoc API documentation for the main source code. |
56 javadoc - Generates Javadoc API documentation for the main source code. |
57 bootRun - Run the project with support for auto-detecting main class and reloading static resources |
57 bootRun - Run the project with support for auto-detecting main class and reloading static resources |
58 flywayBaseline - Baselines an existing database, excluding all migrations up to and including baselineVersion. |
58 flywayBaseline - Baselines an existing database, excluding all migrations up to and including baselineVersion. |
59 flywayClean - Drops all objects in the configured schemas. |
59 flywayClean - Drops all objects in the configured schemas. |
60 flywayInfo - Prints the details and status information about all the migrations. |
60 flywayInfo - Prints the details and status information about all the migrations. |