From: Kai Moritz Date: Tue, 7 Feb 2017 12:00:16 +0000 (+0100) Subject: Added a warning, if a directory, that should be scanned, does not exist X-Git-Tag: hibernate-maven-plugin-2.1.0~7 X-Git-Url: http://juplo.de/gitweb/?p=hibernate4-maven-plugin;a=commitdiff_plain;h=2af1ce0850ce7d29966072b750c53c144fb8f295;hp=2af1ce0850ce7d29966072b750c53c144fb8f295 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. ---