[jOOQ/jOOQ#9506] Add another warning to the logs
This commit is contained in:
parent
35b7961c75
commit
bdc0d36e31
@ -192,6 +192,10 @@ abstract class AbstractMigrationsMojo extends AbstractMojo {
|
||||
return;
|
||||
}
|
||||
|
||||
getLog().warn("----------------------------------------------------------------------------------------------------------");
|
||||
getLog().warn("WARNING: jOOQ-migrations is an experimental set of features, and not yet documented. USE AT YOUR OWN RISK.");
|
||||
getLog().warn("----------------------------------------------------------------------------------------------------------");
|
||||
|
||||
ClassLoader oldCL = Thread.currentThread().getContextClassLoader();
|
||||
URLClassLoader pluginClassLoader = getClassLoader();
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user