Added a warning, if a directory, that should be scanned, does not exist
authorKai Moritz <kai@juplo.de>
Tue, 7 Feb 2017 12:00:16 +0000 (13:00 +0100)
committerKai Moritz <kai@juplo.de>
Tue, 7 Feb 2017 12:09:44 +0000 (13:09 +0100)
commit2af1ce0850ce7d29966072b750c53c144fb8f295
tree3f549bb81e631b24cd0ecae60ce12580a6eacdf4
parentef0947b306d9515d6af6dbc1fdfd675efcd9eca4
Added a warning, if a directory, that should be scanned, does not exist

To abort with an option would not be wise, because there might be
configurations, that do not need to scan any directories. For example, if
the plugin is configured to create the database schema for classes, that
are contained in a dependency.
src/main/java/de/juplo/plugins/hibernate/AbstractSchemaMojo.java