Necessary configuration properties should not be mandatory. Problem with aggregation.

Solution:
Liquibase maven plug-in should not throw exception but should only inform or warn user about no driver, url, etc. definition and stops execution for this project.

This is definied in org.liquibase.maven.plugins.AbstractLiquibaseMojo.checkRequiredParametersAreSpecified().

Best regards
Admt