Added a warning, if a directory, that should be scanned, does not exist
[hibernate4-maven-plugin] / src / main / java / de / juplo / plugins / hibernate / AbstractSchemaMojo.java
2017-02-07 Kai MoritzAdded a warning, if a directory, that should be scanned...
2017-02-07 Kai MoritzFixed bug with directories, that should be scanned...
2016-11-13 Kai MoritzFixed error-reporting: errors reported by Hibernate...
2016-11-13 Kai MoritzConfiguration properties of the plugin are also reported
2016-11-13 Kai MoritzOverwriting of a property with the same value is not...
2016-11-13 Kai MoritzThe content of the generated script is checked for...
2016-11-13 Kai MoritzRenemed hibernate.schema.export to hibernate.schema...
2016-11-13 Kai MoritzThe output file is truncated, before written to
2016-11-13 Kai MoritzJPA-properties must be converted into Hibernate-propert...
2016-11-13 Kai MoritzUpgraded Hibernate
2016-11-13 Kai MoritzFixed NullPointerException in ModificationTracker
2016-03-07 Kai MoritzUpdated documentation
2016-03-07 Kai MoritzAll packages up to the root are checked for annotations
2016-03-07 Kai MoritzFixed bug: the execution is no more skipped after a...
2016-03-07 Kai MoritzMappings from JPA-mapping-files are considered
2015-12-20 Kai MoritzConsidering mapping-configuration from persistence...
2015-12-20 Kai MoritzSidestepped bug in Hibernate 5
2015-12-20 Kai MoritzReworked configuration and the tracking thereof
2015-12-20 Kai MoritzReworked plugin-configuration: worshipped the DRY-principle
2015-12-20 Kai MoritzRefined reimplementation of the plugin for Hibernate 5.x