- The default embedded database is recommended for evaluation only. It must be replaced by a database like MySql, PostgreSQL, SQLServer or Oracle in production environment. - This setting is generally set in Maven settings.xml, rather than duplicating it in all project poms. Note that the server must be configured to access the same database. - Read the installation guide to get more details. -
-Note: the JDBC driver is automatically downloaded from server. It does not need to be defined as a project dependency.
- -- SonarQube - is an open source platform for Continuous Inspection of code quality. The Maven Plugin triggers the code analyzers. -
-Setup SonarQube server and execute the following command from the project root directory: - -
-For more details, read the - Maven Plugin documentation. -
-