--- /dev/null
+---
+title: Hibernate Maven Plugin
+weight: 0
+outputs:
+ - html
+url: /projects/hibernate-maven-plugin/2.1.0/
+layout: article
+---
+<div id="sili-body">
+<h1>Hibernate Maven Plugin</h1><section>
+<h2><a name="A_simple_plugin_for_generating_a_database-schema_from_Hibernate-Mappings"></a>A simple plugin for generating a database-schema from Hibernate-Mappings</h2>
+
+<p>
+ The <b>hibernate-maven-plugin</b> is a plugin for generating a database-schema
+ from your Hibernate-Mappings and create or update your database
+ accordingly.
+ Its main usage is to automatically create and populate a test-database
+ for unit-tests in cooperation with the
+ <a class="externalLink" href="http://mojo.codehaus.org/dbunit-maven-plugin">dbunit-maven-plugin</a>.
+ </p>
+
+<p>
+ The plugin was designed with three main goals in mind:
+ </p>
+
+<ul>
+
+<li>It should be easy to use.</li>
+
+<li>It should be maximal unlikely, to erase a producation-database by accident.</li>
+
+<li>It should not slow down the development cycle.</li>
+ </ul>
+
+<p>
+ To achieve the first goal, the convention-over-configuration paradigma
+ was applied and the plugin was stuffed with usefull logging-messages.
+ So, if in doubt, just turn on the <a href="./debugging.html">debugging output</a> with the <code>mvn -X ...</code>.
+ </p>
+
+<p>
+ To achieve the second goal, the precedence in which the configuration
+ locations are consulted was layouted in a way that makes it possible, to
+ prevent overwrites of the wrong database by accident.
+ </p>
+
+<p>
+ Last but not least, in order to not slow down the development cycle, the
+ hibernate-maven-plugin only executes the generated SQL, if the mapping
+ or the configuration has changed (or if you force it to do so).
+ </p>
+
+<p>
+ For more information about the inspiration to write this tiny plugin,
+ <a href="/hibernate-maven-plugin-a-simple-plugin-for-generating-a-database-schema-from-hibernate-4-mapping-annotations/">read our blog-article about the hibernate-maven-plugin</a>.
+ </p>
+</section><section>
+<h2><a name="Documentation"></a>Documentation</h2>
+
+<ul>
+
+<li>
+ See <a href="./configuration.html">Configuration Examples</a> for Usage-Explanations
+ and simple examples of how to use this plugin.
+ </li>
+
+<li>
+ See <a href="./create-mojo.html">hibernate:create</a>,
+ See <a href="./update-mojo.html">hibernate:update</a> and
+ See <a href="./drop-mojo.html">hibernate:drop</a> and
+ See <a href="./help-mojo.html">hibernate:help</a> and
+ <a href="./plugin-info.html">Plugin Documentation</a> for the full
+ autogenerated documentation. These are mostly configuration-options
+ from the Hibernate-Tooling, that does the work in the background.
+ </li>
+ </ul>
+</section><section>
+<h2><a name="Releases"></a>Releases</h2>
+
+<ul>
+
+<li><a href="/hibernate-maven-plugin/">current version</a></li>
+
+<li>2.1.0 (this version)</li>
+
+<li><a href="/projects/hibernate-maven-plugin/2.0.0/index.html">2.0.0</a></li>
+
+<li><a href="/projects/hibernate-maven-plugin/1.1.1/index.html">1.1.1</a></li>
+
+<li><a href="/projects/hibernate-maven-plugin/1.1.0/index.html">1.1.0</a></li>
+
+<li><a href="/projects/hibernate-maven-plugin/1.0.5/index.html">1.0.5</a></li>
+
+<li><a href="/projects/hibernate-maven-plugin/1.0.4/index.html">1.0.4</a></li>
+
+<li><a href="/projects/hibernate-maven-plugin/1.0.3/index.html">1.0.3</a></li>
+
+<li><a href="/projects/hibernate-maven-plugin/1.0.2/index.html">1.0.2</a></li>
+
+<li><a href="/projects/hibernate-maven-plugin/1.0.1/index.html">1.0.1</a></li>
+
+<li><a href="/projects/hibernate-maven-plugin/1.0/index.html">1.0</a></li>
+ </ul></section>
+</div>
+<!-- PREPARING ROOT-ENTRY - name: Hibernate Maven Plugin ref: index.html -->
+<!-- READING MENU - name: Project Documentation ref: reports -->
+<!-- VISITING PAGE - href: /project-info.html / name: Project Information -->
+<!-- VISITING PAGE - href: ci-management.html / name: CI Management -->
+<!-- VISITING PAGE - href: dependencies.html / name: Dependencies -->
+<!-- VISITING PAGE - href: dependency-info.html / name: Maven Coordinates -->
+<!-- VISITING PAGE - href: distribution-management.html / name: Distribution Management -->
+<!-- VISITING PAGE - href: index.html / name: About -->
+<!-- RENAMING already seen PAGE: href=index.html, FROM name=Hibernate Maven Plugin TO name=About -->
+<!-- VISITING PAGE - href: licenses.html / name: Licenses -->
+<!-- VISITING PAGE - href: plugin-management.html / name: Plugin Management -->
+<!-- VISITING PAGE - href: plugins.html / name: Plugins -->
+<!-- VISITING PAGE - href: scm.html / name: Source Code Management -->
+<!-- VISITING PAGE - href: summary.html / name: Summary -->
+<!-- VISITING PAGE - href: team.html / name: Team -->
+<!-- VISITING PAGE - href: /project-reports.html / name: Project Reports -->
+<!-- VISITING PAGE - href: testapidocs/index.html / name: Test JavaDocs -->
+<!-- VISITING PAGE - href: apidocs/index.html / name: JavaDocs -->
+<!-- VISITING PAGE - href: xref/index.html / name: Source Xref -->
+<!-- VISITING PAGE - href: xref-test/index.html / name: Test Source Xref -->
+<!-- VISITING PAGE - href: cpd.html / name: CPD -->
+<!-- VISITING PAGE - href: pmd.html / name: PMD -->
+<!-- VISITING PAGE - href: plugin-info.html / name: Plugin Documentation -->
+<!-- READING MENU - name: $menu.name ref: $menu.ref -->
+<!-- VISITING PAGE - href: index.html / name: About -->
+<!-- RENAMING already seen PAGE: href=index.html, FROM name=About TO name=About -->
+<!-- VISITING PAGE - href: configuration.html / name: Configuration Examples -->
+<!-- VISITING PAGE - href: create-mojo.html / name: Goal — hibernate:create -->
+<!-- VISITING PAGE - href: update-mojo.html / name: Goal — hibernate:update -->
+<!-- VISITING PAGE - href: drop-mojo.html / name: Goal — hibernate:drop -->
+<!-- VISITING PAGE - href: help-mojo.html / name: Goal — hibernate:help -->
+<!-- VISITING PAGE - href: debugging.html / name: Enable Debugging-Output -->
+<!-- VISITING PAGE - href: skip.html / name: Skipping Execution -->
+<!-- VISITING PAGE - href: force.html / name: Force Exceution -->
+<!-- VISITING PAGE - href: pitfalls.html / name: Known Pitfalls (FAQ) -->
+<!-- VISITING PAGE - href: project-info.html / name: Project Information -->
+<!-- RENAMING already seen PAGE: href=project-info.html, FROM name=Project Information TO name=Project Information -->
+<!-- VISITING PAGE - href: project-reports.html / name: Project Reports -->
+<!-- RENAMING already seen PAGE: href=project-reports.html, FROM name=Project Reports TO name=Project Reports -->
+++ /dev/null
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!-- NewPage -->
-<html lang="en">
-<head>
-<!-- Generated by javadoc (1.8.0_342) on Fri Nov 07 12:27:12 UTC 2025 -->
-<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>All Classes (Hibernate Maven Plugin 2.1.0 API)</title>
-<meta name="date" content="2025-11-07">
-<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
-<script type="text/javascript" src="script.js"></script>
-</head>
-<body>
-<h1 class="bar">All Classes</h1>
-<div class="indexContainer">
-<ul>
-<li><a href="de/juplo/plugins/hibernate/AbstractSchemaMojo.html" title="class in de.juplo.plugins.hibernate" target="classFrame">AbstractSchemaMojo</a></li>
-<li><a href="de/juplo/plugins/hibernate/CreateMojo.html" title="class in de.juplo.plugins.hibernate" target="classFrame">CreateMojo</a></li>
-<li><a href="de/juplo/plugins/hibernate/DropMojo.html" title="class in de.juplo.plugins.hibernate" target="classFrame">DropMojo</a></li>
-<li><a href="de/juplo/plugins/hibernate/HelpMojo.html" title="class in de.juplo.plugins.hibernate" target="classFrame">HelpMojo</a></li>
-<li><a href="de/juplo/plugins/hibernate/ModificationTracker.html" title="class in de.juplo.plugins.hibernate" target="classFrame">ModificationTracker</a></li>
-<li><a href="de/juplo/plugins/hibernate/MutableClassLoader.html" title="class in de.juplo.plugins.hibernate" target="classFrame">MutableClassLoader</a></li>
-<li><a href="de/juplo/plugins/hibernate/UpdateMojo.html" title="class in de.juplo.plugins.hibernate" target="classFrame">UpdateMojo</a></li>
-</ul>
-</div>
-</body>
-</html>
+++ /dev/null
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!-- NewPage -->
-<html lang="en">
-<head>
-<!-- Generated by javadoc (1.8.0_342) on Fri Nov 07 12:27:12 UTC 2025 -->
-<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>All Classes (Hibernate Maven Plugin 2.1.0 API)</title>
-<meta name="date" content="2025-11-07">
-<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
-<script type="text/javascript" src="script.js"></script>
-</head>
-<body>
-<h1 class="bar">All Classes</h1>
-<div class="indexContainer">
-<ul>
-<li><a href="de/juplo/plugins/hibernate/AbstractSchemaMojo.html" title="class in de.juplo.plugins.hibernate">AbstractSchemaMojo</a></li>
-<li><a href="de/juplo/plugins/hibernate/CreateMojo.html" title="class in de.juplo.plugins.hibernate">CreateMojo</a></li>
-<li><a href="de/juplo/plugins/hibernate/DropMojo.html" title="class in de.juplo.plugins.hibernate">DropMojo</a></li>
-<li><a href="de/juplo/plugins/hibernate/HelpMojo.html" title="class in de.juplo.plugins.hibernate">HelpMojo</a></li>
-<li><a href="de/juplo/plugins/hibernate/ModificationTracker.html" title="class in de.juplo.plugins.hibernate">ModificationTracker</a></li>
-<li><a href="de/juplo/plugins/hibernate/MutableClassLoader.html" title="class in de.juplo.plugins.hibernate">MutableClassLoader</a></li>
-<li><a href="de/juplo/plugins/hibernate/UpdateMojo.html" title="class in de.juplo.plugins.hibernate">UpdateMojo</a></li>
-</ul>
-</div>
-</body>
-</html>
+++ /dev/null
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!-- NewPage -->
-<html lang="en">
-<head>
-<!-- Generated by javadoc (1.8.0_342) on Fri Nov 07 12:27:12 UTC 2025 -->
-<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Constant Field Values (Hibernate Maven Plugin 2.1.0 API)</title>
-<meta name="date" content="2025-11-07">
-<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
-<script type="text/javascript" src="script.js"></script>
-</head>
-<body>
-<script type="text/javascript"><!--
- try {
- if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Constant Field Values (Hibernate Maven Plugin 2.1.0 API)";
- }
- }
- catch(err) {
- }
-//-->
-</script>
-<noscript>
-<div>JavaScript is disabled on your browser.</div>
-</noscript>
-<!-- ========= START OF TOP NAVBAR ======= -->
-<div class="topNav"><a name="navbar.top">
-<!-- -->
-</a>
-<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
-<a name="navbar.top.firstrow">
-<!-- -->
-</a>
-<ul class="navList" title="Navigation">
-<li><a href="de/juplo/plugins/hibernate/package-summary.html">Package</a></li>
-<li>Class</li>
-<li>Use</li>
-<li><a href="de/juplo/plugins/hibernate/package-tree.html">Tree</a></li>
-<li><a href="deprecated-list.html">Deprecated</a></li>
-<li><a href="index-all.html">Index</a></li>
-<li><a href="help-doc.html">Help</a></li>
-</ul>
-</div>
-<div class="subNav">
-<ul class="navList">
-<li>Prev</li>
-<li>Next</li>
-</ul>
-<ul class="navList">
-<li><a href="index.html?constant-values.html" target="_top">Frames</a></li>
-<li><a href="constant-values.html" target="_top">No Frames</a></li>
-</ul>
-<ul class="navList" id="allclasses_navbar_top">
-<li><a href="allclasses-noframe.html">All Classes</a></li>
-</ul>
-<div>
-<script type="text/javascript"><!--
- allClassesLink = document.getElementById("allclasses_navbar_top");
- if(window==top) {
- allClassesLink.style.display = "block";
- }
- else {
- allClassesLink.style.display = "none";
- }
- //-->
-</script>
-</div>
-<a name="skip.navbar.top">
-<!-- -->
-</a></div>
-<!-- ========= END OF TOP NAVBAR ========= -->
-<div class="header">
-<h1 title="Constant Field Values" class="title">Constant Field Values</h1>
-<h2 title="Contents">Contents</h2>
-<ul>
-<li><a href="#de.juplo">de.juplo.*</a></li>
-</ul>
-</div>
-<div class="constantValuesContainer"><a name="de.juplo">
-<!-- -->
-</a>
-<h2 title="de.juplo">de.juplo.*</h2>
-<ul class="blockList">
-<li class="blockList">
-<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
-<caption><span>de.juplo.plugins.hibernate.<a href="de/juplo/plugins/hibernate/AbstractSchemaMojo.html" title="class in de.juplo.plugins.hibernate">AbstractSchemaMojo</a></span><span class="tabEnd"> </span></caption>
-<tr>
-<th class="colFirst" scope="col">Modifier and Type</th>
-<th scope="col">Constant Field</th>
-<th class="colLast" scope="col">Value</th>
-</tr>
-<tbody>
-<tr class="altColor">
-<td class="colFirst"><a name="de.juplo.plugins.hibernate.AbstractSchemaMojo.EXECUTE">
-<!-- -->
-</a><code>public static final java.lang.String</code></td>
-<td><code><a href="de/juplo/plugins/hibernate/AbstractSchemaMojo.html#EXECUTE">EXECUTE</a></code></td>
-<td class="colLast"><code>"hibernate.schema.execute"</code></td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><a name="de.juplo.plugins.hibernate.AbstractSchemaMojo.OUTPUTDIRECTORY">
-<!-- -->
-</a><code>public static final java.lang.String</code></td>
-<td><code><a href="de/juplo/plugins/hibernate/AbstractSchemaMojo.html#OUTPUTDIRECTORY">OUTPUTDIRECTORY</a></code></td>
-<td class="colLast"><code>"project.build.outputDirectory"</code></td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><a name="de.juplo.plugins.hibernate.AbstractSchemaMojo.SCAN_CLASSES">
-<!-- -->
-</a><code>public static final java.lang.String</code></td>
-<td><code><a href="de/juplo/plugins/hibernate/AbstractSchemaMojo.html#SCAN_CLASSES">SCAN_CLASSES</a></code></td>
-<td class="colLast"><code>"hibernate.schema.scan.classes"</code></td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><a name="de.juplo.plugins.hibernate.AbstractSchemaMojo.SCAN_DEPENDENCIES">
-<!-- -->
-</a><code>public static final java.lang.String</code></td>
-<td><code><a href="de/juplo/plugins/hibernate/AbstractSchemaMojo.html#SCAN_DEPENDENCIES">SCAN_DEPENDENCIES</a></code></td>
-<td class="colLast"><code>"hibernate.schema.scan.dependencies"</code></td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><a name="de.juplo.plugins.hibernate.AbstractSchemaMojo.SCAN_TESTCLASSES">
-<!-- -->
-</a><code>public static final java.lang.String</code></td>
-<td><code><a href="de/juplo/plugins/hibernate/AbstractSchemaMojo.html#SCAN_TESTCLASSES">SCAN_TESTCLASSES</a></code></td>
-<td class="colLast"><code>"hibernate.schema.scan.test_classes"</code></td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><a name="de.juplo.plugins.hibernate.AbstractSchemaMojo.SCRIPT">
-<!-- -->
-</a><code>public static final java.lang.String</code></td>
-<td><code><a href="de/juplo/plugins/hibernate/AbstractSchemaMojo.html#SCRIPT">SCRIPT</a></code></td>
-<td class="colLast"><code>"hibernate.schema.script"</code></td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><a name="de.juplo.plugins.hibernate.AbstractSchemaMojo.SKIPPED">
-<!-- -->
-</a><code>public static final java.lang.String</code></td>
-<td><code><a href="de/juplo/plugins/hibernate/AbstractSchemaMojo.html#SKIPPED">SKIPPED</a></code></td>
-<td class="colLast"><code>"hibernate.schema.skipped"</code></td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><a name="de.juplo.plugins.hibernate.AbstractSchemaMojo.TEST_OUTPUTDIRECTORY">
-<!-- -->
-</a><code>public static final java.lang.String</code></td>
-<td><code><a href="de/juplo/plugins/hibernate/AbstractSchemaMojo.html#TEST_OUTPUTDIRECTORY">TEST_OUTPUTDIRECTORY</a></code></td>
-<td class="colLast"><code>"project.build.testOutputDirectory"</code></td>
-</tr>
-</tbody>
-</table>
-</li>
-</ul>
-</div>
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<div class="bottomNav"><a name="navbar.bottom">
-<!-- -->
-</a>
-<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
-<a name="navbar.bottom.firstrow">
-<!-- -->
-</a>
-<ul class="navList" title="Navigation">
-<li><a href="de/juplo/plugins/hibernate/package-summary.html">Package</a></li>
-<li>Class</li>
-<li>Use</li>
-<li><a href="de/juplo/plugins/hibernate/package-tree.html">Tree</a></li>
-<li><a href="deprecated-list.html">Deprecated</a></li>
-<li><a href="index-all.html">Index</a></li>
-<li><a href="help-doc.html">Help</a></li>
-</ul>
-</div>
-<div class="subNav">
-<ul class="navList">
-<li>Prev</li>
-<li>Next</li>
-</ul>
-<ul class="navList">
-<li><a href="index.html?constant-values.html" target="_top">Frames</a></li>
-<li><a href="constant-values.html" target="_top">No Frames</a></li>
-</ul>
-<ul class="navList" id="allclasses_navbar_bottom">
-<li><a href="allclasses-noframe.html">All Classes</a></li>
-</ul>
-<div>
-<script type="text/javascript"><!--
- allClassesLink = document.getElementById("allclasses_navbar_bottom");
- if(window==top) {
- allClassesLink.style.display = "block";
- }
- else {
- allClassesLink.style.display = "none";
- }
- //-->
-</script>
-</div>
-<a name="skip.navbar.bottom">
-<!-- -->
-</a></div>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright © 2025. All Rights Reserved.</small></p>
-</body>
-</html>
+++ /dev/null
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!-- NewPage -->
-<html lang="en">
-<head>
-<!-- Generated by javadoc (1.8.0_342) on Fri Nov 07 12:27:12 UTC 2025 -->
-<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>AbstractSchemaMojo (Hibernate Maven Plugin 2.1.0 API)</title>
-<meta name="date" content="2025-11-07">
-<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
-<script type="text/javascript" src="../../../../script.js"></script>
-</head>
-<body>
-<script type="text/javascript"><!--
- try {
- if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="AbstractSchemaMojo (Hibernate Maven Plugin 2.1.0 API)";
- }
- }
- catch(err) {
- }
-//-->
-var methods = {"i0":10,"i1":9};
-var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
-var altColor = "altColor";
-var rowColor = "rowColor";
-var tableTab = "tableTab";
-var activeTableTab = "activeTableTab";
-</script>
-<noscript>
-<div>JavaScript is disabled on your browser.</div>
-</noscript>
-<!-- ========= START OF TOP NAVBAR ======= -->
-<div class="topNav"><a name="navbar.top">
-<!-- -->
-</a>
-<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
-<a name="navbar.top.firstrow">
-<!-- -->
-</a>
-<ul class="navList" title="Navigation">
-<li><a href="../../../../de/juplo/plugins/hibernate/package-summary.html">Package</a></li>
-<li class="navBarCell1Rev">Class</li>
-<li><a href="class-use/AbstractSchemaMojo.html">Use</a></li>
-<li><a href="package-tree.html">Tree</a></li>
-<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
-<li><a href="../../../../index-all.html">Index</a></li>
-<li><a href="../../../../help-doc.html">Help</a></li>
-</ul>
-</div>
-<div class="subNav">
-<ul class="navList">
-<li>Prev Class</li>
-<li><a href="../../../../de/juplo/plugins/hibernate/CreateMojo.html" title="class in de.juplo.plugins.hibernate"><span class="typeNameLink">Next Class</span></a></li>
-</ul>
-<ul class="navList">
-<li><a href="../../../../index.html?de/juplo/plugins/hibernate/AbstractSchemaMojo.html" target="_top">Frames</a></li>
-<li><a href="AbstractSchemaMojo.html" target="_top">No Frames</a></li>
-</ul>
-<ul class="navList" id="allclasses_navbar_top">
-<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
-</ul>
-<div>
-<script type="text/javascript"><!--
- allClassesLink = document.getElementById("allclasses_navbar_top");
- if(window==top) {
- allClassesLink.style.display = "block";
- }
- else {
- allClassesLink.style.display = "none";
- }
- //-->
-</script>
-</div>
-<div>
-<ul class="subNavList">
-<li>Summary: </li>
-<li>Nested | </li>
-<li><a href="#field.summary">Field</a> | </li>
-<li><a href="#constructor.summary">Constr</a> | </li>
-<li><a href="#method.summary">Method</a></li>
-</ul>
-<ul class="subNavList">
-<li>Detail: </li>
-<li><a href="#field.detail">Field</a> | </li>
-<li><a href="#constructor.detail">Constr</a> | </li>
-<li><a href="#method.detail">Method</a></li>
-</ul>
-</div>
-<a name="skip.navbar.top">
-<!-- -->
-</a></div>
-<!-- ========= END OF TOP NAVBAR ========= -->
-<!-- ======== START OF CLASS DATA ======== -->
-<div class="header">
-<div class="subTitle">de.juplo.plugins.hibernate</div>
-<h2 title="Class AbstractSchemaMojo" class="title">Class AbstractSchemaMojo</h2>
-</div>
-<div class="contentContainer">
-<ul class="inheritance">
-<li>java.lang.Object</li>
-<li>
-<ul class="inheritance">
-<li>org.apache.maven.plugin.AbstractMojo</li>
-<li>
-<ul class="inheritance">
-<li>de.juplo.plugins.hibernate.AbstractSchemaMojo</li>
-</ul>
-</li>
-</ul>
-</li>
-</ul>
-<div class="description">
-<ul class="blockList">
-<li class="blockList">
-<dl>
-<dt>All Implemented Interfaces:</dt>
-<dd>org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo</dd>
-</dl>
-<dl>
-<dt>Direct Known Subclasses:</dt>
-<dd><a href="../../../../de/juplo/plugins/hibernate/CreateMojo.html" title="class in de.juplo.plugins.hibernate">CreateMojo</a>, <a href="../../../../de/juplo/plugins/hibernate/DropMojo.html" title="class in de.juplo.plugins.hibernate">DropMojo</a>, <a href="../../../../de/juplo/plugins/hibernate/UpdateMojo.html" title="class in de.juplo.plugins.hibernate">UpdateMojo</a></dd>
-</dl>
-<hr>
-<br>
-<pre>public abstract class <span class="typeNameLabel">AbstractSchemaMojo</span>
-extends org.apache.maven.plugin.AbstractMojo</pre>
-<div class="block">Baseclass with common attributes and methods.</div>
-<dl>
-<dt><span class="simpleTagLabel">Phase:</span></dt>
-<dd>process-classes</dd>
-<dt><span class="simpleTagLabel">Thread Safe:</span></dt>
-<dt><span class="simpleTagLabel">Requires Dependency Resolution:</span></dt>
-<dd>runtime</dd>
-</dl>
-</li>
-</ul>
-</div>
-<div class="summary">
-<ul class="blockList">
-<li class="blockList">
-<!-- =========== FIELD SUMMARY =========== -->
-<ul class="blockList">
-<li class="blockList"><a name="field.summary">
-<!-- -->
-</a>
-<h3>Field Summary</h3>
-<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
-<caption><span>Fields</span><span class="tabEnd"> </span></caption>
-<tr>
-<th class="colFirst" scope="col">Modifier and Type</th>
-<th class="colLast" scope="col">Field and Description</th>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code>static java.lang.String</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/juplo/plugins/hibernate/AbstractSchemaMojo.html#EXECUTE">EXECUTE</a></span></code> </td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>static java.lang.String</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/juplo/plugins/hibernate/AbstractSchemaMojo.html#OUTPUTDIRECTORY">OUTPUTDIRECTORY</a></span></code> </td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code>static java.lang.String</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/juplo/plugins/hibernate/AbstractSchemaMojo.html#SCAN_CLASSES">SCAN_CLASSES</a></span></code> </td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>static java.lang.String</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/juplo/plugins/hibernate/AbstractSchemaMojo.html#SCAN_DEPENDENCIES">SCAN_DEPENDENCIES</a></span></code> </td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code>static java.lang.String</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/juplo/plugins/hibernate/AbstractSchemaMojo.html#SCAN_TESTCLASSES">SCAN_TESTCLASSES</a></span></code> </td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>static java.lang.String</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/juplo/plugins/hibernate/AbstractSchemaMojo.html#SCRIPT">SCRIPT</a></span></code> </td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code>static java.lang.String</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/juplo/plugins/hibernate/AbstractSchemaMojo.html#SKIPPED">SKIPPED</a></span></code> </td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>static java.lang.String</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/juplo/plugins/hibernate/AbstractSchemaMojo.html#TEST_OUTPUTDIRECTORY">TEST_OUTPUTDIRECTORY</a></span></code> </td>
-</tr>
-</table>
-<ul class="blockList">
-<li class="blockList"><a name="fields.inherited.from.class.org.apache.maven.plugin.Mojo">
-<!-- -->
-</a>
-<h3>Fields inherited from interface org.apache.maven.plugin.Mojo</h3>
-<code>ROLE</code></li>
-</ul>
-</li>
-</ul>
-<!-- ======== CONSTRUCTOR SUMMARY ======== -->
-<ul class="blockList">
-<li class="blockList"><a name="constructor.summary">
-<!-- -->
-</a>
-<h3>Constructor Summary</h3>
-<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
-<caption><span>Constructors</span><span class="tabEnd"> </span></caption>
-<tr>
-<th class="colOne" scope="col">Constructor and Description</th>
-</tr>
-<tr class="altColor">
-<td class="colOne"><code><span class="memberNameLink"><a href="../../../../de/juplo/plugins/hibernate/AbstractSchemaMojo.html#AbstractSchemaMojo--">AbstractSchemaMojo</a></span>()</code> </td>
-</tr>
-</table>
-</li>
-</ul>
-<!-- ========== METHOD SUMMARY =========== -->
-<ul class="blockList">
-<li class="blockList"><a name="method.summary">
-<!-- -->
-</a>
-<h3>Method Summary</h3>
-<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
-<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t1" class="tableTab"><span><a href="javascript:show(1);">Static Methods</a></span><span class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd"> </span></span></caption>
-<tr>
-<th class="colFirst" scope="col">Modifier and Type</th>
-<th class="colLast" scope="col">Method and Description</th>
-</tr>
-<tr id="i0" class="altColor">
-<td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/juplo/plugins/hibernate/AbstractSchemaMojo.html#execute-java.lang.String-">execute</a></span>(java.lang.String filename)</code> </td>
-</tr>
-<tr id="i1" class="rowColor">
-<td class="colFirst"><code>static void</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/juplo/plugins/hibernate/AbstractSchemaMojo.html#printStrackTrace-java.lang.StringBuilder-java.lang.Throwable-">printStrackTrace</a></span>(java.lang.StringBuilder builder,
- java.lang.Throwable t)</code> </td>
-</tr>
-</table>
-<ul class="blockList">
-<li class="blockList"><a name="methods.inherited.from.class.org.apache.maven.plugin.AbstractMojo">
-<!-- -->
-</a>
-<h3>Methods inherited from class org.apache.maven.plugin.AbstractMojo</h3>
-<code>getLog, getPluginContext, setLog, setPluginContext</code></li>
-</ul>
-<ul class="blockList">
-<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
-<!-- -->
-</a>
-<h3>Methods inherited from class java.lang.Object</h3>
-<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
-</ul>
-<ul class="blockList">
-<li class="blockList"><a name="methods.inherited.from.class.org.apache.maven.plugin.Mojo">
-<!-- -->
-</a>
-<h3>Methods inherited from interface org.apache.maven.plugin.Mojo</h3>
-<code>execute</code></li>
-</ul>
-</li>
-</ul>
-</li>
-</ul>
-</div>
-<div class="details">
-<ul class="blockList">
-<li class="blockList">
-<!-- ============ FIELD DETAIL =========== -->
-<ul class="blockList">
-<li class="blockList"><a name="field.detail">
-<!-- -->
-</a>
-<h3>Field Detail</h3>
-<a name="EXECUTE">
-<!-- -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>EXECUTE</h4>
-<pre>public static final java.lang.String EXECUTE</pre>
-<dl>
-<dt><span class="seeLabel">See Also:</span></dt>
-<dd><a href="../../../../constant-values.html#de.juplo.plugins.hibernate.AbstractSchemaMojo.EXECUTE">Constant Field Values</a></dd>
-</dl>
-</li>
-</ul>
-<a name="OUTPUTDIRECTORY">
-<!-- -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>OUTPUTDIRECTORY</h4>
-<pre>public static final java.lang.String OUTPUTDIRECTORY</pre>
-<dl>
-<dt><span class="seeLabel">See Also:</span></dt>
-<dd><a href="../../../../constant-values.html#de.juplo.plugins.hibernate.AbstractSchemaMojo.OUTPUTDIRECTORY">Constant Field Values</a></dd>
-</dl>
-</li>
-</ul>
-<a name="SCAN_CLASSES">
-<!-- -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>SCAN_CLASSES</h4>
-<pre>public static final java.lang.String SCAN_CLASSES</pre>
-<dl>
-<dt><span class="seeLabel">See Also:</span></dt>
-<dd><a href="../../../../constant-values.html#de.juplo.plugins.hibernate.AbstractSchemaMojo.SCAN_CLASSES">Constant Field Values</a></dd>
-</dl>
-</li>
-</ul>
-<a name="SCAN_DEPENDENCIES">
-<!-- -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>SCAN_DEPENDENCIES</h4>
-<pre>public static final java.lang.String SCAN_DEPENDENCIES</pre>
-<dl>
-<dt><span class="seeLabel">See Also:</span></dt>
-<dd><a href="../../../../constant-values.html#de.juplo.plugins.hibernate.AbstractSchemaMojo.SCAN_DEPENDENCIES">Constant Field Values</a></dd>
-</dl>
-</li>
-</ul>
-<a name="SCAN_TESTCLASSES">
-<!-- -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>SCAN_TESTCLASSES</h4>
-<pre>public static final java.lang.String SCAN_TESTCLASSES</pre>
-<dl>
-<dt><span class="seeLabel">See Also:</span></dt>
-<dd><a href="../../../../constant-values.html#de.juplo.plugins.hibernate.AbstractSchemaMojo.SCAN_TESTCLASSES">Constant Field Values</a></dd>
-</dl>
-</li>
-</ul>
-<a name="TEST_OUTPUTDIRECTORY">
-<!-- -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>TEST_OUTPUTDIRECTORY</h4>
-<pre>public static final java.lang.String TEST_OUTPUTDIRECTORY</pre>
-<dl>
-<dt><span class="seeLabel">See Also:</span></dt>
-<dd><a href="../../../../constant-values.html#de.juplo.plugins.hibernate.AbstractSchemaMojo.TEST_OUTPUTDIRECTORY">Constant Field Values</a></dd>
-</dl>
-</li>
-</ul>
-<a name="SKIPPED">
-<!-- -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>SKIPPED</h4>
-<pre>public static final java.lang.String SKIPPED</pre>
-<dl>
-<dt><span class="seeLabel">See Also:</span></dt>
-<dd><a href="../../../../constant-values.html#de.juplo.plugins.hibernate.AbstractSchemaMojo.SKIPPED">Constant Field Values</a></dd>
-</dl>
-</li>
-</ul>
-<a name="SCRIPT">
-<!-- -->
-</a>
-<ul class="blockListLast">
-<li class="blockList">
-<h4>SCRIPT</h4>
-<pre>public static final java.lang.String SCRIPT</pre>
-<dl>
-<dt><span class="seeLabel">See Also:</span></dt>
-<dd><a href="../../../../constant-values.html#de.juplo.plugins.hibernate.AbstractSchemaMojo.SCRIPT">Constant Field Values</a></dd>
-</dl>
-</li>
-</ul>
-</li>
-</ul>
-<!-- ========= CONSTRUCTOR DETAIL ======== -->
-<ul class="blockList">
-<li class="blockList"><a name="constructor.detail">
-<!-- -->
-</a>
-<h3>Constructor Detail</h3>
-<a name="AbstractSchemaMojo--">
-<!-- -->
-</a>
-<ul class="blockListLast">
-<li class="blockList">
-<h4>AbstractSchemaMojo</h4>
-<pre>public AbstractSchemaMojo()</pre>
-</li>
-</ul>
-</li>
-</ul>
-<!-- ============ METHOD DETAIL ========== -->
-<ul class="blockList">
-<li class="blockList"><a name="method.detail">
-<!-- -->
-</a>
-<h3>Method Detail</h3>
-<a name="execute-java.lang.String-">
-<!-- -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>execute</h4>
-<pre>public final void execute(java.lang.String filename)
- throws org.apache.maven.plugin.MojoFailureException,
- org.apache.maven.plugin.MojoExecutionException</pre>
-<dl>
-<dt><span class="throwsLabel">Throws:</span></dt>
-<dd><code>org.apache.maven.plugin.MojoFailureException</code></dd>
-<dd><code>org.apache.maven.plugin.MojoExecutionException</code></dd>
-</dl>
-</li>
-</ul>
-<a name="printStrackTrace-java.lang.StringBuilder-java.lang.Throwable-">
-<!-- -->
-</a>
-<ul class="blockListLast">
-<li class="blockList">
-<h4>printStrackTrace</h4>
-<pre>public static void printStrackTrace(java.lang.StringBuilder builder,
- java.lang.Throwable t)</pre>
-</li>
-</ul>
-</li>
-</ul>
-</li>
-</ul>
-</div>
-</div>
-<!-- ========= END OF CLASS DATA ========= -->
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<div class="bottomNav"><a name="navbar.bottom">
-<!-- -->
-</a>
-<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
-<a name="navbar.bottom.firstrow">
-<!-- -->
-</a>
-<ul class="navList" title="Navigation">
-<li><a href="../../../../de/juplo/plugins/hibernate/package-summary.html">Package</a></li>
-<li class="navBarCell1Rev">Class</li>
-<li><a href="class-use/AbstractSchemaMojo.html">Use</a></li>
-<li><a href="package-tree.html">Tree</a></li>
-<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
-<li><a href="../../../../index-all.html">Index</a></li>
-<li><a href="../../../../help-doc.html">Help</a></li>
-</ul>
-</div>
-<div class="subNav">
-<ul class="navList">
-<li>Prev Class</li>
-<li><a href="../../../../de/juplo/plugins/hibernate/CreateMojo.html" title="class in de.juplo.plugins.hibernate"><span class="typeNameLink">Next Class</span></a></li>
-</ul>
-<ul class="navList">
-<li><a href="../../../../index.html?de/juplo/plugins/hibernate/AbstractSchemaMojo.html" target="_top">Frames</a></li>
-<li><a href="AbstractSchemaMojo.html" target="_top">No Frames</a></li>
-</ul>
-<ul class="navList" id="allclasses_navbar_bottom">
-<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
-</ul>
-<div>
-<script type="text/javascript"><!--
- allClassesLink = document.getElementById("allclasses_navbar_bottom");
- if(window==top) {
- allClassesLink.style.display = "block";
- }
- else {
- allClassesLink.style.display = "none";
- }
- //-->
-</script>
-</div>
-<div>
-<ul class="subNavList">
-<li>Summary: </li>
-<li>Nested | </li>
-<li><a href="#field.summary">Field</a> | </li>
-<li><a href="#constructor.summary">Constr</a> | </li>
-<li><a href="#method.summary">Method</a></li>
-</ul>
-<ul class="subNavList">
-<li>Detail: </li>
-<li><a href="#field.detail">Field</a> | </li>
-<li><a href="#constructor.detail">Constr</a> | </li>
-<li><a href="#method.detail">Method</a></li>
-</ul>
-</div>
-<a name="skip.navbar.bottom">
-<!-- -->
-</a></div>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright © 2025. All Rights Reserved.</small></p>
-</body>
-</html>
+++ /dev/null
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!-- NewPage -->
-<html lang="en">
-<head>
-<!-- Generated by javadoc (1.8.0_342) on Fri Nov 07 12:27:12 UTC 2025 -->
-<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>CreateMojo (Hibernate Maven Plugin 2.1.0 API)</title>
-<meta name="date" content="2025-11-07">
-<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
-<script type="text/javascript" src="../../../../script.js"></script>
-</head>
-<body>
-<script type="text/javascript"><!--
- try {
- if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="CreateMojo (Hibernate Maven Plugin 2.1.0 API)";
- }
- }
- catch(err) {
- }
-//-->
-var methods = {"i0":10};
-var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
-var altColor = "altColor";
-var rowColor = "rowColor";
-var tableTab = "tableTab";
-var activeTableTab = "activeTableTab";
-</script>
-<noscript>
-<div>JavaScript is disabled on your browser.</div>
-</noscript>
-<!-- ========= START OF TOP NAVBAR ======= -->
-<div class="topNav"><a name="navbar.top">
-<!-- -->
-</a>
-<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
-<a name="navbar.top.firstrow">
-<!-- -->
-</a>
-<ul class="navList" title="Navigation">
-<li><a href="../../../../de/juplo/plugins/hibernate/package-summary.html">Package</a></li>
-<li class="navBarCell1Rev">Class</li>
-<li><a href="class-use/CreateMojo.html">Use</a></li>
-<li><a href="package-tree.html">Tree</a></li>
-<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
-<li><a href="../../../../index-all.html">Index</a></li>
-<li><a href="../../../../help-doc.html">Help</a></li>
-</ul>
-</div>
-<div class="subNav">
-<ul class="navList">
-<li><a href="../../../../de/juplo/plugins/hibernate/AbstractSchemaMojo.html" title="class in de.juplo.plugins.hibernate"><span class="typeNameLink">Prev Class</span></a></li>
-<li><a href="../../../../de/juplo/plugins/hibernate/DropMojo.html" title="class in de.juplo.plugins.hibernate"><span class="typeNameLink">Next Class</span></a></li>
-</ul>
-<ul class="navList">
-<li><a href="../../../../index.html?de/juplo/plugins/hibernate/CreateMojo.html" target="_top">Frames</a></li>
-<li><a href="CreateMojo.html" target="_top">No Frames</a></li>
-</ul>
-<ul class="navList" id="allclasses_navbar_top">
-<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
-</ul>
-<div>
-<script type="text/javascript"><!--
- allClassesLink = document.getElementById("allclasses_navbar_top");
- if(window==top) {
- allClassesLink.style.display = "block";
- }
- else {
- allClassesLink.style.display = "none";
- }
- //-->
-</script>
-</div>
-<div>
-<ul class="subNavList">
-<li>Summary: </li>
-<li>Nested | </li>
-<li><a href="#fields.inherited.from.class.de.juplo.plugins.hibernate.AbstractSchemaMojo">Field</a> | </li>
-<li><a href="#constructor.summary">Constr</a> | </li>
-<li><a href="#method.summary">Method</a></li>
-</ul>
-<ul class="subNavList">
-<li>Detail: </li>
-<li>Field | </li>
-<li><a href="#constructor.detail">Constr</a> | </li>
-<li><a href="#method.detail">Method</a></li>
-</ul>
-</div>
-<a name="skip.navbar.top">
-<!-- -->
-</a></div>
-<!-- ========= END OF TOP NAVBAR ========= -->
-<!-- ======== START OF CLASS DATA ======== -->
-<div class="header">
-<div class="subTitle">de.juplo.plugins.hibernate</div>
-<h2 title="Class CreateMojo" class="title">Class CreateMojo</h2>
-</div>
-<div class="contentContainer">
-<ul class="inheritance">
-<li>java.lang.Object</li>
-<li>
-<ul class="inheritance">
-<li>org.apache.maven.plugin.AbstractMojo</li>
-<li>
-<ul class="inheritance">
-<li><a href="../../../../de/juplo/plugins/hibernate/AbstractSchemaMojo.html" title="class in de.juplo.plugins.hibernate">de.juplo.plugins.hibernate.AbstractSchemaMojo</a></li>
-<li>
-<ul class="inheritance">
-<li>de.juplo.plugins.hibernate.CreateMojo</li>
-</ul>
-</li>
-</ul>
-</li>
-</ul>
-</li>
-</ul>
-<div class="description">
-<ul class="blockList">
-<li class="blockList">
-<dl>
-<dt>All Implemented Interfaces:</dt>
-<dd>org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo</dd>
-</dl>
-<hr>
-<br>
-<pre>public class <span class="typeNameLabel">CreateMojo</span>
-extends <a href="../../../../de/juplo/plugins/hibernate/AbstractSchemaMojo.html" title="class in de.juplo.plugins.hibernate">AbstractSchemaMojo</a></pre>
-<div class="block">Generate/Execute SQL to create a database-schema that represents the
- configured mappings.</div>
-<dl>
-<dt><span class="simpleTagLabel">Goal:</span></dt>
-<dd>create</dd>
-<dt><span class="simpleTagLabel">Phase:</span></dt>
-<dd>process-classes</dd>
-<dt><span class="simpleTagLabel">Thread Safe:</span></dt>
-<dt><span class="simpleTagLabel">Requires Dependency Resolution:</span></dt>
-<dd>runtime</dd>
-</dl>
-</li>
-</ul>
-</div>
-<div class="summary">
-<ul class="blockList">
-<li class="blockList">
-<!-- =========== FIELD SUMMARY =========== -->
-<ul class="blockList">
-<li class="blockList"><a name="field.summary">
-<!-- -->
-</a>
-<h3>Field Summary</h3>
-<ul class="blockList">
-<li class="blockList"><a name="fields.inherited.from.class.de.juplo.plugins.hibernate.AbstractSchemaMojo">
-<!-- -->
-</a>
-<h3>Fields inherited from class de.juplo.plugins.hibernate.<a href="../../../../de/juplo/plugins/hibernate/AbstractSchemaMojo.html" title="class in de.juplo.plugins.hibernate">AbstractSchemaMojo</a></h3>
-<code><a href="../../../../de/juplo/plugins/hibernate/AbstractSchemaMojo.html#EXECUTE">EXECUTE</a>, <a href="../../../../de/juplo/plugins/hibernate/AbstractSchemaMojo.html#OUTPUTDIRECTORY">OUTPUTDIRECTORY</a>, <a href="../../../../de/juplo/plugins/hibernate/AbstractSchemaMojo.html#SCAN_CLASSES">SCAN_CLASSES</a>, <a href="../../../../de/juplo/plugins/hibernate/AbstractSchemaMojo.html#SCAN_DEPENDENCIES">SCAN_DEPENDENCIES</a>, <a href="../../../../de/juplo/plugins/hibernate/AbstractSchemaMojo.html#SCAN_TESTCLASSES">SCAN_TESTCLASSES</a>, <a href="../../../../de/juplo/plugins/hibernate/AbstractSchemaMojo.html#SCRIPT">SCRIPT</a>, <a href="../../../../de/juplo/plugins/hibernate/AbstractSchemaMojo.html#SKIPPED">SKIPPED</a>, <a href="../../../../de/juplo/plugins/hibernate/AbstractSchemaMojo.html#TEST_OUTPUTDIRECTORY">TEST_OUTPUTDIRECTORY</a></code></li>
-</ul>
-<ul class="blockList">
-<li class="blockList"><a name="fields.inherited.from.class.org.apache.maven.plugin.Mojo">
-<!-- -->
-</a>
-<h3>Fields inherited from interface org.apache.maven.plugin.Mojo</h3>
-<code>ROLE</code></li>
-</ul>
-</li>
-</ul>
-<!-- ======== CONSTRUCTOR SUMMARY ======== -->
-<ul class="blockList">
-<li class="blockList"><a name="constructor.summary">
-<!-- -->
-</a>
-<h3>Constructor Summary</h3>
-<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
-<caption><span>Constructors</span><span class="tabEnd"> </span></caption>
-<tr>
-<th class="colOne" scope="col">Constructor and Description</th>
-</tr>
-<tr class="altColor">
-<td class="colOne"><code><span class="memberNameLink"><a href="../../../../de/juplo/plugins/hibernate/CreateMojo.html#CreateMojo--">CreateMojo</a></span>()</code> </td>
-</tr>
-</table>
-</li>
-</ul>
-<!-- ========== METHOD SUMMARY =========== -->
-<ul class="blockList">
-<li class="blockList"><a name="method.summary">
-<!-- -->
-</a>
-<h3>Method Summary</h3>
-<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
-<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd"> </span></span></caption>
-<tr>
-<th class="colFirst" scope="col">Modifier and Type</th>
-<th class="colLast" scope="col">Method and Description</th>
-</tr>
-<tr id="i0" class="altColor">
-<td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/juplo/plugins/hibernate/CreateMojo.html#execute--">execute</a></span>()</code> </td>
-</tr>
-</table>
-<ul class="blockList">
-<li class="blockList"><a name="methods.inherited.from.class.de.juplo.plugins.hibernate.AbstractSchemaMojo">
-<!-- -->
-</a>
-<h3>Methods inherited from class de.juplo.plugins.hibernate.<a href="../../../../de/juplo/plugins/hibernate/AbstractSchemaMojo.html" title="class in de.juplo.plugins.hibernate">AbstractSchemaMojo</a></h3>
-<code><a href="../../../../de/juplo/plugins/hibernate/AbstractSchemaMojo.html#execute-java.lang.String-">execute</a>, <a href="../../../../de/juplo/plugins/hibernate/AbstractSchemaMojo.html#printStrackTrace-java.lang.StringBuilder-java.lang.Throwable-">printStrackTrace</a></code></li>
-</ul>
-<ul class="blockList">
-<li class="blockList"><a name="methods.inherited.from.class.org.apache.maven.plugin.AbstractMojo">
-<!-- -->
-</a>
-<h3>Methods inherited from class org.apache.maven.plugin.AbstractMojo</h3>
-<code>getLog, getPluginContext, setLog, setPluginContext</code></li>
-</ul>
-<ul class="blockList">
-<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
-<!-- -->
-</a>
-<h3>Methods inherited from class java.lang.Object</h3>
-<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
-</ul>
-</li>
-</ul>
-</li>
-</ul>
-</div>
-<div class="details">
-<ul class="blockList">
-<li class="blockList">
-<!-- ========= CONSTRUCTOR DETAIL ======== -->
-<ul class="blockList">
-<li class="blockList"><a name="constructor.detail">
-<!-- -->
-</a>
-<h3>Constructor Detail</h3>
-<a name="CreateMojo--">
-<!-- -->
-</a>
-<ul class="blockListLast">
-<li class="blockList">
-<h4>CreateMojo</h4>
-<pre>public CreateMojo()</pre>
-</li>
-</ul>
-</li>
-</ul>
-<!-- ============ METHOD DETAIL ========== -->
-<ul class="blockList">
-<li class="blockList"><a name="method.detail">
-<!-- -->
-</a>
-<h3>Method Detail</h3>
-<a name="execute--">
-<!-- -->
-</a>
-<ul class="blockListLast">
-<li class="blockList">
-<h4>execute</h4>
-<pre>public final void execute()
- throws org.apache.maven.plugin.MojoFailureException,
- org.apache.maven.plugin.MojoExecutionException</pre>
-<dl>
-<dt><span class="throwsLabel">Throws:</span></dt>
-<dd><code>org.apache.maven.plugin.MojoFailureException</code></dd>
-<dd><code>org.apache.maven.plugin.MojoExecutionException</code></dd>
-</dl>
-</li>
-</ul>
-</li>
-</ul>
-</li>
-</ul>
-</div>
-</div>
-<!-- ========= END OF CLASS DATA ========= -->
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<div class="bottomNav"><a name="navbar.bottom">
-<!-- -->
-</a>
-<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
-<a name="navbar.bottom.firstrow">
-<!-- -->
-</a>
-<ul class="navList" title="Navigation">
-<li><a href="../../../../de/juplo/plugins/hibernate/package-summary.html">Package</a></li>
-<li class="navBarCell1Rev">Class</li>
-<li><a href="class-use/CreateMojo.html">Use</a></li>
-<li><a href="package-tree.html">Tree</a></li>
-<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
-<li><a href="../../../../index-all.html">Index</a></li>
-<li><a href="../../../../help-doc.html">Help</a></li>
-</ul>
-</div>
-<div class="subNav">
-<ul class="navList">
-<li><a href="../../../../de/juplo/plugins/hibernate/AbstractSchemaMojo.html" title="class in de.juplo.plugins.hibernate"><span class="typeNameLink">Prev Class</span></a></li>
-<li><a href="../../../../de/juplo/plugins/hibernate/DropMojo.html" title="class in de.juplo.plugins.hibernate"><span class="typeNameLink">Next Class</span></a></li>
-</ul>
-<ul class="navList">
-<li><a href="../../../../index.html?de/juplo/plugins/hibernate/CreateMojo.html" target="_top">Frames</a></li>
-<li><a href="CreateMojo.html" target="_top">No Frames</a></li>
-</ul>
-<ul class="navList" id="allclasses_navbar_bottom">
-<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
-</ul>
-<div>
-<script type="text/javascript"><!--
- allClassesLink = document.getElementById("allclasses_navbar_bottom");
- if(window==top) {
- allClassesLink.style.display = "block";
- }
- else {
- allClassesLink.style.display = "none";
- }
- //-->
-</script>
-</div>
-<div>
-<ul class="subNavList">
-<li>Summary: </li>
-<li>Nested | </li>
-<li><a href="#fields.inherited.from.class.de.juplo.plugins.hibernate.AbstractSchemaMojo">Field</a> | </li>
-<li><a href="#constructor.summary">Constr</a> | </li>
-<li><a href="#method.summary">Method</a></li>
-</ul>
-<ul class="subNavList">
-<li>Detail: </li>
-<li>Field | </li>
-<li><a href="#constructor.detail">Constr</a> | </li>
-<li><a href="#method.detail">Method</a></li>
-</ul>
-</div>
-<a name="skip.navbar.bottom">
-<!-- -->
-</a></div>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright © 2025. All Rights Reserved.</small></p>
-</body>
-</html>
+++ /dev/null
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!-- NewPage -->
-<html lang="en">
-<head>
-<!-- Generated by javadoc (1.8.0_342) on Fri Nov 07 12:27:12 UTC 2025 -->
-<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>DropMojo (Hibernate Maven Plugin 2.1.0 API)</title>
-<meta name="date" content="2025-11-07">
-<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
-<script type="text/javascript" src="../../../../script.js"></script>
-</head>
-<body>
-<script type="text/javascript"><!--
- try {
- if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="DropMojo (Hibernate Maven Plugin 2.1.0 API)";
- }
- }
- catch(err) {
- }
-//-->
-var methods = {"i0":10};
-var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
-var altColor = "altColor";
-var rowColor = "rowColor";
-var tableTab = "tableTab";
-var activeTableTab = "activeTableTab";
-</script>
-<noscript>
-<div>JavaScript is disabled on your browser.</div>
-</noscript>
-<!-- ========= START OF TOP NAVBAR ======= -->
-<div class="topNav"><a name="navbar.top">
-<!-- -->
-</a>
-<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
-<a name="navbar.top.firstrow">
-<!-- -->
-</a>
-<ul class="navList" title="Navigation">
-<li><a href="../../../../de/juplo/plugins/hibernate/package-summary.html">Package</a></li>
-<li class="navBarCell1Rev">Class</li>
-<li><a href="class-use/DropMojo.html">Use</a></li>
-<li><a href="package-tree.html">Tree</a></li>
-<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
-<li><a href="../../../../index-all.html">Index</a></li>
-<li><a href="../../../../help-doc.html">Help</a></li>
-</ul>
-</div>
-<div class="subNav">
-<ul class="navList">
-<li><a href="../../../../de/juplo/plugins/hibernate/CreateMojo.html" title="class in de.juplo.plugins.hibernate"><span class="typeNameLink">Prev Class</span></a></li>
-<li><a href="../../../../de/juplo/plugins/hibernate/HelpMojo.html" title="class in de.juplo.plugins.hibernate"><span class="typeNameLink">Next Class</span></a></li>
-</ul>
-<ul class="navList">
-<li><a href="../../../../index.html?de/juplo/plugins/hibernate/DropMojo.html" target="_top">Frames</a></li>
-<li><a href="DropMojo.html" target="_top">No Frames</a></li>
-</ul>
-<ul class="navList" id="allclasses_navbar_top">
-<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
-</ul>
-<div>
-<script type="text/javascript"><!--
- allClassesLink = document.getElementById("allclasses_navbar_top");
- if(window==top) {
- allClassesLink.style.display = "block";
- }
- else {
- allClassesLink.style.display = "none";
- }
- //-->
-</script>
-</div>
-<div>
-<ul class="subNavList">
-<li>Summary: </li>
-<li>Nested | </li>
-<li><a href="#fields.inherited.from.class.de.juplo.plugins.hibernate.AbstractSchemaMojo">Field</a> | </li>
-<li><a href="#constructor.summary">Constr</a> | </li>
-<li><a href="#method.summary">Method</a></li>
-</ul>
-<ul class="subNavList">
-<li>Detail: </li>
-<li>Field | </li>
-<li><a href="#constructor.detail">Constr</a> | </li>
-<li><a href="#method.detail">Method</a></li>
-</ul>
-</div>
-<a name="skip.navbar.top">
-<!-- -->
-</a></div>
-<!-- ========= END OF TOP NAVBAR ========= -->
-<!-- ======== START OF CLASS DATA ======== -->
-<div class="header">
-<div class="subTitle">de.juplo.plugins.hibernate</div>
-<h2 title="Class DropMojo" class="title">Class DropMojo</h2>
-</div>
-<div class="contentContainer">
-<ul class="inheritance">
-<li>java.lang.Object</li>
-<li>
-<ul class="inheritance">
-<li>org.apache.maven.plugin.AbstractMojo</li>
-<li>
-<ul class="inheritance">
-<li><a href="../../../../de/juplo/plugins/hibernate/AbstractSchemaMojo.html" title="class in de.juplo.plugins.hibernate">de.juplo.plugins.hibernate.AbstractSchemaMojo</a></li>
-<li>
-<ul class="inheritance">
-<li>de.juplo.plugins.hibernate.DropMojo</li>
-</ul>
-</li>
-</ul>
-</li>
-</ul>
-</li>
-</ul>
-<div class="description">
-<ul class="blockList">
-<li class="blockList">
-<dl>
-<dt>All Implemented Interfaces:</dt>
-<dd>org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo</dd>
-</dl>
-<hr>
-<br>
-<pre>public class <span class="typeNameLabel">DropMojo</span>
-extends <a href="../../../../de/juplo/plugins/hibernate/AbstractSchemaMojo.html" title="class in de.juplo.plugins.hibernate">AbstractSchemaMojo</a></pre>
-<div class="block">Generate/Execute SQL to drop all tables of a database-schema that represents
- the configured mappings.</div>
-<dl>
-<dt><span class="simpleTagLabel">Goal:</span></dt>
-<dd>drop</dd>
-<dt><span class="simpleTagLabel">Phase:</span></dt>
-<dd>process-classes</dd>
-<dt><span class="simpleTagLabel">Thread Safe:</span></dt>
-<dt><span class="simpleTagLabel">Requires Dependency Resolution:</span></dt>
-<dd>runtime</dd>
-</dl>
-</li>
-</ul>
-</div>
-<div class="summary">
-<ul class="blockList">
-<li class="blockList">
-<!-- =========== FIELD SUMMARY =========== -->
-<ul class="blockList">
-<li class="blockList"><a name="field.summary">
-<!-- -->
-</a>
-<h3>Field Summary</h3>
-<ul class="blockList">
-<li class="blockList"><a name="fields.inherited.from.class.de.juplo.plugins.hibernate.AbstractSchemaMojo">
-<!-- -->
-</a>
-<h3>Fields inherited from class de.juplo.plugins.hibernate.<a href="../../../../de/juplo/plugins/hibernate/AbstractSchemaMojo.html" title="class in de.juplo.plugins.hibernate">AbstractSchemaMojo</a></h3>
-<code><a href="../../../../de/juplo/plugins/hibernate/AbstractSchemaMojo.html#EXECUTE">EXECUTE</a>, <a href="../../../../de/juplo/plugins/hibernate/AbstractSchemaMojo.html#OUTPUTDIRECTORY">OUTPUTDIRECTORY</a>, <a href="../../../../de/juplo/plugins/hibernate/AbstractSchemaMojo.html#SCAN_CLASSES">SCAN_CLASSES</a>, <a href="../../../../de/juplo/plugins/hibernate/AbstractSchemaMojo.html#SCAN_DEPENDENCIES">SCAN_DEPENDENCIES</a>, <a href="../../../../de/juplo/plugins/hibernate/AbstractSchemaMojo.html#SCAN_TESTCLASSES">SCAN_TESTCLASSES</a>, <a href="../../../../de/juplo/plugins/hibernate/AbstractSchemaMojo.html#SCRIPT">SCRIPT</a>, <a href="../../../../de/juplo/plugins/hibernate/AbstractSchemaMojo.html#SKIPPED">SKIPPED</a>, <a href="../../../../de/juplo/plugins/hibernate/AbstractSchemaMojo.html#TEST_OUTPUTDIRECTORY">TEST_OUTPUTDIRECTORY</a></code></li>
-</ul>
-<ul class="blockList">
-<li class="blockList"><a name="fields.inherited.from.class.org.apache.maven.plugin.Mojo">
-<!-- -->
-</a>
-<h3>Fields inherited from interface org.apache.maven.plugin.Mojo</h3>
-<code>ROLE</code></li>
-</ul>
-</li>
-</ul>
-<!-- ======== CONSTRUCTOR SUMMARY ======== -->
-<ul class="blockList">
-<li class="blockList"><a name="constructor.summary">
-<!-- -->
-</a>
-<h3>Constructor Summary</h3>
-<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
-<caption><span>Constructors</span><span class="tabEnd"> </span></caption>
-<tr>
-<th class="colOne" scope="col">Constructor and Description</th>
-</tr>
-<tr class="altColor">
-<td class="colOne"><code><span class="memberNameLink"><a href="../../../../de/juplo/plugins/hibernate/DropMojo.html#DropMojo--">DropMojo</a></span>()</code> </td>
-</tr>
-</table>
-</li>
-</ul>
-<!-- ========== METHOD SUMMARY =========== -->
-<ul class="blockList">
-<li class="blockList"><a name="method.summary">
-<!-- -->
-</a>
-<h3>Method Summary</h3>
-<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
-<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd"> </span></span></caption>
-<tr>
-<th class="colFirst" scope="col">Modifier and Type</th>
-<th class="colLast" scope="col">Method and Description</th>
-</tr>
-<tr id="i0" class="altColor">
-<td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/juplo/plugins/hibernate/DropMojo.html#execute--">execute</a></span>()</code> </td>
-</tr>
-</table>
-<ul class="blockList">
-<li class="blockList"><a name="methods.inherited.from.class.de.juplo.plugins.hibernate.AbstractSchemaMojo">
-<!-- -->
-</a>
-<h3>Methods inherited from class de.juplo.plugins.hibernate.<a href="../../../../de/juplo/plugins/hibernate/AbstractSchemaMojo.html" title="class in de.juplo.plugins.hibernate">AbstractSchemaMojo</a></h3>
-<code><a href="../../../../de/juplo/plugins/hibernate/AbstractSchemaMojo.html#execute-java.lang.String-">execute</a>, <a href="../../../../de/juplo/plugins/hibernate/AbstractSchemaMojo.html#printStrackTrace-java.lang.StringBuilder-java.lang.Throwable-">printStrackTrace</a></code></li>
-</ul>
-<ul class="blockList">
-<li class="blockList"><a name="methods.inherited.from.class.org.apache.maven.plugin.AbstractMojo">
-<!-- -->
-</a>
-<h3>Methods inherited from class org.apache.maven.plugin.AbstractMojo</h3>
-<code>getLog, getPluginContext, setLog, setPluginContext</code></li>
-</ul>
-<ul class="blockList">
-<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
-<!-- -->
-</a>
-<h3>Methods inherited from class java.lang.Object</h3>
-<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
-</ul>
-</li>
-</ul>
-</li>
-</ul>
-</div>
-<div class="details">
-<ul class="blockList">
-<li class="blockList">
-<!-- ========= CONSTRUCTOR DETAIL ======== -->
-<ul class="blockList">
-<li class="blockList"><a name="constructor.detail">
-<!-- -->
-</a>
-<h3>Constructor Detail</h3>
-<a name="DropMojo--">
-<!-- -->
-</a>
-<ul class="blockListLast">
-<li class="blockList">
-<h4>DropMojo</h4>
-<pre>public DropMojo()</pre>
-</li>
-</ul>
-</li>
-</ul>
-<!-- ============ METHOD DETAIL ========== -->
-<ul class="blockList">
-<li class="blockList"><a name="method.detail">
-<!-- -->
-</a>
-<h3>Method Detail</h3>
-<a name="execute--">
-<!-- -->
-</a>
-<ul class="blockListLast">
-<li class="blockList">
-<h4>execute</h4>
-<pre>public final void execute()
- throws org.apache.maven.plugin.MojoFailureException,
- org.apache.maven.plugin.MojoExecutionException</pre>
-<dl>
-<dt><span class="throwsLabel">Throws:</span></dt>
-<dd><code>org.apache.maven.plugin.MojoFailureException</code></dd>
-<dd><code>org.apache.maven.plugin.MojoExecutionException</code></dd>
-</dl>
-</li>
-</ul>
-</li>
-</ul>
-</li>
-</ul>
-</div>
-</div>
-<!-- ========= END OF CLASS DATA ========= -->
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<div class="bottomNav"><a name="navbar.bottom">
-<!-- -->
-</a>
-<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
-<a name="navbar.bottom.firstrow">
-<!-- -->
-</a>
-<ul class="navList" title="Navigation">
-<li><a href="../../../../de/juplo/plugins/hibernate/package-summary.html">Package</a></li>
-<li class="navBarCell1Rev">Class</li>
-<li><a href="class-use/DropMojo.html">Use</a></li>
-<li><a href="package-tree.html">Tree</a></li>
-<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
-<li><a href="../../../../index-all.html">Index</a></li>
-<li><a href="../../../../help-doc.html">Help</a></li>
-</ul>
-</div>
-<div class="subNav">
-<ul class="navList">
-<li><a href="../../../../de/juplo/plugins/hibernate/CreateMojo.html" title="class in de.juplo.plugins.hibernate"><span class="typeNameLink">Prev Class</span></a></li>
-<li><a href="../../../../de/juplo/plugins/hibernate/HelpMojo.html" title="class in de.juplo.plugins.hibernate"><span class="typeNameLink">Next Class</span></a></li>
-</ul>
-<ul class="navList">
-<li><a href="../../../../index.html?de/juplo/plugins/hibernate/DropMojo.html" target="_top">Frames</a></li>
-<li><a href="DropMojo.html" target="_top">No Frames</a></li>
-</ul>
-<ul class="navList" id="allclasses_navbar_bottom">
-<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
-</ul>
-<div>
-<script type="text/javascript"><!--
- allClassesLink = document.getElementById("allclasses_navbar_bottom");
- if(window==top) {
- allClassesLink.style.display = "block";
- }
- else {
- allClassesLink.style.display = "none";
- }
- //-->
-</script>
-</div>
-<div>
-<ul class="subNavList">
-<li>Summary: </li>
-<li>Nested | </li>
-<li><a href="#fields.inherited.from.class.de.juplo.plugins.hibernate.AbstractSchemaMojo">Field</a> | </li>
-<li><a href="#constructor.summary">Constr</a> | </li>
-<li><a href="#method.summary">Method</a></li>
-</ul>
-<ul class="subNavList">
-<li>Detail: </li>
-<li>Field | </li>
-<li><a href="#constructor.detail">Constr</a> | </li>
-<li><a href="#method.detail">Method</a></li>
-</ul>
-</div>
-<a name="skip.navbar.bottom">
-<!-- -->
-</a></div>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright © 2025. All Rights Reserved.</small></p>
-</body>
-</html>
+++ /dev/null
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!-- NewPage -->
-<html lang="en">
-<head>
-<!-- Generated by javadoc (1.8.0_342) on Fri Nov 07 12:27:12 UTC 2025 -->
-<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>HelpMojo (Hibernate Maven Plugin 2.1.0 API)</title>
-<meta name="date" content="2025-11-07">
-<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
-<script type="text/javascript" src="../../../../script.js"></script>
-</head>
-<body>
-<script type="text/javascript"><!--
- try {
- if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="HelpMojo (Hibernate Maven Plugin 2.1.0 API)";
- }
- }
- catch(err) {
- }
-//-->
-var methods = {"i0":10};
-var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
-var altColor = "altColor";
-var rowColor = "rowColor";
-var tableTab = "tableTab";
-var activeTableTab = "activeTableTab";
-</script>
-<noscript>
-<div>JavaScript is disabled on your browser.</div>
-</noscript>
-<!-- ========= START OF TOP NAVBAR ======= -->
-<div class="topNav"><a name="navbar.top">
-<!-- -->
-</a>
-<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
-<a name="navbar.top.firstrow">
-<!-- -->
-</a>
-<ul class="navList" title="Navigation">
-<li><a href="../../../../de/juplo/plugins/hibernate/package-summary.html">Package</a></li>
-<li class="navBarCell1Rev">Class</li>
-<li><a href="class-use/HelpMojo.html">Use</a></li>
-<li><a href="package-tree.html">Tree</a></li>
-<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
-<li><a href="../../../../index-all.html">Index</a></li>
-<li><a href="../../../../help-doc.html">Help</a></li>
-</ul>
-</div>
-<div class="subNav">
-<ul class="navList">
-<li><a href="../../../../de/juplo/plugins/hibernate/DropMojo.html" title="class in de.juplo.plugins.hibernate"><span class="typeNameLink">Prev Class</span></a></li>
-<li><a href="../../../../de/juplo/plugins/hibernate/ModificationTracker.html" title="class in de.juplo.plugins.hibernate"><span class="typeNameLink">Next Class</span></a></li>
-</ul>
-<ul class="navList">
-<li><a href="../../../../index.html?de/juplo/plugins/hibernate/HelpMojo.html" target="_top">Frames</a></li>
-<li><a href="HelpMojo.html" target="_top">No Frames</a></li>
-</ul>
-<ul class="navList" id="allclasses_navbar_top">
-<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
-</ul>
-<div>
-<script type="text/javascript"><!--
- allClassesLink = document.getElementById("allclasses_navbar_top");
- if(window==top) {
- allClassesLink.style.display = "block";
- }
- else {
- allClassesLink.style.display = "none";
- }
- //-->
-</script>
-</div>
-<div>
-<ul class="subNavList">
-<li>Summary: </li>
-<li>Nested | </li>
-<li>Field | </li>
-<li><a href="#constructor.summary">Constr</a> | </li>
-<li><a href="#method.summary">Method</a></li>
-</ul>
-<ul class="subNavList">
-<li>Detail: </li>
-<li>Field | </li>
-<li><a href="#constructor.detail">Constr</a> | </li>
-<li><a href="#method.detail">Method</a></li>
-</ul>
-</div>
-<a name="skip.navbar.top">
-<!-- -->
-</a></div>
-<!-- ========= END OF TOP NAVBAR ========= -->
-<!-- ======== START OF CLASS DATA ======== -->
-<div class="header">
-<div class="subTitle">de.juplo.plugins.hibernate</div>
-<h2 title="Class HelpMojo" class="title">Class HelpMojo</h2>
-</div>
-<div class="contentContainer">
-<ul class="inheritance">
-<li>java.lang.Object</li>
-<li>
-<ul class="inheritance">
-<li>org.apache.maven.plugin.AbstractMojo</li>
-<li>
-<ul class="inheritance">
-<li>de.juplo.plugins.hibernate.HelpMojo</li>
-</ul>
-</li>
-</ul>
-</li>
-</ul>
-<div class="description">
-<ul class="blockList">
-<li class="blockList">
-<dl>
-<dt>All Implemented Interfaces:</dt>
-<dd>org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo</dd>
-</dl>
-<hr>
-<br>
-<pre>public class <span class="typeNameLabel">HelpMojo</span>
-extends org.apache.maven.plugin.AbstractMojo</pre>
-<div class="block">Display help information on hibernate-maven-plugin.<br>
- Call <code>mvn hibernate:help -Ddetail=true -Dgoal=<goal-name></code> to display parameter details.</div>
-<dl>
-<dt><span class="simpleTagLabel">Author:</span></dt>
-<dd>maven-plugin-tools</dd>
-<dt><span class="simpleTagLabel">Goal:</span></dt>
-<dd>help</dd>
-<dt><span class="simpleTagLabel">Thread Safe:</span></dt>
-<dt><span class="simpleTagLabel">Requires Project:</span></dt>
-<dd>false</dd>
-</dl>
-</li>
-</ul>
-</div>
-<div class="summary">
-<ul class="blockList">
-<li class="blockList">
-<!-- =========== FIELD SUMMARY =========== -->
-<ul class="blockList">
-<li class="blockList"><a name="field.summary">
-<!-- -->
-</a>
-<h3>Field Summary</h3>
-<ul class="blockList">
-<li class="blockList"><a name="fields.inherited.from.class.org.apache.maven.plugin.Mojo">
-<!-- -->
-</a>
-<h3>Fields inherited from interface org.apache.maven.plugin.Mojo</h3>
-<code>ROLE</code></li>
-</ul>
-</li>
-</ul>
-<!-- ======== CONSTRUCTOR SUMMARY ======== -->
-<ul class="blockList">
-<li class="blockList"><a name="constructor.summary">
-<!-- -->
-</a>
-<h3>Constructor Summary</h3>
-<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
-<caption><span>Constructors</span><span class="tabEnd"> </span></caption>
-<tr>
-<th class="colOne" scope="col">Constructor and Description</th>
-</tr>
-<tr class="altColor">
-<td class="colOne"><code><span class="memberNameLink"><a href="../../../../de/juplo/plugins/hibernate/HelpMojo.html#HelpMojo--">HelpMojo</a></span>()</code> </td>
-</tr>
-</table>
-</li>
-</ul>
-<!-- ========== METHOD SUMMARY =========== -->
-<ul class="blockList">
-<li class="blockList"><a name="method.summary">
-<!-- -->
-</a>
-<h3>Method Summary</h3>
-<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
-<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd"> </span></span></caption>
-<tr>
-<th class="colFirst" scope="col">Modifier and Type</th>
-<th class="colLast" scope="col">Method and Description</th>
-</tr>
-<tr id="i0" class="altColor">
-<td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/juplo/plugins/hibernate/HelpMojo.html#execute--">execute</a></span>()</code></td>
-</tr>
-</table>
-<ul class="blockList">
-<li class="blockList"><a name="methods.inherited.from.class.org.apache.maven.plugin.AbstractMojo">
-<!-- -->
-</a>
-<h3>Methods inherited from class org.apache.maven.plugin.AbstractMojo</h3>
-<code>getLog, getPluginContext, setLog, setPluginContext</code></li>
-</ul>
-<ul class="blockList">
-<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
-<!-- -->
-</a>
-<h3>Methods inherited from class java.lang.Object</h3>
-<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
-</ul>
-</li>
-</ul>
-</li>
-</ul>
-</div>
-<div class="details">
-<ul class="blockList">
-<li class="blockList">
-<!-- ========= CONSTRUCTOR DETAIL ======== -->
-<ul class="blockList">
-<li class="blockList"><a name="constructor.detail">
-<!-- -->
-</a>
-<h3>Constructor Detail</h3>
-<a name="HelpMojo--">
-<!-- -->
-</a>
-<ul class="blockListLast">
-<li class="blockList">
-<h4>HelpMojo</h4>
-<pre>public HelpMojo()</pre>
-</li>
-</ul>
-</li>
-</ul>
-<!-- ============ METHOD DETAIL ========== -->
-<ul class="blockList">
-<li class="blockList"><a name="method.detail">
-<!-- -->
-</a>
-<h3>Method Detail</h3>
-<a name="execute--">
-<!-- -->
-</a>
-<ul class="blockListLast">
-<li class="blockList">
-<h4>execute</h4>
-<pre>public void execute()
- throws org.apache.maven.plugin.MojoExecutionException</pre>
-<dl>
-<dt><span class="throwsLabel">Throws:</span></dt>
-<dd><code>org.apache.maven.plugin.MojoExecutionException</code></dd>
-</dl>
-</li>
-</ul>
-</li>
-</ul>
-</li>
-</ul>
-</div>
-</div>
-<!-- ========= END OF CLASS DATA ========= -->
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<div class="bottomNav"><a name="navbar.bottom">
-<!-- -->
-</a>
-<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
-<a name="navbar.bottom.firstrow">
-<!-- -->
-</a>
-<ul class="navList" title="Navigation">
-<li><a href="../../../../de/juplo/plugins/hibernate/package-summary.html">Package</a></li>
-<li class="navBarCell1Rev">Class</li>
-<li><a href="class-use/HelpMojo.html">Use</a></li>
-<li><a href="package-tree.html">Tree</a></li>
-<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
-<li><a href="../../../../index-all.html">Index</a></li>
-<li><a href="../../../../help-doc.html">Help</a></li>
-</ul>
-</div>
-<div class="subNav">
-<ul class="navList">
-<li><a href="../../../../de/juplo/plugins/hibernate/DropMojo.html" title="class in de.juplo.plugins.hibernate"><span class="typeNameLink">Prev Class</span></a></li>
-<li><a href="../../../../de/juplo/plugins/hibernate/ModificationTracker.html" title="class in de.juplo.plugins.hibernate"><span class="typeNameLink">Next Class</span></a></li>
-</ul>
-<ul class="navList">
-<li><a href="../../../../index.html?de/juplo/plugins/hibernate/HelpMojo.html" target="_top">Frames</a></li>
-<li><a href="HelpMojo.html" target="_top">No Frames</a></li>
-</ul>
-<ul class="navList" id="allclasses_navbar_bottom">
-<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
-</ul>
-<div>
-<script type="text/javascript"><!--
- allClassesLink = document.getElementById("allclasses_navbar_bottom");
- if(window==top) {
- allClassesLink.style.display = "block";
- }
- else {
- allClassesLink.style.display = "none";
- }
- //-->
-</script>
-</div>
-<div>
-<ul class="subNavList">
-<li>Summary: </li>
-<li>Nested | </li>
-<li>Field | </li>
-<li><a href="#constructor.summary">Constr</a> | </li>
-<li><a href="#method.summary">Method</a></li>
-</ul>
-<ul class="subNavList">
-<li>Detail: </li>
-<li>Field | </li>
-<li><a href="#constructor.detail">Constr</a> | </li>
-<li><a href="#method.detail">Method</a></li>
-</ul>
-</div>
-<a name="skip.navbar.bottom">
-<!-- -->
-</a></div>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright © 2025. All Rights Reserved.</small></p>
-</body>
-</html>
+++ /dev/null
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!-- NewPage -->
-<html lang="en">
-<head>
-<!-- Generated by javadoc (1.8.0_342) on Fri Nov 07 12:27:12 UTC 2025 -->
-<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>ModificationTracker (Hibernate Maven Plugin 2.1.0 API)</title>
-<meta name="date" content="2025-11-07">
-<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
-<script type="text/javascript" src="../../../../script.js"></script>
-</head>
-<body>
-<script type="text/javascript"><!--
- try {
- if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="ModificationTracker (Hibernate Maven Plugin 2.1.0 API)";
- }
- }
- catch(err) {
- }
-//-->
-</script>
-<noscript>
-<div>JavaScript is disabled on your browser.</div>
-</noscript>
-<!-- ========= START OF TOP NAVBAR ======= -->
-<div class="topNav"><a name="navbar.top">
-<!-- -->
-</a>
-<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
-<a name="navbar.top.firstrow">
-<!-- -->
-</a>
-<ul class="navList" title="Navigation">
-<li><a href="../../../../de/juplo/plugins/hibernate/package-summary.html">Package</a></li>
-<li class="navBarCell1Rev">Class</li>
-<li><a href="class-use/ModificationTracker.html">Use</a></li>
-<li><a href="package-tree.html">Tree</a></li>
-<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
-<li><a href="../../../../index-all.html">Index</a></li>
-<li><a href="../../../../help-doc.html">Help</a></li>
-</ul>
-</div>
-<div class="subNav">
-<ul class="navList">
-<li><a href="../../../../de/juplo/plugins/hibernate/HelpMojo.html" title="class in de.juplo.plugins.hibernate"><span class="typeNameLink">Prev Class</span></a></li>
-<li><a href="../../../../de/juplo/plugins/hibernate/MutableClassLoader.html" title="class in de.juplo.plugins.hibernate"><span class="typeNameLink">Next Class</span></a></li>
-</ul>
-<ul class="navList">
-<li><a href="../../../../index.html?de/juplo/plugins/hibernate/ModificationTracker.html" target="_top">Frames</a></li>
-<li><a href="ModificationTracker.html" target="_top">No Frames</a></li>
-</ul>
-<ul class="navList" id="allclasses_navbar_top">
-<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
-</ul>
-<div>
-<script type="text/javascript"><!--
- allClassesLink = document.getElementById("allclasses_navbar_top");
- if(window==top) {
- allClassesLink.style.display = "block";
- }
- else {
- allClassesLink.style.display = "none";
- }
- //-->
-</script>
-</div>
-<div>
-<ul class="subNavList">
-<li>Summary: </li>
-<li>Nested | </li>
-<li>Field | </li>
-<li>Constr | </li>
-<li><a href="#methods.inherited.from.class.java.lang.Object">Method</a></li>
-</ul>
-<ul class="subNavList">
-<li>Detail: </li>
-<li>Field | </li>
-<li>Constr | </li>
-<li>Method</li>
-</ul>
-</div>
-<a name="skip.navbar.top">
-<!-- -->
-</a></div>
-<!-- ========= END OF TOP NAVBAR ========= -->
-<!-- ======== START OF CLASS DATA ======== -->
-<div class="header">
-<div class="subTitle">de.juplo.plugins.hibernate</div>
-<h2 title="Class ModificationTracker" class="title">Class ModificationTracker</h2>
-</div>
-<div class="contentContainer">
-<ul class="inheritance">
-<li>java.lang.Object</li>
-<li>
-<ul class="inheritance">
-<li>de.juplo.plugins.hibernate.ModificationTracker</li>
-</ul>
-</li>
-</ul>
-<div class="description">
-<ul class="blockList">
-<li class="blockList">
-<hr>
-<br>
-<pre>public class <span class="typeNameLabel">ModificationTracker</span>
-extends java.lang.Object</pre>
-<dl>
-<dt><span class="simpleTagLabel">Author:</span></dt>
-<dd>Kai Moritz</dd>
-</dl>
-</li>
-</ul>
-</div>
-<div class="summary">
-<ul class="blockList">
-<li class="blockList">
-<!-- ========== METHOD SUMMARY =========== -->
-<ul class="blockList">
-<li class="blockList"><a name="method.summary">
-<!-- -->
-</a>
-<h3>Method Summary</h3>
-<ul class="blockList">
-<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
-<!-- -->
-</a>
-<h3>Methods inherited from class java.lang.Object</h3>
-<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
-</ul>
-</li>
-</ul>
-</li>
-</ul>
-</div>
-</div>
-<!-- ========= END OF CLASS DATA ========= -->
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<div class="bottomNav"><a name="navbar.bottom">
-<!-- -->
-</a>
-<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
-<a name="navbar.bottom.firstrow">
-<!-- -->
-</a>
-<ul class="navList" title="Navigation">
-<li><a href="../../../../de/juplo/plugins/hibernate/package-summary.html">Package</a></li>
-<li class="navBarCell1Rev">Class</li>
-<li><a href="class-use/ModificationTracker.html">Use</a></li>
-<li><a href="package-tree.html">Tree</a></li>
-<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
-<li><a href="../../../../index-all.html">Index</a></li>
-<li><a href="../../../../help-doc.html">Help</a></li>
-</ul>
-</div>
-<div class="subNav">
-<ul class="navList">
-<li><a href="../../../../de/juplo/plugins/hibernate/HelpMojo.html" title="class in de.juplo.plugins.hibernate"><span class="typeNameLink">Prev Class</span></a></li>
-<li><a href="../../../../de/juplo/plugins/hibernate/MutableClassLoader.html" title="class in de.juplo.plugins.hibernate"><span class="typeNameLink">Next Class</span></a></li>
-</ul>
-<ul class="navList">
-<li><a href="../../../../index.html?de/juplo/plugins/hibernate/ModificationTracker.html" target="_top">Frames</a></li>
-<li><a href="ModificationTracker.html" target="_top">No Frames</a></li>
-</ul>
-<ul class="navList" id="allclasses_navbar_bottom">
-<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
-</ul>
-<div>
-<script type="text/javascript"><!--
- allClassesLink = document.getElementById("allclasses_navbar_bottom");
- if(window==top) {
- allClassesLink.style.display = "block";
- }
- else {
- allClassesLink.style.display = "none";
- }
- //-->
-</script>
-</div>
-<div>
-<ul class="subNavList">
-<li>Summary: </li>
-<li>Nested | </li>
-<li>Field | </li>
-<li>Constr | </li>
-<li><a href="#methods.inherited.from.class.java.lang.Object">Method</a></li>
-</ul>
-<ul class="subNavList">
-<li>Detail: </li>
-<li>Field | </li>
-<li>Constr | </li>
-<li>Method</li>
-</ul>
-</div>
-<a name="skip.navbar.bottom">
-<!-- -->
-</a></div>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright © 2025. All Rights Reserved.</small></p>
-</body>
-</html>
+++ /dev/null
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!-- NewPage -->
-<html lang="en">
-<head>
-<!-- Generated by javadoc (1.8.0_342) on Fri Nov 07 12:27:12 UTC 2025 -->
-<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>MutableClassLoader (Hibernate Maven Plugin 2.1.0 API)</title>
-<meta name="date" content="2025-11-07">
-<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
-<script type="text/javascript" src="../../../../script.js"></script>
-</head>
-<body>
-<script type="text/javascript"><!--
- try {
- if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="MutableClassLoader (Hibernate Maven Plugin 2.1.0 API)";
- }
- }
- catch(err) {
- }
-//-->
-var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10};
-var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
-var altColor = "altColor";
-var rowColor = "rowColor";
-var tableTab = "tableTab";
-var activeTableTab = "activeTableTab";
-</script>
-<noscript>
-<div>JavaScript is disabled on your browser.</div>
-</noscript>
-<!-- ========= START OF TOP NAVBAR ======= -->
-<div class="topNav"><a name="navbar.top">
-<!-- -->
-</a>
-<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
-<a name="navbar.top.firstrow">
-<!-- -->
-</a>
-<ul class="navList" title="Navigation">
-<li><a href="../../../../de/juplo/plugins/hibernate/package-summary.html">Package</a></li>
-<li class="navBarCell1Rev">Class</li>
-<li><a href="class-use/MutableClassLoader.html">Use</a></li>
-<li><a href="package-tree.html">Tree</a></li>
-<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
-<li><a href="../../../../index-all.html">Index</a></li>
-<li><a href="../../../../help-doc.html">Help</a></li>
-</ul>
-</div>
-<div class="subNav">
-<ul class="navList">
-<li><a href="../../../../de/juplo/plugins/hibernate/ModificationTracker.html" title="class in de.juplo.plugins.hibernate"><span class="typeNameLink">Prev Class</span></a></li>
-<li><a href="../../../../de/juplo/plugins/hibernate/UpdateMojo.html" title="class in de.juplo.plugins.hibernate"><span class="typeNameLink">Next Class</span></a></li>
-</ul>
-<ul class="navList">
-<li><a href="../../../../index.html?de/juplo/plugins/hibernate/MutableClassLoader.html" target="_top">Frames</a></li>
-<li><a href="MutableClassLoader.html" target="_top">No Frames</a></li>
-</ul>
-<ul class="navList" id="allclasses_navbar_top">
-<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
-</ul>
-<div>
-<script type="text/javascript"><!--
- allClassesLink = document.getElementById("allclasses_navbar_top");
- if(window==top) {
- allClassesLink.style.display = "block";
- }
- else {
- allClassesLink.style.display = "none";
- }
- //-->
-</script>
-</div>
-<div>
-<ul class="subNavList">
-<li>Summary: </li>
-<li>Nested | </li>
-<li>Field | </li>
-<li><a href="#constructor.summary">Constr</a> | </li>
-<li><a href="#method.summary">Method</a></li>
-</ul>
-<ul class="subNavList">
-<li>Detail: </li>
-<li>Field | </li>
-<li><a href="#constructor.detail">Constr</a> | </li>
-<li><a href="#method.detail">Method</a></li>
-</ul>
-</div>
-<a name="skip.navbar.top">
-<!-- -->
-</a></div>
-<!-- ========= END OF TOP NAVBAR ========= -->
-<!-- ======== START OF CLASS DATA ======== -->
-<div class="header">
-<div class="subTitle">de.juplo.plugins.hibernate</div>
-<h2 title="Class MutableClassLoader" class="title">Class MutableClassLoader</h2>
-</div>
-<div class="contentContainer">
-<ul class="inheritance">
-<li>java.lang.Object</li>
-<li>
-<ul class="inheritance">
-<li>java.lang.ClassLoader</li>
-<li>
-<ul class="inheritance">
-<li>de.juplo.plugins.hibernate.MutableClassLoader</li>
-</ul>
-</li>
-</ul>
-</li>
-</ul>
-<div class="description">
-<ul class="blockList">
-<li class="blockList">
-<hr>
-<br>
-<pre>public class <span class="typeNameLabel">MutableClassLoader</span>
-extends java.lang.ClassLoader</pre>
-<dl>
-<dt><span class="simpleTagLabel">Author:</span></dt>
-<dd>kai</dd>
-</dl>
-</li>
-</ul>
-</div>
-<div class="summary">
-<ul class="blockList">
-<li class="blockList">
-<!-- ======== CONSTRUCTOR SUMMARY ======== -->
-<ul class="blockList">
-<li class="blockList"><a name="constructor.summary">
-<!-- -->
-</a>
-<h3>Constructor Summary</h3>
-<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
-<caption><span>Constructors</span><span class="tabEnd"> </span></caption>
-<tr>
-<th class="colOne" scope="col">Constructor and Description</th>
-</tr>
-<tr class="altColor">
-<td class="colOne"><code><span class="memberNameLink"><a href="../../../../de/juplo/plugins/hibernate/MutableClassLoader.html#MutableClassLoader-java.util.LinkedHashSet-org.apache.maven.plugin.logging.Log-">MutableClassLoader</a></span>(java.util.LinkedHashSet<java.net.URL> urls,
- org.apache.maven.plugin.logging.Log log)</code> </td>
-</tr>
-</table>
-</li>
-</ul>
-<!-- ========== METHOD SUMMARY =========== -->
-<ul class="blockList">
-<li class="blockList"><a name="method.summary">
-<!-- -->
-</a>
-<h3>Method Summary</h3>
-<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
-<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd"> </span></span></caption>
-<tr>
-<th class="colFirst" scope="col">Modifier and Type</th>
-<th class="colLast" scope="col">Method and Description</th>
-</tr>
-<tr id="i0" class="altColor">
-<td class="colFirst"><code><a href="../../../../de/juplo/plugins/hibernate/MutableClassLoader.html" title="class in de.juplo.plugins.hibernate">MutableClassLoader</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/juplo/plugins/hibernate/MutableClassLoader.html#add-java.util.LinkedHashSet-">add</a></span>(java.util.LinkedHashSet<java.net.URL> urls)</code> </td>
-</tr>
-<tr id="i1" class="rowColor">
-<td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/juplo/plugins/hibernate/MutableClassLoader.html#clearAssertionStatus--">clearAssertionStatus</a></span>()</code> </td>
-</tr>
-<tr id="i2" class="altColor">
-<td class="colFirst"><code>java.net.URL</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/juplo/plugins/hibernate/MutableClassLoader.html#getResource-java.lang.String-">getResource</a></span>(java.lang.String name)</code> </td>
-</tr>
-<tr id="i3" class="rowColor">
-<td class="colFirst"><code>java.io.InputStream</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/juplo/plugins/hibernate/MutableClassLoader.html#getResourceAsStream-java.lang.String-">getResourceAsStream</a></span>(java.lang.String name)</code> </td>
-</tr>
-<tr id="i4" class="altColor">
-<td class="colFirst"><code>java.util.Enumeration<java.net.URL></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/juplo/plugins/hibernate/MutableClassLoader.html#getResources-java.lang.String-">getResources</a></span>(java.lang.String name)</code> </td>
-</tr>
-<tr id="i5" class="rowColor">
-<td class="colFirst"><code>java.lang.Class<?></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/juplo/plugins/hibernate/MutableClassLoader.html#loadClass-java.lang.String-">loadClass</a></span>(java.lang.String name)</code> </td>
-</tr>
-<tr id="i6" class="altColor">
-<td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/juplo/plugins/hibernate/MutableClassLoader.html#setClassAssertionStatus-java.lang.String-boolean-">setClassAssertionStatus</a></span>(java.lang.String className,
- boolean enabled)</code> </td>
-</tr>
-<tr id="i7" class="rowColor">
-<td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/juplo/plugins/hibernate/MutableClassLoader.html#setDefaultAssertionStatus-boolean-">setDefaultAssertionStatus</a></span>(boolean enabled)</code> </td>
-</tr>
-<tr id="i8" class="altColor">
-<td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/juplo/plugins/hibernate/MutableClassLoader.html#setPackageAssertionStatus-java.lang.String-boolean-">setPackageAssertionStatus</a></span>(java.lang.String packageName,
- boolean enabled)</code> </td>
-</tr>
-</table>
-<ul class="blockList">
-<li class="blockList"><a name="methods.inherited.from.class.java.lang.ClassLoader">
-<!-- -->
-</a>
-<h3>Methods inherited from class java.lang.ClassLoader</h3>
-<code>defineClass, defineClass, defineClass, defineClass, definePackage, findClass, findLibrary, findLoadedClass, findResource, findResources, findSystemClass, getClassLoadingLock, getPackage, getPackages, getParent, getSystemClassLoader, getSystemResource, getSystemResourceAsStream, getSystemResources, loadClass, registerAsParallelCapable, resolveClass, setSigners</code></li>
-</ul>
-<ul class="blockList">
-<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
-<!-- -->
-</a>
-<h3>Methods inherited from class java.lang.Object</h3>
-<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
-</ul>
-</li>
-</ul>
-</li>
-</ul>
-</div>
-<div class="details">
-<ul class="blockList">
-<li class="blockList">
-<!-- ========= CONSTRUCTOR DETAIL ======== -->
-<ul class="blockList">
-<li class="blockList"><a name="constructor.detail">
-<!-- -->
-</a>
-<h3>Constructor Detail</h3>
-<a name="MutableClassLoader-java.util.LinkedHashSet-org.apache.maven.plugin.logging.Log-">
-<!-- -->
-</a>
-<ul class="blockListLast">
-<li class="blockList">
-<h4>MutableClassLoader</h4>
-<pre>public MutableClassLoader(java.util.LinkedHashSet<java.net.URL> urls,
- org.apache.maven.plugin.logging.Log log)</pre>
-</li>
-</ul>
-</li>
-</ul>
-<!-- ============ METHOD DETAIL ========== -->
-<ul class="blockList">
-<li class="blockList"><a name="method.detail">
-<!-- -->
-</a>
-<h3>Method Detail</h3>
-<a name="add-java.util.LinkedHashSet-">
-<!-- -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>add</h4>
-<pre>public <a href="../../../../de/juplo/plugins/hibernate/MutableClassLoader.html" title="class in de.juplo.plugins.hibernate">MutableClassLoader</a> add(java.util.LinkedHashSet<java.net.URL> urls)</pre>
-</li>
-</ul>
-<a name="clearAssertionStatus--">
-<!-- -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>clearAssertionStatus</h4>
-<pre>public void clearAssertionStatus()</pre>
-<dl>
-<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
-<dd><code>clearAssertionStatus</code> in class <code>java.lang.ClassLoader</code></dd>
-</dl>
-</li>
-</ul>
-<a name="setClassAssertionStatus-java.lang.String-boolean-">
-<!-- -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>setClassAssertionStatus</h4>
-<pre>public void setClassAssertionStatus(java.lang.String className,
- boolean enabled)</pre>
-<dl>
-<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
-<dd><code>setClassAssertionStatus</code> in class <code>java.lang.ClassLoader</code></dd>
-</dl>
-</li>
-</ul>
-<a name="setPackageAssertionStatus-java.lang.String-boolean-">
-<!-- -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>setPackageAssertionStatus</h4>
-<pre>public void setPackageAssertionStatus(java.lang.String packageName,
- boolean enabled)</pre>
-<dl>
-<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
-<dd><code>setPackageAssertionStatus</code> in class <code>java.lang.ClassLoader</code></dd>
-</dl>
-</li>
-</ul>
-<a name="setDefaultAssertionStatus-boolean-">
-<!-- -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>setDefaultAssertionStatus</h4>
-<pre>public void setDefaultAssertionStatus(boolean enabled)</pre>
-<dl>
-<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
-<dd><code>setDefaultAssertionStatus</code> in class <code>java.lang.ClassLoader</code></dd>
-</dl>
-</li>
-</ul>
-<a name="getResourceAsStream-java.lang.String-">
-<!-- -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>getResourceAsStream</h4>
-<pre>public java.io.InputStream getResourceAsStream(java.lang.String name)</pre>
-<dl>
-<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
-<dd><code>getResourceAsStream</code> in class <code>java.lang.ClassLoader</code></dd>
-</dl>
-</li>
-</ul>
-<a name="getResources-java.lang.String-">
-<!-- -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>getResources</h4>
-<pre>public java.util.Enumeration<java.net.URL> getResources(java.lang.String name)
- throws java.io.IOException</pre>
-<dl>
-<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
-<dd><code>getResources</code> in class <code>java.lang.ClassLoader</code></dd>
-<dt><span class="throwsLabel">Throws:</span></dt>
-<dd><code>java.io.IOException</code></dd>
-</dl>
-</li>
-</ul>
-<a name="getResource-java.lang.String-">
-<!-- -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>getResource</h4>
-<pre>public java.net.URL getResource(java.lang.String name)</pre>
-<dl>
-<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
-<dd><code>getResource</code> in class <code>java.lang.ClassLoader</code></dd>
-</dl>
-</li>
-</ul>
-<a name="loadClass-java.lang.String-">
-<!-- -->
-</a>
-<ul class="blockListLast">
-<li class="blockList">
-<h4>loadClass</h4>
-<pre>public java.lang.Class<?> loadClass(java.lang.String name)
- throws java.lang.ClassNotFoundException</pre>
-<dl>
-<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
-<dd><code>loadClass</code> in class <code>java.lang.ClassLoader</code></dd>
-<dt><span class="throwsLabel">Throws:</span></dt>
-<dd><code>java.lang.ClassNotFoundException</code></dd>
-</dl>
-</li>
-</ul>
-</li>
-</ul>
-</li>
-</ul>
-</div>
-</div>
-<!-- ========= END OF CLASS DATA ========= -->
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<div class="bottomNav"><a name="navbar.bottom">
-<!-- -->
-</a>
-<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
-<a name="navbar.bottom.firstrow">
-<!-- -->
-</a>
-<ul class="navList" title="Navigation">
-<li><a href="../../../../de/juplo/plugins/hibernate/package-summary.html">Package</a></li>
-<li class="navBarCell1Rev">Class</li>
-<li><a href="class-use/MutableClassLoader.html">Use</a></li>
-<li><a href="package-tree.html">Tree</a></li>
-<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
-<li><a href="../../../../index-all.html">Index</a></li>
-<li><a href="../../../../help-doc.html">Help</a></li>
-</ul>
-</div>
-<div class="subNav">
-<ul class="navList">
-<li><a href="../../../../de/juplo/plugins/hibernate/ModificationTracker.html" title="class in de.juplo.plugins.hibernate"><span class="typeNameLink">Prev Class</span></a></li>
-<li><a href="../../../../de/juplo/plugins/hibernate/UpdateMojo.html" title="class in de.juplo.plugins.hibernate"><span class="typeNameLink">Next Class</span></a></li>
-</ul>
-<ul class="navList">
-<li><a href="../../../../index.html?de/juplo/plugins/hibernate/MutableClassLoader.html" target="_top">Frames</a></li>
-<li><a href="MutableClassLoader.html" target="_top">No Frames</a></li>
-</ul>
-<ul class="navList" id="allclasses_navbar_bottom">
-<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
-</ul>
-<div>
-<script type="text/javascript"><!--
- allClassesLink = document.getElementById("allclasses_navbar_bottom");
- if(window==top) {
- allClassesLink.style.display = "block";
- }
- else {
- allClassesLink.style.display = "none";
- }
- //-->
-</script>
-</div>
-<div>
-<ul class="subNavList">
-<li>Summary: </li>
-<li>Nested | </li>
-<li>Field | </li>
-<li><a href="#constructor.summary">Constr</a> | </li>
-<li><a href="#method.summary">Method</a></li>
-</ul>
-<ul class="subNavList">
-<li>Detail: </li>
-<li>Field | </li>
-<li><a href="#constructor.detail">Constr</a> | </li>
-<li><a href="#method.detail">Method</a></li>
-</ul>
-</div>
-<a name="skip.navbar.bottom">
-<!-- -->
-</a></div>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright © 2025. All Rights Reserved.</small></p>
-</body>
-</html>
+++ /dev/null
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!-- NewPage -->
-<html lang="en">
-<head>
-<!-- Generated by javadoc (1.8.0_342) on Fri Nov 07 12:27:12 UTC 2025 -->
-<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>UpdateMojo (Hibernate Maven Plugin 2.1.0 API)</title>
-<meta name="date" content="2025-11-07">
-<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
-<script type="text/javascript" src="../../../../script.js"></script>
-</head>
-<body>
-<script type="text/javascript"><!--
- try {
- if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="UpdateMojo (Hibernate Maven Plugin 2.1.0 API)";
- }
- }
- catch(err) {
- }
-//-->
-var methods = {"i0":10};
-var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
-var altColor = "altColor";
-var rowColor = "rowColor";
-var tableTab = "tableTab";
-var activeTableTab = "activeTableTab";
-</script>
-<noscript>
-<div>JavaScript is disabled on your browser.</div>
-</noscript>
-<!-- ========= START OF TOP NAVBAR ======= -->
-<div class="topNav"><a name="navbar.top">
-<!-- -->
-</a>
-<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
-<a name="navbar.top.firstrow">
-<!-- -->
-</a>
-<ul class="navList" title="Navigation">
-<li><a href="../../../../de/juplo/plugins/hibernate/package-summary.html">Package</a></li>
-<li class="navBarCell1Rev">Class</li>
-<li><a href="class-use/UpdateMojo.html">Use</a></li>
-<li><a href="package-tree.html">Tree</a></li>
-<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
-<li><a href="../../../../index-all.html">Index</a></li>
-<li><a href="../../../../help-doc.html">Help</a></li>
-</ul>
-</div>
-<div class="subNav">
-<ul class="navList">
-<li><a href="../../../../de/juplo/plugins/hibernate/MutableClassLoader.html" title="class in de.juplo.plugins.hibernate"><span class="typeNameLink">Prev Class</span></a></li>
-<li>Next Class</li>
-</ul>
-<ul class="navList">
-<li><a href="../../../../index.html?de/juplo/plugins/hibernate/UpdateMojo.html" target="_top">Frames</a></li>
-<li><a href="UpdateMojo.html" target="_top">No Frames</a></li>
-</ul>
-<ul class="navList" id="allclasses_navbar_top">
-<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
-</ul>
-<div>
-<script type="text/javascript"><!--
- allClassesLink = document.getElementById("allclasses_navbar_top");
- if(window==top) {
- allClassesLink.style.display = "block";
- }
- else {
- allClassesLink.style.display = "none";
- }
- //-->
-</script>
-</div>
-<div>
-<ul class="subNavList">
-<li>Summary: </li>
-<li>Nested | </li>
-<li><a href="#fields.inherited.from.class.de.juplo.plugins.hibernate.AbstractSchemaMojo">Field</a> | </li>
-<li><a href="#constructor.summary">Constr</a> | </li>
-<li><a href="#method.summary">Method</a></li>
-</ul>
-<ul class="subNavList">
-<li>Detail: </li>
-<li>Field | </li>
-<li><a href="#constructor.detail">Constr</a> | </li>
-<li><a href="#method.detail">Method</a></li>
-</ul>
-</div>
-<a name="skip.navbar.top">
-<!-- -->
-</a></div>
-<!-- ========= END OF TOP NAVBAR ========= -->
-<!-- ======== START OF CLASS DATA ======== -->
-<div class="header">
-<div class="subTitle">de.juplo.plugins.hibernate</div>
-<h2 title="Class UpdateMojo" class="title">Class UpdateMojo</h2>
-</div>
-<div class="contentContainer">
-<ul class="inheritance">
-<li>java.lang.Object</li>
-<li>
-<ul class="inheritance">
-<li>org.apache.maven.plugin.AbstractMojo</li>
-<li>
-<ul class="inheritance">
-<li><a href="../../../../de/juplo/plugins/hibernate/AbstractSchemaMojo.html" title="class in de.juplo.plugins.hibernate">de.juplo.plugins.hibernate.AbstractSchemaMojo</a></li>
-<li>
-<ul class="inheritance">
-<li>de.juplo.plugins.hibernate.UpdateMojo</li>
-</ul>
-</li>
-</ul>
-</li>
-</ul>
-</li>
-</ul>
-<div class="description">
-<ul class="blockList">
-<li class="blockList">
-<dl>
-<dt>All Implemented Interfaces:</dt>
-<dd>org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo</dd>
-</dl>
-<hr>
-<br>
-<pre>public class <span class="typeNameLabel">UpdateMojo</span>
-extends <a href="../../../../de/juplo/plugins/hibernate/AbstractSchemaMojo.html" title="class in de.juplo.plugins.hibernate">AbstractSchemaMojo</a></pre>
-<div class="block">Generate/Execute SQL to update the database-schema according to the
- configured mappings.</div>
-<dl>
-<dt><span class="simpleTagLabel">Goal:</span></dt>
-<dd>update</dd>
-<dt><span class="simpleTagLabel">Phase:</span></dt>
-<dd>process-classes</dd>
-<dt><span class="simpleTagLabel">Thread Safe:</span></dt>
-<dt><span class="simpleTagLabel">Requires Dependency Resolution:</span></dt>
-<dd>runtime</dd>
-</dl>
-</li>
-</ul>
-</div>
-<div class="summary">
-<ul class="blockList">
-<li class="blockList">
-<!-- =========== FIELD SUMMARY =========== -->
-<ul class="blockList">
-<li class="blockList"><a name="field.summary">
-<!-- -->
-</a>
-<h3>Field Summary</h3>
-<ul class="blockList">
-<li class="blockList"><a name="fields.inherited.from.class.de.juplo.plugins.hibernate.AbstractSchemaMojo">
-<!-- -->
-</a>
-<h3>Fields inherited from class de.juplo.plugins.hibernate.<a href="../../../../de/juplo/plugins/hibernate/AbstractSchemaMojo.html" title="class in de.juplo.plugins.hibernate">AbstractSchemaMojo</a></h3>
-<code><a href="../../../../de/juplo/plugins/hibernate/AbstractSchemaMojo.html#EXECUTE">EXECUTE</a>, <a href="../../../../de/juplo/plugins/hibernate/AbstractSchemaMojo.html#OUTPUTDIRECTORY">OUTPUTDIRECTORY</a>, <a href="../../../../de/juplo/plugins/hibernate/AbstractSchemaMojo.html#SCAN_CLASSES">SCAN_CLASSES</a>, <a href="../../../../de/juplo/plugins/hibernate/AbstractSchemaMojo.html#SCAN_DEPENDENCIES">SCAN_DEPENDENCIES</a>, <a href="../../../../de/juplo/plugins/hibernate/AbstractSchemaMojo.html#SCAN_TESTCLASSES">SCAN_TESTCLASSES</a>, <a href="../../../../de/juplo/plugins/hibernate/AbstractSchemaMojo.html#SCRIPT">SCRIPT</a>, <a href="../../../../de/juplo/plugins/hibernate/AbstractSchemaMojo.html#SKIPPED">SKIPPED</a>, <a href="../../../../de/juplo/plugins/hibernate/AbstractSchemaMojo.html#TEST_OUTPUTDIRECTORY">TEST_OUTPUTDIRECTORY</a></code></li>
-</ul>
-<ul class="blockList">
-<li class="blockList"><a name="fields.inherited.from.class.org.apache.maven.plugin.Mojo">
-<!-- -->
-</a>
-<h3>Fields inherited from interface org.apache.maven.plugin.Mojo</h3>
-<code>ROLE</code></li>
-</ul>
-</li>
-</ul>
-<!-- ======== CONSTRUCTOR SUMMARY ======== -->
-<ul class="blockList">
-<li class="blockList"><a name="constructor.summary">
-<!-- -->
-</a>
-<h3>Constructor Summary</h3>
-<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
-<caption><span>Constructors</span><span class="tabEnd"> </span></caption>
-<tr>
-<th class="colOne" scope="col">Constructor and Description</th>
-</tr>
-<tr class="altColor">
-<td class="colOne"><code><span class="memberNameLink"><a href="../../../../de/juplo/plugins/hibernate/UpdateMojo.html#UpdateMojo--">UpdateMojo</a></span>()</code> </td>
-</tr>
-</table>
-</li>
-</ul>
-<!-- ========== METHOD SUMMARY =========== -->
-<ul class="blockList">
-<li class="blockList"><a name="method.summary">
-<!-- -->
-</a>
-<h3>Method Summary</h3>
-<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
-<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd"> </span></span></caption>
-<tr>
-<th class="colFirst" scope="col">Modifier and Type</th>
-<th class="colLast" scope="col">Method and Description</th>
-</tr>
-<tr id="i0" class="altColor">
-<td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/juplo/plugins/hibernate/UpdateMojo.html#execute--">execute</a></span>()</code> </td>
-</tr>
-</table>
-<ul class="blockList">
-<li class="blockList"><a name="methods.inherited.from.class.de.juplo.plugins.hibernate.AbstractSchemaMojo">
-<!-- -->
-</a>
-<h3>Methods inherited from class de.juplo.plugins.hibernate.<a href="../../../../de/juplo/plugins/hibernate/AbstractSchemaMojo.html" title="class in de.juplo.plugins.hibernate">AbstractSchemaMojo</a></h3>
-<code><a href="../../../../de/juplo/plugins/hibernate/AbstractSchemaMojo.html#execute-java.lang.String-">execute</a>, <a href="../../../../de/juplo/plugins/hibernate/AbstractSchemaMojo.html#printStrackTrace-java.lang.StringBuilder-java.lang.Throwable-">printStrackTrace</a></code></li>
-</ul>
-<ul class="blockList">
-<li class="blockList"><a name="methods.inherited.from.class.org.apache.maven.plugin.AbstractMojo">
-<!-- -->
-</a>
-<h3>Methods inherited from class org.apache.maven.plugin.AbstractMojo</h3>
-<code>getLog, getPluginContext, setLog, setPluginContext</code></li>
-</ul>
-<ul class="blockList">
-<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
-<!-- -->
-</a>
-<h3>Methods inherited from class java.lang.Object</h3>
-<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
-</ul>
-</li>
-</ul>
-</li>
-</ul>
-</div>
-<div class="details">
-<ul class="blockList">
-<li class="blockList">
-<!-- ========= CONSTRUCTOR DETAIL ======== -->
-<ul class="blockList">
-<li class="blockList"><a name="constructor.detail">
-<!-- -->
-</a>
-<h3>Constructor Detail</h3>
-<a name="UpdateMojo--">
-<!-- -->
-</a>
-<ul class="blockListLast">
-<li class="blockList">
-<h4>UpdateMojo</h4>
-<pre>public UpdateMojo()</pre>
-</li>
-</ul>
-</li>
-</ul>
-<!-- ============ METHOD DETAIL ========== -->
-<ul class="blockList">
-<li class="blockList"><a name="method.detail">
-<!-- -->
-</a>
-<h3>Method Detail</h3>
-<a name="execute--">
-<!-- -->
-</a>
-<ul class="blockListLast">
-<li class="blockList">
-<h4>execute</h4>
-<pre>public final void execute()
- throws org.apache.maven.plugin.MojoFailureException,
- org.apache.maven.plugin.MojoExecutionException</pre>
-<dl>
-<dt><span class="throwsLabel">Throws:</span></dt>
-<dd><code>org.apache.maven.plugin.MojoFailureException</code></dd>
-<dd><code>org.apache.maven.plugin.MojoExecutionException</code></dd>
-</dl>
-</li>
-</ul>
-</li>
-</ul>
-</li>
-</ul>
-</div>
-</div>
-<!-- ========= END OF CLASS DATA ========= -->
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<div class="bottomNav"><a name="navbar.bottom">
-<!-- -->
-</a>
-<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
-<a name="navbar.bottom.firstrow">
-<!-- -->
-</a>
-<ul class="navList" title="Navigation">
-<li><a href="../../../../de/juplo/plugins/hibernate/package-summary.html">Package</a></li>
-<li class="navBarCell1Rev">Class</li>
-<li><a href="class-use/UpdateMojo.html">Use</a></li>
-<li><a href="package-tree.html">Tree</a></li>
-<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
-<li><a href="../../../../index-all.html">Index</a></li>
-<li><a href="../../../../help-doc.html">Help</a></li>
-</ul>
-</div>
-<div class="subNav">
-<ul class="navList">
-<li><a href="../../../../de/juplo/plugins/hibernate/MutableClassLoader.html" title="class in de.juplo.plugins.hibernate"><span class="typeNameLink">Prev Class</span></a></li>
-<li>Next Class</li>
-</ul>
-<ul class="navList">
-<li><a href="../../../../index.html?de/juplo/plugins/hibernate/UpdateMojo.html" target="_top">Frames</a></li>
-<li><a href="UpdateMojo.html" target="_top">No Frames</a></li>
-</ul>
-<ul class="navList" id="allclasses_navbar_bottom">
-<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
-</ul>
-<div>
-<script type="text/javascript"><!--
- allClassesLink = document.getElementById("allclasses_navbar_bottom");
- if(window==top) {
- allClassesLink.style.display = "block";
- }
- else {
- allClassesLink.style.display = "none";
- }
- //-->
-</script>
-</div>
-<div>
-<ul class="subNavList">
-<li>Summary: </li>
-<li>Nested | </li>
-<li><a href="#fields.inherited.from.class.de.juplo.plugins.hibernate.AbstractSchemaMojo">Field</a> | </li>
-<li><a href="#constructor.summary">Constr</a> | </li>
-<li><a href="#method.summary">Method</a></li>
-</ul>
-<ul class="subNavList">
-<li>Detail: </li>
-<li>Field | </li>
-<li><a href="#constructor.detail">Constr</a> | </li>
-<li><a href="#method.detail">Method</a></li>
-</ul>
-</div>
-<a name="skip.navbar.bottom">
-<!-- -->
-</a></div>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright © 2025. All Rights Reserved.</small></p>
-</body>
-</html>
+++ /dev/null
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!-- NewPage -->
-<html lang="en">
-<head>
-<!-- Generated by javadoc (1.8.0_342) on Fri Nov 07 12:27:12 UTC 2025 -->
-<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class de.juplo.plugins.hibernate.AbstractSchemaMojo (Hibernate Maven Plugin 2.1.0 API)</title>
-<meta name="date" content="2025-11-07">
-<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
-<script type="text/javascript" src="../../../../../script.js"></script>
-</head>
-<body>
-<script type="text/javascript"><!--
- try {
- if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Uses of Class de.juplo.plugins.hibernate.AbstractSchemaMojo (Hibernate Maven Plugin 2.1.0 API)";
- }
- }
- catch(err) {
- }
-//-->
-</script>
-<noscript>
-<div>JavaScript is disabled on your browser.</div>
-</noscript>
-<!-- ========= START OF TOP NAVBAR ======= -->
-<div class="topNav"><a name="navbar.top">
-<!-- -->
-</a>
-<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
-<a name="navbar.top.firstrow">
-<!-- -->
-</a>
-<ul class="navList" title="Navigation">
-<li><a href="../../../../../de/juplo/plugins/hibernate/package-summary.html">Package</a></li>
-<li><a href="../../../../../de/juplo/plugins/hibernate/AbstractSchemaMojo.html" title="class in de.juplo.plugins.hibernate">Class</a></li>
-<li class="navBarCell1Rev">Use</li>
-<li><a href="../package-tree.html">Tree</a></li>
-<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
-<li><a href="../../../../../index-all.html">Index</a></li>
-<li><a href="../../../../../help-doc.html">Help</a></li>
-</ul>
-</div>
-<div class="subNav">
-<ul class="navList">
-<li>Prev</li>
-<li>Next</li>
-</ul>
-<ul class="navList">
-<li><a href="../../../../../index.html?de/juplo/plugins/hibernate/class-use/AbstractSchemaMojo.html" target="_top">Frames</a></li>
-<li><a href="AbstractSchemaMojo.html" target="_top">No Frames</a></li>
-</ul>
-<ul class="navList" id="allclasses_navbar_top">
-<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
-</ul>
-<div>
-<script type="text/javascript"><!--
- allClassesLink = document.getElementById("allclasses_navbar_top");
- if(window==top) {
- allClassesLink.style.display = "block";
- }
- else {
- allClassesLink.style.display = "none";
- }
- //-->
-</script>
-</div>
-<a name="skip.navbar.top">
-<!-- -->
-</a></div>
-<!-- ========= END OF TOP NAVBAR ========= -->
-<div class="header">
-<h2 title="Uses of Class de.juplo.plugins.hibernate.AbstractSchemaMojo" class="title">Uses of Class<br>de.juplo.plugins.hibernate.AbstractSchemaMojo</h2>
-</div>
-<div class="classUseContainer">
-<ul class="blockList">
-<li class="blockList">
-<ul class="blockList">
-<li class="blockList"><a name="de.juplo.plugins.hibernate">
-<!-- -->
-</a>
-<h3>Uses of <a href="../../../../../de/juplo/plugins/hibernate/AbstractSchemaMojo.html" title="class in de.juplo.plugins.hibernate">AbstractSchemaMojo</a> in <a href="../../../../../de/juplo/plugins/hibernate/package-summary.html">de.juplo.plugins.hibernate</a></h3>
-<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation">
-<caption><span>Subclasses of <a href="../../../../../de/juplo/plugins/hibernate/AbstractSchemaMojo.html" title="class in de.juplo.plugins.hibernate">AbstractSchemaMojo</a> in <a href="../../../../../de/juplo/plugins/hibernate/package-summary.html">de.juplo.plugins.hibernate</a></span><span class="tabEnd"> </span></caption>
-<tr>
-<th class="colFirst" scope="col">Modifier and Type</th>
-<th class="colLast" scope="col">Class and Description</th>
-</tr>
-<tbody>
-<tr class="altColor">
-<td class="colFirst"><code>class </code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../de/juplo/plugins/hibernate/CreateMojo.html" title="class in de.juplo.plugins.hibernate">CreateMojo</a></span></code>
-<div class="block">Generate/Execute SQL to create a database-schema that represents the
- configured mappings.</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>class </code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../de/juplo/plugins/hibernate/DropMojo.html" title="class in de.juplo.plugins.hibernate">DropMojo</a></span></code>
-<div class="block">Generate/Execute SQL to drop all tables of a database-schema that represents
- the configured mappings.</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code>class </code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../de/juplo/plugins/hibernate/UpdateMojo.html" title="class in de.juplo.plugins.hibernate">UpdateMojo</a></span></code>
-<div class="block">Generate/Execute SQL to update the database-schema according to the
- configured mappings.</div>
-</td>
-</tr>
-</tbody>
-</table>
-</li>
-</ul>
-</li>
-</ul>
-</div>
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<div class="bottomNav"><a name="navbar.bottom">
-<!-- -->
-</a>
-<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
-<a name="navbar.bottom.firstrow">
-<!-- -->
-</a>
-<ul class="navList" title="Navigation">
-<li><a href="../../../../../de/juplo/plugins/hibernate/package-summary.html">Package</a></li>
-<li><a href="../../../../../de/juplo/plugins/hibernate/AbstractSchemaMojo.html" title="class in de.juplo.plugins.hibernate">Class</a></li>
-<li class="navBarCell1Rev">Use</li>
-<li><a href="../package-tree.html">Tree</a></li>
-<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
-<li><a href="../../../../../index-all.html">Index</a></li>
-<li><a href="../../../../../help-doc.html">Help</a></li>
-</ul>
-</div>
-<div class="subNav">
-<ul class="navList">
-<li>Prev</li>
-<li>Next</li>
-</ul>
-<ul class="navList">
-<li><a href="../../../../../index.html?de/juplo/plugins/hibernate/class-use/AbstractSchemaMojo.html" target="_top">Frames</a></li>
-<li><a href="AbstractSchemaMojo.html" target="_top">No Frames</a></li>
-</ul>
-<ul class="navList" id="allclasses_navbar_bottom">
-<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
-</ul>
-<div>
-<script type="text/javascript"><!--
- allClassesLink = document.getElementById("allclasses_navbar_bottom");
- if(window==top) {
- allClassesLink.style.display = "block";
- }
- else {
- allClassesLink.style.display = "none";
- }
- //-->
-</script>
-</div>
-<a name="skip.navbar.bottom">
-<!-- -->
-</a></div>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright © 2025. All Rights Reserved.</small></p>
-</body>
-</html>
+++ /dev/null
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!-- NewPage -->
-<html lang="en">
-<head>
-<!-- Generated by javadoc (1.8.0_342) on Fri Nov 07 12:27:12 UTC 2025 -->
-<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class de.juplo.plugins.hibernate.CreateMojo (Hibernate Maven Plugin 2.1.0 API)</title>
-<meta name="date" content="2025-11-07">
-<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
-<script type="text/javascript" src="../../../../../script.js"></script>
-</head>
-<body>
-<script type="text/javascript"><!--
- try {
- if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Uses of Class de.juplo.plugins.hibernate.CreateMojo (Hibernate Maven Plugin 2.1.0 API)";
- }
- }
- catch(err) {
- }
-//-->
-</script>
-<noscript>
-<div>JavaScript is disabled on your browser.</div>
-</noscript>
-<!-- ========= START OF TOP NAVBAR ======= -->
-<div class="topNav"><a name="navbar.top">
-<!-- -->
-</a>
-<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
-<a name="navbar.top.firstrow">
-<!-- -->
-</a>
-<ul class="navList" title="Navigation">
-<li><a href="../../../../../de/juplo/plugins/hibernate/package-summary.html">Package</a></li>
-<li><a href="../../../../../de/juplo/plugins/hibernate/CreateMojo.html" title="class in de.juplo.plugins.hibernate">Class</a></li>
-<li class="navBarCell1Rev">Use</li>
-<li><a href="../package-tree.html">Tree</a></li>
-<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
-<li><a href="../../../../../index-all.html">Index</a></li>
-<li><a href="../../../../../help-doc.html">Help</a></li>
-</ul>
-</div>
-<div class="subNav">
-<ul class="navList">
-<li>Prev</li>
-<li>Next</li>
-</ul>
-<ul class="navList">
-<li><a href="../../../../../index.html?de/juplo/plugins/hibernate/class-use/CreateMojo.html" target="_top">Frames</a></li>
-<li><a href="CreateMojo.html" target="_top">No Frames</a></li>
-</ul>
-<ul class="navList" id="allclasses_navbar_top">
-<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
-</ul>
-<div>
-<script type="text/javascript"><!--
- allClassesLink = document.getElementById("allclasses_navbar_top");
- if(window==top) {
- allClassesLink.style.display = "block";
- }
- else {
- allClassesLink.style.display = "none";
- }
- //-->
-</script>
-</div>
-<a name="skip.navbar.top">
-<!-- -->
-</a></div>
-<!-- ========= END OF TOP NAVBAR ========= -->
-<div class="header">
-<h2 title="Uses of Class de.juplo.plugins.hibernate.CreateMojo" class="title">Uses of Class<br>de.juplo.plugins.hibernate.CreateMojo</h2>
-</div>
-<div class="classUseContainer">No usage of de.juplo.plugins.hibernate.CreateMojo</div>
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<div class="bottomNav"><a name="navbar.bottom">
-<!-- -->
-</a>
-<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
-<a name="navbar.bottom.firstrow">
-<!-- -->
-</a>
-<ul class="navList" title="Navigation">
-<li><a href="../../../../../de/juplo/plugins/hibernate/package-summary.html">Package</a></li>
-<li><a href="../../../../../de/juplo/plugins/hibernate/CreateMojo.html" title="class in de.juplo.plugins.hibernate">Class</a></li>
-<li class="navBarCell1Rev">Use</li>
-<li><a href="../package-tree.html">Tree</a></li>
-<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
-<li><a href="../../../../../index-all.html">Index</a></li>
-<li><a href="../../../../../help-doc.html">Help</a></li>
-</ul>
-</div>
-<div class="subNav">
-<ul class="navList">
-<li>Prev</li>
-<li>Next</li>
-</ul>
-<ul class="navList">
-<li><a href="../../../../../index.html?de/juplo/plugins/hibernate/class-use/CreateMojo.html" target="_top">Frames</a></li>
-<li><a href="CreateMojo.html" target="_top">No Frames</a></li>
-</ul>
-<ul class="navList" id="allclasses_navbar_bottom">
-<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
-</ul>
-<div>
-<script type="text/javascript"><!--
- allClassesLink = document.getElementById("allclasses_navbar_bottom");
- if(window==top) {
- allClassesLink.style.display = "block";
- }
- else {
- allClassesLink.style.display = "none";
- }
- //-->
-</script>
-</div>
-<a name="skip.navbar.bottom">
-<!-- -->
-</a></div>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright © 2025. All Rights Reserved.</small></p>
-</body>
-</html>
+++ /dev/null
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!-- NewPage -->
-<html lang="en">
-<head>
-<!-- Generated by javadoc (1.8.0_342) on Fri Nov 07 12:27:12 UTC 2025 -->
-<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class de.juplo.plugins.hibernate.DropMojo (Hibernate Maven Plugin 2.1.0 API)</title>
-<meta name="date" content="2025-11-07">
-<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
-<script type="text/javascript" src="../../../../../script.js"></script>
-</head>
-<body>
-<script type="text/javascript"><!--
- try {
- if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Uses of Class de.juplo.plugins.hibernate.DropMojo (Hibernate Maven Plugin 2.1.0 API)";
- }
- }
- catch(err) {
- }
-//-->
-</script>
-<noscript>
-<div>JavaScript is disabled on your browser.</div>
-</noscript>
-<!-- ========= START OF TOP NAVBAR ======= -->
-<div class="topNav"><a name="navbar.top">
-<!-- -->
-</a>
-<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
-<a name="navbar.top.firstrow">
-<!-- -->
-</a>
-<ul class="navList" title="Navigation">
-<li><a href="../../../../../de/juplo/plugins/hibernate/package-summary.html">Package</a></li>
-<li><a href="../../../../../de/juplo/plugins/hibernate/DropMojo.html" title="class in de.juplo.plugins.hibernate">Class</a></li>
-<li class="navBarCell1Rev">Use</li>
-<li><a href="../package-tree.html">Tree</a></li>
-<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
-<li><a href="../../../../../index-all.html">Index</a></li>
-<li><a href="../../../../../help-doc.html">Help</a></li>
-</ul>
-</div>
-<div class="subNav">
-<ul class="navList">
-<li>Prev</li>
-<li>Next</li>
-</ul>
-<ul class="navList">
-<li><a href="../../../../../index.html?de/juplo/plugins/hibernate/class-use/DropMojo.html" target="_top">Frames</a></li>
-<li><a href="DropMojo.html" target="_top">No Frames</a></li>
-</ul>
-<ul class="navList" id="allclasses_navbar_top">
-<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
-</ul>
-<div>
-<script type="text/javascript"><!--
- allClassesLink = document.getElementById("allclasses_navbar_top");
- if(window==top) {
- allClassesLink.style.display = "block";
- }
- else {
- allClassesLink.style.display = "none";
- }
- //-->
-</script>
-</div>
-<a name="skip.navbar.top">
-<!-- -->
-</a></div>
-<!-- ========= END OF TOP NAVBAR ========= -->
-<div class="header">
-<h2 title="Uses of Class de.juplo.plugins.hibernate.DropMojo" class="title">Uses of Class<br>de.juplo.plugins.hibernate.DropMojo</h2>
-</div>
-<div class="classUseContainer">No usage of de.juplo.plugins.hibernate.DropMojo</div>
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<div class="bottomNav"><a name="navbar.bottom">
-<!-- -->
-</a>
-<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
-<a name="navbar.bottom.firstrow">
-<!-- -->
-</a>
-<ul class="navList" title="Navigation">
-<li><a href="../../../../../de/juplo/plugins/hibernate/package-summary.html">Package</a></li>
-<li><a href="../../../../../de/juplo/plugins/hibernate/DropMojo.html" title="class in de.juplo.plugins.hibernate">Class</a></li>
-<li class="navBarCell1Rev">Use</li>
-<li><a href="../package-tree.html">Tree</a></li>
-<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
-<li><a href="../../../../../index-all.html">Index</a></li>
-<li><a href="../../../../../help-doc.html">Help</a></li>
-</ul>
-</div>
-<div class="subNav">
-<ul class="navList">
-<li>Prev</li>
-<li>Next</li>
-</ul>
-<ul class="navList">
-<li><a href="../../../../../index.html?de/juplo/plugins/hibernate/class-use/DropMojo.html" target="_top">Frames</a></li>
-<li><a href="DropMojo.html" target="_top">No Frames</a></li>
-</ul>
-<ul class="navList" id="allclasses_navbar_bottom">
-<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
-</ul>
-<div>
-<script type="text/javascript"><!--
- allClassesLink = document.getElementById("allclasses_navbar_bottom");
- if(window==top) {
- allClassesLink.style.display = "block";
- }
- else {
- allClassesLink.style.display = "none";
- }
- //-->
-</script>
-</div>
-<a name="skip.navbar.bottom">
-<!-- -->
-</a></div>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright © 2025. All Rights Reserved.</small></p>
-</body>
-</html>
+++ /dev/null
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!-- NewPage -->
-<html lang="en">
-<head>
-<!-- Generated by javadoc (1.8.0_342) on Fri Nov 07 12:27:12 UTC 2025 -->
-<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class de.juplo.plugins.hibernate.HelpMojo (Hibernate Maven Plugin 2.1.0 API)</title>
-<meta name="date" content="2025-11-07">
-<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
-<script type="text/javascript" src="../../../../../script.js"></script>
-</head>
-<body>
-<script type="text/javascript"><!--
- try {
- if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Uses of Class de.juplo.plugins.hibernate.HelpMojo (Hibernate Maven Plugin 2.1.0 API)";
- }
- }
- catch(err) {
- }
-//-->
-</script>
-<noscript>
-<div>JavaScript is disabled on your browser.</div>
-</noscript>
-<!-- ========= START OF TOP NAVBAR ======= -->
-<div class="topNav"><a name="navbar.top">
-<!-- -->
-</a>
-<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
-<a name="navbar.top.firstrow">
-<!-- -->
-</a>
-<ul class="navList" title="Navigation">
-<li><a href="../../../../../de/juplo/plugins/hibernate/package-summary.html">Package</a></li>
-<li><a href="../../../../../de/juplo/plugins/hibernate/HelpMojo.html" title="class in de.juplo.plugins.hibernate">Class</a></li>
-<li class="navBarCell1Rev">Use</li>
-<li><a href="../package-tree.html">Tree</a></li>
-<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
-<li><a href="../../../../../index-all.html">Index</a></li>
-<li><a href="../../../../../help-doc.html">Help</a></li>
-</ul>
-</div>
-<div class="subNav">
-<ul class="navList">
-<li>Prev</li>
-<li>Next</li>
-</ul>
-<ul class="navList">
-<li><a href="../../../../../index.html?de/juplo/plugins/hibernate/class-use/HelpMojo.html" target="_top">Frames</a></li>
-<li><a href="HelpMojo.html" target="_top">No Frames</a></li>
-</ul>
-<ul class="navList" id="allclasses_navbar_top">
-<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
-</ul>
-<div>
-<script type="text/javascript"><!--
- allClassesLink = document.getElementById("allclasses_navbar_top");
- if(window==top) {
- allClassesLink.style.display = "block";
- }
- else {
- allClassesLink.style.display = "none";
- }
- //-->
-</script>
-</div>
-<a name="skip.navbar.top">
-<!-- -->
-</a></div>
-<!-- ========= END OF TOP NAVBAR ========= -->
-<div class="header">
-<h2 title="Uses of Class de.juplo.plugins.hibernate.HelpMojo" class="title">Uses of Class<br>de.juplo.plugins.hibernate.HelpMojo</h2>
-</div>
-<div class="classUseContainer">No usage of de.juplo.plugins.hibernate.HelpMojo</div>
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<div class="bottomNav"><a name="navbar.bottom">
-<!-- -->
-</a>
-<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
-<a name="navbar.bottom.firstrow">
-<!-- -->
-</a>
-<ul class="navList" title="Navigation">
-<li><a href="../../../../../de/juplo/plugins/hibernate/package-summary.html">Package</a></li>
-<li><a href="../../../../../de/juplo/plugins/hibernate/HelpMojo.html" title="class in de.juplo.plugins.hibernate">Class</a></li>
-<li class="navBarCell1Rev">Use</li>
-<li><a href="../package-tree.html">Tree</a></li>
-<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
-<li><a href="../../../../../index-all.html">Index</a></li>
-<li><a href="../../../../../help-doc.html">Help</a></li>
-</ul>
-</div>
-<div class="subNav">
-<ul class="navList">
-<li>Prev</li>
-<li>Next</li>
-</ul>
-<ul class="navList">
-<li><a href="../../../../../index.html?de/juplo/plugins/hibernate/class-use/HelpMojo.html" target="_top">Frames</a></li>
-<li><a href="HelpMojo.html" target="_top">No Frames</a></li>
-</ul>
-<ul class="navList" id="allclasses_navbar_bottom">
-<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
-</ul>
-<div>
-<script type="text/javascript"><!--
- allClassesLink = document.getElementById("allclasses_navbar_bottom");
- if(window==top) {
- allClassesLink.style.display = "block";
- }
- else {
- allClassesLink.style.display = "none";
- }
- //-->
-</script>
-</div>
-<a name="skip.navbar.bottom">
-<!-- -->
-</a></div>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright © 2025. All Rights Reserved.</small></p>
-</body>
-</html>
+++ /dev/null
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!-- NewPage -->
-<html lang="en">
-<head>
-<!-- Generated by javadoc (1.8.0_342) on Fri Nov 07 12:27:12 UTC 2025 -->
-<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class de.juplo.plugins.hibernate.ModificationTracker (Hibernate Maven Plugin 2.1.0 API)</title>
-<meta name="date" content="2025-11-07">
-<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
-<script type="text/javascript" src="../../../../../script.js"></script>
-</head>
-<body>
-<script type="text/javascript"><!--
- try {
- if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Uses of Class de.juplo.plugins.hibernate.ModificationTracker (Hibernate Maven Plugin 2.1.0 API)";
- }
- }
- catch(err) {
- }
-//-->
-</script>
-<noscript>
-<div>JavaScript is disabled on your browser.</div>
-</noscript>
-<!-- ========= START OF TOP NAVBAR ======= -->
-<div class="topNav"><a name="navbar.top">
-<!-- -->
-</a>
-<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
-<a name="navbar.top.firstrow">
-<!-- -->
-</a>
-<ul class="navList" title="Navigation">
-<li><a href="../../../../../de/juplo/plugins/hibernate/package-summary.html">Package</a></li>
-<li><a href="../../../../../de/juplo/plugins/hibernate/ModificationTracker.html" title="class in de.juplo.plugins.hibernate">Class</a></li>
-<li class="navBarCell1Rev">Use</li>
-<li><a href="../package-tree.html">Tree</a></li>
-<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
-<li><a href="../../../../../index-all.html">Index</a></li>
-<li><a href="../../../../../help-doc.html">Help</a></li>
-</ul>
-</div>
-<div class="subNav">
-<ul class="navList">
-<li>Prev</li>
-<li>Next</li>
-</ul>
-<ul class="navList">
-<li><a href="../../../../../index.html?de/juplo/plugins/hibernate/class-use/ModificationTracker.html" target="_top">Frames</a></li>
-<li><a href="ModificationTracker.html" target="_top">No Frames</a></li>
-</ul>
-<ul class="navList" id="allclasses_navbar_top">
-<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
-</ul>
-<div>
-<script type="text/javascript"><!--
- allClassesLink = document.getElementById("allclasses_navbar_top");
- if(window==top) {
- allClassesLink.style.display = "block";
- }
- else {
- allClassesLink.style.display = "none";
- }
- //-->
-</script>
-</div>
-<a name="skip.navbar.top">
-<!-- -->
-</a></div>
-<!-- ========= END OF TOP NAVBAR ========= -->
-<div class="header">
-<h2 title="Uses of Class de.juplo.plugins.hibernate.ModificationTracker" class="title">Uses of Class<br>de.juplo.plugins.hibernate.ModificationTracker</h2>
-</div>
-<div class="classUseContainer">No usage of de.juplo.plugins.hibernate.ModificationTracker</div>
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<div class="bottomNav"><a name="navbar.bottom">
-<!-- -->
-</a>
-<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
-<a name="navbar.bottom.firstrow">
-<!-- -->
-</a>
-<ul class="navList" title="Navigation">
-<li><a href="../../../../../de/juplo/plugins/hibernate/package-summary.html">Package</a></li>
-<li><a href="../../../../../de/juplo/plugins/hibernate/ModificationTracker.html" title="class in de.juplo.plugins.hibernate">Class</a></li>
-<li class="navBarCell1Rev">Use</li>
-<li><a href="../package-tree.html">Tree</a></li>
-<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
-<li><a href="../../../../../index-all.html">Index</a></li>
-<li><a href="../../../../../help-doc.html">Help</a></li>
-</ul>
-</div>
-<div class="subNav">
-<ul class="navList">
-<li>Prev</li>
-<li>Next</li>
-</ul>
-<ul class="navList">
-<li><a href="../../../../../index.html?de/juplo/plugins/hibernate/class-use/ModificationTracker.html" target="_top">Frames</a></li>
-<li><a href="ModificationTracker.html" target="_top">No Frames</a></li>
-</ul>
-<ul class="navList" id="allclasses_navbar_bottom">
-<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
-</ul>
-<div>
-<script type="text/javascript"><!--
- allClassesLink = document.getElementById("allclasses_navbar_bottom");
- if(window==top) {
- allClassesLink.style.display = "block";
- }
- else {
- allClassesLink.style.display = "none";
- }
- //-->
-</script>
-</div>
-<a name="skip.navbar.bottom">
-<!-- -->
-</a></div>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright © 2025. All Rights Reserved.</small></p>
-</body>
-</html>
+++ /dev/null
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!-- NewPage -->
-<html lang="en">
-<head>
-<!-- Generated by javadoc (1.8.0_342) on Fri Nov 07 12:27:12 UTC 2025 -->
-<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class de.juplo.plugins.hibernate.MutableClassLoader (Hibernate Maven Plugin 2.1.0 API)</title>
-<meta name="date" content="2025-11-07">
-<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
-<script type="text/javascript" src="../../../../../script.js"></script>
-</head>
-<body>
-<script type="text/javascript"><!--
- try {
- if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Uses of Class de.juplo.plugins.hibernate.MutableClassLoader (Hibernate Maven Plugin 2.1.0 API)";
- }
- }
- catch(err) {
- }
-//-->
-</script>
-<noscript>
-<div>JavaScript is disabled on your browser.</div>
-</noscript>
-<!-- ========= START OF TOP NAVBAR ======= -->
-<div class="topNav"><a name="navbar.top">
-<!-- -->
-</a>
-<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
-<a name="navbar.top.firstrow">
-<!-- -->
-</a>
-<ul class="navList" title="Navigation">
-<li><a href="../../../../../de/juplo/plugins/hibernate/package-summary.html">Package</a></li>
-<li><a href="../../../../../de/juplo/plugins/hibernate/MutableClassLoader.html" title="class in de.juplo.plugins.hibernate">Class</a></li>
-<li class="navBarCell1Rev">Use</li>
-<li><a href="../package-tree.html">Tree</a></li>
-<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
-<li><a href="../../../../../index-all.html">Index</a></li>
-<li><a href="../../../../../help-doc.html">Help</a></li>
-</ul>
-</div>
-<div class="subNav">
-<ul class="navList">
-<li>Prev</li>
-<li>Next</li>
-</ul>
-<ul class="navList">
-<li><a href="../../../../../index.html?de/juplo/plugins/hibernate/class-use/MutableClassLoader.html" target="_top">Frames</a></li>
-<li><a href="MutableClassLoader.html" target="_top">No Frames</a></li>
-</ul>
-<ul class="navList" id="allclasses_navbar_top">
-<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
-</ul>
-<div>
-<script type="text/javascript"><!--
- allClassesLink = document.getElementById("allclasses_navbar_top");
- if(window==top) {
- allClassesLink.style.display = "block";
- }
- else {
- allClassesLink.style.display = "none";
- }
- //-->
-</script>
-</div>
-<a name="skip.navbar.top">
-<!-- -->
-</a></div>
-<!-- ========= END OF TOP NAVBAR ========= -->
-<div class="header">
-<h2 title="Uses of Class de.juplo.plugins.hibernate.MutableClassLoader" class="title">Uses of Class<br>de.juplo.plugins.hibernate.MutableClassLoader</h2>
-</div>
-<div class="classUseContainer">
-<ul class="blockList">
-<li class="blockList">
-<ul class="blockList">
-<li class="blockList"><a name="de.juplo.plugins.hibernate">
-<!-- -->
-</a>
-<h3>Uses of <a href="../../../../../de/juplo/plugins/hibernate/MutableClassLoader.html" title="class in de.juplo.plugins.hibernate">MutableClassLoader</a> in <a href="../../../../../de/juplo/plugins/hibernate/package-summary.html">de.juplo.plugins.hibernate</a></h3>
-<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
-<caption><span>Methods in <a href="../../../../../de/juplo/plugins/hibernate/package-summary.html">de.juplo.plugins.hibernate</a> that return <a href="../../../../../de/juplo/plugins/hibernate/MutableClassLoader.html" title="class in de.juplo.plugins.hibernate">MutableClassLoader</a></span><span class="tabEnd"> </span></caption>
-<tr>
-<th class="colFirst" scope="col">Modifier and Type</th>
-<th class="colLast" scope="col">Method and Description</th>
-</tr>
-<tbody>
-<tr class="altColor">
-<td class="colFirst"><code><a href="../../../../../de/juplo/plugins/hibernate/MutableClassLoader.html" title="class in de.juplo.plugins.hibernate">MutableClassLoader</a></code></td>
-<td class="colLast"><span class="typeNameLabel">MutableClassLoader.</span><code><span class="memberNameLink"><a href="../../../../../de/juplo/plugins/hibernate/MutableClassLoader.html#add-java.util.LinkedHashSet-">add</a></span>(java.util.LinkedHashSet<java.net.URL> urls)</code> </td>
-</tr>
-</tbody>
-</table>
-</li>
-</ul>
-</li>
-</ul>
-</div>
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<div class="bottomNav"><a name="navbar.bottom">
-<!-- -->
-</a>
-<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
-<a name="navbar.bottom.firstrow">
-<!-- -->
-</a>
-<ul class="navList" title="Navigation">
-<li><a href="../../../../../de/juplo/plugins/hibernate/package-summary.html">Package</a></li>
-<li><a href="../../../../../de/juplo/plugins/hibernate/MutableClassLoader.html" title="class in de.juplo.plugins.hibernate">Class</a></li>
-<li class="navBarCell1Rev">Use</li>
-<li><a href="../package-tree.html">Tree</a></li>
-<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
-<li><a href="../../../../../index-all.html">Index</a></li>
-<li><a href="../../../../../help-doc.html">Help</a></li>
-</ul>
-</div>
-<div class="subNav">
-<ul class="navList">
-<li>Prev</li>
-<li>Next</li>
-</ul>
-<ul class="navList">
-<li><a href="../../../../../index.html?de/juplo/plugins/hibernate/class-use/MutableClassLoader.html" target="_top">Frames</a></li>
-<li><a href="MutableClassLoader.html" target="_top">No Frames</a></li>
-</ul>
-<ul class="navList" id="allclasses_navbar_bottom">
-<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
-</ul>
-<div>
-<script type="text/javascript"><!--
- allClassesLink = document.getElementById("allclasses_navbar_bottom");
- if(window==top) {
- allClassesLink.style.display = "block";
- }
- else {
- allClassesLink.style.display = "none";
- }
- //-->
-</script>
-</div>
-<a name="skip.navbar.bottom">
-<!-- -->
-</a></div>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright © 2025. All Rights Reserved.</small></p>
-</body>
-</html>
+++ /dev/null
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!-- NewPage -->
-<html lang="en">
-<head>
-<!-- Generated by javadoc (1.8.0_342) on Fri Nov 07 12:27:12 UTC 2025 -->
-<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class de.juplo.plugins.hibernate.UpdateMojo (Hibernate Maven Plugin 2.1.0 API)</title>
-<meta name="date" content="2025-11-07">
-<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
-<script type="text/javascript" src="../../../../../script.js"></script>
-</head>
-<body>
-<script type="text/javascript"><!--
- try {
- if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Uses of Class de.juplo.plugins.hibernate.UpdateMojo (Hibernate Maven Plugin 2.1.0 API)";
- }
- }
- catch(err) {
- }
-//-->
-</script>
-<noscript>
-<div>JavaScript is disabled on your browser.</div>
-</noscript>
-<!-- ========= START OF TOP NAVBAR ======= -->
-<div class="topNav"><a name="navbar.top">
-<!-- -->
-</a>
-<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
-<a name="navbar.top.firstrow">
-<!-- -->
-</a>
-<ul class="navList" title="Navigation">
-<li><a href="../../../../../de/juplo/plugins/hibernate/package-summary.html">Package</a></li>
-<li><a href="../../../../../de/juplo/plugins/hibernate/UpdateMojo.html" title="class in de.juplo.plugins.hibernate">Class</a></li>
-<li class="navBarCell1Rev">Use</li>
-<li><a href="../package-tree.html">Tree</a></li>
-<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
-<li><a href="../../../../../index-all.html">Index</a></li>
-<li><a href="../../../../../help-doc.html">Help</a></li>
-</ul>
-</div>
-<div class="subNav">
-<ul class="navList">
-<li>Prev</li>
-<li>Next</li>
-</ul>
-<ul class="navList">
-<li><a href="../../../../../index.html?de/juplo/plugins/hibernate/class-use/UpdateMojo.html" target="_top">Frames</a></li>
-<li><a href="UpdateMojo.html" target="_top">No Frames</a></li>
-</ul>
-<ul class="navList" id="allclasses_navbar_top">
-<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
-</ul>
-<div>
-<script type="text/javascript"><!--
- allClassesLink = document.getElementById("allclasses_navbar_top");
- if(window==top) {
- allClassesLink.style.display = "block";
- }
- else {
- allClassesLink.style.display = "none";
- }
- //-->
-</script>
-</div>
-<a name="skip.navbar.top">
-<!-- -->
-</a></div>
-<!-- ========= END OF TOP NAVBAR ========= -->
-<div class="header">
-<h2 title="Uses of Class de.juplo.plugins.hibernate.UpdateMojo" class="title">Uses of Class<br>de.juplo.plugins.hibernate.UpdateMojo</h2>
-</div>
-<div class="classUseContainer">No usage of de.juplo.plugins.hibernate.UpdateMojo</div>
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<div class="bottomNav"><a name="navbar.bottom">
-<!-- -->
-</a>
-<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
-<a name="navbar.bottom.firstrow">
-<!-- -->
-</a>
-<ul class="navList" title="Navigation">
-<li><a href="../../../../../de/juplo/plugins/hibernate/package-summary.html">Package</a></li>
-<li><a href="../../../../../de/juplo/plugins/hibernate/UpdateMojo.html" title="class in de.juplo.plugins.hibernate">Class</a></li>
-<li class="navBarCell1Rev">Use</li>
-<li><a href="../package-tree.html">Tree</a></li>
-<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
-<li><a href="../../../../../index-all.html">Index</a></li>
-<li><a href="../../../../../help-doc.html">Help</a></li>
-</ul>
-</div>
-<div class="subNav">
-<ul class="navList">
-<li>Prev</li>
-<li>Next</li>
-</ul>
-<ul class="navList">
-<li><a href="../../../../../index.html?de/juplo/plugins/hibernate/class-use/UpdateMojo.html" target="_top">Frames</a></li>
-<li><a href="UpdateMojo.html" target="_top">No Frames</a></li>
-</ul>
-<ul class="navList" id="allclasses_navbar_bottom">
-<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
-</ul>
-<div>
-<script type="text/javascript"><!--
- allClassesLink = document.getElementById("allclasses_navbar_bottom");
- if(window==top) {
- allClassesLink.style.display = "block";
- }
- else {
- allClassesLink.style.display = "none";
- }
- //-->
-</script>
-</div>
-<a name="skip.navbar.bottom">
-<!-- -->
-</a></div>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright © 2025. All Rights Reserved.</small></p>
-</body>
-</html>
+++ /dev/null
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!-- NewPage -->
-<html lang="en">
-<head>
-<!-- Generated by javadoc (1.8.0_342) on Fri Nov 07 12:27:12 UTC 2025 -->
-<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>de.juplo.plugins.hibernate (Hibernate Maven Plugin 2.1.0 API)</title>
-<meta name="date" content="2025-11-07">
-<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
-<script type="text/javascript" src="../../../../script.js"></script>
-</head>
-<body>
-<h1 class="bar"><a href="../../../../de/juplo/plugins/hibernate/package-summary.html" target="classFrame">de.juplo.plugins.hibernate</a></h1>
-<div class="indexContainer">
-<h2 title="Classes">Classes</h2>
-<ul title="Classes">
-<li><a href="AbstractSchemaMojo.html" title="class in de.juplo.plugins.hibernate" target="classFrame">AbstractSchemaMojo</a></li>
-<li><a href="CreateMojo.html" title="class in de.juplo.plugins.hibernate" target="classFrame">CreateMojo</a></li>
-<li><a href="DropMojo.html" title="class in de.juplo.plugins.hibernate" target="classFrame">DropMojo</a></li>
-<li><a href="HelpMojo.html" title="class in de.juplo.plugins.hibernate" target="classFrame">HelpMojo</a></li>
-<li><a href="ModificationTracker.html" title="class in de.juplo.plugins.hibernate" target="classFrame">ModificationTracker</a></li>
-<li><a href="MutableClassLoader.html" title="class in de.juplo.plugins.hibernate" target="classFrame">MutableClassLoader</a></li>
-<li><a href="UpdateMojo.html" title="class in de.juplo.plugins.hibernate" target="classFrame">UpdateMojo</a></li>
-</ul>
-</div>
-</body>
-</html>
+++ /dev/null
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!-- NewPage -->
-<html lang="en">
-<head>
-<!-- Generated by javadoc (1.8.0_342) on Fri Nov 07 12:27:12 UTC 2025 -->
-<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>de.juplo.plugins.hibernate (Hibernate Maven Plugin 2.1.0 API)</title>
-<meta name="date" content="2025-11-07">
-<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
-<script type="text/javascript" src="../../../../script.js"></script>
-</head>
-<body>
-<script type="text/javascript"><!--
- try {
- if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="de.juplo.plugins.hibernate (Hibernate Maven Plugin 2.1.0 API)";
- }
- }
- catch(err) {
- }
-//-->
-</script>
-<noscript>
-<div>JavaScript is disabled on your browser.</div>
-</noscript>
-<!-- ========= START OF TOP NAVBAR ======= -->
-<div class="topNav"><a name="navbar.top">
-<!-- -->
-</a>
-<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
-<a name="navbar.top.firstrow">
-<!-- -->
-</a>
-<ul class="navList" title="Navigation">
-<li><a href="../../../../de/juplo/plugins/hibernate/package-summary.html">Package</a></li>
-<li>Class</li>
-<li><a href="package-use.html">Use</a></li>
-<li><a href="package-tree.html">Tree</a></li>
-<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
-<li><a href="../../../../index-all.html">Index</a></li>
-<li><a href="../../../../help-doc.html">Help</a></li>
-</ul>
-</div>
-<div class="subNav">
-<ul class="navList">
-<li>Prev Package</li>
-<li>Next Package</li>
-</ul>
-<ul class="navList">
-<li><a href="../../../../index.html?de/juplo/plugins/hibernate/package-summary.html" target="_top">Frames</a></li>
-<li><a href="package-summary.html" target="_top">No Frames</a></li>
-</ul>
-<ul class="navList" id="allclasses_navbar_top">
-<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
-</ul>
-<div>
-<script type="text/javascript"><!--
- allClassesLink = document.getElementById("allclasses_navbar_top");
- if(window==top) {
- allClassesLink.style.display = "block";
- }
- else {
- allClassesLink.style.display = "none";
- }
- //-->
-</script>
-</div>
-<a name="skip.navbar.top">
-<!-- -->
-</a></div>
-<!-- ========= END OF TOP NAVBAR ========= -->
-<div class="header">
-<h1 title="Package" class="title">Package de.juplo.plugins.hibernate</h1>
-</div>
-<div class="contentContainer">
-<ul class="blockList">
-<li class="blockList">
-<table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Class Summary table, listing classes, and an explanation">
-<caption><span>Class Summary</span><span class="tabEnd"> </span></caption>
-<tr>
-<th class="colFirst" scope="col">Class</th>
-<th class="colLast" scope="col">Description</th>
-</tr>
-<tbody>
-<tr class="altColor">
-<td class="colFirst"><a href="../../../../de/juplo/plugins/hibernate/AbstractSchemaMojo.html" title="class in de.juplo.plugins.hibernate">AbstractSchemaMojo</a></td>
-<td class="colLast">
-<div class="block">Baseclass with common attributes and methods.</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><a href="../../../../de/juplo/plugins/hibernate/CreateMojo.html" title="class in de.juplo.plugins.hibernate">CreateMojo</a></td>
-<td class="colLast">
-<div class="block">Generate/Execute SQL to create a database-schema that represents the
- configured mappings.</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><a href="../../../../de/juplo/plugins/hibernate/DropMojo.html" title="class in de.juplo.plugins.hibernate">DropMojo</a></td>
-<td class="colLast">
-<div class="block">Generate/Execute SQL to drop all tables of a database-schema that represents
- the configured mappings.</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><a href="../../../../de/juplo/plugins/hibernate/HelpMojo.html" title="class in de.juplo.plugins.hibernate">HelpMojo</a></td>
-<td class="colLast">
-<div class="block">Display help information on hibernate-maven-plugin.<br>
- Call <code>mvn hibernate:help -Ddetail=true -Dgoal=<goal-name></code> to display parameter details.</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><a href="../../../../de/juplo/plugins/hibernate/ModificationTracker.html" title="class in de.juplo.plugins.hibernate">ModificationTracker</a></td>
-<td class="colLast"> </td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><a href="../../../../de/juplo/plugins/hibernate/MutableClassLoader.html" title="class in de.juplo.plugins.hibernate">MutableClassLoader</a></td>
-<td class="colLast"> </td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><a href="../../../../de/juplo/plugins/hibernate/UpdateMojo.html" title="class in de.juplo.plugins.hibernate">UpdateMojo</a></td>
-<td class="colLast">
-<div class="block">Generate/Execute SQL to update the database-schema according to the
- configured mappings.</div>
-</td>
-</tr>
-</tbody>
-</table>
-</li>
-</ul>
-</div>
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<div class="bottomNav"><a name="navbar.bottom">
-<!-- -->
-</a>
-<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
-<a name="navbar.bottom.firstrow">
-<!-- -->
-</a>
-<ul class="navList" title="Navigation">
-<li><a href="../../../../de/juplo/plugins/hibernate/package-summary.html">Package</a></li>
-<li>Class</li>
-<li><a href="package-use.html">Use</a></li>
-<li><a href="package-tree.html">Tree</a></li>
-<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
-<li><a href="../../../../index-all.html">Index</a></li>
-<li><a href="../../../../help-doc.html">Help</a></li>
-</ul>
-</div>
-<div class="subNav">
-<ul class="navList">
-<li>Prev Package</li>
-<li>Next Package</li>
-</ul>
-<ul class="navList">
-<li><a href="../../../../index.html?de/juplo/plugins/hibernate/package-summary.html" target="_top">Frames</a></li>
-<li><a href="package-summary.html" target="_top">No Frames</a></li>
-</ul>
-<ul class="navList" id="allclasses_navbar_bottom">
-<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
-</ul>
-<div>
-<script type="text/javascript"><!--
- allClassesLink = document.getElementById("allclasses_navbar_bottom");
- if(window==top) {
- allClassesLink.style.display = "block";
- }
- else {
- allClassesLink.style.display = "none";
- }
- //-->
-</script>
-</div>
-<a name="skip.navbar.bottom">
-<!-- -->
-</a></div>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright © 2025. All Rights Reserved.</small></p>
-</body>
-</html>
+++ /dev/null
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!-- NewPage -->
-<html lang="en">
-<head>
-<!-- Generated by javadoc (1.8.0_342) on Fri Nov 07 12:27:12 UTC 2025 -->
-<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>de.juplo.plugins.hibernate Class Hierarchy (Hibernate Maven Plugin 2.1.0 API)</title>
-<meta name="date" content="2025-11-07">
-<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
-<script type="text/javascript" src="../../../../script.js"></script>
-</head>
-<body>
-<script type="text/javascript"><!--
- try {
- if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="de.juplo.plugins.hibernate Class Hierarchy (Hibernate Maven Plugin 2.1.0 API)";
- }
- }
- catch(err) {
- }
-//-->
-</script>
-<noscript>
-<div>JavaScript is disabled on your browser.</div>
-</noscript>
-<!-- ========= START OF TOP NAVBAR ======= -->
-<div class="topNav"><a name="navbar.top">
-<!-- -->
-</a>
-<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
-<a name="navbar.top.firstrow">
-<!-- -->
-</a>
-<ul class="navList" title="Navigation">
-<li><a href="../../../../de/juplo/plugins/hibernate/package-summary.html">Package</a></li>
-<li>Class</li>
-<li>Use</li>
-<li class="navBarCell1Rev">Tree</li>
-<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
-<li><a href="../../../../index-all.html">Index</a></li>
-<li><a href="../../../../help-doc.html">Help</a></li>
-</ul>
-</div>
-<div class="subNav">
-<ul class="navList">
-<li>Prev</li>
-<li>Next</li>
-</ul>
-<ul class="navList">
-<li><a href="../../../../index.html?de/juplo/plugins/hibernate/package-tree.html" target="_top">Frames</a></li>
-<li><a href="package-tree.html" target="_top">No Frames</a></li>
-</ul>
-<ul class="navList" id="allclasses_navbar_top">
-<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
-</ul>
-<div>
-<script type="text/javascript"><!--
- allClassesLink = document.getElementById("allclasses_navbar_top");
- if(window==top) {
- allClassesLink.style.display = "block";
- }
- else {
- allClassesLink.style.display = "none";
- }
- //-->
-</script>
-</div>
-<a name="skip.navbar.top">
-<!-- -->
-</a></div>
-<!-- ========= END OF TOP NAVBAR ========= -->
-<div class="header">
-<h1 class="title">Hierarchy For Package de.juplo.plugins.hibernate</h1>
-</div>
-<div class="contentContainer">
-<h2 title="Class Hierarchy">Class Hierarchy</h2>
-<ul>
-<li type="circle">java.lang.Object
-<ul>
-<li type="circle">org.apache.maven.plugin.AbstractMojo (implements org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo)
-<ul>
-<li type="circle">de.juplo.plugins.hibernate.<a href="../../../../de/juplo/plugins/hibernate/AbstractSchemaMojo.html" title="class in de.juplo.plugins.hibernate"><span class="typeNameLink">AbstractSchemaMojo</span></a>
-<ul>
-<li type="circle">de.juplo.plugins.hibernate.<a href="../../../../de/juplo/plugins/hibernate/CreateMojo.html" title="class in de.juplo.plugins.hibernate"><span class="typeNameLink">CreateMojo</span></a></li>
-<li type="circle">de.juplo.plugins.hibernate.<a href="../../../../de/juplo/plugins/hibernate/DropMojo.html" title="class in de.juplo.plugins.hibernate"><span class="typeNameLink">DropMojo</span></a></li>
-<li type="circle">de.juplo.plugins.hibernate.<a href="../../../../de/juplo/plugins/hibernate/UpdateMojo.html" title="class in de.juplo.plugins.hibernate"><span class="typeNameLink">UpdateMojo</span></a></li>
-</ul>
-</li>
-<li type="circle">de.juplo.plugins.hibernate.<a href="../../../../de/juplo/plugins/hibernate/HelpMojo.html" title="class in de.juplo.plugins.hibernate"><span class="typeNameLink">HelpMojo</span></a></li>
-</ul>
-</li>
-<li type="circle">java.lang.ClassLoader
-<ul>
-<li type="circle">de.juplo.plugins.hibernate.<a href="../../../../de/juplo/plugins/hibernate/MutableClassLoader.html" title="class in de.juplo.plugins.hibernate"><span class="typeNameLink">MutableClassLoader</span></a></li>
-</ul>
-</li>
-<li type="circle">de.juplo.plugins.hibernate.<a href="../../../../de/juplo/plugins/hibernate/ModificationTracker.html" title="class in de.juplo.plugins.hibernate"><span class="typeNameLink">ModificationTracker</span></a></li>
-</ul>
-</li>
-</ul>
-</div>
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<div class="bottomNav"><a name="navbar.bottom">
-<!-- -->
-</a>
-<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
-<a name="navbar.bottom.firstrow">
-<!-- -->
-</a>
-<ul class="navList" title="Navigation">
-<li><a href="../../../../de/juplo/plugins/hibernate/package-summary.html">Package</a></li>
-<li>Class</li>
-<li>Use</li>
-<li class="navBarCell1Rev">Tree</li>
-<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
-<li><a href="../../../../index-all.html">Index</a></li>
-<li><a href="../../../../help-doc.html">Help</a></li>
-</ul>
-</div>
-<div class="subNav">
-<ul class="navList">
-<li>Prev</li>
-<li>Next</li>
-</ul>
-<ul class="navList">
-<li><a href="../../../../index.html?de/juplo/plugins/hibernate/package-tree.html" target="_top">Frames</a></li>
-<li><a href="package-tree.html" target="_top">No Frames</a></li>
-</ul>
-<ul class="navList" id="allclasses_navbar_bottom">
-<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
-</ul>
-<div>
-<script type="text/javascript"><!--
- allClassesLink = document.getElementById("allclasses_navbar_bottom");
- if(window==top) {
- allClassesLink.style.display = "block";
- }
- else {
- allClassesLink.style.display = "none";
- }
- //-->
-</script>
-</div>
-<a name="skip.navbar.bottom">
-<!-- -->
-</a></div>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright © 2025. All Rights Reserved.</small></p>
-</body>
-</html>
+++ /dev/null
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!-- NewPage -->
-<html lang="en">
-<head>
-<!-- Generated by javadoc (1.8.0_342) on Fri Nov 07 12:27:12 UTC 2025 -->
-<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Package de.juplo.plugins.hibernate (Hibernate Maven Plugin 2.1.0 API)</title>
-<meta name="date" content="2025-11-07">
-<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
-<script type="text/javascript" src="../../../../script.js"></script>
-</head>
-<body>
-<script type="text/javascript"><!--
- try {
- if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Uses of Package de.juplo.plugins.hibernate (Hibernate Maven Plugin 2.1.0 API)";
- }
- }
- catch(err) {
- }
-//-->
-</script>
-<noscript>
-<div>JavaScript is disabled on your browser.</div>
-</noscript>
-<!-- ========= START OF TOP NAVBAR ======= -->
-<div class="topNav"><a name="navbar.top">
-<!-- -->
-</a>
-<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
-<a name="navbar.top.firstrow">
-<!-- -->
-</a>
-<ul class="navList" title="Navigation">
-<li><a href="../../../../de/juplo/plugins/hibernate/package-summary.html">Package</a></li>
-<li>Class</li>
-<li class="navBarCell1Rev">Use</li>
-<li><a href="package-tree.html">Tree</a></li>
-<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
-<li><a href="../../../../index-all.html">Index</a></li>
-<li><a href="../../../../help-doc.html">Help</a></li>
-</ul>
-</div>
-<div class="subNav">
-<ul class="navList">
-<li>Prev</li>
-<li>Next</li>
-</ul>
-<ul class="navList">
-<li><a href="../../../../index.html?de/juplo/plugins/hibernate/package-use.html" target="_top">Frames</a></li>
-<li><a href="package-use.html" target="_top">No Frames</a></li>
-</ul>
-<ul class="navList" id="allclasses_navbar_top">
-<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
-</ul>
-<div>
-<script type="text/javascript"><!--
- allClassesLink = document.getElementById("allclasses_navbar_top");
- if(window==top) {
- allClassesLink.style.display = "block";
- }
- else {
- allClassesLink.style.display = "none";
- }
- //-->
-</script>
-</div>
-<a name="skip.navbar.top">
-<!-- -->
-</a></div>
-<!-- ========= END OF TOP NAVBAR ========= -->
-<div class="header">
-<h1 title="Uses of Package de.juplo.plugins.hibernate" class="title">Uses of Package<br>de.juplo.plugins.hibernate</h1>
-</div>
-<div class="contentContainer">
-<ul class="blockList">
-<li class="blockList"><a name="de.juplo.plugins.hibernate">
-<!-- -->
-</a>
-<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
-<caption><span>Classes in <a href="../../../../de/juplo/plugins/hibernate/package-summary.html">de.juplo.plugins.hibernate</a> used by <a href="../../../../de/juplo/plugins/hibernate/package-summary.html">de.juplo.plugins.hibernate</a></span><span class="tabEnd"> </span></caption>
-<tr>
-<th class="colOne" scope="col">Class and Description</th>
-</tr>
-<tbody>
-<tr class="altColor">
-<td class="colOne"><a href="../../../../de/juplo/plugins/hibernate/class-use/AbstractSchemaMojo.html#de.juplo.plugins.hibernate">AbstractSchemaMojo</a>
-<div class="block">Baseclass with common attributes and methods.</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colOne"><a href="../../../../de/juplo/plugins/hibernate/class-use/MutableClassLoader.html#de.juplo.plugins.hibernate">MutableClassLoader</a> </td>
-</tr>
-</tbody>
-</table>
-</li>
-</ul>
-</div>
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<div class="bottomNav"><a name="navbar.bottom">
-<!-- -->
-</a>
-<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
-<a name="navbar.bottom.firstrow">
-<!-- -->
-</a>
-<ul class="navList" title="Navigation">
-<li><a href="../../../../de/juplo/plugins/hibernate/package-summary.html">Package</a></li>
-<li>Class</li>
-<li class="navBarCell1Rev">Use</li>
-<li><a href="package-tree.html">Tree</a></li>
-<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
-<li><a href="../../../../index-all.html">Index</a></li>
-<li><a href="../../../../help-doc.html">Help</a></li>
-</ul>
-</div>
-<div class="subNav">
-<ul class="navList">
-<li>Prev</li>
-<li>Next</li>
-</ul>
-<ul class="navList">
-<li><a href="../../../../index.html?de/juplo/plugins/hibernate/package-use.html" target="_top">Frames</a></li>
-<li><a href="package-use.html" target="_top">No Frames</a></li>
-</ul>
-<ul class="navList" id="allclasses_navbar_bottom">
-<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
-</ul>
-<div>
-<script type="text/javascript"><!--
- allClassesLink = document.getElementById("allclasses_navbar_bottom");
- if(window==top) {
- allClassesLink.style.display = "block";
- }
- else {
- allClassesLink.style.display = "none";
- }
- //-->
-</script>
-</div>
-<a name="skip.navbar.bottom">
-<!-- -->
-</a></div>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright © 2025. All Rights Reserved.</small></p>
-</body>
-</html>
+++ /dev/null
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!-- NewPage -->
-<html lang="en">
-<head>
-<!-- Generated by javadoc (1.8.0_342) on Fri Nov 07 12:27:12 UTC 2025 -->
-<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Deprecated List (Hibernate Maven Plugin 2.1.0 API)</title>
-<meta name="date" content="2025-11-07">
-<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
-<script type="text/javascript" src="script.js"></script>
-</head>
-<body>
-<script type="text/javascript"><!--
- try {
- if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Deprecated List (Hibernate Maven Plugin 2.1.0 API)";
- }
- }
- catch(err) {
- }
-//-->
-</script>
-<noscript>
-<div>JavaScript is disabled on your browser.</div>
-</noscript>
-<!-- ========= START OF TOP NAVBAR ======= -->
-<div class="topNav"><a name="navbar.top">
-<!-- -->
-</a>
-<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
-<a name="navbar.top.firstrow">
-<!-- -->
-</a>
-<ul class="navList" title="Navigation">
-<li><a href="de/juplo/plugins/hibernate/package-summary.html">Package</a></li>
-<li>Class</li>
-<li>Use</li>
-<li><a href="de/juplo/plugins/hibernate/package-tree.html">Tree</a></li>
-<li class="navBarCell1Rev">Deprecated</li>
-<li><a href="index-all.html">Index</a></li>
-<li><a href="help-doc.html">Help</a></li>
-</ul>
-</div>
-<div class="subNav">
-<ul class="navList">
-<li>Prev</li>
-<li>Next</li>
-</ul>
-<ul class="navList">
-<li><a href="index.html?deprecated-list.html" target="_top">Frames</a></li>
-<li><a href="deprecated-list.html" target="_top">No Frames</a></li>
-</ul>
-<ul class="navList" id="allclasses_navbar_top">
-<li><a href="allclasses-noframe.html">All Classes</a></li>
-</ul>
-<div>
-<script type="text/javascript"><!--
- allClassesLink = document.getElementById("allclasses_navbar_top");
- if(window==top) {
- allClassesLink.style.display = "block";
- }
- else {
- allClassesLink.style.display = "none";
- }
- //-->
-</script>
-</div>
-<a name="skip.navbar.top">
-<!-- -->
-</a></div>
-<!-- ========= END OF TOP NAVBAR ========= -->
-<div class="header">
-<h1 title="Deprecated API" class="title">Deprecated API</h1>
-<h2 title="Contents">Contents</h2>
-</div>
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<div class="bottomNav"><a name="navbar.bottom">
-<!-- -->
-</a>
-<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
-<a name="navbar.bottom.firstrow">
-<!-- -->
-</a>
-<ul class="navList" title="Navigation">
-<li><a href="de/juplo/plugins/hibernate/package-summary.html">Package</a></li>
-<li>Class</li>
-<li>Use</li>
-<li><a href="de/juplo/plugins/hibernate/package-tree.html">Tree</a></li>
-<li class="navBarCell1Rev">Deprecated</li>
-<li><a href="index-all.html">Index</a></li>
-<li><a href="help-doc.html">Help</a></li>
-</ul>
-</div>
-<div class="subNav">
-<ul class="navList">
-<li>Prev</li>
-<li>Next</li>
-</ul>
-<ul class="navList">
-<li><a href="index.html?deprecated-list.html" target="_top">Frames</a></li>
-<li><a href="deprecated-list.html" target="_top">No Frames</a></li>
-</ul>
-<ul class="navList" id="allclasses_navbar_bottom">
-<li><a href="allclasses-noframe.html">All Classes</a></li>
-</ul>
-<div>
-<script type="text/javascript"><!--
- allClassesLink = document.getElementById("allclasses_navbar_bottom");
- if(window==top) {
- allClassesLink.style.display = "block";
- }
- else {
- allClassesLink.style.display = "none";
- }
- //-->
-</script>
-</div>
-<a name="skip.navbar.bottom">
-<!-- -->
-</a></div>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright © 2025. All Rights Reserved.</small></p>
-</body>
-</html>
+++ /dev/null
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!-- NewPage -->
-<html lang="en">
-<head>
-<!-- Generated by javadoc (1.8.0_342) on Fri Nov 07 12:27:12 UTC 2025 -->
-<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>API Help (Hibernate Maven Plugin 2.1.0 API)</title>
-<meta name="date" content="2025-11-07">
-<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
-<script type="text/javascript" src="script.js"></script>
-</head>
-<body>
-<script type="text/javascript"><!--
- try {
- if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="API Help (Hibernate Maven Plugin 2.1.0 API)";
- }
- }
- catch(err) {
- }
-//-->
-</script>
-<noscript>
-<div>JavaScript is disabled on your browser.</div>
-</noscript>
-<!-- ========= START OF TOP NAVBAR ======= -->
-<div class="topNav"><a name="navbar.top">
-<!-- -->
-</a>
-<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
-<a name="navbar.top.firstrow">
-<!-- -->
-</a>
-<ul class="navList" title="Navigation">
-<li><a href="de/juplo/plugins/hibernate/package-summary.html">Package</a></li>
-<li>Class</li>
-<li>Use</li>
-<li><a href="de/juplo/plugins/hibernate/package-tree.html">Tree</a></li>
-<li><a href="deprecated-list.html">Deprecated</a></li>
-<li><a href="index-all.html">Index</a></li>
-<li class="navBarCell1Rev">Help</li>
-</ul>
-</div>
-<div class="subNav">
-<ul class="navList">
-<li>Prev</li>
-<li>Next</li>
-</ul>
-<ul class="navList">
-<li><a href="index.html?help-doc.html" target="_top">Frames</a></li>
-<li><a href="help-doc.html" target="_top">No Frames</a></li>
-</ul>
-<ul class="navList" id="allclasses_navbar_top">
-<li><a href="allclasses-noframe.html">All Classes</a></li>
-</ul>
-<div>
-<script type="text/javascript"><!--
- allClassesLink = document.getElementById("allclasses_navbar_top");
- if(window==top) {
- allClassesLink.style.display = "block";
- }
- else {
- allClassesLink.style.display = "none";
- }
- //-->
-</script>
-</div>
-<a name="skip.navbar.top">
-<!-- -->
-</a></div>
-<!-- ========= END OF TOP NAVBAR ========= -->
-<div class="header">
-<h1 class="title">How This API Document Is Organized</h1>
-<div class="subTitle">This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows.</div>
-</div>
-<div class="contentContainer">
-<ul class="blockList">
-<li class="blockList">
-<h2>Package</h2>
-<p>Each package has a page that contains a list of its classes and interfaces, with a summary for each. This page can contain six categories:</p>
-<ul>
-<li>Interfaces (italic)</li>
-<li>Classes</li>
-<li>Enums</li>
-<li>Exceptions</li>
-<li>Errors</li>
-<li>Annotation Types</li>
-</ul>
-</li>
-<li class="blockList">
-<h2>Class/Interface</h2>
-<p>Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:</p>
-<ul>
-<li>Class inheritance diagram</li>
-<li>Direct Subclasses</li>
-<li>All Known Subinterfaces</li>
-<li>All Known Implementing Classes</li>
-<li>Class/interface declaration</li>
-<li>Class/interface description</li>
-</ul>
-<ul>
-<li>Nested Class Summary</li>
-<li>Field Summary</li>
-<li>Constructor Summary</li>
-<li>Method Summary</li>
-</ul>
-<ul>
-<li>Field Detail</li>
-<li>Constructor Detail</li>
-<li>Method Detail</li>
-</ul>
-<p>Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.</p>
-</li>
-<li class="blockList">
-<h2>Annotation Type</h2>
-<p>Each annotation type has its own separate page with the following sections:</p>
-<ul>
-<li>Annotation Type declaration</li>
-<li>Annotation Type description</li>
-<li>Required Element Summary</li>
-<li>Optional Element Summary</li>
-<li>Element Detail</li>
-</ul>
-</li>
-<li class="blockList">
-<h2>Enum</h2>
-<p>Each enum has its own separate page with the following sections:</p>
-<ul>
-<li>Enum declaration</li>
-<li>Enum description</li>
-<li>Enum Constant Summary</li>
-<li>Enum Constant Detail</li>
-</ul>
-</li>
-<li class="blockList">
-<h2>Use</h2>
-<p>Each documented package, class and interface has its own Use page. This page describes what packages, classes, methods, constructors and fields use any part of the given class or package. Given a class or interface A, its Use page includes subclasses of A, fields declared as A, methods that return A, and methods and constructors with parameters of type A. You can access this page by first going to the package, class or interface, then clicking on the "Use" link in the navigation bar.</p>
-</li>
-<li class="blockList">
-<h2>Tree (Class Hierarchy)</h2>
-<p>There is a <a href="overview-tree.html">Class Hierarchy</a> page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are organized by inheritance structure starting with <code>java.lang.Object</code>. The interfaces do not inherit from <code>java.lang.Object</code>.</p>
-<ul>
-<li>When viewing the Overview page, clicking on "Tree" displays the hierarchy for all packages.</li>
-<li>When viewing a particular package, class or interface page, clicking "Tree" displays the hierarchy for only that package.</li>
-</ul>
-</li>
-<li class="blockList">
-<h2>Deprecated API</h2>
-<p>The <a href="deprecated-list.html">Deprecated API</a> page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to improvements, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.</p>
-</li>
-<li class="blockList">
-<h2>Index</h2>
-<p>The <a href="index-all.html">Index</a> contains an alphabetic list of all classes, interfaces, constructors, methods, and fields.</p>
-</li>
-<li class="blockList">
-<h2>Prev/Next</h2>
-<p>These links take you to the next or previous class, interface, package, or related page.</p>
-</li>
-<li class="blockList">
-<h2>Frames/No Frames</h2>
-<p>These links show and hide the HTML frames. All pages are available with or without frames.</p>
-</li>
-<li class="blockList">
-<h2>All Classes</h2>
-<p>The <a href="allclasses-noframe.html">All Classes</a> link shows all classes and interfaces except non-static nested types.</p>
-</li>
-<li class="blockList">
-<h2>Serialized Form</h2>
-<p>Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to re-implementors, not to developers using the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See also" section of the class description.</p>
-</li>
-<li class="blockList">
-<h2>Constant Field Values</h2>
-<p>The <a href="constant-values.html">Constant Field Values</a> page lists the static final fields and their values.</p>
-</li>
-</ul>
-<span class="emphasizedPhrase">This help file applies to API documentation generated using the standard doclet.</span></div>
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<div class="bottomNav"><a name="navbar.bottom">
-<!-- -->
-</a>
-<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
-<a name="navbar.bottom.firstrow">
-<!-- -->
-</a>
-<ul class="navList" title="Navigation">
-<li><a href="de/juplo/plugins/hibernate/package-summary.html">Package</a></li>
-<li>Class</li>
-<li>Use</li>
-<li><a href="de/juplo/plugins/hibernate/package-tree.html">Tree</a></li>
-<li><a href="deprecated-list.html">Deprecated</a></li>
-<li><a href="index-all.html">Index</a></li>
-<li class="navBarCell1Rev">Help</li>
-</ul>
-</div>
-<div class="subNav">
-<ul class="navList">
-<li>Prev</li>
-<li>Next</li>
-</ul>
-<ul class="navList">
-<li><a href="index.html?help-doc.html" target="_top">Frames</a></li>
-<li><a href="help-doc.html" target="_top">No Frames</a></li>
-</ul>
-<ul class="navList" id="allclasses_navbar_bottom">
-<li><a href="allclasses-noframe.html">All Classes</a></li>
-</ul>
-<div>
-<script type="text/javascript"><!--
- allClassesLink = document.getElementById("allclasses_navbar_bottom");
- if(window==top) {
- allClassesLink.style.display = "block";
- }
- else {
- allClassesLink.style.display = "none";
- }
- //-->
-</script>
-</div>
-<a name="skip.navbar.bottom">
-<!-- -->
-</a></div>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright © 2025. All Rights Reserved.</small></p>
-</body>
-</html>
+++ /dev/null
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!-- NewPage -->
-<html lang="en">
-<head>
-<!-- Generated by javadoc (1.8.0_342) on Fri Nov 07 12:27:12 UTC 2025 -->
-<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Index (Hibernate Maven Plugin 2.1.0 API)</title>
-<meta name="date" content="2025-11-07">
-<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
-<script type="text/javascript" src="script.js"></script>
-</head>
-<body>
-<script type="text/javascript"><!--
- try {
- if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Index (Hibernate Maven Plugin 2.1.0 API)";
- }
- }
- catch(err) {
- }
-//-->
-</script>
-<noscript>
-<div>JavaScript is disabled on your browser.</div>
-</noscript>
-<!-- ========= START OF TOP NAVBAR ======= -->
-<div class="topNav"><a name="navbar.top">
-<!-- -->
-</a>
-<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
-<a name="navbar.top.firstrow">
-<!-- -->
-</a>
-<ul class="navList" title="Navigation">
-<li><a href="de/juplo/plugins/hibernate/package-summary.html">Package</a></li>
-<li>Class</li>
-<li>Use</li>
-<li><a href="de/juplo/plugins/hibernate/package-tree.html">Tree</a></li>
-<li><a href="deprecated-list.html">Deprecated</a></li>
-<li class="navBarCell1Rev">Index</li>
-<li><a href="help-doc.html">Help</a></li>
-</ul>
-</div>
-<div class="subNav">
-<ul class="navList">
-<li>Prev</li>
-<li>Next</li>
-</ul>
-<ul class="navList">
-<li><a href="index.html?index-all.html" target="_top">Frames</a></li>
-<li><a href="index-all.html" target="_top">No Frames</a></li>
-</ul>
-<ul class="navList" id="allclasses_navbar_top">
-<li><a href="allclasses-noframe.html">All Classes</a></li>
-</ul>
-<div>
-<script type="text/javascript"><!--
- allClassesLink = document.getElementById("allclasses_navbar_top");
- if(window==top) {
- allClassesLink.style.display = "block";
- }
- else {
- allClassesLink.style.display = "none";
- }
- //-->
-</script>
-</div>
-<a name="skip.navbar.top">
-<!-- -->
-</a></div>
-<!-- ========= END OF TOP NAVBAR ========= -->
-<div class="contentContainer"><a href="#I:A">A</a> <a href="#I:C">C</a> <a href="#I:D">D</a> <a href="#I:E">E</a> <a href="#I:G">G</a> <a href="#I:H">H</a> <a href="#I:L">L</a> <a href="#I:M">M</a> <a href="#I:O">O</a> <a href="#I:P">P</a> <a href="#I:S">S</a> <a href="#I:T">T</a> <a href="#I:U">U</a> <a name="I:A">
-<!-- -->
-</a>
-<h2 class="title">A</h2>
-<dl>
-<dt><a href="de/juplo/plugins/hibernate/AbstractSchemaMojo.html" title="class in de.juplo.plugins.hibernate"><span class="typeNameLink">AbstractSchemaMojo</span></a> - Class in <a href="de/juplo/plugins/hibernate/package-summary.html">de.juplo.plugins.hibernate</a></dt>
-<dd>
-<div class="block">Baseclass with common attributes and methods.</div>
-</dd>
-<dt><span class="memberNameLink"><a href="de/juplo/plugins/hibernate/AbstractSchemaMojo.html#AbstractSchemaMojo--">AbstractSchemaMojo()</a></span> - Constructor for class de.juplo.plugins.hibernate.<a href="de/juplo/plugins/hibernate/AbstractSchemaMojo.html" title="class in de.juplo.plugins.hibernate">AbstractSchemaMojo</a></dt>
-<dd> </dd>
-<dt><span class="memberNameLink"><a href="de/juplo/plugins/hibernate/MutableClassLoader.html#add-java.util.LinkedHashSet-">add(LinkedHashSet<URL>)</a></span> - Method in class de.juplo.plugins.hibernate.<a href="de/juplo/plugins/hibernate/MutableClassLoader.html" title="class in de.juplo.plugins.hibernate">MutableClassLoader</a></dt>
-<dd> </dd>
-</dl>
-<a name="I:C">
-<!-- -->
-</a>
-<h2 class="title">C</h2>
-<dl>
-<dt><span class="memberNameLink"><a href="de/juplo/plugins/hibernate/MutableClassLoader.html#clearAssertionStatus--">clearAssertionStatus()</a></span> - Method in class de.juplo.plugins.hibernate.<a href="de/juplo/plugins/hibernate/MutableClassLoader.html" title="class in de.juplo.plugins.hibernate">MutableClassLoader</a></dt>
-<dd> </dd>
-<dt><a href="de/juplo/plugins/hibernate/CreateMojo.html" title="class in de.juplo.plugins.hibernate"><span class="typeNameLink">CreateMojo</span></a> - Class in <a href="de/juplo/plugins/hibernate/package-summary.html">de.juplo.plugins.hibernate</a></dt>
-<dd>
-<div class="block">Generate/Execute SQL to create a database-schema that represents the
- configured mappings.</div>
-</dd>
-<dt><span class="memberNameLink"><a href="de/juplo/plugins/hibernate/CreateMojo.html#CreateMojo--">CreateMojo()</a></span> - Constructor for class de.juplo.plugins.hibernate.<a href="de/juplo/plugins/hibernate/CreateMojo.html" title="class in de.juplo.plugins.hibernate">CreateMojo</a></dt>
-<dd> </dd>
-</dl>
-<a name="I:D">
-<!-- -->
-</a>
-<h2 class="title">D</h2>
-<dl>
-<dt><a href="de/juplo/plugins/hibernate/package-summary.html">de.juplo.plugins.hibernate</a> - package de.juplo.plugins.hibernate</dt>
-<dd> </dd>
-<dt><a href="de/juplo/plugins/hibernate/DropMojo.html" title="class in de.juplo.plugins.hibernate"><span class="typeNameLink">DropMojo</span></a> - Class in <a href="de/juplo/plugins/hibernate/package-summary.html">de.juplo.plugins.hibernate</a></dt>
-<dd>
-<div class="block">Generate/Execute SQL to drop all tables of a database-schema that represents
- the configured mappings.</div>
-</dd>
-<dt><span class="memberNameLink"><a href="de/juplo/plugins/hibernate/DropMojo.html#DropMojo--">DropMojo()</a></span> - Constructor for class de.juplo.plugins.hibernate.<a href="de/juplo/plugins/hibernate/DropMojo.html" title="class in de.juplo.plugins.hibernate">DropMojo</a></dt>
-<dd> </dd>
-</dl>
-<a name="I:E">
-<!-- -->
-</a>
-<h2 class="title">E</h2>
-<dl>
-<dt><span class="memberNameLink"><a href="de/juplo/plugins/hibernate/AbstractSchemaMojo.html#EXECUTE">EXECUTE</a></span> - Static variable in class de.juplo.plugins.hibernate.<a href="de/juplo/plugins/hibernate/AbstractSchemaMojo.html" title="class in de.juplo.plugins.hibernate">AbstractSchemaMojo</a></dt>
-<dd> </dd>
-<dt><span class="memberNameLink"><a href="de/juplo/plugins/hibernate/AbstractSchemaMojo.html#execute-java.lang.String-">execute(String)</a></span> - Method in class de.juplo.plugins.hibernate.<a href="de/juplo/plugins/hibernate/AbstractSchemaMojo.html" title="class in de.juplo.plugins.hibernate">AbstractSchemaMojo</a></dt>
-<dd> </dd>
-<dt><span class="memberNameLink"><a href="de/juplo/plugins/hibernate/CreateMojo.html#execute--">execute()</a></span> - Method in class de.juplo.plugins.hibernate.<a href="de/juplo/plugins/hibernate/CreateMojo.html" title="class in de.juplo.plugins.hibernate">CreateMojo</a></dt>
-<dd> </dd>
-<dt><span class="memberNameLink"><a href="de/juplo/plugins/hibernate/DropMojo.html#execute--">execute()</a></span> - Method in class de.juplo.plugins.hibernate.<a href="de/juplo/plugins/hibernate/DropMojo.html" title="class in de.juplo.plugins.hibernate">DropMojo</a></dt>
-<dd> </dd>
-<dt><span class="memberNameLink"><a href="de/juplo/plugins/hibernate/HelpMojo.html#execute--">execute()</a></span> - Method in class de.juplo.plugins.hibernate.<a href="de/juplo/plugins/hibernate/HelpMojo.html" title="class in de.juplo.plugins.hibernate">HelpMojo</a></dt>
-<dt><span class="memberNameLink"><a href="de/juplo/plugins/hibernate/UpdateMojo.html#execute--">execute()</a></span> - Method in class de.juplo.plugins.hibernate.<a href="de/juplo/plugins/hibernate/UpdateMojo.html" title="class in de.juplo.plugins.hibernate">UpdateMojo</a></dt>
-<dd> </dd>
-</dl>
-<a name="I:G">
-<!-- -->
-</a>
-<h2 class="title">G</h2>
-<dl>
-<dt><span class="memberNameLink"><a href="de/juplo/plugins/hibernate/MutableClassLoader.html#getResource-java.lang.String-">getResource(String)</a></span> - Method in class de.juplo.plugins.hibernate.<a href="de/juplo/plugins/hibernate/MutableClassLoader.html" title="class in de.juplo.plugins.hibernate">MutableClassLoader</a></dt>
-<dd> </dd>
-<dt><span class="memberNameLink"><a href="de/juplo/plugins/hibernate/MutableClassLoader.html#getResourceAsStream-java.lang.String-">getResourceAsStream(String)</a></span> - Method in class de.juplo.plugins.hibernate.<a href="de/juplo/plugins/hibernate/MutableClassLoader.html" title="class in de.juplo.plugins.hibernate">MutableClassLoader</a></dt>
-<dd> </dd>
-<dt><span class="memberNameLink"><a href="de/juplo/plugins/hibernate/MutableClassLoader.html#getResources-java.lang.String-">getResources(String)</a></span> - Method in class de.juplo.plugins.hibernate.<a href="de/juplo/plugins/hibernate/MutableClassLoader.html" title="class in de.juplo.plugins.hibernate">MutableClassLoader</a></dt>
-<dd> </dd>
-</dl>
-<a name="I:H">
-<!-- -->
-</a>
-<h2 class="title">H</h2>
-<dl>
-<dt><a href="de/juplo/plugins/hibernate/HelpMojo.html" title="class in de.juplo.plugins.hibernate"><span class="typeNameLink">HelpMojo</span></a> - Class in <a href="de/juplo/plugins/hibernate/package-summary.html">de.juplo.plugins.hibernate</a></dt>
-<dd>
-<div class="block">Display help information on hibernate-maven-plugin.<br>
- Call <code>mvn hibernate:help -Ddetail=true -Dgoal=<goal-name></code> to display parameter details.</div>
-</dd>
-<dt><span class="memberNameLink"><a href="de/juplo/plugins/hibernate/HelpMojo.html#HelpMojo--">HelpMojo()</a></span> - Constructor for class de.juplo.plugins.hibernate.<a href="de/juplo/plugins/hibernate/HelpMojo.html" title="class in de.juplo.plugins.hibernate">HelpMojo</a></dt>
-<dd> </dd>
-</dl>
-<a name="I:L">
-<!-- -->
-</a>
-<h2 class="title">L</h2>
-<dl>
-<dt><span class="memberNameLink"><a href="de/juplo/plugins/hibernate/MutableClassLoader.html#loadClass-java.lang.String-">loadClass(String)</a></span> - Method in class de.juplo.plugins.hibernate.<a href="de/juplo/plugins/hibernate/MutableClassLoader.html" title="class in de.juplo.plugins.hibernate">MutableClassLoader</a></dt>
-<dd> </dd>
-</dl>
-<a name="I:M">
-<!-- -->
-</a>
-<h2 class="title">M</h2>
-<dl>
-<dt><a href="de/juplo/plugins/hibernate/ModificationTracker.html" title="class in de.juplo.plugins.hibernate"><span class="typeNameLink">ModificationTracker</span></a> - Class in <a href="de/juplo/plugins/hibernate/package-summary.html">de.juplo.plugins.hibernate</a></dt>
-<dd> </dd>
-<dt><a href="de/juplo/plugins/hibernate/MutableClassLoader.html" title="class in de.juplo.plugins.hibernate"><span class="typeNameLink">MutableClassLoader</span></a> - Class in <a href="de/juplo/plugins/hibernate/package-summary.html">de.juplo.plugins.hibernate</a></dt>
-<dd> </dd>
-<dt><span class="memberNameLink"><a href="de/juplo/plugins/hibernate/MutableClassLoader.html#MutableClassLoader-java.util.LinkedHashSet-org.apache.maven.plugin.logging.Log-">MutableClassLoader(LinkedHashSet<URL>, Log)</a></span> - Constructor for class de.juplo.plugins.hibernate.<a href="de/juplo/plugins/hibernate/MutableClassLoader.html" title="class in de.juplo.plugins.hibernate">MutableClassLoader</a></dt>
-<dd> </dd>
-</dl>
-<a name="I:O">
-<!-- -->
-</a>
-<h2 class="title">O</h2>
-<dl>
-<dt><span class="memberNameLink"><a href="de/juplo/plugins/hibernate/AbstractSchemaMojo.html#OUTPUTDIRECTORY">OUTPUTDIRECTORY</a></span> - Static variable in class de.juplo.plugins.hibernate.<a href="de/juplo/plugins/hibernate/AbstractSchemaMojo.html" title="class in de.juplo.plugins.hibernate">AbstractSchemaMojo</a></dt>
-<dd> </dd>
-</dl>
-<a name="I:P">
-<!-- -->
-</a>
-<h2 class="title">P</h2>
-<dl>
-<dt><span class="memberNameLink"><a href="de/juplo/plugins/hibernate/AbstractSchemaMojo.html#printStrackTrace-java.lang.StringBuilder-java.lang.Throwable-">printStrackTrace(StringBuilder, Throwable)</a></span> - Static method in class de.juplo.plugins.hibernate.<a href="de/juplo/plugins/hibernate/AbstractSchemaMojo.html" title="class in de.juplo.plugins.hibernate">AbstractSchemaMojo</a></dt>
-<dd> </dd>
-</dl>
-<a name="I:S">
-<!-- -->
-</a>
-<h2 class="title">S</h2>
-<dl>
-<dt><span class="memberNameLink"><a href="de/juplo/plugins/hibernate/AbstractSchemaMojo.html#SCAN_CLASSES">SCAN_CLASSES</a></span> - Static variable in class de.juplo.plugins.hibernate.<a href="de/juplo/plugins/hibernate/AbstractSchemaMojo.html" title="class in de.juplo.plugins.hibernate">AbstractSchemaMojo</a></dt>
-<dd> </dd>
-<dt><span class="memberNameLink"><a href="de/juplo/plugins/hibernate/AbstractSchemaMojo.html#SCAN_DEPENDENCIES">SCAN_DEPENDENCIES</a></span> - Static variable in class de.juplo.plugins.hibernate.<a href="de/juplo/plugins/hibernate/AbstractSchemaMojo.html" title="class in de.juplo.plugins.hibernate">AbstractSchemaMojo</a></dt>
-<dd> </dd>
-<dt><span class="memberNameLink"><a href="de/juplo/plugins/hibernate/AbstractSchemaMojo.html#SCAN_TESTCLASSES">SCAN_TESTCLASSES</a></span> - Static variable in class de.juplo.plugins.hibernate.<a href="de/juplo/plugins/hibernate/AbstractSchemaMojo.html" title="class in de.juplo.plugins.hibernate">AbstractSchemaMojo</a></dt>
-<dd> </dd>
-<dt><span class="memberNameLink"><a href="de/juplo/plugins/hibernate/AbstractSchemaMojo.html#SCRIPT">SCRIPT</a></span> - Static variable in class de.juplo.plugins.hibernate.<a href="de/juplo/plugins/hibernate/AbstractSchemaMojo.html" title="class in de.juplo.plugins.hibernate">AbstractSchemaMojo</a></dt>
-<dd> </dd>
-<dt><span class="memberNameLink"><a href="de/juplo/plugins/hibernate/MutableClassLoader.html#setClassAssertionStatus-java.lang.String-boolean-">setClassAssertionStatus(String, boolean)</a></span> - Method in class de.juplo.plugins.hibernate.<a href="de/juplo/plugins/hibernate/MutableClassLoader.html" title="class in de.juplo.plugins.hibernate">MutableClassLoader</a></dt>
-<dd> </dd>
-<dt><span class="memberNameLink"><a href="de/juplo/plugins/hibernate/MutableClassLoader.html#setDefaultAssertionStatus-boolean-">setDefaultAssertionStatus(boolean)</a></span> - Method in class de.juplo.plugins.hibernate.<a href="de/juplo/plugins/hibernate/MutableClassLoader.html" title="class in de.juplo.plugins.hibernate">MutableClassLoader</a></dt>
-<dd> </dd>
-<dt><span class="memberNameLink"><a href="de/juplo/plugins/hibernate/MutableClassLoader.html#setPackageAssertionStatus-java.lang.String-boolean-">setPackageAssertionStatus(String, boolean)</a></span> - Method in class de.juplo.plugins.hibernate.<a href="de/juplo/plugins/hibernate/MutableClassLoader.html" title="class in de.juplo.plugins.hibernate">MutableClassLoader</a></dt>
-<dd> </dd>
-<dt><span class="memberNameLink"><a href="de/juplo/plugins/hibernate/AbstractSchemaMojo.html#SKIPPED">SKIPPED</a></span> - Static variable in class de.juplo.plugins.hibernate.<a href="de/juplo/plugins/hibernate/AbstractSchemaMojo.html" title="class in de.juplo.plugins.hibernate">AbstractSchemaMojo</a></dt>
-<dd> </dd>
-</dl>
-<a name="I:T">
-<!-- -->
-</a>
-<h2 class="title">T</h2>
-<dl>
-<dt><span class="memberNameLink"><a href="de/juplo/plugins/hibernate/AbstractSchemaMojo.html#TEST_OUTPUTDIRECTORY">TEST_OUTPUTDIRECTORY</a></span> - Static variable in class de.juplo.plugins.hibernate.<a href="de/juplo/plugins/hibernate/AbstractSchemaMojo.html" title="class in de.juplo.plugins.hibernate">AbstractSchemaMojo</a></dt>
-<dd> </dd>
-</dl>
-<a name="I:U">
-<!-- -->
-</a>
-<h2 class="title">U</h2>
-<dl>
-<dt><a href="de/juplo/plugins/hibernate/UpdateMojo.html" title="class in de.juplo.plugins.hibernate"><span class="typeNameLink">UpdateMojo</span></a> - Class in <a href="de/juplo/plugins/hibernate/package-summary.html">de.juplo.plugins.hibernate</a></dt>
-<dd>
-<div class="block">Generate/Execute SQL to update the database-schema according to the
- configured mappings.</div>
-</dd>
-<dt><span class="memberNameLink"><a href="de/juplo/plugins/hibernate/UpdateMojo.html#UpdateMojo--">UpdateMojo()</a></span> - Constructor for class de.juplo.plugins.hibernate.<a href="de/juplo/plugins/hibernate/UpdateMojo.html" title="class in de.juplo.plugins.hibernate">UpdateMojo</a></dt>
-<dd> </dd>
-</dl>
-<a href="#I:A">A</a> <a href="#I:C">C</a> <a href="#I:D">D</a> <a href="#I:E">E</a> <a href="#I:G">G</a> <a href="#I:H">H</a> <a href="#I:L">L</a> <a href="#I:M">M</a> <a href="#I:O">O</a> <a href="#I:P">P</a> <a href="#I:S">S</a> <a href="#I:T">T</a> <a href="#I:U">U</a> </div>
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<div class="bottomNav"><a name="navbar.bottom">
-<!-- -->
-</a>
-<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
-<a name="navbar.bottom.firstrow">
-<!-- -->
-</a>
-<ul class="navList" title="Navigation">
-<li><a href="de/juplo/plugins/hibernate/package-summary.html">Package</a></li>
-<li>Class</li>
-<li>Use</li>
-<li><a href="de/juplo/plugins/hibernate/package-tree.html">Tree</a></li>
-<li><a href="deprecated-list.html">Deprecated</a></li>
-<li class="navBarCell1Rev">Index</li>
-<li><a href="help-doc.html">Help</a></li>
-</ul>
-</div>
-<div class="subNav">
-<ul class="navList">
-<li>Prev</li>
-<li>Next</li>
-</ul>
-<ul class="navList">
-<li><a href="index.html?index-all.html" target="_top">Frames</a></li>
-<li><a href="index-all.html" target="_top">No Frames</a></li>
-</ul>
-<ul class="navList" id="allclasses_navbar_bottom">
-<li><a href="allclasses-noframe.html">All Classes</a></li>
-</ul>
-<div>
-<script type="text/javascript"><!--
- allClassesLink = document.getElementById("allclasses_navbar_bottom");
- if(window==top) {
- allClassesLink.style.display = "block";
- }
- else {
- allClassesLink.style.display = "none";
- }
- //-->
-</script>
-</div>
-<a name="skip.navbar.bottom">
-<!-- -->
-</a></div>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright © 2025. All Rights Reserved.</small></p>
-</body>
-</html>
+++ /dev/null
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
-<!-- NewPage -->
-<html lang="en">
-<head>
-<!-- Generated by javadoc (1.8.0_342) on Fri Nov 07 12:27:12 UTC 2025 -->
-<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Hibernate Maven Plugin 2.1.0 API</title>
-<script type="text/javascript">
- tmpTargetPage = "" + window.location.search;
- if (tmpTargetPage != "" && tmpTargetPage != "undefined")
- tmpTargetPage = tmpTargetPage.substring(1);
- if (tmpTargetPage.indexOf(":") != -1 || (tmpTargetPage != "" && !validURL(tmpTargetPage)))
- tmpTargetPage = "undefined";
- targetPage = tmpTargetPage;
- function validURL(url) {
- try {
- url = decodeURIComponent(url);
- }
- catch (error) {
- return false;
- }
- var pos = url.indexOf(".html");
- if (pos == -1 || pos != url.length - 5)
- return false;
- var allowNumber = false;
- var allowSep = false;
- var seenDot = false;
- for (var i = 0; i < url.length - 5; i++) {
- var ch = url.charAt(i);
- if ('a' <= ch && ch <= 'z' ||
- 'A' <= ch && ch <= 'Z' ||
- ch == '$' ||
- ch == '_' ||
- ch.charCodeAt(0) > 127) {
- allowNumber = true;
- allowSep = true;
- } else if ('0' <= ch && ch <= '9'
- || ch == '-') {
- if (!allowNumber)
- return false;
- } else if (ch == '/' || ch == '.') {
- if (!allowSep)
- return false;
- allowNumber = false;
- allowSep = false;
- if (ch == '.')
- seenDot = true;
- if (ch == '/' && seenDot)
- return false;
- } else {
- return false;
- }
- }
- return true;
- }
- function loadFrames() {
- if (targetPage != "" && targetPage != "undefined")
- top.classFrame.location = top.targetPage;
- }
-</script>
-</head>
-<frameset cols="20%,80%" title="Documentation frame" onload="top.loadFrames()">
-<frame src="allclasses-frame.html" name="packageFrame" title="All classes and interfaces (except non-static nested types)">
-<frame src="de/juplo/plugins/hibernate/package-summary.html" name="classFrame" title="Package, class and interface descriptions" scrolling="yes">
-<noframes>
-<noscript>
-<div>JavaScript is disabled on your browser.</div>
-</noscript>
-<h2>Frame Alert</h2>
-<p>This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. Link to <a href="de/juplo/plugins/hibernate/package-summary.html">Non-frame version</a>.</p>
-</noframes>
-</frameset>
-</html>
+++ /dev/null
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!-- NewPage -->
-<html lang="en">
-<head>
-<!-- Generated by javadoc (1.8.0_342) on Fri Nov 07 12:27:12 UTC 2025 -->
-<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Class Hierarchy (Hibernate Maven Plugin 2.1.0 API)</title>
-<meta name="date" content="2025-11-07">
-<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
-<script type="text/javascript" src="script.js"></script>
-</head>
-<body>
-<script type="text/javascript"><!--
- try {
- if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Class Hierarchy (Hibernate Maven Plugin 2.1.0 API)";
- }
- }
- catch(err) {
- }
-//-->
-</script>
-<noscript>
-<div>JavaScript is disabled on your browser.</div>
-</noscript>
-<!-- ========= START OF TOP NAVBAR ======= -->
-<div class="topNav"><a name="navbar.top">
-<!-- -->
-</a>
-<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
-<a name="navbar.top.firstrow">
-<!-- -->
-</a>
-<ul class="navList" title="Navigation">
-<li><a href="de/juplo/plugins/hibernate/package-summary.html">Package</a></li>
-<li>Class</li>
-<li>Use</li>
-<li class="navBarCell1Rev">Tree</li>
-<li><a href="deprecated-list.html">Deprecated</a></li>
-<li><a href="index-all.html">Index</a></li>
-<li><a href="help-doc.html">Help</a></li>
-</ul>
-</div>
-<div class="subNav">
-<ul class="navList">
-<li>Prev</li>
-<li>Next</li>
-</ul>
-<ul class="navList">
-<li><a href="index.html?overview-tree.html" target="_top">Frames</a></li>
-<li><a href="overview-tree.html" target="_top">No Frames</a></li>
-</ul>
-<ul class="navList" id="allclasses_navbar_top">
-<li><a href="allclasses-noframe.html">All Classes</a></li>
-</ul>
-<div>
-<script type="text/javascript"><!--
- allClassesLink = document.getElementById("allclasses_navbar_top");
- if(window==top) {
- allClassesLink.style.display = "block";
- }
- else {
- allClassesLink.style.display = "none";
- }
- //-->
-</script>
-</div>
-<a name="skip.navbar.top">
-<!-- -->
-</a></div>
-<!-- ========= END OF TOP NAVBAR ========= -->
-<div class="header">
-<h1 class="title">Hierarchy For All Packages</h1>
-<span class="packageHierarchyLabel">Package Hierarchies:</span>
-<ul class="horizontal">
-<li><a href="de/juplo/plugins/hibernate/package-tree.html">de.juplo.plugins.hibernate</a></li>
-</ul>
-</div>
-<div class="contentContainer">
-<h2 title="Class Hierarchy">Class Hierarchy</h2>
-<ul>
-<li type="circle">java.lang.Object
-<ul>
-<li type="circle">org.apache.maven.plugin.AbstractMojo (implements org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo)
-<ul>
-<li type="circle">de.juplo.plugins.hibernate.<a href="de/juplo/plugins/hibernate/AbstractSchemaMojo.html" title="class in de.juplo.plugins.hibernate"><span class="typeNameLink">AbstractSchemaMojo</span></a>
-<ul>
-<li type="circle">de.juplo.plugins.hibernate.<a href="de/juplo/plugins/hibernate/CreateMojo.html" title="class in de.juplo.plugins.hibernate"><span class="typeNameLink">CreateMojo</span></a></li>
-<li type="circle">de.juplo.plugins.hibernate.<a href="de/juplo/plugins/hibernate/DropMojo.html" title="class in de.juplo.plugins.hibernate"><span class="typeNameLink">DropMojo</span></a></li>
-<li type="circle">de.juplo.plugins.hibernate.<a href="de/juplo/plugins/hibernate/UpdateMojo.html" title="class in de.juplo.plugins.hibernate"><span class="typeNameLink">UpdateMojo</span></a></li>
-</ul>
-</li>
-<li type="circle">de.juplo.plugins.hibernate.<a href="de/juplo/plugins/hibernate/HelpMojo.html" title="class in de.juplo.plugins.hibernate"><span class="typeNameLink">HelpMojo</span></a></li>
-</ul>
-</li>
-<li type="circle">java.lang.ClassLoader
-<ul>
-<li type="circle">de.juplo.plugins.hibernate.<a href="de/juplo/plugins/hibernate/MutableClassLoader.html" title="class in de.juplo.plugins.hibernate"><span class="typeNameLink">MutableClassLoader</span></a></li>
-</ul>
-</li>
-<li type="circle">de.juplo.plugins.hibernate.<a href="de/juplo/plugins/hibernate/ModificationTracker.html" title="class in de.juplo.plugins.hibernate"><span class="typeNameLink">ModificationTracker</span></a></li>
-</ul>
-</li>
-</ul>
-</div>
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<div class="bottomNav"><a name="navbar.bottom">
-<!-- -->
-</a>
-<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
-<a name="navbar.bottom.firstrow">
-<!-- -->
-</a>
-<ul class="navList" title="Navigation">
-<li><a href="de/juplo/plugins/hibernate/package-summary.html">Package</a></li>
-<li>Class</li>
-<li>Use</li>
-<li class="navBarCell1Rev">Tree</li>
-<li><a href="deprecated-list.html">Deprecated</a></li>
-<li><a href="index-all.html">Index</a></li>
-<li><a href="help-doc.html">Help</a></li>
-</ul>
-</div>
-<div class="subNav">
-<ul class="navList">
-<li>Prev</li>
-<li>Next</li>
-</ul>
-<ul class="navList">
-<li><a href="index.html?overview-tree.html" target="_top">Frames</a></li>
-<li><a href="overview-tree.html" target="_top">No Frames</a></li>
-</ul>
-<ul class="navList" id="allclasses_navbar_bottom">
-<li><a href="allclasses-noframe.html">All Classes</a></li>
-</ul>
-<div>
-<script type="text/javascript"><!--
- allClassesLink = document.getElementById("allclasses_navbar_bottom");
- if(window==top) {
- allClassesLink.style.display = "block";
- }
- else {
- allClassesLink.style.display = "none";
- }
- //-->
-</script>
-</div>
-<a name="skip.navbar.bottom">
-<!-- -->
-</a></div>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright © 2025. All Rights Reserved.</small></p>
-</body>
-</html>
+++ /dev/null
-de.juplo.plugins.hibernate
+++ /dev/null
-function show(type)
-{
- count = 0;
- for (var key in methods) {
- var row = document.getElementById(key);
- if ((methods[key] & type) != 0) {
- row.style.display = '';
- row.className = (count++ % 2) ? rowColor : altColor;
- }
- else
- row.style.display = 'none';
- }
- updateTabs(type);
-}
-
-function updateTabs(type)
-{
- for (var value in tabs) {
- var sNode = document.getElementById(tabs[value][0]);
- var spanNode = sNode.firstChild;
- if (value == type) {
- sNode.className = activeTableTab;
- spanNode.innerHTML = tabs[value][1];
- }
- else {
- sNode.className = tableTab;
- spanNode.innerHTML = "<a href=\"javascript:show("+ value + ");\">" + tabs[value][1] + "</a>";
- }
- }
-}
+++ /dev/null
-/* Javadoc style sheet */
-/*
-Overall document style
-*/
-
-@import url('resources/fonts/dejavu.css');
-
-body {
- background-color:#ffffff;
- color:#353833;
- font-family:'DejaVu Sans', Arial, Helvetica, sans-serif;
- font-size:14px;
- margin:0;
-}
-a:link, a:visited {
- text-decoration:none;
- color:#4A6782;
-}
-a:hover, a:focus {
- text-decoration:none;
- color:#bb7a2a;
-}
-a:active {
- text-decoration:none;
- color:#4A6782;
-}
-a[name] {
- color:#353833;
-}
-a[name]:hover {
- text-decoration:none;
- color:#353833;
-}
-pre {
- font-family:'DejaVu Sans Mono', monospace;
- font-size:14px;
-}
-h1 {
- font-size:20px;
-}
-h2 {
- font-size:18px;
-}
-h3 {
- font-size:16px;
- font-style:italic;
-}
-h4 {
- font-size:13px;
-}
-h5 {
- font-size:12px;
-}
-h6 {
- font-size:11px;
-}
-ul {
- list-style-type:disc;
-}
-code, tt {
- font-family:'DejaVu Sans Mono', monospace;
- font-size:14px;
- padding-top:4px;
- margin-top:8px;
- line-height:1.4em;
-}
-dt code {
- font-family:'DejaVu Sans Mono', monospace;
- font-size:14px;
- padding-top:4px;
-}
-table tr td dt code {
- font-family:'DejaVu Sans Mono', monospace;
- font-size:14px;
- vertical-align:top;
- padding-top:4px;
-}
-sup {
- font-size:8px;
-}
-/*
-Document title and Copyright styles
-*/
-.clear {
- clear:both;
- height:0px;
- overflow:hidden;
-}
-.aboutLanguage {
- float:right;
- padding:0px 21px;
- font-size:11px;
- z-index:200;
- margin-top:-9px;
-}
-.legalCopy {
- margin-left:.5em;
-}
-.bar a, .bar a:link, .bar a:visited, .bar a:active {
- color:#FFFFFF;
- text-decoration:none;
-}
-.bar a:hover, .bar a:focus {
- color:#bb7a2a;
-}
-.tab {
- background-color:#0066FF;
- color:#ffffff;
- padding:8px;
- width:5em;
- font-weight:bold;
-}
-/*
-Navigation bar styles
-*/
-.bar {
- background-color:#4D7A97;
- color:#FFFFFF;
- padding:.8em .5em .4em .8em;
- height:auto;/*height:1.8em;*/
- font-size:11px;
- margin:0;
-}
-.topNav {
- background-color:#4D7A97;
- color:#FFFFFF;
- float:left;
- padding:0;
- width:100%;
- clear:right;
- height:2.8em;
- padding-top:10px;
- overflow:hidden;
- font-size:12px;
-}
-.bottomNav {
- margin-top:10px;
- background-color:#4D7A97;
- color:#FFFFFF;
- float:left;
- padding:0;
- width:100%;
- clear:right;
- height:2.8em;
- padding-top:10px;
- overflow:hidden;
- font-size:12px;
-}
-.subNav {
- background-color:#dee3e9;
- float:left;
- width:100%;
- overflow:hidden;
- font-size:12px;
-}
-.subNav div {
- clear:left;
- float:left;
- padding:0 0 5px 6px;
- text-transform:uppercase;
-}
-ul.navList, ul.subNavList {
- float:left;
- margin:0 25px 0 0;
- padding:0;
-}
-ul.navList li{
- list-style:none;
- float:left;
- padding: 5px 6px;
- text-transform:uppercase;
-}
-ul.subNavList li{
- list-style:none;
- float:left;
-}
-.topNav a:link, .topNav a:active, .topNav a:visited, .bottomNav a:link, .bottomNav a:active, .bottomNav a:visited {
- color:#FFFFFF;
- text-decoration:none;
- text-transform:uppercase;
-}
-.topNav a:hover, .bottomNav a:hover {
- text-decoration:none;
- color:#bb7a2a;
- text-transform:uppercase;
-}
-.navBarCell1Rev {
- background-color:#F8981D;
- color:#253441;
- margin: auto 5px;
-}
-.skipNav {
- position:absolute;
- top:auto;
- left:-9999px;
- overflow:hidden;
-}
-/*
-Page header and footer styles
-*/
-.header, .footer {
- clear:both;
- margin:0 20px;
- padding:5px 0 0 0;
-}
-.indexHeader {
- margin:10px;
- position:relative;
-}
-.indexHeader span{
- margin-right:15px;
-}
-.indexHeader h1 {
- font-size:13px;
-}
-.title {
- color:#2c4557;
- margin:10px 0;
-}
-.subTitle {
- margin:5px 0 0 0;
-}
-.header ul {
- margin:0 0 15px 0;
- padding:0;
-}
-.footer ul {
- margin:20px 0 5px 0;
-}
-.header ul li, .footer ul li {
- list-style:none;
- font-size:13px;
-}
-/*
-Heading styles
-*/
-div.details ul.blockList ul.blockList ul.blockList li.blockList h4, div.details ul.blockList ul.blockList ul.blockListLast li.blockList h4 {
- background-color:#dee3e9;
- border:1px solid #d0d9e0;
- margin:0 0 6px -8px;
- padding:7px 5px;
-}
-ul.blockList ul.blockList ul.blockList li.blockList h3 {
- background-color:#dee3e9;
- border:1px solid #d0d9e0;
- margin:0 0 6px -8px;
- padding:7px 5px;
-}
-ul.blockList ul.blockList li.blockList h3 {
- padding:0;
- margin:15px 0;
-}
-ul.blockList li.blockList h2 {
- padding:0px 0 20px 0;
-}
-/*
-Page layout container styles
-*/
-.contentContainer, .sourceContainer, .classUseContainer, .serializedFormContainer, .constantValuesContainer {
- clear:both;
- padding:10px 20px;
- position:relative;
-}
-.indexContainer {
- margin:10px;
- position:relative;
- font-size:12px;
-}
-.indexContainer h2 {
- font-size:13px;
- padding:0 0 3px 0;
-}
-.indexContainer ul {
- margin:0;
- padding:0;
-}
-.indexContainer ul li {
- list-style:none;
- padding-top:2px;
-}
-.contentContainer .description dl dt, .contentContainer .details dl dt, .serializedFormContainer dl dt {
- font-size:12px;
- font-weight:bold;
- margin:10px 0 0 0;
- color:#4E4E4E;
-}
-.contentContainer .description dl dd, .contentContainer .details dl dd, .serializedFormContainer dl dd {
- margin:5px 0 10px 0px;
- font-size:14px;
- font-family:'DejaVu Sans Mono',monospace;
-}
-.serializedFormContainer dl.nameValue dt {
- margin-left:1px;
- font-size:1.1em;
- display:inline;
- font-weight:bold;
-}
-.serializedFormContainer dl.nameValue dd {
- margin:0 0 0 1px;
- font-size:1.1em;
- display:inline;
-}
-/*
-List styles
-*/
-ul.horizontal li {
- display:inline;
- font-size:0.9em;
-}
-ul.inheritance {
- margin:0;
- padding:0;
-}
-ul.inheritance li {
- display:inline;
- list-style:none;
-}
-ul.inheritance li ul.inheritance {
- margin-left:15px;
- padding-left:15px;
- padding-top:1px;
-}
-ul.blockList, ul.blockListLast {
- margin:10px 0 10px 0;
- padding:0;
-}
-ul.blockList li.blockList, ul.blockListLast li.blockList {
- list-style:none;
- margin-bottom:15px;
- line-height:1.4;
-}
-ul.blockList ul.blockList li.blockList, ul.blockList ul.blockListLast li.blockList {
- padding:0px 20px 5px 10px;
- border:1px solid #ededed;
- background-color:#f8f8f8;
-}
-ul.blockList ul.blockList ul.blockList li.blockList, ul.blockList ul.blockList ul.blockListLast li.blockList {
- padding:0 0 5px 8px;
- background-color:#ffffff;
- border:none;
-}
-ul.blockList ul.blockList ul.blockList ul.blockList li.blockList {
- margin-left:0;
- padding-left:0;
- padding-bottom:15px;
- border:none;
-}
-ul.blockList ul.blockList ul.blockList ul.blockList li.blockListLast {
- list-style:none;
- border-bottom:none;
- padding-bottom:0;
-}
-table tr td dl, table tr td dl dt, table tr td dl dd {
- margin-top:0;
- margin-bottom:1px;
-}
-/*
-Table styles
-*/
-.overviewSummary, .memberSummary, .typeSummary, .useSummary, .constantsSummary, .deprecatedSummary {
- width:100%;
- border-left:1px solid #EEE;
- border-right:1px solid #EEE;
- border-bottom:1px solid #EEE;
-}
-.overviewSummary, .memberSummary {
- padding:0px;
-}
-.overviewSummary caption, .memberSummary caption, .typeSummary caption,
-.useSummary caption, .constantsSummary caption, .deprecatedSummary caption {
- position:relative;
- text-align:left;
- background-repeat:no-repeat;
- color:#253441;
- font-weight:bold;
- clear:none;
- overflow:hidden;
- padding:0px;
- padding-top:10px;
- padding-left:1px;
- margin:0px;
- white-space:pre;
-}
-.overviewSummary caption a:link, .memberSummary caption a:link, .typeSummary caption a:link,
-.useSummary caption a:link, .constantsSummary caption a:link, .deprecatedSummary caption a:link,
-.overviewSummary caption a:hover, .memberSummary caption a:hover, .typeSummary caption a:hover,
-.useSummary caption a:hover, .constantsSummary caption a:hover, .deprecatedSummary caption a:hover,
-.overviewSummary caption a:active, .memberSummary caption a:active, .typeSummary caption a:active,
-.useSummary caption a:active, .constantsSummary caption a:active, .deprecatedSummary caption a:active,
-.overviewSummary caption a:visited, .memberSummary caption a:visited, .typeSummary caption a:visited,
-.useSummary caption a:visited, .constantsSummary caption a:visited, .deprecatedSummary caption a:visited {
- color:#FFFFFF;
-}
-.overviewSummary caption span, .memberSummary caption span, .typeSummary caption span,
-.useSummary caption span, .constantsSummary caption span, .deprecatedSummary caption span {
- white-space:nowrap;
- padding-top:5px;
- padding-left:12px;
- padding-right:12px;
- padding-bottom:7px;
- display:inline-block;
- float:left;
- background-color:#F8981D;
- border: none;
- height:16px;
-}
-.memberSummary caption span.activeTableTab span {
- white-space:nowrap;
- padding-top:5px;
- padding-left:12px;
- padding-right:12px;
- margin-right:3px;
- display:inline-block;
- float:left;
- background-color:#F8981D;
- height:16px;
-}
-.memberSummary caption span.tableTab span {
- white-space:nowrap;
- padding-top:5px;
- padding-left:12px;
- padding-right:12px;
- margin-right:3px;
- display:inline-block;
- float:left;
- background-color:#4D7A97;
- height:16px;
-}
-.memberSummary caption span.tableTab, .memberSummary caption span.activeTableTab {
- padding-top:0px;
- padding-left:0px;
- padding-right:0px;
- background-image:none;
- float:none;
- display:inline;
-}
-.overviewSummary .tabEnd, .memberSummary .tabEnd, .typeSummary .tabEnd,
-.useSummary .tabEnd, .constantsSummary .tabEnd, .deprecatedSummary .tabEnd {
- display:none;
- width:5px;
- position:relative;
- float:left;
- background-color:#F8981D;
-}
-.memberSummary .activeTableTab .tabEnd {
- display:none;
- width:5px;
- margin-right:3px;
- position:relative;
- float:left;
- background-color:#F8981D;
-}
-.memberSummary .tableTab .tabEnd {
- display:none;
- width:5px;
- margin-right:3px;
- position:relative;
- background-color:#4D7A97;
- float:left;
-
-}
-.overviewSummary td, .memberSummary td, .typeSummary td,
-.useSummary td, .constantsSummary td, .deprecatedSummary td {
- text-align:left;
- padding:0px 0px 12px 10px;
-}
-th.colOne, th.colFirst, th.colLast, .useSummary th, .constantsSummary th,
-td.colOne, td.colFirst, td.colLast, .useSummary td, .constantsSummary td{
- vertical-align:top;
- padding-right:0px;
- padding-top:8px;
- padding-bottom:3px;
-}
-th.colFirst, th.colLast, th.colOne, .constantsSummary th {
- background:#dee3e9;
- text-align:left;
- padding:8px 3px 3px 7px;
-}
-td.colFirst, th.colFirst {
- white-space:nowrap;
- font-size:13px;
-}
-td.colLast, th.colLast {
- font-size:13px;
-}
-td.colOne, th.colOne {
- font-size:13px;
-}
-.overviewSummary td.colFirst, .overviewSummary th.colFirst,
-.useSummary td.colFirst, .useSummary th.colFirst,
-.overviewSummary td.colOne, .overviewSummary th.colOne,
-.memberSummary td.colFirst, .memberSummary th.colFirst,
-.memberSummary td.colOne, .memberSummary th.colOne,
-.typeSummary td.colFirst{
- width:25%;
- vertical-align:top;
-}
-td.colOne a:link, td.colOne a:active, td.colOne a:visited, td.colOne a:hover, td.colFirst a:link, td.colFirst a:active, td.colFirst a:visited, td.colFirst a:hover, td.colLast a:link, td.colLast a:active, td.colLast a:visited, td.colLast a:hover, .constantValuesContainer td a:link, .constantValuesContainer td a:active, .constantValuesContainer td a:visited, .constantValuesContainer td a:hover {
- font-weight:bold;
-}
-.tableSubHeadingColor {
- background-color:#EEEEFF;
-}
-.altColor {
- background-color:#FFFFFF;
-}
-.rowColor {
- background-color:#EEEEEF;
-}
-/*
-Content styles
-*/
-.description pre {
- margin-top:0;
-}
-.deprecatedContent {
- margin:0;
- padding:10px 0;
-}
-.docSummary {
- padding:0;
-}
-
-ul.blockList ul.blockList ul.blockList li.blockList h3 {
- font-style:normal;
-}
-
-div.block {
- font-size:14px;
- font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif;
-}
-
-td.colLast div {
- padding-top:0px;
-}
-
-
-td.colLast a {
- padding-bottom:3px;
-}
-/*
-Formatting effect styles
-*/
-.sourceLineNo {
- color:green;
- padding:0 30px 0 0;
-}
-h1.hidden {
- visibility:hidden;
- overflow:hidden;
- font-size:10px;
-}
-.block {
- display:block;
- margin:3px 10px 2px 0px;
- color:#474747;
-}
-.deprecatedLabel, .descfrmTypeLabel, .memberNameLabel, .memberNameLink,
-.overrideSpecifyLabel, .packageHierarchyLabel, .paramLabel, .returnLabel,
-.seeLabel, .simpleTagLabel, .throwsLabel, .typeNameLabel, .typeNameLink {
- font-weight:bold;
-}
-.deprecationComment, .emphasizedPhrase, .interfaceName {
- font-style:italic;
-}
-
-div.block div.block span.deprecationComment, div.block div.block span.emphasizedPhrase,
-div.block div.block span.interfaceName {
- font-style:normal;
-}
-
-div.contentContainer ul.blockList li.blockList h2{
- padding-bottom:0px;
-}
+++ /dev/null
-<!DOCTYPE html>
-<!--/*-->
-<!-- Generated by Apache Maven Doxia Site Renderer 1.9.2 at 2025-11-07 -->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: ci-management.html / name: CI Management -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: dependencies.html / name: Dependencies -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: dependency-info.html / name: Maven Coordinates -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: distribution-management.html / name: Distribution Management -->
-
-
-
-
-
- <!-- Skipping already seen entry: uri=index.html, name=About -->
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: licenses.html / name: Licenses -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: plugin-management.html / name: Plugin Management -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: plugins.html / name: Plugins -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: scm.html / name: Source Code Management -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: summary.html / name: Summary -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: team.html / name: Team -->
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: project-info.html / name: Project Information -->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: testapidocs/index.html / name: Test JavaDocs -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: apidocs/index.html / name: JavaDocs -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: xref/index.html / name: Source Xref -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: xref-test/index.html / name: Test Source Xref -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: cpd.html / name: CPD -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: pmd.html / name: PMD -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: plugin-info.html / name: Plugin Documentation -->
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: project-reports.html / name: Project Reports -->
-
-
-
-
- <!-- DONE WITH MENUE - - $page.name-->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: index.html?about / name: Overview -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: configuration.html / name: Configuration Examples -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: create-mojo.html / name: Goal — hibernate:create -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: update-mojo.html / name: Goal — hibernate:update -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: drop-mojo.html / name: Goal — hibernate:drop -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: help-mojo.html / name: Goal — hibernate:help -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: debugging.html / name: Enable Debugging-Output -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: skip.html / name: Skipping Execution -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: force.html / name: Force Exceution -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: pitfalls.html / name: Known Pitfalls (FAQ) -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- OVERWRITING PAGE - uri: project-info.html / name: Project Information -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- OVERWRITING PAGE - uri: project-reports.html / name: Project Reports -->
-
-
-
-
- <!-- DONE WITH MENUE - - (no name)-->
-
-
-
-<!-- name: CI Management -->
-<!-- title: Hibernate Maven Plugin – CI Management -->
-<!-- short title: CI Management -->
-<!-- current page: ci-management.html -->
-<!-- path: /projects/hibernate-maven-plugin/2.1.0/ -->
-<!-- crumbs: "/index.html","/projects.html" -->
-<!-- pages: {index.html={uri=index.html, name=Hibernate Maven Plugin, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}], childs={index.html?about=Overview, configuration.html=Configuration Examples, create-mojo.html=Goal — hibernate:create, update-mojo.html=Goal — hibernate:update, drop-mojo.html=Goal — hibernate:drop, help-mojo.html=Goal — hibernate:help, debugging.html=Enable Debugging-Output, skip.html=Skipping Execution, force.html=Force Exceution, pitfalls.html=Known Pitfalls (FAQ), project-info.html=Project Information, project-reports.html=Project Reports}}, ci-management.html={name=CI Management, uri=ci-management.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=ci-management.html, name=CI Management}]}, dependencies.html={name=Dependencies, uri=dependencies.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=dependencies.html, name=Dependencies}]}, dependency-info.html={name=Maven Coordinates, uri=dependency-info.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=dependency-info.html, name=Maven Coordinates}]}, distribution-management.html={name=Distribution Management, uri=distribution-management.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=distribution-management.html, name=Distribution Management}]}, licenses.html={name=Licenses, uri=licenses.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=licenses.html, name=Licenses}]}, plugin-management.html={name=Plugin Management, uri=plugin-management.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=plugin-management.html, name=Plugin Management}]}, plugins.html={name=Plugins, uri=plugins.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=plugins.html, name=Plugins}]}, scm.html={name=Source Code Management, uri=scm.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=scm.html, name=Source Code Management}]}, summary.html={name=Summary, uri=summary.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=summary.html, name=Summary}]}, team.html={name=Team, uri=team.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=team.html, name=Team}]}, project-info.html={name=Project Information, uri=project-info.html, childs={ci-management.html=CI Management, dependencies.html=Dependencies, dependency-info.html=Maven Coordinates, distribution-management.html=Distribution Management, licenses.html=Licenses, plugin-management.html=Plugin Management, plugins.html=Plugins, scm.html=Source Code Management, summary.html=Summary, team.html=Team}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}]}, testapidocs/index.html={name=Test JavaDocs, uri=testapidocs/index.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=testapidocs/index.html, name=Test JavaDocs}]}, apidocs/index.html={name=JavaDocs, uri=apidocs/index.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=apidocs/index.html, name=JavaDocs}]}, xref/index.html={name=Source Xref, uri=xref/index.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=xref/index.html, name=Source Xref}]}, xref-test/index.html={name=Test Source Xref, uri=xref-test/index.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=xref-test/index.html, name=Test Source Xref}]}, cpd.html={name=CPD, uri=cpd.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=cpd.html, name=CPD}]}, pmd.html={name=PMD, uri=pmd.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=pmd.html, name=PMD}]}, plugin-info.html={name=Plugin Documentation, uri=plugin-info.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=plugin-info.html, name=Plugin Documentation}]}, project-reports.html={name=Project Reports, uri=project-reports.html, childs={testapidocs/index.html=Test JavaDocs, apidocs/index.html=JavaDocs, xref/index.html=Source Xref, xref-test/index.html=Test Source Xref, cpd.html=CPD, pmd.html=PMD, plugin-info.html=Plugin Documentation}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}]}, index.html?about={name=Overview, uri=index.html?about, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=index.html?about, name=Overview}]}, configuration.html={name=Configuration Examples, uri=configuration.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=configuration.html, name=Configuration Examples}]}, create-mojo.html={name=Goal — hibernate:create, uri=create-mojo.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=create-mojo.html, name=Goal — hibernate:create}]}, update-mojo.html={name=Goal — hibernate:update, uri=update-mojo.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=update-mojo.html, name=Goal — hibernate:update}]}, drop-mojo.html={name=Goal — hibernate:drop, uri=drop-mojo.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=drop-mojo.html, name=Goal — hibernate:drop}]}, help-mojo.html={name=Goal — hibernate:help, uri=help-mojo.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=help-mojo.html, name=Goal — hibernate:help}]}, debugging.html={name=Enable Debugging-Output, uri=debugging.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=debugging.html, name=Enable Debugging-Output}]}, skip.html={name=Skipping Execution, uri=skip.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=skip.html, name=Skipping Execution}]}, force.html={name=Force Exceution, uri=force.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=force.html, name=Force Exceution}]}, pitfalls.html={name=Known Pitfalls (FAQ), uri=pitfalls.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=pitfalls.html, name=Known Pitfalls (FAQ)}]}} -->
-
-
-<!--*/-->
-<html xmlns="http://www.w3.org/1999/xhtml" th:replace="~{/templates/layout.html :: layout(uri='' + ~{:: code[class='site_uri']/text()}, title=~{:: title}, maincontent=~{:: .maincontent}, json='MERGE:' + ~{:: pre[class='json']/text()})}">
- <head>
- <title class="title">Hibernate Maven Plugin – CI Management</title>
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
- <link id="canonical" rel="canonical" href="/hibernate-maven-plugin/ci-management.html"/>
- </head>
- <body>
- <h1 class="short_title">CI Management</h1>
- <h2>URI</h2>
- <ul>
- <li><strong>site:</strong> <code class="site_uri">/projects/hibernate-maven-plugin/2.1.0/ci-management.html</code></li>
- <li><strong>canonical:</strong> <code class="canonical_uri">/hibernate-maven-plugin/ci-management.html</code></li>
- <li><strong>relative:</strong> <code class="relative_uri">ci-management.html</code></li>
- </ul>
- <h2>Path</h2>
- <p>
- <ol>
- <li><a href="index.html">Hibernate Maven Plugin</a></li><li><a href="project-info.html">Project Information</a></li><li><a href="ci-management.html">CI Management</a></li> </ol>
- </p>
- <hr />
- <article class="maincontent">
- <section><a name="Overview"></a>
-<h2><a name="Overview"></a>Overview</h2>
-<p>This project uses <a class="externalLink" href="http://continuum.apache.org/">Continuum</a>.</p></section><section><a name="Access"></a>
-<h2><a name="Access"></a>Access</h2>
-<p>The following is a link to the continuous integration system used by the project:</p>
- </article>
- <hr />
- <h2>Page Structure as JSON</h2>
- <pre class="json">
-{
- "_titles": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": "Hibernate Maven Plugin",
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html": "CI Management",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html": "Dependencies",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html": "Maven Coordinates",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html": "Distribution Management",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html": "Licenses",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html": "Plugin Management",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html": "Plugins",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html": "Source Code Management",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html": "Summary",
- "/projects/hibernate-maven-plugin/2.1.0/team.html": "Team",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": "Project Information",
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html": "Test JavaDocs",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html": "JavaDocs",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html": "Source Xref",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html": "Test Source Xref",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html": "CPD",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html": "PMD",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html": "Plugin Documentation",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": "Project Reports",
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about": "Overview",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html": "Configuration Examples",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html": "Goal — hibernate:create",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html": "Goal — hibernate:update",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": "Goal — hibernate:drop",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html": "Goal — hibernate:help",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html": "Enable Debugging-Output",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html": "Skipping Execution",
- "/projects/hibernate-maven-plugin/2.1.0/force.html": "Force Exceution",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html": "Known Pitfalls (FAQ)"
- },
- "_childs": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": [
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html",
- "/projects/hibernate-maven-plugin/2.1.0/force.html",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": [
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html",
- "/projects/hibernate-maven-plugin/2.1.0/team.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": [
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html"
- ]
- },
- "_crumbs": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/scm.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/summary.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/team.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/team.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/skip.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/force.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/force.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html"
- ]
- },
- "_canonical": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": "/hibernate-maven-plugin/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html": "/hibernate-maven-plugin/ci-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html": "/hibernate-maven-plugin/dependencies.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html": "/hibernate-maven-plugin/dependency-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html": "/hibernate-maven-plugin/distribution-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html": "/hibernate-maven-plugin/licenses.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html": "/hibernate-maven-plugin/plugin-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html": "/hibernate-maven-plugin/plugins.html",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html": "/hibernate-maven-plugin/scm.html",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html": "/hibernate-maven-plugin/summary.html",
- "/projects/hibernate-maven-plugin/2.1.0/team.html": "/hibernate-maven-plugin/team.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": "/hibernate-maven-plugin/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html": "/hibernate-maven-plugin/testapidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html": "/hibernate-maven-plugin/apidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html": "/hibernate-maven-plugin/xref/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html": "/hibernate-maven-plugin/xref-test/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html": "/hibernate-maven-plugin/cpd.html",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html": "/hibernate-maven-plugin/pmd.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html": "/hibernate-maven-plugin/plugin-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": "/hibernate-maven-plugin/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about": "/hibernate-maven-plugin/index.html?about",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html": "/hibernate-maven-plugin/configuration.html",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html": "/hibernate-maven-plugin/create-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html": "/hibernate-maven-plugin/update-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": "/hibernate-maven-plugin/drop-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html": "/hibernate-maven-plugin/help-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html": "/hibernate-maven-plugin/debugging.html",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html": "/hibernate-maven-plugin/skip.html",
- "/projects/hibernate-maven-plugin/2.1.0/force.html": "/hibernate-maven-plugin/force.html",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html": "/hibernate-maven-plugin/pitfalls.html"
- }
-}
- </pre>
- <h2>All Pages</h2>
- <p>
- <ul>
- <li><a href="index.html">Hibernate Maven Plugin</a></li><li><a href="ci-management.html">CI Management</a></li><li><a href="dependencies.html">Dependencies</a></li><li><a href="dependency-info.html">Maven Coordinates</a></li><li><a href="distribution-management.html">Distribution Management</a></li><li><a href="licenses.html">Licenses</a></li><li><a href="plugin-management.html">Plugin Management</a></li><li><a href="plugins.html">Plugins</a></li><li><a href="scm.html">Source Code Management</a></li><li><a href="summary.html">Summary</a></li><li><a href="team.html">Team</a></li><li><a href="project-info.html">Project Information</a></li><li><a href="testapidocs/index.html">Test JavaDocs</a></li><li><a href="apidocs/index.html">JavaDocs</a></li><li><a href="xref/index.html">Source Xref</a></li><li><a href="xref-test/index.html">Test Source Xref</a></li><li><a href="cpd.html">CPD</a></li><li><a href="pmd.html">PMD</a></li><li><a href="plugin-info.html">Plugin Documentation</a></li><li><a href="project-reports.html">Project Reports</a></li><li><a href="index.html?about">Overview</a></li><li><a href="configuration.html">Configuration Examples</a></li><li><a href="create-mojo.html">Goal — hibernate:create</a></li><li><a href="update-mojo.html">Goal — hibernate:update</a></li><li><a href="drop-mojo.html">Goal — hibernate:drop</a></li><li><a href="help-mojo.html">Goal — hibernate:help</a></li><li><a href="debugging.html">Enable Debugging-Output</a></li><li><a href="skip.html">Skipping Execution</a></li><li><a href="force.html">Force Exceution</a></li><li><a href="pitfalls.html">Known Pitfalls (FAQ)</a></li> </ul>
- </p>
- </body>
-</html>
-<!DOCTYPE html>
-<!--/*-->
-<!-- Generated by Apache Maven Doxia Site Renderer 1.9.2 at 2025-11-07 -->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: ci-management.html / name: CI Management -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: dependencies.html / name: Dependencies -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: dependency-info.html / name: Maven Coordinates -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: distribution-management.html / name: Distribution Management -->
-
-
-
-
-
- <!-- Skipping already seen entry: uri=index.html, name=About -->
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: licenses.html / name: Licenses -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: plugin-management.html / name: Plugin Management -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: plugins.html / name: Plugins -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: scm.html / name: Source Code Management -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: summary.html / name: Summary -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: team.html / name: Team -->
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: project-info.html / name: Project Information -->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: testapidocs/index.html / name: Test JavaDocs -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: apidocs/index.html / name: JavaDocs -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: xref/index.html / name: Source Xref -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: xref-test/index.html / name: Test Source Xref -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: cpd.html / name: CPD -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: pmd.html / name: PMD -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: plugin-info.html / name: Plugin Documentation -->
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: project-reports.html / name: Project Reports -->
-
-
-
-
- <!-- DONE WITH MENUE - - $page.name-->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: index.html?about / name: Overview -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: configuration.html / name: Configuration Examples -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: create-mojo.html / name: Goal — hibernate:create -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: update-mojo.html / name: Goal — hibernate:update -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: drop-mojo.html / name: Goal — hibernate:drop -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: help-mojo.html / name: Goal — hibernate:help -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: debugging.html / name: Enable Debugging-Output -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: skip.html / name: Skipping Execution -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: force.html / name: Force Exceution -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: pitfalls.html / name: Known Pitfalls (FAQ) -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- OVERWRITING PAGE - uri: project-info.html / name: Project Information -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- OVERWRITING PAGE - uri: project-reports.html / name: Project Reports -->
-
-
-
-
- <!-- DONE WITH MENUE - - (no name)-->
-
-
-
-<!-- name: Configuration Examples -->
-<!-- title: Hibernate Maven Plugin – -->
-<!-- short title: -->
-<!-- current page: configuration.html -->
-<!-- path: /projects/hibernate-maven-plugin/2.1.0/ -->
-<!-- crumbs: "/index.html","/projects.html" -->
-<!-- pages: {index.html={uri=index.html, name=Hibernate Maven Plugin, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}], childs={index.html?about=Overview, configuration.html=Configuration Examples, create-mojo.html=Goal — hibernate:create, update-mojo.html=Goal — hibernate:update, drop-mojo.html=Goal — hibernate:drop, help-mojo.html=Goal — hibernate:help, debugging.html=Enable Debugging-Output, skip.html=Skipping Execution, force.html=Force Exceution, pitfalls.html=Known Pitfalls (FAQ), project-info.html=Project Information, project-reports.html=Project Reports}}, ci-management.html={name=CI Management, uri=ci-management.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=ci-management.html, name=CI Management}]}, dependencies.html={name=Dependencies, uri=dependencies.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=dependencies.html, name=Dependencies}]}, dependency-info.html={name=Maven Coordinates, uri=dependency-info.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=dependency-info.html, name=Maven Coordinates}]}, distribution-management.html={name=Distribution Management, uri=distribution-management.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=distribution-management.html, name=Distribution Management}]}, licenses.html={name=Licenses, uri=licenses.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=licenses.html, name=Licenses}]}, plugin-management.html={name=Plugin Management, uri=plugin-management.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=plugin-management.html, name=Plugin Management}]}, plugins.html={name=Plugins, uri=plugins.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=plugins.html, name=Plugins}]}, scm.html={name=Source Code Management, uri=scm.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=scm.html, name=Source Code Management}]}, summary.html={name=Summary, uri=summary.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=summary.html, name=Summary}]}, team.html={name=Team, uri=team.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=team.html, name=Team}]}, project-info.html={name=Project Information, uri=project-info.html, childs={ci-management.html=CI Management, dependencies.html=Dependencies, dependency-info.html=Maven Coordinates, distribution-management.html=Distribution Management, licenses.html=Licenses, plugin-management.html=Plugin Management, plugins.html=Plugins, scm.html=Source Code Management, summary.html=Summary, team.html=Team}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}]}, testapidocs/index.html={name=Test JavaDocs, uri=testapidocs/index.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=testapidocs/index.html, name=Test JavaDocs}]}, apidocs/index.html={name=JavaDocs, uri=apidocs/index.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=apidocs/index.html, name=JavaDocs}]}, xref/index.html={name=Source Xref, uri=xref/index.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=xref/index.html, name=Source Xref}]}, xref-test/index.html={name=Test Source Xref, uri=xref-test/index.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=xref-test/index.html, name=Test Source Xref}]}, cpd.html={name=CPD, uri=cpd.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=cpd.html, name=CPD}]}, pmd.html={name=PMD, uri=pmd.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=pmd.html, name=PMD}]}, plugin-info.html={name=Plugin Documentation, uri=plugin-info.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=plugin-info.html, name=Plugin Documentation}]}, project-reports.html={name=Project Reports, uri=project-reports.html, childs={testapidocs/index.html=Test JavaDocs, apidocs/index.html=JavaDocs, xref/index.html=Source Xref, xref-test/index.html=Test Source Xref, cpd.html=CPD, pmd.html=PMD, plugin-info.html=Plugin Documentation}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}]}, index.html?about={name=Overview, uri=index.html?about, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=index.html?about, name=Overview}]}, configuration.html={name=Configuration Examples, uri=configuration.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=configuration.html, name=Configuration Examples}]}, create-mojo.html={name=Goal — hibernate:create, uri=create-mojo.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=create-mojo.html, name=Goal — hibernate:create}]}, update-mojo.html={name=Goal — hibernate:update, uri=update-mojo.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=update-mojo.html, name=Goal — hibernate:update}]}, drop-mojo.html={name=Goal — hibernate:drop, uri=drop-mojo.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=drop-mojo.html, name=Goal — hibernate:drop}]}, help-mojo.html={name=Goal — hibernate:help, uri=help-mojo.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=help-mojo.html, name=Goal — hibernate:help}]}, debugging.html={name=Enable Debugging-Output, uri=debugging.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=debugging.html, name=Enable Debugging-Output}]}, skip.html={name=Skipping Execution, uri=skip.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=skip.html, name=Skipping Execution}]}, force.html={name=Force Exceution, uri=force.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=force.html, name=Force Exceution}]}, pitfalls.html={name=Known Pitfalls (FAQ), uri=pitfalls.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=pitfalls.html, name=Known Pitfalls (FAQ)}]}} -->
-
-
-<!--*/-->
-<html xmlns="http://www.w3.org/1999/xhtml" th:replace="~{/templates/layout.html :: layout(uri='' + ~{:: code[class='site_uri']/text()}, title=~{:: title}, maincontent=~{:: .maincontent}, json='MERGE:' + ~{:: pre[class='json']/text()})}">
- <head>
- <title class="title">Hibernate Maven Plugin – </title>
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
- <link id="canonical" rel="canonical" href="/hibernate-maven-plugin/configuration.html"/>
- </head>
- <body>
- <h1 class="short_title"></h1>
- <h2>URI</h2>
- <ul>
- <li><strong>site:</strong> <code class="site_uri">/projects/hibernate-maven-plugin/2.1.0/configuration.html</code></li>
- <li><strong>canonical:</strong> <code class="canonical_uri">/hibernate-maven-plugin/configuration.html</code></li>
- <li><strong>relative:</strong> <code class="relative_uri">configuration.html</code></li>
- </ul>
- <h2>Path</h2>
- <p>
- <ol>
- <li><a href="index.html">Hibernate Maven Plugin</a></li><li><a href="configuration.html">Configuration Examples</a></li> </ol>
- </p>
- <hr />
- <article class="maincontent">
-
-
-
-
-<h1>Configuration Examples</h1>
- <section>
+---
+title: Configuration Examples
+weight: 20
+outputs:
+ - html
+url: /projects/hibernate-maven-plugin/2.1.0/configuration.html
+layout: article
+---
+<div id="sili-body">
+<h1>Configuration Examples</h1><section>
<h2><a name="Configuration_Through_A_Configuration-File"></a>Configuration Through A Configuration-File</h2>
<p>
</p>
<div>
-<pre class="prettyprint linenums lang-html">
-<plugin>
- <groupId>de.juplo</groupId>
- <artifactId>hibernate-maven-plugin</artifactId>
- <version>2.1.0</version>
- <executions>
- <execution>
- <goals>
- <goal>create</goal>
- </goals>
- </execution>
- </executions>
-</plugin></pre></div>
+{{< highlight guess >}}
+
+<plugin>
+ <groupId>de.juplo</groupId>
+ <artifactId>hibernate-maven-plugin</artifactId>
+ <version>2.1.0</version>
+ <executions>
+ <execution>
+ <goals>
+ <goal>create</goal>
+ </goals>
+ </execution>
+ </executions>
+</plugin>
+
+{{< /highlight >}}</div>
<p>
This would create the configured database.
</p>
<div>
-<pre class="prettyprint linenums lang-html">
-<plugin>
- <groupId>de.juplo</groupId>
- <artifactId>hibernate-maven-plugin</artifactId>
- <version>2.1.0</version>
- <executions>
- <execution>
- <goals>
- <goal>drop</goal>
- <goal>create</goal>
- </goals>
- </execution>
- </executions>
-</plugin></pre></div>
+{{< highlight guess >}}
+
+<plugin>
+ <groupId>de.juplo</groupId>
+ <artifactId>hibernate-maven-plugin</artifactId>
+ <version>2.1.0</version>
+ <executions>
+ <execution>
+ <goals>
+ <goal>drop</goal>
+ <goal>create</goal>
+ </goals>
+ </execution>
+ </executions>
+</plugin>
+
+{{< /highlight >}}</div>
<p>
A correspondin goal for the command <code>update</code> is missing in this
</p>
<div>
-<pre class="prettyprint linenums lang-properties">
+{{< highlight guess >}}
+
hibernate.dialect=org.hibernate.dialect.H2Dialect
hibernate.connection.url=jdbc:h2:file:./target/db
hibernate.connection.driver_class=org.h2.Driver
hibernate.connection.username=sa
-hibernate.connection.password=</pre></div>
+hibernate.connection.password=
+
+{{< /highlight >}}</div>
<p>
But be aware, that using this configuration-approach the database-url,
</p>
<div>
-<pre class="prettyprint linenums lang-html">
-<plugin>
- <groupId>de.juplo</groupId>
- <artifactId>hibernate-maven-plugin</artifactId>
- <version>2.1.0</version>
- <executions>
- <execution>
- <goals>
- <goal>drop</goal>
- <goal>create</goal>
- </goals>
- </execution>
- </executions>
- <configuration>
- <url><![CDATA[jdbc:mysql://localhost/test-db]]></url>
- </configuration>
-</plugin></pre></div>
+{{< highlight guess >}}
+
+<plugin>
+ <groupId>de.juplo</groupId>
+ <artifactId>hibernate-maven-plugin</artifactId>
+ <version>2.1.0</version>
+ <executions>
+ <execution>
+ <goals>
+ <goal>drop</goal>
+ <goal>create</goal>
+ </goals>
+ </execution>
+ </executions>
+ <configuration>
+ <url><![CDATA[jdbc:mysql://localhost/test-db]]></url>
+ </configuration>
+</plugin>
+
+{{< /highlight >}}</div>
<p>
Configuration properties, that are set in the <code>configuration</code>-section
of the plugin-configuration cannnot be overwritten elsewere (for details
- see <a href="#precedence">Configuration-Method-Precedence</a>).
+ see <a href="#Configuration_Method_Precedence">Configuration-Method-Precedence</a>).
You never can overwrite them by accident when specifying a property on
the commandline or in your <code>settings.xml</code>.
</p>
- </section><section>
+</section><section>
<h2><a name="Configuration_through_maven-properties"></a>Configuration through maven-properties</h2>
<p>
the plugin-configuration, to be sure to have a separate database for
testing):
</p>
-
-<div>
-<pre class="prettyprint linenums lang-html">
-<properties>
- <hibernate.connection.driver_class>org.hsqldb.jdbcDriver</hibernate.connection.driver_class>
- <hibernate.dialect>org.hibernate.dialect.HSQLDialect</hibernate.dialect>
- <hibernate.connection.url><![CDATA[jdbc:hsqldb:res:org.my.path.production_db]]></hibernate.connection.url>
- <hibernate.connection.username>sa</hibernate.connection.username>
- <hibernate.connection.password></hibernate.connection.password>
-</properties>
+
+<div class="source">
+<div class="source">
+{{< highlight guess >}}
+<properties>
+ <hibernate.connection.driver_class>org.hsqldb.jdbcDriver</hibernate.connection.driver_class>
+ <hibernate.dialect>org.hibernate.dialect.HSQLDialect</hibernate.dialect>
+ <hibernate.connection.url><![CDATA[jdbc:hsqldb:res:org.my.path.production_db]]></hibernate.connection.url>
+ <hibernate.connection.username>sa</hibernate.connection.username>
+ <hibernate.connection.password></hibernate.connection.password>
+</properties>
...
-<plugins>
+<plugins>
...
- <plugin>
- <groupId>de.juplo</groupId>
- <artifactId>hibernate-maven-plugin</artifactId>
- <version>2.1.0</version>
- <executions>
- <execution>
- <goals>
- <goal>drop</goal>
- <goal>create</goal>
- </goals>
- </execution>
- </executions>
- <configuration>
- <url><![CDATA[jdbc:hsqldb:target/db/testdb;shutdown=true]]></url>
- </configuration>
- </plugin>
+ <plugin>
+ <groupId>de.juplo</groupId>
+ <artifactId>hibernate-maven-plugin</artifactId>
+ <version>2.1.0</version>
+ <executions>
+ <execution>
+ <goals>
+ <goal>drop</goal>
+ <goal>create</goal>
+ </goals>
+ </execution>
+ </executions>
+ <configuration>
+ <url><![CDATA[jdbc:hsqldb:target/db/testdb;shutdown=true]]></url>
+ </configuration>
+ </plugin>
+
+<plugins>
-<plugins></pre></div>
+{{< /highlight >}}</div></div>
<p>
This way, you can reuse the same properties to provide a
</p>
<div>
-<pre class="prettyprint linenums lang-html">
-<plugin>
- <groupId>de.juplo</groupId>
- <artifactId>hibernate-maven-plugin</artifactId>
- <version>2.1.0</version>
- <executions>
- <execution>
- <goals>
- <goal>drop</goal>
- <goal>create</goal>
- </goals>
- </execution>
- </executions>
- <configuration>
- <driver>org.hsqldb.jdbcDriver</driver>
- <dialect>org.hibernate.dialect.HSQLDialect</dialect>
- <url><![CDATA[jdbc:hsqldb:target/db/fotos;shutdown=true]]></url>
- <username>sa</username>
- <password></password>
- </configuration>
-</plugin></pre></div>
+{{< highlight guess >}}
+
+<plugin>
+ <groupId>de.juplo</groupId>
+ <artifactId>hibernate-maven-plugin</artifactId>
+ <version>2.1.0</version>
+ <executions>
+ <execution>
+ <goals>
+ <goal>drop</goal>
+ <goal>create</goal>
+ </goals>
+ </execution>
+ </executions>
+ <configuration>
+ <driver>org.hsqldb.jdbcDriver</driver>
+ <dialect>org.hibernate.dialect.HSQLDialect</dialect>
+ <url><![CDATA[jdbc:hsqldb:target/db/fotos;shutdown=true]]></url>
+ <username>sa</username>
+ <password></password>
+ </configuration>
+</plugin>
+
+{{< /highlight >}}</div>
<p>
The parameter <b>hibernateProperties</b> (name of the hibernate-properties-file
For more explanations, see the
<a href="./create-mojo.html">Documentation of the goal create</a>.
</p>
- </section><section id="precedence">
-<h2 id="precedence">Configuration-Method-Precedence</h2>
+</section><section>
+<h2><a name="Configuration-Method-Precedence"></a>Configuration-Method-Precedence</h2>
<p>
The configuration is gathered in a fix order:
</p>
<div>
-<pre class="prettyprint linenums lang-html">
-<plugin>
- <groupId>de.juplo</groupId>
- <artifactId>hibernate-maven-plugin</artifactId>
- <version>2.1.0</version>
- <executions>
- <execution>
- <goals>
- <goal>drop</goal>
- <goal>create</goal>
- </goals>
- </execution>
- </executions>
- <configuration>
- <password>${my-password-property}</password>
- </configuration>
-</plugin></pre></div>
- </section>
+{{< highlight guess >}}
+
+<plugin>
+ <groupId>de.juplo</groupId>
+ <artifactId>hibernate-maven-plugin</artifactId>
+ <version>2.1.0</version>
+ <executions>
+ <execution>
+ <goals>
+ <goal>drop</goal>
+ <goal>create</goal>
+ </goals>
+ </execution>
+ </executions>
+ <configuration>
+ <password>${my-password-property}</password>
+ </configuration>
+</plugin>
- </article>
- <hr />
- <h2>Page Structure as JSON</h2>
- <pre class="json">
-{
- "_titles": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": "Hibernate Maven Plugin",
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html": "CI Management",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html": "Dependencies",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html": "Maven Coordinates",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html": "Distribution Management",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html": "Licenses",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html": "Plugin Management",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html": "Plugins",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html": "Source Code Management",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html": "Summary",
- "/projects/hibernate-maven-plugin/2.1.0/team.html": "Team",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": "Project Information",
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html": "Test JavaDocs",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html": "JavaDocs",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html": "Source Xref",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html": "Test Source Xref",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html": "CPD",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html": "PMD",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html": "Plugin Documentation",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": "Project Reports",
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about": "Overview",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html": "Configuration Examples",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html": "Goal — hibernate:create",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html": "Goal — hibernate:update",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": "Goal — hibernate:drop",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html": "Goal — hibernate:help",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html": "Enable Debugging-Output",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html": "Skipping Execution",
- "/projects/hibernate-maven-plugin/2.1.0/force.html": "Force Exceution",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html": "Known Pitfalls (FAQ)"
- },
- "_childs": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": [
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html",
- "/projects/hibernate-maven-plugin/2.1.0/force.html",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": [
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html",
- "/projects/hibernate-maven-plugin/2.1.0/team.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": [
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html"
- ]
- },
- "_crumbs": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/scm.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/summary.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/team.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/team.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/skip.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/force.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/force.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html"
- ]
- },
- "_canonical": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": "/hibernate-maven-plugin/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html": "/hibernate-maven-plugin/ci-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html": "/hibernate-maven-plugin/dependencies.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html": "/hibernate-maven-plugin/dependency-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html": "/hibernate-maven-plugin/distribution-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html": "/hibernate-maven-plugin/licenses.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html": "/hibernate-maven-plugin/plugin-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html": "/hibernate-maven-plugin/plugins.html",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html": "/hibernate-maven-plugin/scm.html",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html": "/hibernate-maven-plugin/summary.html",
- "/projects/hibernate-maven-plugin/2.1.0/team.html": "/hibernate-maven-plugin/team.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": "/hibernate-maven-plugin/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html": "/hibernate-maven-plugin/testapidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html": "/hibernate-maven-plugin/apidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html": "/hibernate-maven-plugin/xref/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html": "/hibernate-maven-plugin/xref-test/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html": "/hibernate-maven-plugin/cpd.html",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html": "/hibernate-maven-plugin/pmd.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html": "/hibernate-maven-plugin/plugin-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": "/hibernate-maven-plugin/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about": "/hibernate-maven-plugin/index.html?about",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html": "/hibernate-maven-plugin/configuration.html",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html": "/hibernate-maven-plugin/create-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html": "/hibernate-maven-plugin/update-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": "/hibernate-maven-plugin/drop-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html": "/hibernate-maven-plugin/help-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html": "/hibernate-maven-plugin/debugging.html",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html": "/hibernate-maven-plugin/skip.html",
- "/projects/hibernate-maven-plugin/2.1.0/force.html": "/hibernate-maven-plugin/force.html",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html": "/hibernate-maven-plugin/pitfalls.html"
- }
-}
- </pre>
- <h2>All Pages</h2>
- <p>
- <ul>
- <li><a href="index.html">Hibernate Maven Plugin</a></li><li><a href="ci-management.html">CI Management</a></li><li><a href="dependencies.html">Dependencies</a></li><li><a href="dependency-info.html">Maven Coordinates</a></li><li><a href="distribution-management.html">Distribution Management</a></li><li><a href="licenses.html">Licenses</a></li><li><a href="plugin-management.html">Plugin Management</a></li><li><a href="plugins.html">Plugins</a></li><li><a href="scm.html">Source Code Management</a></li><li><a href="summary.html">Summary</a></li><li><a href="team.html">Team</a></li><li><a href="project-info.html">Project Information</a></li><li><a href="testapidocs/index.html">Test JavaDocs</a></li><li><a href="apidocs/index.html">JavaDocs</a></li><li><a href="xref/index.html">Source Xref</a></li><li><a href="xref-test/index.html">Test Source Xref</a></li><li><a href="cpd.html">CPD</a></li><li><a href="pmd.html">PMD</a></li><li><a href="plugin-info.html">Plugin Documentation</a></li><li><a href="project-reports.html">Project Reports</a></li><li><a href="index.html?about">Overview</a></li><li><a href="configuration.html">Configuration Examples</a></li><li><a href="create-mojo.html">Goal — hibernate:create</a></li><li><a href="update-mojo.html">Goal — hibernate:update</a></li><li><a href="drop-mojo.html">Goal — hibernate:drop</a></li><li><a href="help-mojo.html">Goal — hibernate:help</a></li><li><a href="debugging.html">Enable Debugging-Output</a></li><li><a href="skip.html">Skipping Execution</a></li><li><a href="force.html">Force Exceution</a></li><li><a href="pitfalls.html">Known Pitfalls (FAQ)</a></li> </ul>
- </p>
- </body>
-</html>
+{{< /highlight >}}</div></section>
+</div>
+<!-- PREPARING ROOT-ENTRY - name: Hibernate Maven Plugin ref: index.html -->
+<!-- READING MENU - name: Project Documentation ref: reports -->
+<!-- VISITING PAGE - href: /project-info.html / name: Project Information -->
+<!-- VISITING PAGE - href: ci-management.html / name: CI Management -->
+<!-- VISITING PAGE - href: dependencies.html / name: Dependencies -->
+<!-- VISITING PAGE - href: dependency-info.html / name: Maven Coordinates -->
+<!-- VISITING PAGE - href: distribution-management.html / name: Distribution Management -->
+<!-- VISITING PAGE - href: index.html / name: About -->
+<!-- RENAMING already seen PAGE: href=index.html, FROM name=Hibernate Maven Plugin TO name=About -->
+<!-- VISITING PAGE - href: licenses.html / name: Licenses -->
+<!-- VISITING PAGE - href: plugin-management.html / name: Plugin Management -->
+<!-- VISITING PAGE - href: plugins.html / name: Plugins -->
+<!-- VISITING PAGE - href: scm.html / name: Source Code Management -->
+<!-- VISITING PAGE - href: summary.html / name: Summary -->
+<!-- VISITING PAGE - href: team.html / name: Team -->
+<!-- VISITING PAGE - href: /project-reports.html / name: Project Reports -->
+<!-- VISITING PAGE - href: testapidocs/index.html / name: Test JavaDocs -->
+<!-- VISITING PAGE - href: apidocs/index.html / name: JavaDocs -->
+<!-- VISITING PAGE - href: xref/index.html / name: Source Xref -->
+<!-- VISITING PAGE - href: xref-test/index.html / name: Test Source Xref -->
+<!-- VISITING PAGE - href: cpd.html / name: CPD -->
+<!-- VISITING PAGE - href: pmd.html / name: PMD -->
+<!-- VISITING PAGE - href: plugin-info.html / name: Plugin Documentation -->
+<!-- READING MENU - name: $menu.name ref: $menu.ref -->
+<!-- VISITING PAGE - href: index.html / name: About -->
+<!-- RENAMING already seen PAGE: href=index.html, FROM name=About TO name=About -->
+<!-- VISITING PAGE - href: configuration.html / name: Configuration Examples -->
+<!-- VISITING PAGE - href: create-mojo.html / name: Goal — hibernate:create -->
+<!-- VISITING PAGE - href: update-mojo.html / name: Goal — hibernate:update -->
+<!-- VISITING PAGE - href: drop-mojo.html / name: Goal — hibernate:drop -->
+<!-- VISITING PAGE - href: help-mojo.html / name: Goal — hibernate:help -->
+<!-- VISITING PAGE - href: debugging.html / name: Enable Debugging-Output -->
+<!-- VISITING PAGE - href: skip.html / name: Skipping Execution -->
+<!-- VISITING PAGE - href: force.html / name: Force Exceution -->
+<!-- VISITING PAGE - href: pitfalls.html / name: Known Pitfalls (FAQ) -->
+<!-- VISITING PAGE - href: project-info.html / name: Project Information -->
+<!-- RENAMING already seen PAGE: href=project-info.html, FROM name=Project Information TO name=Project Information -->
+<!-- VISITING PAGE - href: project-reports.html / name: Project Reports -->
+<!-- RENAMING already seen PAGE: href=project-reports.html, FROM name=Project Reports TO name=Project Reports -->
+++ /dev/null
-<!DOCTYPE html>
-<!--/*-->
-<!-- Generated by Apache Maven Doxia Site Renderer 1.9.2 at 2025-11-07 -->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: ci-management.html / name: CI Management -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: dependencies.html / name: Dependencies -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: dependency-info.html / name: Maven Coordinates -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: distribution-management.html / name: Distribution Management -->
-
-
-
-
-
- <!-- Skipping already seen entry: uri=index.html, name=About -->
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: licenses.html / name: Licenses -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: plugin-management.html / name: Plugin Management -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: plugins.html / name: Plugins -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: scm.html / name: Source Code Management -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: summary.html / name: Summary -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: team.html / name: Team -->
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: project-info.html / name: Project Information -->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: testapidocs/index.html / name: Test JavaDocs -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: apidocs/index.html / name: JavaDocs -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: xref/index.html / name: Source Xref -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: xref-test/index.html / name: Test Source Xref -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: cpd.html / name: CPD -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: pmd.html / name: PMD -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: plugin-info.html / name: Plugin Documentation -->
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: project-reports.html / name: Project Reports -->
-
-
-
-
- <!-- DONE WITH MENUE - - $page.name-->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: index.html?about / name: Overview -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: configuration.html / name: Configuration Examples -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: create-mojo.html / name: Goal — hibernate:create -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: update-mojo.html / name: Goal — hibernate:update -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: drop-mojo.html / name: Goal — hibernate:drop -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: help-mojo.html / name: Goal — hibernate:help -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: debugging.html / name: Enable Debugging-Output -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: skip.html / name: Skipping Execution -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: force.html / name: Force Exceution -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: pitfalls.html / name: Known Pitfalls (FAQ) -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- OVERWRITING PAGE - uri: project-info.html / name: Project Information -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- OVERWRITING PAGE - uri: project-reports.html / name: Project Reports -->
-
-
-
-
- <!-- DONE WITH MENUE - - (no name)-->
-
-
-
-<!-- name: CPD -->
-<!-- title: Hibernate Maven Plugin – CPD Results -->
-<!-- short title: CPD Results -->
-<!-- current page: cpd.html -->
-<!-- path: /projects/hibernate-maven-plugin/2.1.0/ -->
-<!-- crumbs: "/index.html","/projects.html" -->
-<!-- pages: {index.html={uri=index.html, name=Hibernate Maven Plugin, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}], childs={index.html?about=Overview, configuration.html=Configuration Examples, create-mojo.html=Goal — hibernate:create, update-mojo.html=Goal — hibernate:update, drop-mojo.html=Goal — hibernate:drop, help-mojo.html=Goal — hibernate:help, debugging.html=Enable Debugging-Output, skip.html=Skipping Execution, force.html=Force Exceution, pitfalls.html=Known Pitfalls (FAQ), project-info.html=Project Information, project-reports.html=Project Reports}}, ci-management.html={name=CI Management, uri=ci-management.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=ci-management.html, name=CI Management}]}, dependencies.html={name=Dependencies, uri=dependencies.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=dependencies.html, name=Dependencies}]}, dependency-info.html={name=Maven Coordinates, uri=dependency-info.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=dependency-info.html, name=Maven Coordinates}]}, distribution-management.html={name=Distribution Management, uri=distribution-management.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=distribution-management.html, name=Distribution Management}]}, licenses.html={name=Licenses, uri=licenses.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=licenses.html, name=Licenses}]}, plugin-management.html={name=Plugin Management, uri=plugin-management.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=plugin-management.html, name=Plugin Management}]}, plugins.html={name=Plugins, uri=plugins.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=plugins.html, name=Plugins}]}, scm.html={name=Source Code Management, uri=scm.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=scm.html, name=Source Code Management}]}, summary.html={name=Summary, uri=summary.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=summary.html, name=Summary}]}, team.html={name=Team, uri=team.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=team.html, name=Team}]}, project-info.html={name=Project Information, uri=project-info.html, childs={ci-management.html=CI Management, dependencies.html=Dependencies, dependency-info.html=Maven Coordinates, distribution-management.html=Distribution Management, licenses.html=Licenses, plugin-management.html=Plugin Management, plugins.html=Plugins, scm.html=Source Code Management, summary.html=Summary, team.html=Team}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}]}, testapidocs/index.html={name=Test JavaDocs, uri=testapidocs/index.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=testapidocs/index.html, name=Test JavaDocs}]}, apidocs/index.html={name=JavaDocs, uri=apidocs/index.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=apidocs/index.html, name=JavaDocs}]}, xref/index.html={name=Source Xref, uri=xref/index.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=xref/index.html, name=Source Xref}]}, xref-test/index.html={name=Test Source Xref, uri=xref-test/index.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=xref-test/index.html, name=Test Source Xref}]}, cpd.html={name=CPD, uri=cpd.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=cpd.html, name=CPD}]}, pmd.html={name=PMD, uri=pmd.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=pmd.html, name=PMD}]}, plugin-info.html={name=Plugin Documentation, uri=plugin-info.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=plugin-info.html, name=Plugin Documentation}]}, project-reports.html={name=Project Reports, uri=project-reports.html, childs={testapidocs/index.html=Test JavaDocs, apidocs/index.html=JavaDocs, xref/index.html=Source Xref, xref-test/index.html=Test Source Xref, cpd.html=CPD, pmd.html=PMD, plugin-info.html=Plugin Documentation}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}]}, index.html?about={name=Overview, uri=index.html?about, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=index.html?about, name=Overview}]}, configuration.html={name=Configuration Examples, uri=configuration.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=configuration.html, name=Configuration Examples}]}, create-mojo.html={name=Goal — hibernate:create, uri=create-mojo.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=create-mojo.html, name=Goal — hibernate:create}]}, update-mojo.html={name=Goal — hibernate:update, uri=update-mojo.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=update-mojo.html, name=Goal — hibernate:update}]}, drop-mojo.html={name=Goal — hibernate:drop, uri=drop-mojo.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=drop-mojo.html, name=Goal — hibernate:drop}]}, help-mojo.html={name=Goal — hibernate:help, uri=help-mojo.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=help-mojo.html, name=Goal — hibernate:help}]}, debugging.html={name=Enable Debugging-Output, uri=debugging.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=debugging.html, name=Enable Debugging-Output}]}, skip.html={name=Skipping Execution, uri=skip.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=skip.html, name=Skipping Execution}]}, force.html={name=Force Exceution, uri=force.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=force.html, name=Force Exceution}]}, pitfalls.html={name=Known Pitfalls (FAQ), uri=pitfalls.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=pitfalls.html, name=Known Pitfalls (FAQ)}]}} -->
-
-
-<!--*/-->
-<html xmlns="http://www.w3.org/1999/xhtml" th:replace="~{/templates/layout.html :: layout(uri='' + ~{:: code[class='site_uri']/text()}, title=~{:: title}, maincontent=~{:: .maincontent}, json='MERGE:' + ~{:: pre[class='json']/text()})}">
- <head>
- <title class="title">Hibernate Maven Plugin – CPD Results</title>
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
- <link id="canonical" rel="canonical" href="/hibernate-maven-plugin/cpd.html"/>
- </head>
- <body>
- <h1 class="short_title">CPD Results</h1>
- <h2>URI</h2>
- <ul>
- <li><strong>site:</strong> <code class="site_uri">/projects/hibernate-maven-plugin/2.1.0/cpd.html</code></li>
- <li><strong>canonical:</strong> <code class="canonical_uri">/hibernate-maven-plugin/cpd.html</code></li>
- <li><strong>relative:</strong> <code class="relative_uri">cpd.html</code></li>
- </ul>
- <h2>Path</h2>
- <p>
- <ol>
- <li><a href="index.html">Hibernate Maven Plugin</a></li><li><a href="project-reports.html">Project Reports</a></li><li><a href="cpd.html">CPD</a></li> </ol>
- </p>
- <hr />
- <article class="maincontent">
- <section>
-<h2><a name="CPD_Results"></a>CPD Results</h2>
-<p>The following document contains the results of PMD's <a class="externalLink" href="http://pmd.sourceforge.net/cpd.html">CPD</a> 5.2.3.</p></section><section>
-<h2><a name="Duplications"></a>Duplications</h2>
-<table border="0" class="bodyTable">
-<tr class="a">
-<th>File</th>
-<th>Line</th></tr>
-<tr class="b">
-<td>de/juplo/plugins/hibernate/CreateMojo.java</td>
-<td><a href="./xref/de/juplo/plugins/hibernate/CreateMojo.html#L41">41</a></td></tr>
-<tr class="a">
-<td>de/juplo/plugins/hibernate/DropMojo.java</td>
-<td><a href="./xref/de/juplo/plugins/hibernate/DropMojo.html#L41">41</a></td></tr>
-<tr class="b"><td colspan='2'>
-<div>
-<pre>public class CreateMojo extends AbstractSchemaMojo
-{
- /**
- * Output file.
- * <p>
- * If the specified filename is not absolut, the file will be created
- * relative to the project build directory
- * (<code>project.build.directory</code>).
- *
- * @parameter property="hibernate.schema.create" default-value="create.sql"
- * @since 1.0
- */
- private String outputFile;
-
-
- @Override
- public final void execute()
- throws
- MojoFailureException,
- MojoExecutionException
- {
- super.execute(outputFile);
- }
-
-
- @Override
- void build(
- MetadataImplementor metadata,
- ExecutionOptions options,
- TargetDescriptor target
- )
- throws
- MojoExecutionException,
- MojoFailureException
- {
- ServiceRegistry service =
- metadata.getMetadataBuildingOptions().getServiceRegistry();
- SchemaManagementTool tool = service.getService(SchemaManagementTool.class);
-
- Map config = options.getConfigurationValues();
- SourceDescriptor source = new SourceDescriptor()
- {
- @Override
- public SourceType getSourceType()
- {
- return SourceType.METADATA;
- }
-
- @Override
- public ScriptSourceInput getScriptSourceInput()
- {
- return null;
- }
- };
-
- tool.getSchemaCreator(config).doCreation(metadata, options, source, target);</pre></div></td></tr></table></section>
- </article>
- <hr />
- <h2>Page Structure as JSON</h2>
- <pre class="json">
-{
- "_titles": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": "Hibernate Maven Plugin",
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html": "CI Management",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html": "Dependencies",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html": "Maven Coordinates",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html": "Distribution Management",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html": "Licenses",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html": "Plugin Management",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html": "Plugins",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html": "Source Code Management",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html": "Summary",
- "/projects/hibernate-maven-plugin/2.1.0/team.html": "Team",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": "Project Information",
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html": "Test JavaDocs",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html": "JavaDocs",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html": "Source Xref",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html": "Test Source Xref",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html": "CPD",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html": "PMD",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html": "Plugin Documentation",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": "Project Reports",
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about": "Overview",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html": "Configuration Examples",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html": "Goal — hibernate:create",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html": "Goal — hibernate:update",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": "Goal — hibernate:drop",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html": "Goal — hibernate:help",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html": "Enable Debugging-Output",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html": "Skipping Execution",
- "/projects/hibernate-maven-plugin/2.1.0/force.html": "Force Exceution",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html": "Known Pitfalls (FAQ)"
- },
- "_childs": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": [
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html",
- "/projects/hibernate-maven-plugin/2.1.0/force.html",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": [
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html",
- "/projects/hibernate-maven-plugin/2.1.0/team.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": [
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html"
- ]
- },
- "_crumbs": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/scm.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/summary.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/team.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/team.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/skip.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/force.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/force.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html"
- ]
- },
- "_canonical": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": "/hibernate-maven-plugin/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html": "/hibernate-maven-plugin/ci-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html": "/hibernate-maven-plugin/dependencies.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html": "/hibernate-maven-plugin/dependency-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html": "/hibernate-maven-plugin/distribution-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html": "/hibernate-maven-plugin/licenses.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html": "/hibernate-maven-plugin/plugin-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html": "/hibernate-maven-plugin/plugins.html",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html": "/hibernate-maven-plugin/scm.html",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html": "/hibernate-maven-plugin/summary.html",
- "/projects/hibernate-maven-plugin/2.1.0/team.html": "/hibernate-maven-plugin/team.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": "/hibernate-maven-plugin/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html": "/hibernate-maven-plugin/testapidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html": "/hibernate-maven-plugin/apidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html": "/hibernate-maven-plugin/xref/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html": "/hibernate-maven-plugin/xref-test/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html": "/hibernate-maven-plugin/cpd.html",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html": "/hibernate-maven-plugin/pmd.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html": "/hibernate-maven-plugin/plugin-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": "/hibernate-maven-plugin/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about": "/hibernate-maven-plugin/index.html?about",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html": "/hibernate-maven-plugin/configuration.html",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html": "/hibernate-maven-plugin/create-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html": "/hibernate-maven-plugin/update-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": "/hibernate-maven-plugin/drop-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html": "/hibernate-maven-plugin/help-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html": "/hibernate-maven-plugin/debugging.html",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html": "/hibernate-maven-plugin/skip.html",
- "/projects/hibernate-maven-plugin/2.1.0/force.html": "/hibernate-maven-plugin/force.html",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html": "/hibernate-maven-plugin/pitfalls.html"
- }
-}
- </pre>
- <h2>All Pages</h2>
- <p>
- <ul>
- <li><a href="index.html">Hibernate Maven Plugin</a></li><li><a href="ci-management.html">CI Management</a></li><li><a href="dependencies.html">Dependencies</a></li><li><a href="dependency-info.html">Maven Coordinates</a></li><li><a href="distribution-management.html">Distribution Management</a></li><li><a href="licenses.html">Licenses</a></li><li><a href="plugin-management.html">Plugin Management</a></li><li><a href="plugins.html">Plugins</a></li><li><a href="scm.html">Source Code Management</a></li><li><a href="summary.html">Summary</a></li><li><a href="team.html">Team</a></li><li><a href="project-info.html">Project Information</a></li><li><a href="testapidocs/index.html">Test JavaDocs</a></li><li><a href="apidocs/index.html">JavaDocs</a></li><li><a href="xref/index.html">Source Xref</a></li><li><a href="xref-test/index.html">Test Source Xref</a></li><li><a href="cpd.html">CPD</a></li><li><a href="pmd.html">PMD</a></li><li><a href="plugin-info.html">Plugin Documentation</a></li><li><a href="project-reports.html">Project Reports</a></li><li><a href="index.html?about">Overview</a></li><li><a href="configuration.html">Configuration Examples</a></li><li><a href="create-mojo.html">Goal — hibernate:create</a></li><li><a href="update-mojo.html">Goal — hibernate:update</a></li><li><a href="drop-mojo.html">Goal — hibernate:drop</a></li><li><a href="help-mojo.html">Goal — hibernate:help</a></li><li><a href="debugging.html">Enable Debugging-Output</a></li><li><a href="skip.html">Skipping Execution</a></li><li><a href="force.html">Force Exceution</a></li><li><a href="pitfalls.html">Known Pitfalls (FAQ)</a></li> </ul>
- </p>
- </body>
-</html>
+++ /dev/null
-<!DOCTYPE html>
-<!--/*-->
-<!-- Generated by Apache Maven Doxia Site Renderer 1.9.2 at 2025-11-07 -->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: ci-management.html / name: CI Management -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: dependencies.html / name: Dependencies -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: dependency-info.html / name: Maven Coordinates -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: distribution-management.html / name: Distribution Management -->
-
-
-
-
-
- <!-- Skipping already seen entry: uri=index.html, name=About -->
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: licenses.html / name: Licenses -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: plugin-management.html / name: Plugin Management -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: plugins.html / name: Plugins -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: scm.html / name: Source Code Management -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: summary.html / name: Summary -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: team.html / name: Team -->
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: project-info.html / name: Project Information -->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: testapidocs/index.html / name: Test JavaDocs -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: apidocs/index.html / name: JavaDocs -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: xref/index.html / name: Source Xref -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: xref-test/index.html / name: Test Source Xref -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: cpd.html / name: CPD -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: pmd.html / name: PMD -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: plugin-info.html / name: Plugin Documentation -->
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: project-reports.html / name: Project Reports -->
-
-
-
-
- <!-- DONE WITH MENUE - - $page.name-->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: index.html?about / name: Overview -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: configuration.html / name: Configuration Examples -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: create-mojo.html / name: Goal — hibernate:create -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: update-mojo.html / name: Goal — hibernate:update -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: drop-mojo.html / name: Goal — hibernate:drop -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: help-mojo.html / name: Goal — hibernate:help -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: debugging.html / name: Enable Debugging-Output -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: skip.html / name: Skipping Execution -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: force.html / name: Force Exceution -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: pitfalls.html / name: Known Pitfalls (FAQ) -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- OVERWRITING PAGE - uri: project-info.html / name: Project Information -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- OVERWRITING PAGE - uri: project-reports.html / name: Project Reports -->
-
-
-
-
- <!-- DONE WITH MENUE - - (no name)-->
-
-
-
-<!-- name: Goal — hibernate:create -->
-<!-- title: Hibernate Maven Plugin – hibernate:create -->
-<!-- short title: hibernate:create -->
-<!-- current page: create-mojo.html -->
-<!-- path: /projects/hibernate-maven-plugin/2.1.0/ -->
-<!-- crumbs: "/index.html","/projects.html" -->
-<!-- pages: {index.html={uri=index.html, name=Hibernate Maven Plugin, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}], childs={index.html?about=Overview, configuration.html=Configuration Examples, create-mojo.html=Goal — hibernate:create, update-mojo.html=Goal — hibernate:update, drop-mojo.html=Goal — hibernate:drop, help-mojo.html=Goal — hibernate:help, debugging.html=Enable Debugging-Output, skip.html=Skipping Execution, force.html=Force Exceution, pitfalls.html=Known Pitfalls (FAQ), project-info.html=Project Information, project-reports.html=Project Reports}}, ci-management.html={name=CI Management, uri=ci-management.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=ci-management.html, name=CI Management}]}, dependencies.html={name=Dependencies, uri=dependencies.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=dependencies.html, name=Dependencies}]}, dependency-info.html={name=Maven Coordinates, uri=dependency-info.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=dependency-info.html, name=Maven Coordinates}]}, distribution-management.html={name=Distribution Management, uri=distribution-management.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=distribution-management.html, name=Distribution Management}]}, licenses.html={name=Licenses, uri=licenses.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=licenses.html, name=Licenses}]}, plugin-management.html={name=Plugin Management, uri=plugin-management.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=plugin-management.html, name=Plugin Management}]}, plugins.html={name=Plugins, uri=plugins.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=plugins.html, name=Plugins}]}, scm.html={name=Source Code Management, uri=scm.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=scm.html, name=Source Code Management}]}, summary.html={name=Summary, uri=summary.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=summary.html, name=Summary}]}, team.html={name=Team, uri=team.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=team.html, name=Team}]}, project-info.html={name=Project Information, uri=project-info.html, childs={ci-management.html=CI Management, dependencies.html=Dependencies, dependency-info.html=Maven Coordinates, distribution-management.html=Distribution Management, licenses.html=Licenses, plugin-management.html=Plugin Management, plugins.html=Plugins, scm.html=Source Code Management, summary.html=Summary, team.html=Team}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}]}, testapidocs/index.html={name=Test JavaDocs, uri=testapidocs/index.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=testapidocs/index.html, name=Test JavaDocs}]}, apidocs/index.html={name=JavaDocs, uri=apidocs/index.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=apidocs/index.html, name=JavaDocs}]}, xref/index.html={name=Source Xref, uri=xref/index.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=xref/index.html, name=Source Xref}]}, xref-test/index.html={name=Test Source Xref, uri=xref-test/index.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=xref-test/index.html, name=Test Source Xref}]}, cpd.html={name=CPD, uri=cpd.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=cpd.html, name=CPD}]}, pmd.html={name=PMD, uri=pmd.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=pmd.html, name=PMD}]}, plugin-info.html={name=Plugin Documentation, uri=plugin-info.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=plugin-info.html, name=Plugin Documentation}]}, project-reports.html={name=Project Reports, uri=project-reports.html, childs={testapidocs/index.html=Test JavaDocs, apidocs/index.html=JavaDocs, xref/index.html=Source Xref, xref-test/index.html=Test Source Xref, cpd.html=CPD, pmd.html=PMD, plugin-info.html=Plugin Documentation}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}]}, index.html?about={name=Overview, uri=index.html?about, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=index.html?about, name=Overview}]}, configuration.html={name=Configuration Examples, uri=configuration.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=configuration.html, name=Configuration Examples}]}, create-mojo.html={name=Goal — hibernate:create, uri=create-mojo.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=create-mojo.html, name=Goal — hibernate:create}]}, update-mojo.html={name=Goal — hibernate:update, uri=update-mojo.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=update-mojo.html, name=Goal — hibernate:update}]}, drop-mojo.html={name=Goal — hibernate:drop, uri=drop-mojo.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=drop-mojo.html, name=Goal — hibernate:drop}]}, help-mojo.html={name=Goal — hibernate:help, uri=help-mojo.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=help-mojo.html, name=Goal — hibernate:help}]}, debugging.html={name=Enable Debugging-Output, uri=debugging.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=debugging.html, name=Enable Debugging-Output}]}, skip.html={name=Skipping Execution, uri=skip.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=skip.html, name=Skipping Execution}]}, force.html={name=Force Exceution, uri=force.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=force.html, name=Force Exceution}]}, pitfalls.html={name=Known Pitfalls (FAQ), uri=pitfalls.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=pitfalls.html, name=Known Pitfalls (FAQ)}]}} -->
-
-
-<!--*/-->
-<html xmlns="http://www.w3.org/1999/xhtml" th:replace="~{/templates/layout.html :: layout(uri='' + ~{:: code[class='site_uri']/text()}, title=~{:: title}, maincontent=~{:: .maincontent}, json='MERGE:' + ~{:: pre[class='json']/text()})}">
- <head>
- <title class="title">Hibernate Maven Plugin – hibernate:create</title>
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
- <link id="canonical" rel="canonical" href="/hibernate-maven-plugin/create-mojo.html"/>
- </head>
- <body>
- <h1 class="short_title">hibernate:create</h1>
- <h2>URI</h2>
- <ul>
- <li><strong>site:</strong> <code class="site_uri">/projects/hibernate-maven-plugin/2.1.0/create-mojo.html</code></li>
- <li><strong>canonical:</strong> <code class="canonical_uri">/hibernate-maven-plugin/create-mojo.html</code></li>
- <li><strong>relative:</strong> <code class="relative_uri">create-mojo.html</code></li>
- </ul>
- <h2>Path</h2>
- <p>
- <ol>
- <li><a href="index.html">Hibernate Maven Plugin</a></li><li><a href="create-mojo.html">Goal — hibernate:create</a></li> </ol>
- </p>
- <hr />
- <article class="maincontent">
-
-
- <section>
-<h2><a name="hibernate:create"></a>hibernate:create</h2>
-
-<p><b>Full name</b>:</p>
-
-<p>de.juplo:hibernate-maven-plugin:2.1.0:create</p>
-
-<p><b>Description</b>:</p>
-
-<div>Generate/Execute SQL to create a database-schema that represents
-the configured mappings.</div>
-
-<p><b>Attributes</b>:</p>
-
-<ul>
-
-<li>Requires a Maven project to be executed.</li>
-
-<li>Requires dependency resolution of artifacts in scope: <code>runtime</code>.</li>
-
-<li>The goal is thread-safe and supports parallel builds.</li>
-
-<li>Binds by default to the <a class="externalLink" href="http://maven.apache.org/ref/current/maven-core/lifecycles.html">lifecycle phase</a>: <code>process-classes</code>.</li>
- </ul>
- <section>
-<h3><a name="Optional_Parameters"></a>Optional Parameters</h3>
-
-<table class="bodyTable" border="0">
-
-<tr class="a">
-
-<th>Name</th>
-
-<th>Type</th>
-
-<th>Since</th>
-
-<th>Description</th>
- </tr>
-
-<tr class="b">
-
-<td><b><a href="#createNamespaces">createNamespaces</a></b></td>
-
-<td><code>Boolean</code></td>
-
-<td><code>2.0</code></td>
-
-<td>Specifies whether to automatically create also the database
-schema/catalog.<br /><b>Default value is</b>: <code>false</code>.<br /><b>User property is</b>: <code>hibernate.hbm2dll.create_namespaces</code>.</td>
- </tr>
-
-<tr class="a">
-
-<td><b><a href="#delimiter">delimiter</a></b></td>
-
-<td><code>String</code></td>
-
-<td><code>1.0</code></td>
-
-<td>Delimiter in output-file.
-
-<p><b>Important:</b> This configuration value can only be
-configured through the <code>pom.xml</code>, or by the definition
-of a system-property, because it is not known by Hibernate nor JPA
-and, hence, not picked up from their configuration!</p><br /><b>Default value is</b>: <code>;</code>.<br /><b>User property is</b>: <code>hibernate.hbm2ddl.delimiter</code>.</td>
- </tr>
-
-<tr class="b">
-
-<td><b><a href="#dialect">dialect</a></b></td>
-
-<td><code>String</code></td>
-
-<td><code>1.0</code></td>
-
-<td>Hibernate dialect.<br /><b>User property is</b>: <code>hibernate.dialect</code>.</td>
- </tr>
-
-<tr class="a">
-
-<td><b><a href="#driver">driver</a></b></td>
-
-<td><code>String</code></td>
-
-<td><code>1.0</code></td>
-
-<td>SQL-Driver name.<br /><b>User property is</b>: <code>hibernate.connection.driver_class</code>.</td>
- </tr>
-
-<tr class="b">
-
-<td><b><a href="#execute">execute</a></b></td>
-
-<td><code>Boolean</code></td>
-
-<td><code>2.0</code></td>
-
-<td>Excecute the generated SQL. If set to <code>false</code>, only the
-SQL-script is created and the database is not touched.
-
-<p><b>Important:</b> This configuration value can only be
-configured through the <code>pom.xml</code>, or by the definition
-of a system-property, because it is not known by Hibernate nor JPA
-and, hence, not picked up from their configuration!</p><br /><b>Default value is</b>: <code>true</code>.<br /><b>User property is</b>: <code>hibernate.schema.execute</code>.</td>
- </tr>
-
-<tr class="a">
-
-<td><b><a href="#force">force</a></b></td>
-
-<td><code>boolean</code></td>
-
-<td><code>1.0</code></td>
-
-<td>Force generation/execution
-
-<p>Force the generation and (if configured) the execution of the
-SQL, even if no modified or newly added annotated classes where
-found and the configuration was not changed.</p>
-
-<p><code>skip</code> takes precedence over <code>force</code>.</p>
-
-<p><b>Important:</b> This configuration value can only be
-configured through the <code>pom.xml</code>, or by the definition
-of a system-property, because it is not known by Hibernate nor JPA
-and, hence, not picked up from their configuration!</p><br /><b>Default value is</b>: <code>false</code>.<br /><b>User property is</b>: <code>hibernate.schema.force</code>.</td>
- </tr>
-
-<tr class="b">
-
-<td><b><a href="#format">format</a></b></td>
-
-<td><code>Boolean</code></td>
-
-<td><code>1.0</code></td>
-
-<td>Format output-file.<br /><b>User property is</b>: <code>hibernate.format_sql</code>.</td>
- </tr>
-
-<tr class="a">
-
-<td><b><a href="#hibernateConfig">hibernateConfig</a></b></td>
-
-<td><code>String</code></td>
-
-<td><code>1.1.0</code></td>
-
-<td>Path to Hibernate configuration file (.cfg.xml). If this parameter
-is specified, the plugin will try to load configuration values from
-a file with the given path or a ressource on the classpath with the
-given name. If both fails, the execution of the plugin will fail.
-
-<p>If this parameter is not set the plugin will load configuration
-values from a ressource named <code>hibernate.cfg.xml</code> on the
-classpath, if it is present, but will not fail if there is no such
-ressource.</p>
-
-<p>During ressource-lookup, the test-classpath takes
-precedence.</p>
-
-<p>Settings in this file will overwrite settings in the properties
-file.</p><br /></td>
- </tr>
-
-<tr class="b">
-
-<td><b><a href="#hibernateProperties">hibernateProperties</a></b></td>
-
-<td><code>String</code></td>
-
-<td><code>1.0</code></td>
-
-<td>Path to a file or name of a ressource with hibernate properties. If
-this parameter is specified, the plugin will try to load
-configuration values from a file with the given path or a ressource
-on the classpath with the given name. If both fails, the execution
-of the plugin will fail.
-
-<p>If this parameter is not set the plugin will load configuration
-values from a ressource named <code>hibernate.properties</code> on
-the classpath, if it is present, but will not fail if there is no
-such ressource.</p>
-
-<p>During ressource-lookup, the test-classpath takes
-precedence.</p><br /></td>
- </tr>
-
-<tr class="a">
-
-<td><b><a href="#implicitNamingStrategy">implicitNamingStrategy</a></b></td>
-
-<td><code>String</code></td>
-
-<td><code>2.0</code></td>
-
-<td>Implicit naming strategy<br /><b>User property is</b>: <code>hibernate.implicit_naming_strategy</code>.</td>
- </tr>
-
-<tr class="b">
-
-<td><b><a href="#mappings">mappings</a></b></td>
-
-<td><code>String</code></td>
-
-<td><code>1.0.2</code></td>
-
-<td>List of Hibernate-Mapping-Files (XML). Multiple files can be
-separated with white-spaces and/or commas.<br /><b>User property is</b>: <code>hibernate.mapping</code>.</td>
- </tr>
-
-<tr class="a">
-
-<td><b><a href="#outputDirectory">outputDirectory</a></b></td>
-
-<td><code>String</code></td>
-
-<td><code>1.0</code></td>
-
-<td>Classes-Directory to scan.
-
-<p>This parameter defaults to the maven build-output-directory for
-classes. Additionally, all dependencies are scanned for annotated
-classes.</p>
-
-<p><b>Important:</b> This configuration value can only be
-configured through the <code>pom.xml</code>, or by the definition
-of a system-property, because it is not known by Hibernate nor JPA
-and, hence, not picked up from their configuration!</p><br /><b>User property is</b>: <code>project.build.outputDirectory</code>.</td>
- </tr>
-
-<tr class="b">
-
-<td><b><a href="#outputFile">outputFile</a></b></td>
-
-<td><code>String</code></td>
-
-<td><code>1.0</code></td>
-
-<td>Output file.
-
-<p>If the specified filename is not absolut, the file will be
-created relative to the project build directory
-(<code>project.build.directory</code>).</p><br /><b>Default value is</b>: <code>create.sql</code>.<br /><b>User property is</b>: <code>hibernate.schema.create</code>.</td>
- </tr>
-
-<tr class="a">
-
-<td><b><a href="#password">password</a></b></td>
-
-<td><code>String</code></td>
-
-<td><code>1.0</code></td>
-
-<td>Database password<br /><b>User property is</b>: <code>hibernate.connection.password</code>.</td>
- </tr>
-
-<tr class="b">
-
-<td><b><a href="#persistenceUnit">persistenceUnit</a></b></td>
-
-<td><code>String</code></td>
-
-<td><code>1.1.0</code></td>
-
-<td>Name of the persistence-unit. If this parameter is specified, the
-plugin will try to load configuration values from a
-persistence-unit with the specified name. If no such
-persistence-unit can be found, the plugin will throw an exception.
-
-<p>If this parameter is not set and there is only one
-persistence-unit available, that unit will be used automatically.
-But if this parameter is not set and there are multiple
-persistence-units available on, the class-path, the execution of
-the plugin will fail.</p>
-
-<p>Settings in this file will overwrite settings in the properties
-or the configuration file.</p><br /></td>
- </tr>
-
-<tr class="a">
-
-<td><b><a href="#physicalNamingStrategy">physicalNamingStrategy</a></b></td>
-
-<td><code>String</code></td>
-
-<td><code>2.0</code></td>
-
-<td>Physical naming strategy<br /><b>User property is</b>: <code>hibernate.physical_naming_strategy</code>.</td>
- </tr>
-
-<tr class="b">
-
-<td><b><a href="#scanClasses">scanClasses</a></b></td>
-
-<td><code>Boolean</code></td>
-
-<td><code>2.0</code></td>
-
-<td>Wether the project should be scanned for annotated-classes, or not
-
-<p>This parameter is intended to allow overwriting of the parameter
-<code>exclude-unlisted-classes</code> of a
-<code>persistence-unit</code>. If not specified, it defaults to
-<code>true</code></p><br /><b>User property is</b>: <code>hibernate.schema.scan.classes</code>.</td>
- </tr>
-
-<tr class="a">
-
-<td><b><a href="#scanDependencies">scanDependencies</a></b></td>
-
-<td><code>String</code></td>
-
-<td><code>1.0.3</code></td>
-
-<td>Dependency-Scopes, that should be scanned for annotated classes.
-
-<p>By default, only dependencies in the scope <code>compile</code>
-are scanned for annotated classes. Multiple scopes can be seperated
-by white space or commas.</p>
-
-<p>If you do not want any dependencies to be scanned for annotated
-classes, set this parameter to <code>none</code>.</p>
-
-<p>The plugin does not scan for annotated classes in transitive
-dependencies. If some of your annotated classes are hidden in a
-transitive dependency, you can simply add that dependency
-explicitly.</p><br /><b>Default value is</b>: <code>compile</code>.<br /><b>User property is</b>: <code>hibernate.schema.scan.dependencies</code>.</td>
- </tr>
-
-<tr class="b">
-
-<td><b><a href="#scanTestClasses">scanTestClasses</a></b></td>
-
-<td><code>Boolean</code></td>
-
-<td><code>1.0.1</code></td>
-
-<td>Whether to scan the test-branch of the project for annotated
-classes, or not.
-
-<p>If this parameter is set to <code>true</code> the test-classes
-of the artifact will be scanned for hibernate-annotated classes
-additionally.</p>
-
-<p><b>Important:</b> This configuration value can only be
-configured through the <code>pom.xml</code>, or by the definition
-of a system-property, because it is not known by Hibernate nor JPA
-and, hence, not picked up from their configuration!</p><br /><b>Default value is</b>: <code>false</code>.<br /><b>User property is</b>: <code>hibernate.schema.scan.test_classes</code>.</td>
- </tr>
-
-<tr class="a">
-
-<td><b><a href="#show">show</a></b></td>
-
-<td><code>Boolean</code></td>
-
-<td><code>1.0</code></td>
-
-<td>Show the generated SQL in the command-line output.<br /><b>User property is</b>: <code>hibernate.show_sql</code>.</td>
- </tr>
-
-<tr class="b">
-
-<td><b><a href="#skip">skip</a></b></td>
-
-<td><code>boolean</code></td>
-
-<td><code>1.0</code></td>
-
-<td>Skip execution
-
-<p>If set to <code>true</code>, the execution is skipped.</p>
-
-<p>A skipped execution is signaled via the maven-property
-<code>${hibernate.schema.skipped}</code>.</p>
-
-<p>The execution is skipped automatically, if no modified or newly
-added annotated classes are found and the dialect was not
-changed.</p>
-
-<p><b>Important:</b> This configuration value can only be
-configured through the <code>pom.xml</code>, or by the definition
-of a system-property, because it is not known by Hibernate nor JPA
-and, hence, not picked up from their configuration!</p><br /><b>Default value is</b>: <code>${maven.test.skip}</code>.<br /><b>User property is</b>: <code>hibernate.schema.skip</code>.</td>
- </tr>
-
-<tr class="a">
-
-<td><b><a href="#testOutputDirectory">testOutputDirectory</a></b></td>
-
-<td><code>String</code></td>
-
-<td><code>1.0.2</code></td>
-
-<td>Test-Classes-Directory to scan.
-
-<p>This parameter defaults to the maven build-output-directory for
-test-classes.</p>
-
-<p>This parameter is only used, when <code>scanTestClasses</code>
-is set to <code>true</code>!</p>
-
-<p><b>Important:</b> This configuration value can only be
-configured through the <code>pom.xml</code>, or by the definition
-of a system-property, because it is not known by Hibernate nor JPA
-and, hence, not picked up from their configuration!</p><br /><b>User property is</b>: <code>project.build.testOutputDirectory</code>.</td>
- </tr>
-
-<tr class="b">
-
-<td><b><a href="#url">url</a></b></td>
-
-<td><code>String</code></td>
-
-<td><code>1.0</code></td>
-
-<td>Database URL.<br /><b>User property is</b>: <code>hibernate.connection.url</code>.</td>
- </tr>
-
-<tr class="a">
-
-<td><b><a href="#username">username</a></b></td>
-
-<td><code>String</code></td>
-
-<td><code>1.0</code></td>
-
-<td>Database username<br /><b>User property is</b>: <code>hibernate.connection.username</code>.</td>
- </tr>
- </table>
- </section>
- <section>
-<h3><a name="Parameter_Details"></a>Parameter Details</h3>
-
-<p><b><a name="createNamespaces">createNamespaces</a>:</b></p>
-
-<div>Specifies whether to automatically create also the database
-schema/catalog.</div>
-
-<ul>
-
-<li><b>Type</b>: <code>java.lang.Boolean</code></li>
-
-<li><b>Since</b>: <code>2.0</code></li>
-
-<li><b>Required</b>: <code>No</code></li>
-
-<li><b>User Property</b>: <code>hibernate.hbm2dll.create_namespaces</code></li>
-
-<li><b>Default</b>: <code>false</code></li>
- </ul><hr />
-<p><b><a name="delimiter">delimiter</a>:</b></p>
-
-<div>Delimiter in output-file.
-
-<p><b>Important:</b> This configuration value can only be
-configured through the <code>pom.xml</code>, or by the definition
-of a system-property, because it is not known by Hibernate nor JPA
-and, hence, not picked up from their configuration!</p></div>
-
-<ul>
-
-<li><b>Type</b>: <code>java.lang.String</code></li>
-
-<li><b>Since</b>: <code>1.0</code></li>
-
-<li><b>Required</b>: <code>No</code></li>
-
-<li><b>User Property</b>: <code>hibernate.hbm2ddl.delimiter</code></li>
-
-<li><b>Default</b>: <code>;</code></li>
- </ul><hr />
-<p><b><a name="dialect">dialect</a>:</b></p>
-
-<div>Hibernate dialect.</div>
-
-<ul>
-
-<li><b>Type</b>: <code>java.lang.String</code></li>
-
-<li><b>Since</b>: <code>1.0</code></li>
-
-<li><b>Required</b>: <code>No</code></li>
-
-<li><b>User Property</b>: <code>hibernate.dialect</code></li>
- </ul><hr />
-<p><b><a name="driver">driver</a>:</b></p>
-
-<div>SQL-Driver name.</div>
-
-<ul>
-
-<li><b>Type</b>: <code>java.lang.String</code></li>
-
-<li><b>Since</b>: <code>1.0</code></li>
-
-<li><b>Required</b>: <code>No</code></li>
-
-<li><b>User Property</b>: <code>hibernate.connection.driver_class</code></li>
- </ul><hr />
-<p><b><a name="execute">execute</a>:</b></p>
-
-<div>Excecute the generated SQL. If set to <code>false</code>, only the
-SQL-script is created and the database is not touched.
-
-<p><b>Important:</b> This configuration value can only be
-configured through the <code>pom.xml</code>, or by the definition
-of a system-property, because it is not known by Hibernate nor JPA
-and, hence, not picked up from their configuration!</p></div>
-
-<ul>
-
-<li><b>Type</b>: <code>java.lang.Boolean</code></li>
-
-<li><b>Since</b>: <code>2.0</code></li>
-
-<li><b>Required</b>: <code>No</code></li>
-
-<li><b>User Property</b>: <code>hibernate.schema.execute</code></li>
-
-<li><b>Default</b>: <code>true</code></li>
- </ul><hr />
-<p><b><a name="force">force</a>:</b></p>
-
-<div>Force generation/execution
-
-<p>Force the generation and (if configured) the execution of the
-SQL, even if no modified or newly added annotated classes where
-found and the configuration was not changed.</p>
-
-<p><code>skip</code> takes precedence over <code>force</code>.</p>
-
-<p><b>Important:</b> This configuration value can only be
-configured through the <code>pom.xml</code>, or by the definition
-of a system-property, because it is not known by Hibernate nor JPA
-and, hence, not picked up from their configuration!</p></div>
-
-<ul>
-
-<li><b>Type</b>: <code>boolean</code></li>
-
-<li><b>Since</b>: <code>1.0</code></li>
-
-<li><b>Required</b>: <code>No</code></li>
-
-<li><b>User Property</b>: <code>hibernate.schema.force</code></li>
-
-<li><b>Default</b>: <code>false</code></li>
- </ul><hr />
-<p><b><a name="format">format</a>:</b></p>
-
-<div>Format output-file.</div>
-
-<ul>
-
-<li><b>Type</b>: <code>java.lang.Boolean</code></li>
-
-<li><b>Since</b>: <code>1.0</code></li>
-
-<li><b>Required</b>: <code>No</code></li>
-
-<li><b>User Property</b>: <code>hibernate.format_sql</code></li>
- </ul><hr />
-<p><b><a name="hibernateConfig">hibernateConfig</a>:</b></p>
-
-<div>Path to Hibernate configuration file (.cfg.xml). If this parameter
-is specified, the plugin will try to load configuration values from
-a file with the given path or a ressource on the classpath with the
-given name. If both fails, the execution of the plugin will fail.
-
-<p>If this parameter is not set the plugin will load configuration
-values from a ressource named <code>hibernate.cfg.xml</code> on the
-classpath, if it is present, but will not fail if there is no such
-ressource.</p>
-
-<p>During ressource-lookup, the test-classpath takes
-precedence.</p>
-
-<p>Settings in this file will overwrite settings in the properties
-file.</p></div>
-
-<ul>
-
-<li><b>Type</b>: <code>java.lang.String</code></li>
-
-<li><b>Since</b>: <code>1.1.0</code></li>
-
-<li><b>Required</b>: <code>No</code></li>
- </ul><hr />
-<p><b><a name="hibernateProperties">hibernateProperties</a>:</b></p>
-
-<div>Path to a file or name of a ressource with hibernate properties. If
-this parameter is specified, the plugin will try to load
-configuration values from a file with the given path or a ressource
-on the classpath with the given name. If both fails, the execution
-of the plugin will fail.
-
-<p>If this parameter is not set the plugin will load configuration
-values from a ressource named <code>hibernate.properties</code> on
-the classpath, if it is present, but will not fail if there is no
-such ressource.</p>
-
-<p>During ressource-lookup, the test-classpath takes
-precedence.</p></div>
-
-<ul>
-
-<li><b>Type</b>: <code>java.lang.String</code></li>
-
-<li><b>Since</b>: <code>1.0</code></li>
-
-<li><b>Required</b>: <code>No</code></li>
- </ul><hr />
-<p><b><a name="implicitNamingStrategy">implicitNamingStrategy</a>:</b></p>
-
-<div>Implicit naming strategy</div>
-
-<ul>
-
-<li><b>Type</b>: <code>java.lang.String</code></li>
-
-<li><b>Since</b>: <code>2.0</code></li>
-
-<li><b>Required</b>: <code>No</code></li>
-
-<li><b>User Property</b>: <code>hibernate.implicit_naming_strategy</code></li>
- </ul><hr />
-<p><b><a name="mappings">mappings</a>:</b></p>
-
-<div>List of Hibernate-Mapping-Files (XML). Multiple files can be
-separated with white-spaces and/or commas.</div>
-
-<ul>
-
-<li><b>Type</b>: <code>java.lang.String</code></li>
-
-<li><b>Since</b>: <code>1.0.2</code></li>
-
-<li><b>Required</b>: <code>No</code></li>
-
-<li><b>User Property</b>: <code>hibernate.mapping</code></li>
- </ul><hr />
-<p><b><a name="outputDirectory">outputDirectory</a>:</b></p>
-
-<div>Classes-Directory to scan.
-
-<p>This parameter defaults to the maven build-output-directory for
-classes. Additionally, all dependencies are scanned for annotated
-classes.</p>
-
-<p><b>Important:</b> This configuration value can only be
-configured through the <code>pom.xml</code>, or by the definition
-of a system-property, because it is not known by Hibernate nor JPA
-and, hence, not picked up from their configuration!</p></div>
-
-<ul>
-
-<li><b>Type</b>: <code>java.lang.String</code></li>
-
-<li><b>Since</b>: <code>1.0</code></li>
-
-<li><b>Required</b>: <code>No</code></li>
-
-<li><b>User Property</b>: <code>project.build.outputDirectory</code></li>
- </ul><hr />
-<p><b><a name="outputFile">outputFile</a>:</b></p>
-
-<div>Output file.
-
-<p>If the specified filename is not absolut, the file will be
-created relative to the project build directory
-(<code>project.build.directory</code>).</p></div>
-
-<ul>
-
-<li><b>Type</b>: <code>java.lang.String</code></li>
-
-<li><b>Since</b>: <code>1.0</code></li>
-
-<li><b>Required</b>: <code>No</code></li>
-
-<li><b>User Property</b>: <code>hibernate.schema.create</code></li>
-
-<li><b>Default</b>: <code>create.sql</code></li>
- </ul><hr />
-<p><b><a name="password">password</a>:</b></p>
-
-<div>Database password</div>
-
-<ul>
-
-<li><b>Type</b>: <code>java.lang.String</code></li>
-
-<li><b>Since</b>: <code>1.0</code></li>
-
-<li><b>Required</b>: <code>No</code></li>
-
-<li><b>User Property</b>: <code>hibernate.connection.password</code></li>
- </ul><hr />
-<p><b><a name="persistenceUnit">persistenceUnit</a>:</b></p>
-
-<div>Name of the persistence-unit. If this parameter is specified, the
-plugin will try to load configuration values from a
-persistence-unit with the specified name. If no such
-persistence-unit can be found, the plugin will throw an exception.
-
-<p>If this parameter is not set and there is only one
-persistence-unit available, that unit will be used automatically.
-But if this parameter is not set and there are multiple
-persistence-units available on, the class-path, the execution of
-the plugin will fail.</p>
-
-<p>Settings in this file will overwrite settings in the properties
-or the configuration file.</p></div>
-
-<ul>
-
-<li><b>Type</b>: <code>java.lang.String</code></li>
-
-<li><b>Since</b>: <code>1.1.0</code></li>
-
-<li><b>Required</b>: <code>No</code></li>
- </ul><hr />
-<p><b><a name="physicalNamingStrategy">physicalNamingStrategy</a>:</b></p>
-
-<div>Physical naming strategy</div>
-
-<ul>
-
-<li><b>Type</b>: <code>java.lang.String</code></li>
-
-<li><b>Since</b>: <code>2.0</code></li>
-
-<li><b>Required</b>: <code>No</code></li>
-
-<li><b>User Property</b>: <code>hibernate.physical_naming_strategy</code></li>
- </ul><hr />
-<p><b><a name="scanClasses">scanClasses</a>:</b></p>
-
-<div>Wether the project should be scanned for annotated-classes, or not
-
-<p>This parameter is intended to allow overwriting of the parameter
-<code>exclude-unlisted-classes</code> of a
-<code>persistence-unit</code>. If not specified, it defaults to
-<code>true</code></p></div>
-
-<ul>
-
-<li><b>Type</b>: <code>java.lang.Boolean</code></li>
-
-<li><b>Since</b>: <code>2.0</code></li>
-
-<li><b>Required</b>: <code>No</code></li>
-
-<li><b>User Property</b>: <code>hibernate.schema.scan.classes</code></li>
- </ul><hr />
-<p><b><a name="scanDependencies">scanDependencies</a>:</b></p>
-
-<div>Dependency-Scopes, that should be scanned for annotated classes.
-
-<p>By default, only dependencies in the scope <code>compile</code>
-are scanned for annotated classes. Multiple scopes can be seperated
-by white space or commas.</p>
-
-<p>If you do not want any dependencies to be scanned for annotated
-classes, set this parameter to <code>none</code>.</p>
-
-<p>The plugin does not scan for annotated classes in transitive
-dependencies. If some of your annotated classes are hidden in a
-transitive dependency, you can simply add that dependency
-explicitly.</p></div>
-
-<ul>
-
-<li><b>Type</b>: <code>java.lang.String</code></li>
-
-<li><b>Since</b>: <code>1.0.3</code></li>
-
-<li><b>Required</b>: <code>No</code></li>
-
-<li><b>User Property</b>: <code>hibernate.schema.scan.dependencies</code></li>
-
-<li><b>Default</b>: <code>compile</code></li>
- </ul><hr />
-<p><b><a name="scanTestClasses">scanTestClasses</a>:</b></p>
-
-<div>Whether to scan the test-branch of the project for annotated
-classes, or not.
-
-<p>If this parameter is set to <code>true</code> the test-classes
-of the artifact will be scanned for hibernate-annotated classes
-additionally.</p>
-
-<p><b>Important:</b> This configuration value can only be
-configured through the <code>pom.xml</code>, or by the definition
-of a system-property, because it is not known by Hibernate nor JPA
-and, hence, not picked up from their configuration!</p></div>
-
-<ul>
-
-<li><b>Type</b>: <code>java.lang.Boolean</code></li>
-
-<li><b>Since</b>: <code>1.0.1</code></li>
-
-<li><b>Required</b>: <code>No</code></li>
-
-<li><b>User Property</b>: <code>hibernate.schema.scan.test_classes</code></li>
-
-<li><b>Default</b>: <code>false</code></li>
- </ul><hr />
-<p><b><a name="show">show</a>:</b></p>
-
-<div>Show the generated SQL in the command-line output.</div>
-
-<ul>
-
-<li><b>Type</b>: <code>java.lang.Boolean</code></li>
-
-<li><b>Since</b>: <code>1.0</code></li>
-
-<li><b>Required</b>: <code>No</code></li>
-
-<li><b>User Property</b>: <code>hibernate.show_sql</code></li>
- </ul><hr />
-<p><b><a name="skip">skip</a>:</b></p>
-
-<div>Skip execution
-
-<p>If set to <code>true</code>, the execution is skipped.</p>
-
-<p>A skipped execution is signaled via the maven-property
-<code>${hibernate.schema.skipped}</code>.</p>
-
-<p>The execution is skipped automatically, if no modified or newly
-added annotated classes are found and the dialect was not
-changed.</p>
-
-<p><b>Important:</b> This configuration value can only be
-configured through the <code>pom.xml</code>, or by the definition
-of a system-property, because it is not known by Hibernate nor JPA
-and, hence, not picked up from their configuration!</p></div>
-
-<ul>
-
-<li><b>Type</b>: <code>boolean</code></li>
-
-<li><b>Since</b>: <code>1.0</code></li>
-
-<li><b>Required</b>: <code>No</code></li>
-
-<li><b>User Property</b>: <code>hibernate.schema.skip</code></li>
-
-<li><b>Default</b>: <code>${maven.test.skip}</code></li>
- </ul><hr />
-<p><b><a name="testOutputDirectory">testOutputDirectory</a>:</b></p>
-
-<div>Test-Classes-Directory to scan.
-
-<p>This parameter defaults to the maven build-output-directory for
-test-classes.</p>
-
-<p>This parameter is only used, when <code>scanTestClasses</code>
-is set to <code>true</code>!</p>
-
-<p><b>Important:</b> This configuration value can only be
-configured through the <code>pom.xml</code>, or by the definition
-of a system-property, because it is not known by Hibernate nor JPA
-and, hence, not picked up from their configuration!</p></div>
-
-<ul>
-
-<li><b>Type</b>: <code>java.lang.String</code></li>
-
-<li><b>Since</b>: <code>1.0.2</code></li>
-
-<li><b>Required</b>: <code>No</code></li>
-
-<li><b>User Property</b>: <code>project.build.testOutputDirectory</code></li>
- </ul><hr />
-<p><b><a name="url">url</a>:</b></p>
-
-<div>Database URL.</div>
-
-<ul>
-
-<li><b>Type</b>: <code>java.lang.String</code></li>
-
-<li><b>Since</b>: <code>1.0</code></li>
-
-<li><b>Required</b>: <code>No</code></li>
-
-<li><b>User Property</b>: <code>hibernate.connection.url</code></li>
- </ul><hr />
-<p><b><a name="username">username</a>:</b></p>
-
-<div>Database username</div>
-
-<ul>
-
-<li><b>Type</b>: <code>java.lang.String</code></li>
-
-<li><b>Since</b>: <code>1.0</code></li>
-
-<li><b>Required</b>: <code>No</code></li>
-
-<li><b>User Property</b>: <code>hibernate.connection.username</code></li>
- </ul>
- </section>
- </section>
-
-
- </article>
- <hr />
- <h2>Page Structure as JSON</h2>
- <pre class="json">
-{
- "_titles": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": "Hibernate Maven Plugin",
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html": "CI Management",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html": "Dependencies",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html": "Maven Coordinates",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html": "Distribution Management",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html": "Licenses",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html": "Plugin Management",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html": "Plugins",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html": "Source Code Management",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html": "Summary",
- "/projects/hibernate-maven-plugin/2.1.0/team.html": "Team",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": "Project Information",
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html": "Test JavaDocs",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html": "JavaDocs",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html": "Source Xref",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html": "Test Source Xref",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html": "CPD",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html": "PMD",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html": "Plugin Documentation",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": "Project Reports",
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about": "Overview",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html": "Configuration Examples",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html": "Goal — hibernate:create",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html": "Goal — hibernate:update",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": "Goal — hibernate:drop",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html": "Goal — hibernate:help",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html": "Enable Debugging-Output",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html": "Skipping Execution",
- "/projects/hibernate-maven-plugin/2.1.0/force.html": "Force Exceution",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html": "Known Pitfalls (FAQ)"
- },
- "_childs": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": [
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html",
- "/projects/hibernate-maven-plugin/2.1.0/force.html",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": [
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html",
- "/projects/hibernate-maven-plugin/2.1.0/team.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": [
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html"
- ]
- },
- "_crumbs": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/scm.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/summary.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/team.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/team.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/skip.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/force.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/force.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html"
- ]
- },
- "_canonical": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": "/hibernate-maven-plugin/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html": "/hibernate-maven-plugin/ci-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html": "/hibernate-maven-plugin/dependencies.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html": "/hibernate-maven-plugin/dependency-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html": "/hibernate-maven-plugin/distribution-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html": "/hibernate-maven-plugin/licenses.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html": "/hibernate-maven-plugin/plugin-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html": "/hibernate-maven-plugin/plugins.html",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html": "/hibernate-maven-plugin/scm.html",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html": "/hibernate-maven-plugin/summary.html",
- "/projects/hibernate-maven-plugin/2.1.0/team.html": "/hibernate-maven-plugin/team.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": "/hibernate-maven-plugin/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html": "/hibernate-maven-plugin/testapidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html": "/hibernate-maven-plugin/apidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html": "/hibernate-maven-plugin/xref/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html": "/hibernate-maven-plugin/xref-test/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html": "/hibernate-maven-plugin/cpd.html",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html": "/hibernate-maven-plugin/pmd.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html": "/hibernate-maven-plugin/plugin-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": "/hibernate-maven-plugin/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about": "/hibernate-maven-plugin/index.html?about",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html": "/hibernate-maven-plugin/configuration.html",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html": "/hibernate-maven-plugin/create-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html": "/hibernate-maven-plugin/update-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": "/hibernate-maven-plugin/drop-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html": "/hibernate-maven-plugin/help-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html": "/hibernate-maven-plugin/debugging.html",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html": "/hibernate-maven-plugin/skip.html",
- "/projects/hibernate-maven-plugin/2.1.0/force.html": "/hibernate-maven-plugin/force.html",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html": "/hibernate-maven-plugin/pitfalls.html"
- }
-}
- </pre>
- <h2>All Pages</h2>
- <p>
- <ul>
- <li><a href="index.html">Hibernate Maven Plugin</a></li><li><a href="ci-management.html">CI Management</a></li><li><a href="dependencies.html">Dependencies</a></li><li><a href="dependency-info.html">Maven Coordinates</a></li><li><a href="distribution-management.html">Distribution Management</a></li><li><a href="licenses.html">Licenses</a></li><li><a href="plugin-management.html">Plugin Management</a></li><li><a href="plugins.html">Plugins</a></li><li><a href="scm.html">Source Code Management</a></li><li><a href="summary.html">Summary</a></li><li><a href="team.html">Team</a></li><li><a href="project-info.html">Project Information</a></li><li><a href="testapidocs/index.html">Test JavaDocs</a></li><li><a href="apidocs/index.html">JavaDocs</a></li><li><a href="xref/index.html">Source Xref</a></li><li><a href="xref-test/index.html">Test Source Xref</a></li><li><a href="cpd.html">CPD</a></li><li><a href="pmd.html">PMD</a></li><li><a href="plugin-info.html">Plugin Documentation</a></li><li><a href="project-reports.html">Project Reports</a></li><li><a href="index.html?about">Overview</a></li><li><a href="configuration.html">Configuration Examples</a></li><li><a href="create-mojo.html">Goal — hibernate:create</a></li><li><a href="update-mojo.html">Goal — hibernate:update</a></li><li><a href="drop-mojo.html">Goal — hibernate:drop</a></li><li><a href="help-mojo.html">Goal — hibernate:help</a></li><li><a href="debugging.html">Enable Debugging-Output</a></li><li><a href="skip.html">Skipping Execution</a></li><li><a href="force.html">Force Exceution</a></li><li><a href="pitfalls.html">Known Pitfalls (FAQ)</a></li> </ul>
- </p>
- </body>
-</html>
+++ /dev/null
-/* You can override this file with your own styles */
\ No newline at end of file
-<!DOCTYPE html>
-<!--/*-->
-<!-- Generated by Apache Maven Doxia Site Renderer 1.9.2 at 2025-11-07 -->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: ci-management.html / name: CI Management -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: dependencies.html / name: Dependencies -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: dependency-info.html / name: Maven Coordinates -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: distribution-management.html / name: Distribution Management -->
-
-
-
-
-
- <!-- Skipping already seen entry: uri=index.html, name=About -->
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: licenses.html / name: Licenses -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: plugin-management.html / name: Plugin Management -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: plugins.html / name: Plugins -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: scm.html / name: Source Code Management -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: summary.html / name: Summary -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: team.html / name: Team -->
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: project-info.html / name: Project Information -->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: testapidocs/index.html / name: Test JavaDocs -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: apidocs/index.html / name: JavaDocs -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: xref/index.html / name: Source Xref -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: xref-test/index.html / name: Test Source Xref -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: cpd.html / name: CPD -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: pmd.html / name: PMD -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: plugin-info.html / name: Plugin Documentation -->
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: project-reports.html / name: Project Reports -->
-
-
-
-
- <!-- DONE WITH MENUE - - $page.name-->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: index.html?about / name: Overview -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: configuration.html / name: Configuration Examples -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: create-mojo.html / name: Goal — hibernate:create -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: update-mojo.html / name: Goal — hibernate:update -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: drop-mojo.html / name: Goal — hibernate:drop -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: help-mojo.html / name: Goal — hibernate:help -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: debugging.html / name: Enable Debugging-Output -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: skip.html / name: Skipping Execution -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: force.html / name: Force Exceution -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: pitfalls.html / name: Known Pitfalls (FAQ) -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- OVERWRITING PAGE - uri: project-info.html / name: Project Information -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- OVERWRITING PAGE - uri: project-reports.html / name: Project Reports -->
-
-
-
-
- <!-- DONE WITH MENUE - - (no name)-->
-
-
-
-<!-- name: Enable Debugging-Output -->
-<!-- title: Hibernate Maven Plugin – -->
-<!-- short title: -->
-<!-- current page: debugging.html -->
-<!-- path: /projects/hibernate-maven-plugin/2.1.0/ -->
-<!-- crumbs: "/index.html","/projects.html" -->
-<!-- pages: {index.html={uri=index.html, name=Hibernate Maven Plugin, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}], childs={index.html?about=Overview, configuration.html=Configuration Examples, create-mojo.html=Goal — hibernate:create, update-mojo.html=Goal — hibernate:update, drop-mojo.html=Goal — hibernate:drop, help-mojo.html=Goal — hibernate:help, debugging.html=Enable Debugging-Output, skip.html=Skipping Execution, force.html=Force Exceution, pitfalls.html=Known Pitfalls (FAQ), project-info.html=Project Information, project-reports.html=Project Reports}}, ci-management.html={name=CI Management, uri=ci-management.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=ci-management.html, name=CI Management}]}, dependencies.html={name=Dependencies, uri=dependencies.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=dependencies.html, name=Dependencies}]}, dependency-info.html={name=Maven Coordinates, uri=dependency-info.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=dependency-info.html, name=Maven Coordinates}]}, distribution-management.html={name=Distribution Management, uri=distribution-management.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=distribution-management.html, name=Distribution Management}]}, licenses.html={name=Licenses, uri=licenses.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=licenses.html, name=Licenses}]}, plugin-management.html={name=Plugin Management, uri=plugin-management.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=plugin-management.html, name=Plugin Management}]}, plugins.html={name=Plugins, uri=plugins.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=plugins.html, name=Plugins}]}, scm.html={name=Source Code Management, uri=scm.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=scm.html, name=Source Code Management}]}, summary.html={name=Summary, uri=summary.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=summary.html, name=Summary}]}, team.html={name=Team, uri=team.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=team.html, name=Team}]}, project-info.html={name=Project Information, uri=project-info.html, childs={ci-management.html=CI Management, dependencies.html=Dependencies, dependency-info.html=Maven Coordinates, distribution-management.html=Distribution Management, licenses.html=Licenses, plugin-management.html=Plugin Management, plugins.html=Plugins, scm.html=Source Code Management, summary.html=Summary, team.html=Team}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}]}, testapidocs/index.html={name=Test JavaDocs, uri=testapidocs/index.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=testapidocs/index.html, name=Test JavaDocs}]}, apidocs/index.html={name=JavaDocs, uri=apidocs/index.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=apidocs/index.html, name=JavaDocs}]}, xref/index.html={name=Source Xref, uri=xref/index.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=xref/index.html, name=Source Xref}]}, xref-test/index.html={name=Test Source Xref, uri=xref-test/index.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=xref-test/index.html, name=Test Source Xref}]}, cpd.html={name=CPD, uri=cpd.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=cpd.html, name=CPD}]}, pmd.html={name=PMD, uri=pmd.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=pmd.html, name=PMD}]}, plugin-info.html={name=Plugin Documentation, uri=plugin-info.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=plugin-info.html, name=Plugin Documentation}]}, project-reports.html={name=Project Reports, uri=project-reports.html, childs={testapidocs/index.html=Test JavaDocs, apidocs/index.html=JavaDocs, xref/index.html=Source Xref, xref-test/index.html=Test Source Xref, cpd.html=CPD, pmd.html=PMD, plugin-info.html=Plugin Documentation}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}]}, index.html?about={name=Overview, uri=index.html?about, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=index.html?about, name=Overview}]}, configuration.html={name=Configuration Examples, uri=configuration.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=configuration.html, name=Configuration Examples}]}, create-mojo.html={name=Goal — hibernate:create, uri=create-mojo.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=create-mojo.html, name=Goal — hibernate:create}]}, update-mojo.html={name=Goal — hibernate:update, uri=update-mojo.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=update-mojo.html, name=Goal — hibernate:update}]}, drop-mojo.html={name=Goal — hibernate:drop, uri=drop-mojo.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=drop-mojo.html, name=Goal — hibernate:drop}]}, help-mojo.html={name=Goal — hibernate:help, uri=help-mojo.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=help-mojo.html, name=Goal — hibernate:help}]}, debugging.html={name=Enable Debugging-Output, uri=debugging.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=debugging.html, name=Enable Debugging-Output}]}, skip.html={name=Skipping Execution, uri=skip.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=skip.html, name=Skipping Execution}]}, force.html={name=Force Exceution, uri=force.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=force.html, name=Force Exceution}]}, pitfalls.html={name=Known Pitfalls (FAQ), uri=pitfalls.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=pitfalls.html, name=Known Pitfalls (FAQ)}]}} -->
-
-
-<!--*/-->
-<html xmlns="http://www.w3.org/1999/xhtml" th:replace="~{/templates/layout.html :: layout(uri='' + ~{:: code[class='site_uri']/text()}, title=~{:: title}, maincontent=~{:: .maincontent}, json='MERGE:' + ~{:: pre[class='json']/text()})}">
- <head>
- <title class="title">Hibernate Maven Plugin – </title>
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
- <link id="canonical" rel="canonical" href="/hibernate-maven-plugin/debugging.html"/>
- </head>
- <body>
- <h1 class="short_title"></h1>
- <h2>URI</h2>
- <ul>
- <li><strong>site:</strong> <code class="site_uri">/projects/hibernate-maven-plugin/2.1.0/debugging.html</code></li>
- <li><strong>canonical:</strong> <code class="canonical_uri">/hibernate-maven-plugin/debugging.html</code></li>
- <li><strong>relative:</strong> <code class="relative_uri">debugging.html</code></li>
- </ul>
- <h2>Path</h2>
- <p>
- <ol>
- <li><a href="index.html">Hibernate Maven Plugin</a></li><li><a href="debugging.html">Enable Debugging-Output</a></li> </ol>
- </p>
- <hr />
- <article class="maincontent">
-
-
-
-
+---
+title: Enable Debugging-Output
+weight: 25
+outputs:
+ - html
+url: /projects/hibernate-maven-plugin/2.1.0/debugging.html
+layout: article
+---
+<div id="sili-body">
<h1>Enable Debugging-Output</h1>
<p>
</p>
<div>
-<pre class="prettyprint linenums lang-html">
-mvn -X compile hibernate:create</pre></div>
+{{< highlight guess >}}
+
+mvn -X compile hibernate:create
+{{< /highlight >}}</div>
<p>
(The <code>compile</code> might be necessary, because <code>hibernate-maven-plugin</code>
<p>
<b>But be warned:</b> <code>hibernate-maven-plugin</code> tends to be very chatty ;)
</p>
-
-
- </article>
- <hr />
- <h2>Page Structure as JSON</h2>
- <pre class="json">
-{
- "_titles": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": "Hibernate Maven Plugin",
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html": "CI Management",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html": "Dependencies",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html": "Maven Coordinates",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html": "Distribution Management",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html": "Licenses",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html": "Plugin Management",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html": "Plugins",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html": "Source Code Management",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html": "Summary",
- "/projects/hibernate-maven-plugin/2.1.0/team.html": "Team",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": "Project Information",
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html": "Test JavaDocs",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html": "JavaDocs",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html": "Source Xref",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html": "Test Source Xref",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html": "CPD",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html": "PMD",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html": "Plugin Documentation",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": "Project Reports",
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about": "Overview",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html": "Configuration Examples",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html": "Goal — hibernate:create",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html": "Goal — hibernate:update",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": "Goal — hibernate:drop",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html": "Goal — hibernate:help",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html": "Enable Debugging-Output",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html": "Skipping Execution",
- "/projects/hibernate-maven-plugin/2.1.0/force.html": "Force Exceution",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html": "Known Pitfalls (FAQ)"
- },
- "_childs": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": [
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html",
- "/projects/hibernate-maven-plugin/2.1.0/force.html",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": [
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html",
- "/projects/hibernate-maven-plugin/2.1.0/team.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": [
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html"
- ]
- },
- "_crumbs": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/scm.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/summary.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/team.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/team.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/skip.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/force.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/force.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html"
- ]
- },
- "_canonical": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": "/hibernate-maven-plugin/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html": "/hibernate-maven-plugin/ci-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html": "/hibernate-maven-plugin/dependencies.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html": "/hibernate-maven-plugin/dependency-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html": "/hibernate-maven-plugin/distribution-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html": "/hibernate-maven-plugin/licenses.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html": "/hibernate-maven-plugin/plugin-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html": "/hibernate-maven-plugin/plugins.html",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html": "/hibernate-maven-plugin/scm.html",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html": "/hibernate-maven-plugin/summary.html",
- "/projects/hibernate-maven-plugin/2.1.0/team.html": "/hibernate-maven-plugin/team.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": "/hibernate-maven-plugin/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html": "/hibernate-maven-plugin/testapidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html": "/hibernate-maven-plugin/apidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html": "/hibernate-maven-plugin/xref/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html": "/hibernate-maven-plugin/xref-test/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html": "/hibernate-maven-plugin/cpd.html",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html": "/hibernate-maven-plugin/pmd.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html": "/hibernate-maven-plugin/plugin-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": "/hibernate-maven-plugin/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about": "/hibernate-maven-plugin/index.html?about",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html": "/hibernate-maven-plugin/configuration.html",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html": "/hibernate-maven-plugin/create-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html": "/hibernate-maven-plugin/update-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": "/hibernate-maven-plugin/drop-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html": "/hibernate-maven-plugin/help-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html": "/hibernate-maven-plugin/debugging.html",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html": "/hibernate-maven-plugin/skip.html",
- "/projects/hibernate-maven-plugin/2.1.0/force.html": "/hibernate-maven-plugin/force.html",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html": "/hibernate-maven-plugin/pitfalls.html"
- }
-}
- </pre>
- <h2>All Pages</h2>
- <p>
- <ul>
- <li><a href="index.html">Hibernate Maven Plugin</a></li><li><a href="ci-management.html">CI Management</a></li><li><a href="dependencies.html">Dependencies</a></li><li><a href="dependency-info.html">Maven Coordinates</a></li><li><a href="distribution-management.html">Distribution Management</a></li><li><a href="licenses.html">Licenses</a></li><li><a href="plugin-management.html">Plugin Management</a></li><li><a href="plugins.html">Plugins</a></li><li><a href="scm.html">Source Code Management</a></li><li><a href="summary.html">Summary</a></li><li><a href="team.html">Team</a></li><li><a href="project-info.html">Project Information</a></li><li><a href="testapidocs/index.html">Test JavaDocs</a></li><li><a href="apidocs/index.html">JavaDocs</a></li><li><a href="xref/index.html">Source Xref</a></li><li><a href="xref-test/index.html">Test Source Xref</a></li><li><a href="cpd.html">CPD</a></li><li><a href="pmd.html">PMD</a></li><li><a href="plugin-info.html">Plugin Documentation</a></li><li><a href="project-reports.html">Project Reports</a></li><li><a href="index.html?about">Overview</a></li><li><a href="configuration.html">Configuration Examples</a></li><li><a href="create-mojo.html">Goal — hibernate:create</a></li><li><a href="update-mojo.html">Goal — hibernate:update</a></li><li><a href="drop-mojo.html">Goal — hibernate:drop</a></li><li><a href="help-mojo.html">Goal — hibernate:help</a></li><li><a href="debugging.html">Enable Debugging-Output</a></li><li><a href="skip.html">Skipping Execution</a></li><li><a href="force.html">Force Exceution</a></li><li><a href="pitfalls.html">Known Pitfalls (FAQ)</a></li> </ul>
- </p>
- </body>
-</html>
+</div>
+<!-- PREPARING ROOT-ENTRY - name: Hibernate Maven Plugin ref: index.html -->
+<!-- READING MENU - name: Project Documentation ref: reports -->
+<!-- VISITING PAGE - href: /project-info.html / name: Project Information -->
+<!-- VISITING PAGE - href: ci-management.html / name: CI Management -->
+<!-- VISITING PAGE - href: dependencies.html / name: Dependencies -->
+<!-- VISITING PAGE - href: dependency-info.html / name: Maven Coordinates -->
+<!-- VISITING PAGE - href: distribution-management.html / name: Distribution Management -->
+<!-- VISITING PAGE - href: index.html / name: About -->
+<!-- RENAMING already seen PAGE: href=index.html, FROM name=Hibernate Maven Plugin TO name=About -->
+<!-- VISITING PAGE - href: licenses.html / name: Licenses -->
+<!-- VISITING PAGE - href: plugin-management.html / name: Plugin Management -->
+<!-- VISITING PAGE - href: plugins.html / name: Plugins -->
+<!-- VISITING PAGE - href: scm.html / name: Source Code Management -->
+<!-- VISITING PAGE - href: summary.html / name: Summary -->
+<!-- VISITING PAGE - href: team.html / name: Team -->
+<!-- VISITING PAGE - href: /project-reports.html / name: Project Reports -->
+<!-- VISITING PAGE - href: testapidocs/index.html / name: Test JavaDocs -->
+<!-- VISITING PAGE - href: apidocs/index.html / name: JavaDocs -->
+<!-- VISITING PAGE - href: xref/index.html / name: Source Xref -->
+<!-- VISITING PAGE - href: xref-test/index.html / name: Test Source Xref -->
+<!-- VISITING PAGE - href: cpd.html / name: CPD -->
+<!-- VISITING PAGE - href: pmd.html / name: PMD -->
+<!-- VISITING PAGE - href: plugin-info.html / name: Plugin Documentation -->
+<!-- READING MENU - name: $menu.name ref: $menu.ref -->
+<!-- VISITING PAGE - href: index.html / name: About -->
+<!-- RENAMING already seen PAGE: href=index.html, FROM name=About TO name=About -->
+<!-- VISITING PAGE - href: configuration.html / name: Configuration Examples -->
+<!-- VISITING PAGE - href: create-mojo.html / name: Goal — hibernate:create -->
+<!-- VISITING PAGE - href: update-mojo.html / name: Goal — hibernate:update -->
+<!-- VISITING PAGE - href: drop-mojo.html / name: Goal — hibernate:drop -->
+<!-- VISITING PAGE - href: help-mojo.html / name: Goal — hibernate:help -->
+<!-- VISITING PAGE - href: debugging.html / name: Enable Debugging-Output -->
+<!-- VISITING PAGE - href: skip.html / name: Skipping Execution -->
+<!-- VISITING PAGE - href: force.html / name: Force Exceution -->
+<!-- VISITING PAGE - href: pitfalls.html / name: Known Pitfalls (FAQ) -->
+<!-- VISITING PAGE - href: project-info.html / name: Project Information -->
+<!-- RENAMING already seen PAGE: href=project-info.html, FROM name=Project Information TO name=Project Information -->
+<!-- VISITING PAGE - href: project-reports.html / name: Project Reports -->
+<!-- RENAMING already seen PAGE: href=project-reports.html, FROM name=Project Reports TO name=Project Reports -->
+++ /dev/null
-<!DOCTYPE html>
-<!--/*-->
-<!-- Generated by Apache Maven Doxia Site Renderer 1.9.2 at 2025-11-07 -->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: ci-management.html / name: CI Management -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: dependencies.html / name: Dependencies -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: dependency-info.html / name: Maven Coordinates -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: distribution-management.html / name: Distribution Management -->
-
-
-
-
-
- <!-- Skipping already seen entry: uri=index.html, name=About -->
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: licenses.html / name: Licenses -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: plugin-management.html / name: Plugin Management -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: plugins.html / name: Plugins -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: scm.html / name: Source Code Management -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: summary.html / name: Summary -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: team.html / name: Team -->
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: project-info.html / name: Project Information -->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: testapidocs/index.html / name: Test JavaDocs -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: apidocs/index.html / name: JavaDocs -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: xref/index.html / name: Source Xref -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: xref-test/index.html / name: Test Source Xref -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: cpd.html / name: CPD -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: pmd.html / name: PMD -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: plugin-info.html / name: Plugin Documentation -->
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: project-reports.html / name: Project Reports -->
-
-
-
-
- <!-- DONE WITH MENUE - - $page.name-->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: index.html?about / name: Overview -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: configuration.html / name: Configuration Examples -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: create-mojo.html / name: Goal — hibernate:create -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: update-mojo.html / name: Goal — hibernate:update -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: drop-mojo.html / name: Goal — hibernate:drop -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: help-mojo.html / name: Goal — hibernate:help -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: debugging.html / name: Enable Debugging-Output -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: skip.html / name: Skipping Execution -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: force.html / name: Force Exceution -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: pitfalls.html / name: Known Pitfalls (FAQ) -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- OVERWRITING PAGE - uri: project-info.html / name: Project Information -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- OVERWRITING PAGE - uri: project-reports.html / name: Project Reports -->
-
-
-
-
- <!-- DONE WITH MENUE - - (no name)-->
-
-
-
-<!-- name: Dependencies -->
-<!-- title: Hibernate Maven Plugin – Project Dependencies -->
-<!-- short title: Project Dependencies -->
-<!-- current page: dependencies.html -->
-<!-- path: /projects/hibernate-maven-plugin/2.1.0/ -->
-<!-- crumbs: "/index.html","/projects.html" -->
-<!-- pages: {index.html={uri=index.html, name=Hibernate Maven Plugin, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}], childs={index.html?about=Overview, configuration.html=Configuration Examples, create-mojo.html=Goal — hibernate:create, update-mojo.html=Goal — hibernate:update, drop-mojo.html=Goal — hibernate:drop, help-mojo.html=Goal — hibernate:help, debugging.html=Enable Debugging-Output, skip.html=Skipping Execution, force.html=Force Exceution, pitfalls.html=Known Pitfalls (FAQ), project-info.html=Project Information, project-reports.html=Project Reports}}, ci-management.html={name=CI Management, uri=ci-management.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=ci-management.html, name=CI Management}]}, dependencies.html={name=Dependencies, uri=dependencies.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=dependencies.html, name=Dependencies}]}, dependency-info.html={name=Maven Coordinates, uri=dependency-info.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=dependency-info.html, name=Maven Coordinates}]}, distribution-management.html={name=Distribution Management, uri=distribution-management.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=distribution-management.html, name=Distribution Management}]}, licenses.html={name=Licenses, uri=licenses.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=licenses.html, name=Licenses}]}, plugin-management.html={name=Plugin Management, uri=plugin-management.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=plugin-management.html, name=Plugin Management}]}, plugins.html={name=Plugins, uri=plugins.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=plugins.html, name=Plugins}]}, scm.html={name=Source Code Management, uri=scm.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=scm.html, name=Source Code Management}]}, summary.html={name=Summary, uri=summary.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=summary.html, name=Summary}]}, team.html={name=Team, uri=team.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=team.html, name=Team}]}, project-info.html={name=Project Information, uri=project-info.html, childs={ci-management.html=CI Management, dependencies.html=Dependencies, dependency-info.html=Maven Coordinates, distribution-management.html=Distribution Management, licenses.html=Licenses, plugin-management.html=Plugin Management, plugins.html=Plugins, scm.html=Source Code Management, summary.html=Summary, team.html=Team}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}]}, testapidocs/index.html={name=Test JavaDocs, uri=testapidocs/index.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=testapidocs/index.html, name=Test JavaDocs}]}, apidocs/index.html={name=JavaDocs, uri=apidocs/index.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=apidocs/index.html, name=JavaDocs}]}, xref/index.html={name=Source Xref, uri=xref/index.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=xref/index.html, name=Source Xref}]}, xref-test/index.html={name=Test Source Xref, uri=xref-test/index.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=xref-test/index.html, name=Test Source Xref}]}, cpd.html={name=CPD, uri=cpd.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=cpd.html, name=CPD}]}, pmd.html={name=PMD, uri=pmd.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=pmd.html, name=PMD}]}, plugin-info.html={name=Plugin Documentation, uri=plugin-info.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=plugin-info.html, name=Plugin Documentation}]}, project-reports.html={name=Project Reports, uri=project-reports.html, childs={testapidocs/index.html=Test JavaDocs, apidocs/index.html=JavaDocs, xref/index.html=Source Xref, xref-test/index.html=Test Source Xref, cpd.html=CPD, pmd.html=PMD, plugin-info.html=Plugin Documentation}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}]}, index.html?about={name=Overview, uri=index.html?about, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=index.html?about, name=Overview}]}, configuration.html={name=Configuration Examples, uri=configuration.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=configuration.html, name=Configuration Examples}]}, create-mojo.html={name=Goal — hibernate:create, uri=create-mojo.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=create-mojo.html, name=Goal — hibernate:create}]}, update-mojo.html={name=Goal — hibernate:update, uri=update-mojo.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=update-mojo.html, name=Goal — hibernate:update}]}, drop-mojo.html={name=Goal — hibernate:drop, uri=drop-mojo.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=drop-mojo.html, name=Goal — hibernate:drop}]}, help-mojo.html={name=Goal — hibernate:help, uri=help-mojo.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=help-mojo.html, name=Goal — hibernate:help}]}, debugging.html={name=Enable Debugging-Output, uri=debugging.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=debugging.html, name=Enable Debugging-Output}]}, skip.html={name=Skipping Execution, uri=skip.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=skip.html, name=Skipping Execution}]}, force.html={name=Force Exceution, uri=force.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=force.html, name=Force Exceution}]}, pitfalls.html={name=Known Pitfalls (FAQ), uri=pitfalls.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=pitfalls.html, name=Known Pitfalls (FAQ)}]}} -->
-
-
-<!--*/-->
-<html xmlns="http://www.w3.org/1999/xhtml" th:replace="~{/templates/layout.html :: layout(uri='' + ~{:: code[class='site_uri']/text()}, title=~{:: title}, maincontent=~{:: .maincontent}, json='MERGE:' + ~{:: pre[class='json']/text()})}">
- <head>
- <title class="title">Hibernate Maven Plugin – Project Dependencies</title>
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
- <link id="canonical" rel="canonical" href="/hibernate-maven-plugin/dependencies.html"/>
- </head>
- <body>
- <h1 class="short_title">Project Dependencies</h1>
- <h2>URI</h2>
- <ul>
- <li><strong>site:</strong> <code class="site_uri">/projects/hibernate-maven-plugin/2.1.0/dependencies.html</code></li>
- <li><strong>canonical:</strong> <code class="canonical_uri">/hibernate-maven-plugin/dependencies.html</code></li>
- <li><strong>relative:</strong> <code class="relative_uri">dependencies.html</code></li>
- </ul>
- <h2>Path</h2>
- <p>
- <ol>
- <li><a href="index.html">Hibernate Maven Plugin</a></li><li><a href="project-info.html">Project Information</a></li><li><a href="dependencies.html">Dependencies</a></li> </ol>
- </p>
- <hr />
- <article class="maincontent">
- <section><a name="Project_Dependencies"></a>
-<h2><a name="Project_Dependencies"></a>Project Dependencies</h2><section><a name="Project_Dependencies_compile"></a>
-<h3><a name="compile"></a>compile</h3>
-<p>The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:</p>
-<table border="0" class="bodyTable">
-<tr class="a">
-<th>GroupId</th>
-<th>ArtifactId</th>
-<th>Version</th>
-<th>Type</th>
-<th>Licenses</th></tr>
-<tr class="b">
-<td>com.pyx4j</td>
-<td><a class="externalLink" href="http://www.pyx4j.com/pyx4j-maven-plugins/maven-plugin-log4j">maven-plugin-log4j</a></td>
-<td>1.0.1</td>
-<td>jar</td>
-<td><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></td></tr>
-<tr class="a">
-<td>de.juplo</td>
-<td><a class="externalLink" href="http://juplo.de/scannotation">scannotation</a></td>
-<td>1.0.4</td>
-<td>jar</td>
-<td>-</td></tr>
-<tr class="b">
-<td>javax.el</td>
-<td><a class="externalLink" href="http://uel-spec.java.net">javax.el-api</a></td>
-<td>3.0.0</td>
-<td>jar</td>
-<td><a class="externalLink" href="https://glassfish.dev.java.net/nonav/public/CDDL+GPL.html">CDDL + GPLv2 with classpath exception</a></td></tr>
-<tr class="a">
-<td>org.apache.maven</td>
-<td><a class="externalLink" href="http://maven.apache.org/ref/3.3.3/maven-core">maven-core</a></td>
-<td>3.3.3</td>
-<td>jar</td>
-<td><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr>
-<tr class="b">
-<td>org.apache.maven</td>
-<td><a class="externalLink" href="http://maven.apache.org/ref/3.3.3/maven-plugin-api">maven-plugin-api</a></td>
-<td>3.3.3</td>
-<td>jar</td>
-<td><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr>
-<tr class="a">
-<td>org.hibernate</td>
-<td><a class="externalLink" href="http://hibernate.org">hibernate-core</a></td>
-<td>5.2.4.Final</td>
-<td>jar</td>
-<td><a class="externalLink" href="http://www.gnu.org/licenses/lgpl-2.1.html">GNU Lesser General Public License</a></td></tr>
-<tr class="b">
-<td>org.hibernate</td>
-<td><a class="externalLink" href="http://hibernate.org">hibernate-envers</a></td>
-<td>5.2.4.Final</td>
-<td>jar</td>
-<td><a class="externalLink" href="http://www.gnu.org/licenses/lgpl-2.1.html">GNU Lesser General Public License</a></td></tr>
-<tr class="a">
-<td>org.hibernate</td>
-<td><a class="externalLink" href="http://hibernate.org/validator/hibernate-validator">hibernate-validator</a></td>
-<td>5.3.1.Final</td>
-<td>jar</td>
-<td><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr></table></section></section><section><a name="Project_Transitive_Dependencies"></a>
-<h2><a name="Project_Transitive_Dependencies"></a>Project Transitive Dependencies</h2>
-<p>The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.</p><section><a name="Project_Transitive_Dependencies_compile"></a>
-<h3><a name="compile"></a>compile</h3>
-<p>The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:</p>
-<table border="0" class="bodyTable">
-<tr class="a">
-<th>GroupId</th>
-<th>ArtifactId</th>
-<th>Version</th>
-<th>Classifier</th>
-<th>Type</th>
-<th>Licenses</th></tr>
-<tr class="b">
-<td>antlr</td>
-<td><a class="externalLink" href="http://www.antlr.org/">antlr</a></td>
-<td>2.7.7</td>
-<td>-</td>
-<td>jar</td>
-<td><a class="externalLink" href="http://www.antlr.org/license.html">BSD License</a></td></tr>
-<tr class="a">
-<td>aopalliance</td>
-<td><a class="externalLink" href="http://aopalliance.sourceforge.net">aopalliance</a></td>
-<td>1.0</td>
-<td>-</td>
-<td>jar</td>
-<td>Public Domain</td></tr>
-<tr class="b">
-<td>com.fasterxml</td>
-<td><a class="externalLink" href="http://github.com/cowtowncoder/java-classmate">classmate</a></td>
-<td>1.3.0</td>
-<td>-</td>
-<td>jar</td>
-<td><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></td></tr>
-<tr class="a">
-<td>com.google.guava</td>
-<td><a class="externalLink" href="http://code.google.com/p/guava-libraries/guava">guava</a></td>
-<td>18.0</td>
-<td>-</td>
-<td>jar</td>
-<td><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></td></tr>
-<tr class="b">
-<td>dom4j</td>
-<td><a class="externalLink" href="http://dom4j.org">dom4j</a></td>
-<td>1.6.1</td>
-<td>-</td>
-<td>jar</td>
-<td>-</td></tr>
-<tr class="a">
-<td>javax.annotation</td>
-<td><a class="externalLink" href="http://jcp.org/aboutJava/communityprocess/final/jsr250/index.html">jsr250-api</a></td>
-<td>1.0</td>
-<td>-</td>
-<td>jar</td>
-<td><a class="externalLink" href="https://glassfish.dev.java.net/public/CDDLv1.0.html">COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0</a></td></tr>
-<tr class="b">
-<td>javax.el</td>
-<td>el-api</td>
-<td>2.2</td>
-<td>-</td>
-<td>jar</td>
-<td>-</td></tr>
-<tr class="a">
-<td>javax.enterprise</td>
-<td><a class="externalLink" href="http://www.seamframework.org/Weld">cdi-api</a></td>
-<td>1.1</td>
-<td>-</td>
-<td>jar</td>
-<td><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.html">Apache License, Version 2.0</a></td></tr>
-<tr class="b">
-<td>javax.inject</td>
-<td><a class="externalLink" href="http://code.google.com/p/atinject/">javax.inject</a></td>
-<td>1</td>
-<td>-</td>
-<td>jar</td>
-<td><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></td></tr>
-<tr class="a">
-<td>javax.validation</td>
-<td><a class="externalLink" href="http://beanvalidation.org">validation-api</a></td>
-<td>1.1.0.Final</td>
-<td>-</td>
-<td>jar</td>
-<td><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></td></tr>
-<tr class="b">
-<td>log4j</td>
-<td><a class="externalLink" href="http://logging.apache.org/log4j/docs/">log4j</a></td>
-<td>1.2.14</td>
-<td>-</td>
-<td>jar</td>
-<td><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></td></tr>
-<tr class="a">
-<td>org.apache.geronimo.specs</td>
-<td><a class="externalLink" href="http://geronimo.apache.org/specs/geronimo-jta_1.1_spec">geronimo-jta_1.1_spec</a></td>
-<td>1.1.1</td>
-<td>-</td>
-<td>jar</td>
-<td><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></td></tr>
-<tr class="b">
-<td>org.apache.maven</td>
-<td><a class="externalLink" href="http://maven.apache.org/ref/3.3.3/maven-aether-provider">maven-aether-provider</a></td>
-<td>3.3.3</td>
-<td>-</td>
-<td>jar</td>
-<td><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr>
-<tr class="a">
-<td>org.apache.maven</td>
-<td><a class="externalLink" href="http://maven.apache.org/ref/3.3.3/maven-artifact">maven-artifact</a></td>
-<td>3.3.3</td>
-<td>-</td>
-<td>jar</td>
-<td><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr>
-<tr class="b">
-<td>org.apache.maven</td>
-<td><a class="externalLink" href="http://maven.apache.org/ref/3.3.3/maven-builder-support">maven-builder-support</a></td>
-<td>3.3.3</td>
-<td>-</td>
-<td>jar</td>
-<td><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr>
-<tr class="a">
-<td>org.apache.maven</td>
-<td><a class="externalLink" href="http://maven.apache.org/ref/3.3.3/maven-model">maven-model</a></td>
-<td>3.3.3</td>
-<td>-</td>
-<td>jar</td>
-<td><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr>
-<tr class="b">
-<td>org.apache.maven</td>
-<td><a class="externalLink" href="http://maven.apache.org/ref/3.3.3/maven-model-builder">maven-model-builder</a></td>
-<td>3.3.3</td>
-<td>-</td>
-<td>jar</td>
-<td><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr>
-<tr class="a">
-<td>org.apache.maven</td>
-<td><a class="externalLink" href="http://maven.apache.org/ref/3.3.3/maven-repository-metadata">maven-repository-metadata</a></td>
-<td>3.3.3</td>
-<td>-</td>
-<td>jar</td>
-<td><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr>
-<tr class="b">
-<td>org.apache.maven</td>
-<td><a class="externalLink" href="http://maven.apache.org/ref/3.3.3/maven-settings">maven-settings</a></td>
-<td>3.3.3</td>
-<td>-</td>
-<td>jar</td>
-<td><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr>
-<tr class="a">
-<td>org.apache.maven</td>
-<td><a class="externalLink" href="http://maven.apache.org/ref/3.3.3/maven-settings-builder">maven-settings-builder</a></td>
-<td>3.3.3</td>
-<td>-</td>
-<td>jar</td>
-<td><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr>
-<tr class="b">
-<td>org.codehaus.plexus</td>
-<td><a class="externalLink" href="http://plexus.codehaus.org/plexus-classworlds/">plexus-classworlds</a></td>
-<td>2.5.2</td>
-<td>-</td>
-<td>jar</td>
-<td><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></td></tr>
-<tr class="a">
-<td>org.codehaus.plexus</td>
-<td><a class="externalLink" href="http://plexus.codehaus.org/plexus-containers/plexus-component-annotations/">plexus-component-annotations</a></td>
-<td>1.5.5</td>
-<td>-</td>
-<td>jar</td>
-<td><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></td></tr>
-<tr class="b">
-<td>org.codehaus.plexus</td>
-<td><a class="externalLink" href="http://plexus.codehaus.org/plexus-components/plexus-interpolation">plexus-interpolation</a></td>
-<td>1.21</td>
-<td>-</td>
-<td>jar</td>
-<td><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></td></tr>
-<tr class="a">
-<td>org.eclipse.aether</td>
-<td><a class="externalLink" href="http://www.eclipse.org/aether/aether-api/">aether-api</a></td>
-<td>1.0.2.v20150114</td>
-<td>-</td>
-<td>jar</td>
-<td><a class="externalLink" href="http://www.eclipse.org/legal/epl-v10.html">Eclipse Public License, Version 1.0</a></td></tr>
-<tr class="b">
-<td>org.eclipse.aether</td>
-<td><a class="externalLink" href="http://www.eclipse.org/aether/aether-impl/">aether-impl</a></td>
-<td>1.0.2.v20150114</td>
-<td>-</td>
-<td>jar</td>
-<td><a class="externalLink" href="http://www.eclipse.org/legal/epl-v10.html">Eclipse Public License, Version 1.0</a></td></tr>
-<tr class="a">
-<td>org.eclipse.aether</td>
-<td><a class="externalLink" href="http://www.eclipse.org/aether/aether-spi/">aether-spi</a></td>
-<td>1.0.2.v20150114</td>
-<td>-</td>
-<td>jar</td>
-<td><a class="externalLink" href="http://www.eclipse.org/legal/epl-v10.html">Eclipse Public License, Version 1.0</a></td></tr>
-<tr class="b">
-<td>org.eclipse.aether</td>
-<td><a class="externalLink" href="http://www.eclipse.org/aether/aether-util/">aether-util</a></td>
-<td>1.0.2.v20150114</td>
-<td>-</td>
-<td>jar</td>
-<td><a class="externalLink" href="http://www.eclipse.org/legal/epl-v10.html">Eclipse Public License, Version 1.0</a></td></tr>
-<tr class="a">
-<td>org.eclipse.sisu</td>
-<td><a class="externalLink" href="http://www.eclipse.org/sisu/org.eclipse.sisu.inject/">org.eclipse.sisu.inject</a></td>
-<td>0.3.0</td>
-<td>-</td>
-<td>jar</td>
-<td><a class="externalLink" href="http://www.eclipse.org/legal/epl-v10.html">Eclipse Public License, Version 1.0</a></td></tr>
-<tr class="b">
-<td>org.eclipse.sisu</td>
-<td><a class="externalLink" href="http://www.eclipse.org/sisu/org.eclipse.sisu.plexus/">org.eclipse.sisu.plexus</a></td>
-<td>0.3.0</td>
-<td>-</td>
-<td>jar</td>
-<td><a class="externalLink" href="http://www.eclipse.org/legal/epl-v10.html">Eclipse Public License, Version 1.0</a></td></tr>
-<tr class="a">
-<td>org.hibernate.common</td>
-<td><a class="externalLink" href="http://hibernate.org">hibernate-commons-annotations</a></td>
-<td>5.0.1.Final</td>
-<td>-</td>
-<td>jar</td>
-<td><a class="externalLink" href="http://www.gnu.org/licenses/lgpl-2.1.html">GNU Lesser General Public License</a></td></tr>
-<tr class="b">
-<td>org.hibernate.javax.persistence</td>
-<td><a class="externalLink" href="http://hibernate.org">hibernate-jpa-2.1-api</a></td>
-<td>1.0.0.Final</td>
-<td>-</td>
-<td>jar</td>
-<td><a class="externalLink" href="http://www.eclipse.org/legal/epl-v10.html">Eclipse Public License (EPL), Version 1.0</a><a class="externalLink" href="http://www.eclipse.org/org/documents/edl-v10.php">Eclipse Distribution License (EDL), Version 1.0</a></td></tr>
-<tr class="a">
-<td>org.javassist</td>
-<td><a class="externalLink" href="http://www.javassist.org/">javassist</a></td>
-<td>3.20.0-GA</td>
-<td>-</td>
-<td>jar</td>
-<td><a class="externalLink" href="http://www.mozilla.org/MPL/MPL-1.1.html">MPL 1.1</a><a class="externalLink" href="http://www.gnu.org/licenses/lgpl-2.1.html">LGPL 2.1</a><a class="externalLink" href="http://www.apache.org/licenses/">Apache License 2.0</a></td></tr>
-<tr class="b">
-<td>org.jboss</td>
-<td><a class="externalLink" href="http://www.jboss.org/jandex">jandex</a></td>
-<td>2.0.0.Final</td>
-<td>-</td>
-<td>jar</td>
-<td><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr>
-<tr class="a">
-<td>org.jboss.logging</td>
-<td><a class="externalLink" href="http://www.jboss.org">jboss-logging</a></td>
-<td>3.3.0.Final</td>
-<td>-</td>
-<td>jar</td>
-<td><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, version 2.0</a></td></tr>
-<tr class="b">
-<td>org.jboss.spec.javax.interceptor</td>
-<td><a class="externalLink" href="http://jboss-interceptors-api_1.1_spec/">jboss-interceptors-api_1.1_spec</a></td>
-<td>1.0.0.Beta1</td>
-<td>-</td>
-<td>jar</td>
-<td><a class="externalLink" href="http://repository.jboss.org/licenses/lgpl-2.1.txt">lgpl</a></td></tr>
-<tr class="a">
-<td>org.sonatype.plexus</td>
-<td><a class="externalLink" href="http://spice.sonatype.org/plexus-cipher">plexus-cipher</a></td>
-<td>1.4</td>
-<td>-</td>
-<td>jar</td>
-<td><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0">Apache Public License 2.0</a></td></tr>
-<tr class="b">
-<td>org.sonatype.plexus</td>
-<td><a class="externalLink" href="http://spice.sonatype.org/plexus-sec-dispatcher">plexus-sec-dispatcher</a></td>
-<td>1.3</td>
-<td>-</td>
-<td>jar</td>
-<td><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0">Apache Public License 2.0</a></td></tr>
-<tr class="a">
-<td>org.sonatype.sisu</td>
-<td><a class="externalLink" href="https://github.com/google/guice/sisu-guice">sisu-guice</a></td>
-<td>3.2.5</td>
-<td>no_aop</td>
-<td>jar</td>
-<td><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></td></tr></table></section></section><section><a name="Project_Dependency_Graph"></a>
-<h2><a name="Project_Dependency_Graph"></a>Project Dependency Graph</h2>
-<script>
- function toggleDependencyDetails( divId, imgId )
- {
- var div = document.getElementById( divId );
- var img = document.getElementById( imgId );
- if( div.style.display == '' )
- {
- div.style.display = 'none';
- img.src='./images/icon_info_sml.gif';
- img.alt='[Information]';
- }
- else
- {
- div.style.display = '';
- img.src='./images/close.gif';
- img.alt='[Close]';
- }
- }
-
-</script>
-<section><a name="Dependency_Tree"></a>
-<h3><a name="Dependency_Tree"></a>Dependency Tree</h3>
-<ul>
-<li>de.juplo:hibernate-maven-plugin:maven-plugin:2.1.0 <img id="_img1" src="./images/icon_info_sml.gif" alt="[Information]" onclick="toggleDependencyDetails( '_dep0', '_img1' );" style="cursor: pointer; vertical-align: text-bottom;" /><div id="_dep0" style="display:none">
-<table border="0" class="bodyTable">
-<tr class="a">
-<th>Hibernate Maven Plugin</th></tr>
-<tr class="b">
-<td>
-<p><b>Description: </b>A simple plugin for generating a database-schema from Hibernate-Mappings</p>
-<p><b>URL: </b><a class="externalLink" href="https://juplo.de/hibernate-maven-plugin/index.html">https://juplo.de/hibernate-maven-plugin/index.html</a></p>
-<p><b>Project Licenses: </b><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></p></td></tr></table></div>
-<ul>
-<li>org.apache.maven:maven-core:jar:3.3.3 (compile) <img id="_img3" src="./images/icon_info_sml.gif" alt="[Information]" onclick="toggleDependencyDetails( '_dep2', '_img3' );" style="cursor: pointer; vertical-align: text-bottom;" /><div id="_dep2" style="display:none">
-<table border="0" class="bodyTable">
-<tr class="a">
-<th>Maven Core</th></tr>
-<tr class="b">
-<td>
-<p><b>Description: </b>Maven Core classes.</p>
-<p><b>URL: </b><a class="externalLink" href="http://maven.apache.org/ref/3.3.3/maven-core">http://maven.apache.org/ref/3.3.3/maven-core</a></p>
-<p><b>Project Licenses: </b><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></p></td></tr></table></div>
-<ul>
-<li>org.apache.maven:maven-model:jar:3.3.3 (compile) <img id="_img5" src="./images/icon_info_sml.gif" alt="[Information]" onclick="toggleDependencyDetails( '_dep4', '_img5' );" style="cursor: pointer; vertical-align: text-bottom;" /><div id="_dep4" style="display:none">
-<table border="0" class="bodyTable">
-<tr class="a">
-<th>Maven Model</th></tr>
-<tr class="b">
-<td>
-<p><b>Description: </b>Model for Maven POM (Project Object Model)</p>
-<p><b>URL: </b><a class="externalLink" href="http://maven.apache.org/ref/3.3.3/maven-model">http://maven.apache.org/ref/3.3.3/maven-model</a></p>
-<p><b>Project Licenses: </b><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></p></td></tr></table></div></li>
-<li>org.apache.maven:maven-settings:jar:3.3.3 (compile) <img id="_img7" src="./images/icon_info_sml.gif" alt="[Information]" onclick="toggleDependencyDetails( '_dep6', '_img7' );" style="cursor: pointer; vertical-align: text-bottom;" /><div id="_dep6" style="display:none">
-<table border="0" class="bodyTable">
-<tr class="a">
-<th>Maven Settings</th></tr>
-<tr class="b">
-<td>
-<p><b>Description: </b>Maven Settings model.</p>
-<p><b>URL: </b><a class="externalLink" href="http://maven.apache.org/ref/3.3.3/maven-settings">http://maven.apache.org/ref/3.3.3/maven-settings</a></p>
-<p><b>Project Licenses: </b><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></p></td></tr></table></div></li>
-<li>org.apache.maven:maven-settings-builder:jar:3.3.3 (compile) <img id="_img9" src="./images/icon_info_sml.gif" alt="[Information]" onclick="toggleDependencyDetails( '_dep8', '_img9' );" style="cursor: pointer; vertical-align: text-bottom;" /><div id="_dep8" style="display:none">
-<table border="0" class="bodyTable">
-<tr class="a">
-<th>Maven Settings Builder</th></tr>
-<tr class="b">
-<td>
-<p><b>Description: </b>The effective settings builder, with inheritance and password decryption.</p>
-<p><b>URL: </b><a class="externalLink" href="http://maven.apache.org/ref/3.3.3/maven-settings-builder">http://maven.apache.org/ref/3.3.3/maven-settings-builder</a></p>
-<p><b>Project Licenses: </b><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></p></td></tr></table></div>
-<ul>
-<li>org.apache.maven:maven-builder-support:jar:3.3.3 (compile) <img id="_img11" src="./images/icon_info_sml.gif" alt="[Information]" onclick="toggleDependencyDetails( '_dep10', '_img11' );" style="cursor: pointer; vertical-align: text-bottom;" /><div id="_dep10" style="display:none">
-<table border="0" class="bodyTable">
-<tr class="a">
-<th>Maven Builder Support</th></tr>
-<tr class="b">
-<td>
-<p><b>Description: </b>Support for descriptor builders (model, setting, toolchains)</p>
-<p><b>URL: </b><a class="externalLink" href="http://maven.apache.org/ref/3.3.3/maven-builder-support">http://maven.apache.org/ref/3.3.3/maven-builder-support</a></p>
-<p><b>Project Licenses: </b><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></p></td></tr></table></div></li></ul></li>
-<li>org.apache.maven:maven-repository-metadata:jar:3.3.3 (compile) <img id="_img13" src="./images/icon_info_sml.gif" alt="[Information]" onclick="toggleDependencyDetails( '_dep12', '_img13' );" style="cursor: pointer; vertical-align: text-bottom;" /><div id="_dep12" style="display:none">
-<table border="0" class="bodyTable">
-<tr class="a">
-<th>Maven Repository Metadata Model</th></tr>
-<tr class="b">
-<td>
-<p><b>Description: </b>Per-directory local and remote repository metadata.</p>
-<p><b>URL: </b><a class="externalLink" href="http://maven.apache.org/ref/3.3.3/maven-repository-metadata">http://maven.apache.org/ref/3.3.3/maven-repository-metadata</a></p>
-<p><b>Project Licenses: </b><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></p></td></tr></table></div></li>
-<li>org.apache.maven:maven-artifact:jar:3.3.3 (compile) <img id="_img15" src="./images/icon_info_sml.gif" alt="[Information]" onclick="toggleDependencyDetails( '_dep14', '_img15' );" style="cursor: pointer; vertical-align: text-bottom;" /><div id="_dep14" style="display:none">
-<table border="0" class="bodyTable">
-<tr class="a">
-<th>Maven Artifact</th></tr>
-<tr class="b">
-<td>
-<p><b>Description: </b>Maven is a software build management and
- comprehension tool. Based on the concept of a project object model:
- builds, dependency management, documentation creation, site
- publication, and distribution publication are all controlled from
- the declarative file. Maven can be extended by plugins to utilise a
- number of other development tools for reporting or the build
- process.</p>
-<p><b>URL: </b><a class="externalLink" href="http://maven.apache.org/ref/3.3.3/maven-artifact">http://maven.apache.org/ref/3.3.3/maven-artifact</a></p>
-<p><b>Project Licenses: </b><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></p></td></tr></table></div></li>
-<li>org.apache.maven:maven-model-builder:jar:3.3.3 (compile) <img id="_img17" src="./images/icon_info_sml.gif" alt="[Information]" onclick="toggleDependencyDetails( '_dep16', '_img17' );" style="cursor: pointer; vertical-align: text-bottom;" /><div id="_dep16" style="display:none">
-<table border="0" class="bodyTable">
-<tr class="a">
-<th>Maven Model Builder</th></tr>
-<tr class="b">
-<td>
-<p><b>Description: </b>The effective model builder, with inheritance, profile activation, interpolation, ...</p>
-<p><b>URL: </b><a class="externalLink" href="http://maven.apache.org/ref/3.3.3/maven-model-builder">http://maven.apache.org/ref/3.3.3/maven-model-builder</a></p>
-<p><b>Project Licenses: </b><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></p></td></tr></table></div>
-<ul>
-<li>com.google.guava:guava:jar:18.0 (compile) <img id="_img19" src="./images/icon_info_sml.gif" alt="[Information]" onclick="toggleDependencyDetails( '_dep18', '_img19' );" style="cursor: pointer; vertical-align: text-bottom;" /><div id="_dep18" style="display:none">
-<table border="0" class="bodyTable">
-<tr class="a">
-<th>Guava: Google Core Libraries for Java</th></tr>
-<tr class="b">
-<td>
-<p><b>Description: </b>Guava is a suite of core and expanded libraries that include
- utility classes, google's collections, io classes, and much
- much more.
-
- Guava has only one code dependency - javax.annotation,
- per the JSR-305 spec.</p>
-<p><b>URL: </b><a class="externalLink" href="http://code.google.com/p/guava-libraries/guava">http://code.google.com/p/guava-libraries/guava</a></p>
-<p><b>Project Licenses: </b><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></p></td></tr></table></div></li></ul></li>
-<li>org.apache.maven:maven-aether-provider:jar:3.3.3 (compile) <img id="_img21" src="./images/icon_info_sml.gif" alt="[Information]" onclick="toggleDependencyDetails( '_dep20', '_img21' );" style="cursor: pointer; vertical-align: text-bottom;" /><div id="_dep20" style="display:none">
-<table border="0" class="bodyTable">
-<tr class="a">
-<th>Maven Aether Provider</th></tr>
-<tr class="b">
-<td>
-<p><b>Description: </b>Extensions to Aether for utilizing Maven POM and repository metadata.</p>
-<p><b>URL: </b><a class="externalLink" href="http://maven.apache.org/ref/3.3.3/maven-aether-provider">http://maven.apache.org/ref/3.3.3/maven-aether-provider</a></p>
-<p><b>Project Licenses: </b><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></p></td></tr></table></div>
-<ul>
-<li>org.eclipse.aether:aether-spi:jar:1.0.2.v20150114 (compile) <img id="_img23" src="./images/icon_info_sml.gif" alt="[Information]" onclick="toggleDependencyDetails( '_dep22', '_img23' );" style="cursor: pointer; vertical-align: text-bottom;" /><div id="_dep22" style="display:none">
-<table border="0" class="bodyTable">
-<tr class="a">
-<th>Aether SPI</th></tr>
-<tr class="b">
-<td>
-<p><b>Description: </b>The service provider interface for repository system implementations and repository connectors.</p>
-<p><b>URL: </b><a class="externalLink" href="http://www.eclipse.org/aether/aether-spi/">http://www.eclipse.org/aether/aether-spi/</a></p>
-<p><b>Project Licenses: </b><a class="externalLink" href="http://www.eclipse.org/legal/epl-v10.html">Eclipse Public License, Version 1.0</a></p></td></tr></table></div></li></ul></li>
-<li>org.eclipse.aether:aether-impl:jar:1.0.2.v20150114 (compile) <img id="_img25" src="./images/icon_info_sml.gif" alt="[Information]" onclick="toggleDependencyDetails( '_dep24', '_img25' );" style="cursor: pointer; vertical-align: text-bottom;" /><div id="_dep24" style="display:none">
-<table border="0" class="bodyTable">
-<tr class="a">
-<th>Aether Implementation</th></tr>
-<tr class="b">
-<td>
-<p><b>Description: </b>An implementation of the repository system.</p>
-<p><b>URL: </b><a class="externalLink" href="http://www.eclipse.org/aether/aether-impl/">http://www.eclipse.org/aether/aether-impl/</a></p>
-<p><b>Project Licenses: </b><a class="externalLink" href="http://www.eclipse.org/legal/epl-v10.html">Eclipse Public License, Version 1.0</a></p></td></tr></table></div></li>
-<li>org.eclipse.aether:aether-api:jar:1.0.2.v20150114 (compile) <img id="_img27" src="./images/icon_info_sml.gif" alt="[Information]" onclick="toggleDependencyDetails( '_dep26', '_img27' );" style="cursor: pointer; vertical-align: text-bottom;" /><div id="_dep26" style="display:none">
-<table border="0" class="bodyTable">
-<tr class="a">
-<th>Aether API</th></tr>
-<tr class="b">
-<td>
-<p><b>Description: </b>The application programming interface for the repository system.</p>
-<p><b>URL: </b><a class="externalLink" href="http://www.eclipse.org/aether/aether-api/">http://www.eclipse.org/aether/aether-api/</a></p>
-<p><b>Project Licenses: </b><a class="externalLink" href="http://www.eclipse.org/legal/epl-v10.html">Eclipse Public License, Version 1.0</a></p></td></tr></table></div></li>
-<li>org.eclipse.aether:aether-util:jar:1.0.2.v20150114 (compile) <img id="_img29" src="./images/icon_info_sml.gif" alt="[Information]" onclick="toggleDependencyDetails( '_dep28', '_img29' );" style="cursor: pointer; vertical-align: text-bottom;" /><div id="_dep28" style="display:none">
-<table border="0" class="bodyTable">
-<tr class="a">
-<th>Aether Utilities</th></tr>
-<tr class="b">
-<td>
-<p><b>Description: </b>A collection of utility classes to ease usage of the repository system.</p>
-<p><b>URL: </b><a class="externalLink" href="http://www.eclipse.org/aether/aether-util/">http://www.eclipse.org/aether/aether-util/</a></p>
-<p><b>Project Licenses: </b><a class="externalLink" href="http://www.eclipse.org/legal/epl-v10.html">Eclipse Public License, Version 1.0</a></p></td></tr></table></div></li>
-<li>org.eclipse.sisu:org.eclipse.sisu.plexus:jar:0.3.0 (compile) <img id="_img31" src="./images/icon_info_sml.gif" alt="[Information]" onclick="toggleDependencyDetails( '_dep30', '_img31' );" style="cursor: pointer; vertical-align: text-bottom;" /><div id="_dep30" style="display:none">
-<table border="0" class="bodyTable">
-<tr class="a">
-<th>org.eclipse.sisu.plexus</th></tr>
-<tr class="b">
-<td>
-<p><b>Description: </b>Plexus-JSR330 adapter; adds Plexus support to the Sisu-Inject container</p>
-<p><b>URL: </b><a class="externalLink" href="http://www.eclipse.org/sisu/org.eclipse.sisu.plexus/">http://www.eclipse.org/sisu/org.eclipse.sisu.plexus/</a></p>
-<p><b>Project Licenses: </b><a class="externalLink" href="http://www.eclipse.org/legal/epl-v10.html">Eclipse Public License, Version 1.0</a></p></td></tr></table></div>
-<ul>
-<li>org.eclipse.sisu:org.eclipse.sisu.inject:jar:0.3.0 (compile) <img id="_img33" src="./images/icon_info_sml.gif" alt="[Information]" onclick="toggleDependencyDetails( '_dep32', '_img33' );" style="cursor: pointer; vertical-align: text-bottom;" /><div id="_dep32" style="display:none">
-<table border="0" class="bodyTable">
-<tr class="a">
-<th>org.eclipse.sisu.inject</th></tr>
-<tr class="b">
-<td>
-<p><b>Description: </b>JSR330-based container; supports classpath scanning, auto-binding, and dynamic auto-wiring</p>
-<p><b>URL: </b><a class="externalLink" href="http://www.eclipse.org/sisu/org.eclipse.sisu.inject/">http://www.eclipse.org/sisu/org.eclipse.sisu.inject/</a></p>
-<p><b>Project Licenses: </b><a class="externalLink" href="http://www.eclipse.org/legal/epl-v10.html">Eclipse Public License, Version 1.0</a></p></td></tr></table></div></li></ul></li>
-<li>org.sonatype.sisu:sisu-guice:jar:no_aop:3.2.5 (compile) <img id="_img35" src="./images/icon_info_sml.gif" alt="[Information]" onclick="toggleDependencyDetails( '_dep34', '_img35' );" style="cursor: pointer; vertical-align: text-bottom;" /><div id="_dep34" style="display:none">
-<table border="0" class="bodyTable">
-<tr class="a">
-<th>Sisu Guice - Core Library</th></tr>
-<tr class="b">
-<td>
-<p><b>Description: </b>Patched build of Guice: a lightweight dependency injection framework for Java 6 and above</p>
-<p><b>URL: </b><a class="externalLink" href="https://github.com/google/guice/sisu-guice">https://github.com/google/guice/sisu-guice</a></p>
-<p><b>Project Licenses: </b><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></p></td></tr></table></div>
-<ul>
-<li>javax.inject:javax.inject:jar:1 (compile) <img id="_img37" src="./images/icon_info_sml.gif" alt="[Information]" onclick="toggleDependencyDetails( '_dep36', '_img37' );" style="cursor: pointer; vertical-align: text-bottom;" /><div id="_dep36" style="display:none">
-<table border="0" class="bodyTable">
-<tr class="a">
-<th>javax.inject</th></tr>
-<tr class="b">
-<td>
-<p><b>Description: </b>The javax.inject API</p>
-<p><b>URL: </b><a class="externalLink" href="http://code.google.com/p/atinject/">http://code.google.com/p/atinject/</a></p>
-<p><b>Project Licenses: </b><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></p></td></tr></table></div></li>
-<li>aopalliance:aopalliance:jar:1.0 (compile) <img id="_img39" src="./images/icon_info_sml.gif" alt="[Information]" onclick="toggleDependencyDetails( '_dep38', '_img39' );" style="cursor: pointer; vertical-align: text-bottom;" /><div id="_dep38" style="display:none">
-<table border="0" class="bodyTable">
-<tr class="a">
-<th>AOP alliance</th></tr>
-<tr class="b">
-<td>
-<p><b>Description: </b>AOP Alliance</p>
-<p><b>URL: </b><a class="externalLink" href="http://aopalliance.sourceforge.net">http://aopalliance.sourceforge.net</a></p>
-<p><b>Project Licenses: </b>Public Domain</p></td></tr></table></div></li></ul></li>
-<li>org.codehaus.plexus:plexus-interpolation:jar:1.21 (compile) <img id="_img41" src="./images/icon_info_sml.gif" alt="[Information]" onclick="toggleDependencyDetails( '_dep40', '_img41' );" style="cursor: pointer; vertical-align: text-bottom;" /><div id="_dep40" style="display:none">
-<table border="0" class="bodyTable">
-<tr class="a">
-<th>Plexus Interpolation API</th></tr>
-<tr class="b">
-<td>
-<p><b>Description: </b>The Plexus project provides a full software stack for creating and executing software projects.</p>
-<p><b>URL: </b><a class="externalLink" href="http://plexus.codehaus.org/plexus-components/plexus-interpolation">http://plexus.codehaus.org/plexus-components/plexus-interpolation</a></p>
-<p><b>Project Licenses: </b><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></p></td></tr></table></div></li>
-<li>org.codehaus.plexus:plexus-classworlds:jar:2.5.2 (compile) <img id="_img43" src="./images/icon_info_sml.gif" alt="[Information]" onclick="toggleDependencyDetails( '_dep42', '_img43' );" style="cursor: pointer; vertical-align: text-bottom;" /><div id="_dep42" style="display:none">
-<table border="0" class="bodyTable">
-<tr class="a">
-<th>Plexus Classworlds</th></tr>
-<tr class="b">
-<td>
-<p><b>Description: </b>A class loader framework</p>
-<p><b>URL: </b><a class="externalLink" href="http://plexus.codehaus.org/plexus-classworlds/">http://plexus.codehaus.org/plexus-classworlds/</a></p>
-<p><b>Project Licenses: </b><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></p></td></tr></table></div></li>
-<li>org.codehaus.plexus:plexus-component-annotations:jar:1.5.5 (compile) <img id="_img45" src="./images/icon_info_sml.gif" alt="[Information]" onclick="toggleDependencyDetails( '_dep44', '_img45' );" style="cursor: pointer; vertical-align: text-bottom;" /><div id="_dep44" style="display:none">
-<table border="0" class="bodyTable">
-<tr class="a">
-<th>Plexus :: Component Annotations</th></tr>
-<tr class="b">
-<td>
-<p><b>Description: </b>Plexus Component "Java 5" Annotations, to describe plexus components properties in java sources with
- standard annotations instead of javadoc annotations.</p>
-<p><b>URL: </b><a class="externalLink" href="http://plexus.codehaus.org/plexus-containers/plexus-component-annotations/">http://plexus.codehaus.org/plexus-containers/plexus-component-annotations/</a></p>
-<p><b>Project Licenses: </b><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></p></td></tr></table></div></li>
-<li>org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3 (compile) <img id="_img47" src="./images/icon_info_sml.gif" alt="[Information]" onclick="toggleDependencyDetails( '_dep46', '_img47' );" style="cursor: pointer; vertical-align: text-bottom;" /><div id="_dep46" style="display:none">
-<table border="0" class="bodyTable">
-<tr class="a">
-<th>Plexus Security Dispatcher Component</th></tr>
-<tr class="b">
-<td>
-<p><b>Description: </b>There is currently no description associated with this project.</p>
-<p><b>URL: </b><a class="externalLink" href="http://spice.sonatype.org/plexus-sec-dispatcher">http://spice.sonatype.org/plexus-sec-dispatcher</a></p>
-<p><b>Project Licenses: </b><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0">Apache Public License 2.0</a></p></td></tr></table></div>
-<ul>
-<li>org.sonatype.plexus:plexus-cipher:jar:1.4 (compile) <img id="_img49" src="./images/icon_info_sml.gif" alt="[Information]" onclick="toggleDependencyDetails( '_dep48', '_img49' );" style="cursor: pointer; vertical-align: text-bottom;" /><div id="_dep48" style="display:none">
-<table border="0" class="bodyTable">
-<tr class="a">
-<th>Plexus Cipher: encryption/decryption Component</th></tr>
-<tr class="b">
-<td>
-<p><b>Description: </b>There is currently no description associated with this project.</p>
-<p><b>URL: </b><a class="externalLink" href="http://spice.sonatype.org/plexus-cipher">http://spice.sonatype.org/plexus-cipher</a></p>
-<p><b>Project Licenses: </b><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0">Apache Public License 2.0</a></p></td></tr></table></div></li></ul></li></ul></li>
-<li>org.apache.maven:maven-plugin-api:jar:3.3.3 (compile) <img id="_img51" src="./images/icon_info_sml.gif" alt="[Information]" onclick="toggleDependencyDetails( '_dep50', '_img51' );" style="cursor: pointer; vertical-align: text-bottom;" /><div id="_dep50" style="display:none">
-<table border="0" class="bodyTable">
-<tr class="a">
-<th>Maven Plugin API</th></tr>
-<tr class="b">
-<td>
-<p><b>Description: </b>The API for plugins - Mojos - development.</p>
-<p><b>URL: </b><a class="externalLink" href="http://maven.apache.org/ref/3.3.3/maven-plugin-api">http://maven.apache.org/ref/3.3.3/maven-plugin-api</a></p>
-<p><b>Project Licenses: </b><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></p></td></tr></table></div></li>
-<li>org.hibernate:hibernate-core:jar:5.2.4.Final (compile) <img id="_img53" src="./images/icon_info_sml.gif" alt="[Information]" onclick="toggleDependencyDetails( '_dep52', '_img53' );" style="cursor: pointer; vertical-align: text-bottom;" /><div id="_dep52" style="display:none">
-<table border="0" class="bodyTable">
-<tr class="a">
-<th>Core Hibernate O/RM functionality</th></tr>
-<tr class="b">
-<td>
-<p><b>Description: </b>The core O/RM functionality as provided by Hibernate</p>
-<p><b>URL: </b><a class="externalLink" href="http://hibernate.org">http://hibernate.org</a></p>
-<p><b>Project Licenses: </b><a class="externalLink" href="http://www.gnu.org/licenses/lgpl-2.1.html">GNU Lesser General Public License</a></p></td></tr></table></div>
-<ul>
-<li>org.jboss.logging:jboss-logging:jar:3.3.0.Final (compile) <img id="_img55" src="./images/icon_info_sml.gif" alt="[Information]" onclick="toggleDependencyDetails( '_dep54', '_img55' );" style="cursor: pointer; vertical-align: text-bottom;" /><div id="_dep54" style="display:none">
-<table border="0" class="bodyTable">
-<tr class="a">
-<th>JBoss Logging 3</th></tr>
-<tr class="b">
-<td>
-<p><b>Description: </b>The JBoss Logging Framework</p>
-<p><b>URL: </b><a class="externalLink" href="http://www.jboss.org">http://www.jboss.org</a></p>
-<p><b>Project Licenses: </b><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, version 2.0</a></p></td></tr></table></div></li>
-<li>org.hibernate.javax.persistence:hibernate-jpa-2.1-api:jar:1.0.0.Final (compile) <img id="_img57" src="./images/icon_info_sml.gif" alt="[Information]" onclick="toggleDependencyDetails( '_dep56', '_img57' );" style="cursor: pointer; vertical-align: text-bottom;" /><div id="_dep56" style="display:none">
-<table border="0" class="bodyTable">
-<tr class="a">
-<th>Java Persistence API, Version 2.1</th></tr>
-<tr class="b">
-<td>
-<p><b>Description: </b>Clean-room definition of JPA APIs intended for use in developing Hibernate JPA implementation. See README.md for details</p>
-<p><b>URL: </b><a class="externalLink" href="http://hibernate.org">http://hibernate.org</a></p>
-<p><b>Project Licenses: </b><a class="externalLink" href="http://www.eclipse.org/legal/epl-v10.html">Eclipse Public License (EPL), Version 1.0</a>, <a class="externalLink" href="http://www.eclipse.org/org/documents/edl-v10.php">Eclipse Distribution License (EDL), Version 1.0</a></p></td></tr></table></div></li>
-<li>org.javassist:javassist:jar:3.20.0-GA (compile) <img id="_img59" src="./images/icon_info_sml.gif" alt="[Information]" onclick="toggleDependencyDetails( '_dep58', '_img59' );" style="cursor: pointer; vertical-align: text-bottom;" /><div id="_dep58" style="display:none">
-<table border="0" class="bodyTable">
-<tr class="a">
-<th>Javassist</th></tr>
-<tr class="b">
-<td>
-<p><b>Description: </b>Javassist (JAVA programming ASSISTant) makes Java bytecode manipulation
- simple. It is a class library for editing bytecodes in Java.</p>
-<p><b>URL: </b><a class="externalLink" href="http://www.javassist.org/">http://www.javassist.org/</a></p>
-<p><b>Project Licenses: </b><a class="externalLink" href="http://www.mozilla.org/MPL/MPL-1.1.html">MPL 1.1</a>, <a class="externalLink" href="http://www.gnu.org/licenses/lgpl-2.1.html">LGPL 2.1</a>, <a class="externalLink" href="http://www.apache.org/licenses/">Apache License 2.0</a></p></td></tr></table></div></li>
-<li>antlr:antlr:jar:2.7.7 (compile) <img id="_img61" src="./images/icon_info_sml.gif" alt="[Information]" onclick="toggleDependencyDetails( '_dep60', '_img61' );" style="cursor: pointer; vertical-align: text-bottom;" /><div id="_dep60" style="display:none">
-<table border="0" class="bodyTable">
-<tr class="a">
-<th>AntLR Parser Generator</th></tr>
-<tr class="b">
-<td>
-<p><b>Description: </b>A framework for constructing recognizers, compilers,
- and translators from grammatical descriptions containing
- Java, C#, C++, or Python actions.</p>
-<p><b>URL: </b><a class="externalLink" href="http://www.antlr.org/">http://www.antlr.org/</a></p>
-<p><b>Project Licenses: </b><a class="externalLink" href="http://www.antlr.org/license.html">BSD License</a></p></td></tr></table></div></li>
-<li>org.apache.geronimo.specs:geronimo-jta_1.1_spec:jar:1.1.1 (compile) <img id="_img63" src="./images/icon_info_sml.gif" alt="[Information]" onclick="toggleDependencyDetails( '_dep62', '_img63' );" style="cursor: pointer; vertical-align: text-bottom;" /><div id="_dep62" style="display:none">
-<table border="0" class="bodyTable">
-<tr class="a">
-<th>JTA 1.1</th></tr>
-<tr class="b">
-<td>
-<p><b>Description: </b>Provides open-source implementations of Sun specifications.</p>
-<p><b>URL: </b><a class="externalLink" href="http://geronimo.apache.org/specs/geronimo-jta_1.1_spec">http://geronimo.apache.org/specs/geronimo-jta_1.1_spec</a></p>
-<p><b>Project Licenses: </b><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></p></td></tr></table></div></li>
-<li>org.jboss:jandex:jar:2.0.0.Final (compile) <img id="_img65" src="./images/icon_info_sml.gif" alt="[Information]" onclick="toggleDependencyDetails( '_dep64', '_img65' );" style="cursor: pointer; vertical-align: text-bottom;" /><div id="_dep64" style="display:none">
-<table border="0" class="bodyTable">
-<tr class="a">
-<th>Java Annotation Indexer</th></tr>
-<tr class="b">
-<td>
-<p><b>Description: </b>Parent POM for JBoss projects. Provides default project build configuration.</p>
-<p><b>URL: </b><a class="externalLink" href="http://www.jboss.org/jandex">http://www.jboss.org/jandex</a></p>
-<p><b>Project Licenses: </b><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></p></td></tr></table></div></li>
-<li>com.fasterxml:classmate:jar:1.3.0 (compile) <img id="_img67" src="./images/icon_info_sml.gif" alt="[Information]" onclick="toggleDependencyDetails( '_dep66', '_img67' );" style="cursor: pointer; vertical-align: text-bottom;" /><div id="_dep66" style="display:none">
-<table border="0" class="bodyTable">
-<tr class="a">
-<th>ClassMate</th></tr>
-<tr class="b">
-<td>
-<p><b>Description: </b>Library for introspecting types with full generic information
- including resolving of field and method types.</p>
-<p><b>URL: </b><a class="externalLink" href="http://github.com/cowtowncoder/java-classmate">http://github.com/cowtowncoder/java-classmate</a></p>
-<p><b>Project Licenses: </b><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></p></td></tr></table></div></li>
-<li>dom4j:dom4j:jar:1.6.1 (compile) <img id="_img69" src="./images/icon_info_sml.gif" alt="[Information]" onclick="toggleDependencyDetails( '_dep68', '_img69' );" style="cursor: pointer; vertical-align: text-bottom;" /><div id="_dep68" style="display:none">
-<table border="0" class="bodyTable">
-<tr class="a">
-<th>dom4j</th></tr>
-<tr class="b">
-<td>
-<p><b>Description: </b>dom4j: the flexible XML framework for Java</p>
-<p><b>URL: </b><a class="externalLink" href="http://dom4j.org">http://dom4j.org</a></p>
-<p><b>Project Licenses: </b>No licenses are defined for this project.</p></td></tr></table></div></li>
-<li>org.hibernate.common:hibernate-commons-annotations:jar:5.0.1.Final (compile) <img id="_img71" src="./images/icon_info_sml.gif" alt="[Information]" onclick="toggleDependencyDetails( '_dep70', '_img71' );" style="cursor: pointer; vertical-align: text-bottom;" /><div id="_dep70" style="display:none">
-<table border="0" class="bodyTable">
-<tr class="a">
-<th>Hibernate Commons Annotations</th></tr>
-<tr class="b">
-<td>
-<p><b>Description: </b>Common reflection code used in support of annotation processing</p>
-<p><b>URL: </b><a class="externalLink" href="http://hibernate.org">http://hibernate.org</a></p>
-<p><b>Project Licenses: </b><a class="externalLink" href="http://www.gnu.org/licenses/lgpl-2.1.html">GNU Lesser General Public License</a></p></td></tr></table></div></li>
-<li>javax.enterprise:cdi-api:jar:1.1 (compile) <img id="_img73" src="./images/icon_info_sml.gif" alt="[Information]" onclick="toggleDependencyDetails( '_dep72', '_img73' );" style="cursor: pointer; vertical-align: text-bottom;" /><div id="_dep72" style="display:none">
-<table border="0" class="bodyTable">
-<tr class="a">
-<th>CDI APIs</th></tr>
-<tr class="b">
-<td>
-<p><b>Description: </b>APIs for CDI (Contexts and Dependency Injection for Java EE)</p>
-<p><b>URL: </b><a class="externalLink" href="http://www.seamframework.org/Weld">http://www.seamframework.org/Weld</a></p>
-<p><b>Project Licenses: </b><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.html">Apache License, Version 2.0</a></p></td></tr></table></div>
-<ul>
-<li>javax.el:el-api:jar:2.2 (compile) <img id="_img75" src="./images/icon_info_sml.gif" alt="[Information]" onclick="toggleDependencyDetails( '_dep74', '_img75' );" style="cursor: pointer; vertical-align: text-bottom;" /><div id="_dep74" style="display:none">
-<table border="0" class="bodyTable">
-<tr class="a">
-<th>Expression Language API (2.1 Maintenance Release)</th></tr>
-<tr class="b">
-<td>
-<p><b>Description: </b>There is currently no description associated with this project.</p>
-<p><b>Project Licenses: </b>No licenses are defined for this project.</p></td></tr></table></div></li>
-<li>org.jboss.spec.javax.interceptor:jboss-interceptors-api_1.1_spec:jar:1.0.0.Beta1 (compile) <img id="_img77" src="./images/icon_info_sml.gif" alt="[Information]" onclick="toggleDependencyDetails( '_dep76', '_img77' );" style="cursor: pointer; vertical-align: text-bottom;" /><div id="_dep76" style="display:none">
-<table border="0" class="bodyTable">
-<tr class="a">
-<th>Interceptors 1.1 API</th></tr>
-<tr class="b">
-<td>
-<p><b>Description: </b>The JavaEE Interceptors 1.1 API classes from JSR 318.</p>
-<p><b>URL: </b><a class="externalLink" href="http://jboss-interceptors-api_1.1_spec/">http://jboss-interceptors-api_1.1_spec/</a></p>
-<p><b>Project Licenses: </b><a class="externalLink" href="http://repository.jboss.org/licenses/lgpl-2.1.txt">lgpl</a></p></td></tr></table></div></li>
-<li>javax.annotation:jsr250-api:jar:1.0 (compile) <img id="_img79" src="./images/icon_info_sml.gif" alt="[Information]" onclick="toggleDependencyDetails( '_dep78', '_img79' );" style="cursor: pointer; vertical-align: text-bottom;" /><div id="_dep78" style="display:none">
-<table border="0" class="bodyTable">
-<tr class="a">
-<th>JSR-250 Common Annotations for the JavaTM Platform</th></tr>
-<tr class="b">
-<td>
-<p><b>Description: </b>JSR-250 Reference Implementation by Glassfish</p>
-<p><b>URL: </b><a class="externalLink" href="http://jcp.org/aboutJava/communityprocess/final/jsr250/index.html">http://jcp.org/aboutJava/communityprocess/final/jsr250/index.html</a></p>
-<p><b>Project Licenses: </b><a class="externalLink" href="https://glassfish.dev.java.net/public/CDDLv1.0.html">COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0</a></p></td></tr></table></div></li></ul></li></ul></li>
-<li>org.hibernate:hibernate-envers:jar:5.2.4.Final (compile) <img id="_img81" src="./images/icon_info_sml.gif" alt="[Information]" onclick="toggleDependencyDetails( '_dep80', '_img81' );" style="cursor: pointer; vertical-align: text-bottom;" /><div id="_dep80" style="display:none">
-<table border="0" class="bodyTable">
-<tr class="a">
-<th>ENtity VERSioning support</th></tr>
-<tr class="b">
-<td>
-<p><b>Description: </b>ENtity VERSioning support</p>
-<p><b>URL: </b><a class="externalLink" href="http://hibernate.org">http://hibernate.org</a></p>
-<p><b>Project Licenses: </b><a class="externalLink" href="http://www.gnu.org/licenses/lgpl-2.1.html">GNU Lesser General Public License</a></p></td></tr></table></div></li>
-<li>org.hibernate:hibernate-validator:jar:5.3.1.Final (compile) <img id="_img83" src="./images/icon_info_sml.gif" alt="[Information]" onclick="toggleDependencyDetails( '_dep82', '_img83' );" style="cursor: pointer; vertical-align: text-bottom;" /><div id="_dep82" style="display:none">
-<table border="0" class="bodyTable">
-<tr class="a">
-<th>Hibernate Validator Engine</th></tr>
-<tr class="b">
-<td>
-<p><b>Description: </b>Hibernate's Bean Validation (JSR-303) reference implementation.</p>
-<p><b>URL: </b><a class="externalLink" href="http://hibernate.org/validator/hibernate-validator">http://hibernate.org/validator/hibernate-validator</a></p>
-<p><b>Project Licenses: </b><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></p></td></tr></table></div>
-<ul>
-<li>javax.validation:validation-api:jar:1.1.0.Final (compile) <img id="_img85" src="./images/icon_info_sml.gif" alt="[Information]" onclick="toggleDependencyDetails( '_dep84', '_img85' );" style="cursor: pointer; vertical-align: text-bottom;" /><div id="_dep84" style="display:none">
-<table border="0" class="bodyTable">
-<tr class="a">
-<th>Bean Validation API</th></tr>
-<tr class="b">
-<td>
-<p><b>Description: </b>Bean Validation API</p>
-<p><b>URL: </b><a class="externalLink" href="http://beanvalidation.org">http://beanvalidation.org</a></p>
-<p><b>Project Licenses: </b><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></p></td></tr></table></div></li></ul></li>
-<li>javax.el:javax.el-api:jar:3.0.0 (compile) <img id="_img87" src="./images/icon_info_sml.gif" alt="[Information]" onclick="toggleDependencyDetails( '_dep86', '_img87' );" style="cursor: pointer; vertical-align: text-bottom;" /><div id="_dep86" style="display:none">
-<table border="0" class="bodyTable">
-<tr class="a">
-<th>Expression Language 3.0 API</th></tr>
-<tr class="b">
-<td>
-<p><b>Description: </b>Java.net - The Source for Java Technology Collaboration</p>
-<p><b>URL: </b><a class="externalLink" href="http://uel-spec.java.net">http://uel-spec.java.net</a></p>
-<p><b>Project Licenses: </b><a class="externalLink" href="https://glassfish.dev.java.net/nonav/public/CDDL+GPL.html">CDDL + GPLv2 with classpath exception</a></p></td></tr></table></div></li>
-<li>de.juplo:scannotation:jar:1.0.4 (compile) <img id="_img89" src="./images/icon_info_sml.gif" alt="[Information]" onclick="toggleDependencyDetails( '_dep88', '_img89' );" style="cursor: pointer; vertical-align: text-bottom;" /><div id="_dep88" style="display:none">
-<table border="0" class="bodyTable">
-<tr class="a">
-<th>scannotation</th></tr>
-<tr class="b">
-<td>
-<p><b>Description: </b>Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/</p>
-<p><b>URL: </b><a class="externalLink" href="http://juplo.de/scannotation">http://juplo.de/scannotation</a></p>
-<p><b>Project Licenses: </b>No licenses are defined for this project.</p></td></tr></table></div></li>
-<li>com.pyx4j:maven-plugin-log4j:jar:1.0.1 (compile) <img id="_img91" src="./images/icon_info_sml.gif" alt="[Information]" onclick="toggleDependencyDetails( '_dep90', '_img91' );" style="cursor: pointer; vertical-align: text-bottom;" /><div id="_dep90" style="display:none">
-<table border="0" class="bodyTable">
-<tr class="a">
-<th>maven-plugin-log4j</th></tr>
-<tr class="b">
-<td>
-<p><b>Description: </b>Log4j Appender for Maven 2 Plugin</p>
-<p><b>URL: </b><a class="externalLink" href="http://www.pyx4j.com/pyx4j-maven-plugins/maven-plugin-log4j">http://www.pyx4j.com/pyx4j-maven-plugins/maven-plugin-log4j</a></p>
-<p><b>Project Licenses: </b><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></p></td></tr></table></div>
-<ul>
-<li>log4j:log4j:jar:1.2.14 (compile) <img id="_img93" src="./images/icon_info_sml.gif" alt="[Information]" onclick="toggleDependencyDetails( '_dep92', '_img93' );" style="cursor: pointer; vertical-align: text-bottom;" /><div id="_dep92" style="display:none">
-<table border="0" class="bodyTable">
-<tr class="a">
-<th>Log4j</th></tr>
-<tr class="b">
-<td>
-<p><b>Description: </b>Log4j</p>
-<p><b>URL: </b><a class="externalLink" href="http://logging.apache.org/log4j/docs/">http://logging.apache.org/log4j/docs/</a></p>
-<p><b>Project Licenses: </b><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></p></td></tr></table></div></li></ul></li></ul></li></ul></section></section><section><a name="Licenses"></a>
-<h2><a name="Licenses"></a>Licenses</h2>
-<p><b>Apache License, version 2.0: </b>JBoss Logging 3</p>
-<p><b>Eclipse Public License (EPL), Version 1.0: </b>Java Persistence API, Version 2.1</p>
-<p><b>Apache Public License 2.0: </b>Plexus Cipher: encryption/decryption Component, Plexus Security Dispatcher Component</p>
-<p><b>lgpl: </b>Interceptors 1.1 API</p>
-<p><b>Public Domain: </b>AOP alliance</p>
-<p><b>GNU Lesser General Public License: </b>Core Hibernate O/RM functionality, ENtity VERSioning support, Hibernate Commons Annotations</p>
-<p><b>Eclipse Distribution License (EDL), Version 1.0: </b>Java Persistence API, Version 2.1</p>
-<p><b>Eclipse Public License, Version 1.0: </b>Aether API, Aether Implementation, Aether SPI, Aether Utilities, org.eclipse.sisu.inject, org.eclipse.sisu.plexus</p>
-<p><b>Unknown: </b>Expression Language API (2.1 Maintenance Release), dom4j, scannotation</p>
-<p><b>Apache License 2.0: </b>Javassist</p>
-<p><b>BSD License: </b>AntLR Parser Generator</p>
-<p><b>Apache License, Version 2.0: </b>CDI APIs, Hibernate Validator Engine, Java Annotation Indexer, Maven Aether Provider, Maven Artifact, Maven Builder Support, Maven Core, Maven Model, Maven Model Builder, Maven Plugin API, Maven Repository Metadata Model, Maven Settings, Maven Settings Builder</p>
-<p><b>COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0: </b>JSR-250 Common Annotations for the JavaTM Platform</p>
-<p><b>LGPL 2.1: </b>Javassist</p>
-<p><b>CDDL + GPLv2 with classpath exception: </b>Expression Language 3.0 API</p>
-<p><b>MPL 1.1: </b>Javassist</p>
-<p><b>The Apache Software License, Version 2.0: </b>Bean Validation API, ClassMate, Guava: Google Core Libraries for Java, Hibernate Maven Plugin, JTA 1.1, Log4j, Plexus :: Component Annotations, Plexus Classworlds, Plexus Interpolation API, Sisu Guice - Core Library, javax.inject, maven-plugin-log4j</p></section><section><a name="Dependency_File_Details"></a>
-<h2><a name="Dependency_File_Details"></a>Dependency File Details</h2>
-<table border="0" class="bodyTable">
-<tr class="a">
-<th>Filename</th>
-<th>Size</th>
-<th>Entries</th>
-<th>Classes</th>
-<th>Packages</th>
-<th>Java Version</th>
-<th title="Indicates whether these dependencies have been compiled with debug information.">Debug Information</th></tr>
-<tr class="b">
-<td>antlr-2.7.7.jar</td>
-<td>445.3 kB</td>
-<td>239</td>
-<td>224</td>
-<td>12</td>
-<td>1.2</td>
-<td>Yes</td></tr>
-<tr class="a">
-<td>aopalliance-1.0.jar</td>
-<td>4.5 kB</td>
-<td>15</td>
-<td>9</td>
-<td>2</td>
-<td>1.3</td>
-<td>Yes</td></tr>
-<tr class="b">
-<td>classmate-1.3.0.jar</td>
-<td>64.1 kB</td>
-<td>52</td>
-<td>37</td>
-<td>4</td>
-<td>1.6</td>
-<td>Yes</td></tr>
-<tr class="a">
-<td>guava-18.0.jar</td>
-<td>2.3 MB</td>
-<td>1719</td>
-<td>1690</td>
-<td>17</td>
-<td>1.6</td>
-<td>Yes</td></tr>
-<tr class="b">
-<td>maven-plugin-log4j-1.0.1.jar</td>
-<td>3.7 kB</td>
-<td>12</td>
-<td>1</td>
-<td>1</td>
-<td>1.4</td>
-<td>Yes</td></tr>
-<tr class="a">
-<td>scannotation-1.0.4.jar</td>
-<td>20.3 kB</td>
-<td>23</td>
-<td>13</td>
-<td>2</td>
-<td>1.6</td>
-<td>Yes</td></tr>
-<tr class="b">
-<td>dom4j-1.6.1.jar</td>
-<td>313.9 kB</td>
-<td>208</td>
-<td>190</td>
-<td>14</td>
-<td>1.3</td>
-<td>Yes</td></tr>
-<tr class="a">
-<td>jsr250-api-1.0.jar</td>
-<td>5.8 kB</td>
-<td>16</td>
-<td>11</td>
-<td>2</td>
-<td>1.5</td>
-<td>Yes</td></tr>
-<tr class="b">
-<td>el-api-2.2.jar</td>
-<td>33.9 kB</td>
-<td>38</td>
-<td>28</td>
-<td>1</td>
-<td>1.5</td>
-<td>Yes</td></tr>
-<tr class="a">
-<td>javax.el-api-3.0.0.jar</td>
-<td>73.1 kB</td>
-<td>57</td>
-<td>46</td>
-<td>1</td>
-<td>1.7</td>
-<td>Yes</td></tr>
-<tr class="b">
-<td>cdi-api-1.1.jar</td>
-<td>70.7 kB</td>
-<td>118</td>
-<td>98</td>
-<td>7</td>
-<td>1.6</td>
-<td>Yes</td></tr>
-<tr class="a">
-<td>javax.inject-1.jar</td>
-<td>2.5 kB</td>
-<td>8</td>
-<td>6</td>
-<td>1</td>
-<td>1.5</td>
-<td>No</td></tr>
-<tr class="b">
-<td>validation-api-1.1.0.Final.jar</td>
-<td>63.8 kB</td>
-<td>122</td>
-<td>106</td>
-<td>8</td>
-<td>1.6</td>
-<td>Yes</td></tr>
-<tr class="a">
-<td>log4j-1.2.14.jar</td>
-<td>367.4 kB</td>
-<td>288</td>
-<td>256</td>
-<td>19</td>
-<td>1.1</td>
-<td>Yes</td></tr>
-<tr class="b">
-<td>geronimo-jta_1.1_spec-1.1.1.jar</td>
-<td>16 kB</td>
-<td>30</td>
-<td>18</td>
-<td>2</td>
-<td>1.5</td>
-<td>Yes</td></tr>
-<tr class="a">
-<td>maven-aether-provider-3.3.3.jar</td>
-<td>66.3 kB</td>
-<td>43</td>
-<td>26</td>
-<td>1</td>
-<td>1.7</td>
-<td>Yes</td></tr>
-<tr class="b">
-<td>maven-artifact-3.3.3.jar</td>
-<td>55.1 kB</td>
-<td>57</td>
-<td>32</td>
-<td>11</td>
-<td>1.7</td>
-<td>Yes</td></tr>
-<tr class="a">
-<td>maven-builder-support-3.3.3.jar</td>
-<td>15 kB</td>
-<td>24</td>
-<td>10</td>
-<td>1</td>
-<td>1.7</td>
-<td>Yes</td></tr>
-<tr class="b">
-<td>maven-core-3.3.3.jar</td>
-<td>631.9 kB</td>
-<td>489</td>
-<td>390</td>
-<td>56</td>
-<td>1.7</td>
-<td>Yes</td></tr>
-<tr class="a">
-<td>maven-model-3.3.3.jar</td>
-<td>160.8 kB</td>
-<td>67</td>
-<td>50</td>
-<td>3</td>
-<td>1.7</td>
-<td>Yes</td></tr>
-<tr class="b">
-<td>maven-model-builder-3.3.3.jar</td>
-<td>176.4 kB</td>
-<td>154</td>
-<td>121</td>
-<td>16</td>
-<td>1.7</td>
-<td>Yes</td></tr>
-<tr class="a">
-<td>maven-plugin-api-3.3.3.jar</td>
-<td>46.1 kB</td>
-<td>46</td>
-<td>25</td>
-<td>6</td>
-<td>1.7</td>
-<td>Yes</td></tr>
-<tr class="b">
-<td>maven-repository-metadata-3.3.3.jar</td>
-<td>26 kB</td>
-<td>25</td>
-<td>7</td>
-<td>2</td>
-<td>1.7</td>
-<td>Yes</td></tr>
-<tr class="a">
-<td>maven-settings-3.3.3.jar</td>
-<td>43 kB</td>
-<td>33</td>
-<td>17</td>
-<td>2</td>
-<td>1.7</td>
-<td>Yes</td></tr>
-<tr class="b">
-<td>maven-settings-builder-3.3.3.jar</td>
-<td>43.2 kB</td>
-<td>53</td>
-<td>32</td>
-<td>5</td>
-<td>1.7</td>
-<td>Yes</td></tr>
-<tr class="a">
-<td>plexus-classworlds-2.5.2.jar</td>
-<td>52.7 kB</td>
-<td>52</td>
-<td>37</td>
-<td>5</td>
-<td>1.6</td>
-<td>Yes</td></tr>
-<tr class="b">
-<td>plexus-component-annotations-1.5.5.jar</td>
-<td>4.2 kB</td>
-<td>15</td>
-<td>3</td>
-<td>1</td>
-<td>1.5</td>
-<td>No</td></tr>
-<tr class="a">
-<td>plexus-interpolation-1.21.jar</td>
-<td>62.5 kB</td>
-<td>60</td>
-<td>44</td>
-<td>6</td>
-<td>1.5</td>
-<td>Yes</td></tr>
-<tr class="b">
-<td>aether-api-1.0.2.v20150114.jar</td>
-<td>136.3 kB</td>
-<td>149</td>
-<td>128</td>
-<td>11</td>
-<td>1.5</td>
-<td>Yes</td></tr>
-<tr class="a">
-<td>aether-impl-1.0.2.v20150114.jar</td>
-<td>173 kB</td>
-<td>114</td>
-<td>96</td>
-<td>4</td>
-<td>1.5</td>
-<td>Yes</td></tr>
-<tr class="b">
-<td>aether-spi-1.0.2.v20150114.jar</td>
-<td>30.7 kB</td>
-<td>54</td>
-<td>34</td>
-<td>8</td>
-<td>1.5</td>
-<td>Yes</td></tr>
-<tr class="a">
-<td>aether-util-1.0.2.v20150114.jar</td>
-<td>146.9 kB</td>
-<td>126</td>
-<td>101</td>
-<td>13</td>
-<td>1.5</td>
-<td>Yes</td></tr>
-<tr class="b">
-<td>org.eclipse.sisu.inject-0.3.0.jar</td>
-<td>375.3 kB</td>
-<td>287</td>
-<td>269</td>
-<td>9</td>
-<td>1.6</td>
-<td>Yes</td></tr>
-<tr class="a">
-<td>org.eclipse.sisu.plexus-0.3.0.jar</td>
-<td>205.4 kB</td>
-<td>196</td>
-<td>164</td>
-<td>20</td>
-<td>1.6</td>
-<td>Yes</td></tr>
-<tr class="b">
-<td>hibernate-core-5.2.4.Final.jar</td>
-<td>6.4 MB</td>
-<td>4645</td>
-<td>4317</td>
-<td>249</td>
-<td>1.8</td>
-<td>Yes</td></tr>
-<tr class="a">
-<td>hibernate-envers-5.2.4.Final.jar</td>
-<td>436.6 kB</td>
-<td>333</td>
-<td>278</td>
-<td>37</td>
-<td>1.8</td>
-<td>Yes</td></tr>
-<tr class="b">
-<td>hibernate-validator-5.3.1.Final.jar</td>
-<td>723.4 kB</td>
-<td>548</td>
-<td>458</td>
-<td>54</td>
-<td>1.6</td>
-<td>Yes</td></tr>
-<tr class="a">
-<td>hibernate-commons-annotations-5.0.1.Final.jar</td>
-<td>75.3 kB</td>
-<td>80</td>
-<td>67</td>
-<td>7</td>
-<td>1.6</td>
-<td>Yes</td></tr>
-<tr class="b">
-<td>hibernate-jpa-2.1-api-1.0.0.Final.jar</td>
-<td>113.4 kB</td>
-<td>207</td>
-<td>200</td>
-<td>4</td>
-<td>1.6</td>
-<td>Yes</td></tr>
-<tr class="a">
-<td>javassist-3.20.0-GA.jar</td>
-<td>750.6 kB</td>
-<td>423</td>
-<td>399</td>
-<td>17</td>
-<td>1.6</td>
-<td>Yes</td></tr>
-<tr class="b">
-<td>jandex-2.0.0.Final.jar</td>
-<td>187.8 kB</td>
-<td>112</td>
-<td>102</td>
-<td>1</td>
-<td>1.6</td>
-<td>Yes</td></tr>
-<tr class="a">
-<td>jboss-logging-3.3.0.Final.jar</td>
-<td>66.8 kB</td>
-<td>60</td>
-<td>48</td>
-<td>1</td>
-<td>1.6</td>
-<td>Yes</td></tr>
-<tr class="b">
-<td>jboss-interceptors-api_1.1_spec-1.0.0.Beta1.jar</td>
-<td>5.6 kB</td>
-<td>17</td>
-<td>8</td>
-<td>1</td>
-<td>1.5</td>
-<td>No</td></tr>
-<tr class="a">
-<td>plexus-cipher-1.4.jar</td>
-<td>13.5 kB</td>
-<td>20</td>
-<td>6</td>
-<td>1</td>
-<td>1.4</td>
-<td>Yes</td></tr>
-<tr class="b">
-<td>plexus-sec-dispatcher-1.3.jar</td>
-<td>28.6 kB</td>
-<td>31</td>
-<td>13</td>
-<td>3</td>
-<td>1.4</td>
-<td>Yes</td></tr>
-<tr class="a">
-<td>sisu-guice-3.2.5-no_aop.jar</td>
-<td>399.7 kB</td>
-<td>331</td>
-<td>316</td>
-<td>8</td>
-<td>1.6</td>
-<td>Yes</td></tr>
-<tr class="b">
-<th>Total</th>
-<th>Size</th>
-<th>Entries</th>
-<th>Classes</th>
-<th>Packages</th>
-<th>Java Version</th>
-<th>Debug Information</th></tr>
-<tr class="a">
-<td>46</td>
-<td>15.4 MB</td>
-<td>11796</td>
-<td>10531</td>
-<td>656</td>
-<td>1.8</td>
-<td>43</td></tr>
-<tr class="b">
-<td>compile: 46</td>
-<td>compile: 15.4 MB</td>
-<td>compile: 11796</td>
-<td>compile: 10531</td>
-<td>compile: 656</td>
-<td>1.8</td>
-<td>compile: 43</td></tr></table></section>
- </article>
- <hr />
- <h2>Page Structure as JSON</h2>
- <pre class="json">
-{
- "_titles": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": "Hibernate Maven Plugin",
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html": "CI Management",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html": "Dependencies",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html": "Maven Coordinates",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html": "Distribution Management",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html": "Licenses",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html": "Plugin Management",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html": "Plugins",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html": "Source Code Management",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html": "Summary",
- "/projects/hibernate-maven-plugin/2.1.0/team.html": "Team",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": "Project Information",
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html": "Test JavaDocs",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html": "JavaDocs",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html": "Source Xref",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html": "Test Source Xref",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html": "CPD",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html": "PMD",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html": "Plugin Documentation",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": "Project Reports",
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about": "Overview",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html": "Configuration Examples",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html": "Goal — hibernate:create",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html": "Goal — hibernate:update",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": "Goal — hibernate:drop",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html": "Goal — hibernate:help",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html": "Enable Debugging-Output",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html": "Skipping Execution",
- "/projects/hibernate-maven-plugin/2.1.0/force.html": "Force Exceution",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html": "Known Pitfalls (FAQ)"
- },
- "_childs": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": [
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html",
- "/projects/hibernate-maven-plugin/2.1.0/force.html",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": [
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html",
- "/projects/hibernate-maven-plugin/2.1.0/team.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": [
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html"
- ]
- },
- "_crumbs": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/scm.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/summary.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/team.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/team.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/skip.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/force.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/force.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html"
- ]
- },
- "_canonical": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": "/hibernate-maven-plugin/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html": "/hibernate-maven-plugin/ci-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html": "/hibernate-maven-plugin/dependencies.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html": "/hibernate-maven-plugin/dependency-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html": "/hibernate-maven-plugin/distribution-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html": "/hibernate-maven-plugin/licenses.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html": "/hibernate-maven-plugin/plugin-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html": "/hibernate-maven-plugin/plugins.html",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html": "/hibernate-maven-plugin/scm.html",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html": "/hibernate-maven-plugin/summary.html",
- "/projects/hibernate-maven-plugin/2.1.0/team.html": "/hibernate-maven-plugin/team.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": "/hibernate-maven-plugin/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html": "/hibernate-maven-plugin/testapidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html": "/hibernate-maven-plugin/apidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html": "/hibernate-maven-plugin/xref/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html": "/hibernate-maven-plugin/xref-test/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html": "/hibernate-maven-plugin/cpd.html",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html": "/hibernate-maven-plugin/pmd.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html": "/hibernate-maven-plugin/plugin-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": "/hibernate-maven-plugin/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about": "/hibernate-maven-plugin/index.html?about",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html": "/hibernate-maven-plugin/configuration.html",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html": "/hibernate-maven-plugin/create-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html": "/hibernate-maven-plugin/update-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": "/hibernate-maven-plugin/drop-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html": "/hibernate-maven-plugin/help-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html": "/hibernate-maven-plugin/debugging.html",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html": "/hibernate-maven-plugin/skip.html",
- "/projects/hibernate-maven-plugin/2.1.0/force.html": "/hibernate-maven-plugin/force.html",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html": "/hibernate-maven-plugin/pitfalls.html"
- }
-}
- </pre>
- <h2>All Pages</h2>
- <p>
- <ul>
- <li><a href="index.html">Hibernate Maven Plugin</a></li><li><a href="ci-management.html">CI Management</a></li><li><a href="dependencies.html">Dependencies</a></li><li><a href="dependency-info.html">Maven Coordinates</a></li><li><a href="distribution-management.html">Distribution Management</a></li><li><a href="licenses.html">Licenses</a></li><li><a href="plugin-management.html">Plugin Management</a></li><li><a href="plugins.html">Plugins</a></li><li><a href="scm.html">Source Code Management</a></li><li><a href="summary.html">Summary</a></li><li><a href="team.html">Team</a></li><li><a href="project-info.html">Project Information</a></li><li><a href="testapidocs/index.html">Test JavaDocs</a></li><li><a href="apidocs/index.html">JavaDocs</a></li><li><a href="xref/index.html">Source Xref</a></li><li><a href="xref-test/index.html">Test Source Xref</a></li><li><a href="cpd.html">CPD</a></li><li><a href="pmd.html">PMD</a></li><li><a href="plugin-info.html">Plugin Documentation</a></li><li><a href="project-reports.html">Project Reports</a></li><li><a href="index.html?about">Overview</a></li><li><a href="configuration.html">Configuration Examples</a></li><li><a href="create-mojo.html">Goal — hibernate:create</a></li><li><a href="update-mojo.html">Goal — hibernate:update</a></li><li><a href="drop-mojo.html">Goal — hibernate:drop</a></li><li><a href="help-mojo.html">Goal — hibernate:help</a></li><li><a href="debugging.html">Enable Debugging-Output</a></li><li><a href="skip.html">Skipping Execution</a></li><li><a href="force.html">Force Exceution</a></li><li><a href="pitfalls.html">Known Pitfalls (FAQ)</a></li> </ul>
- </p>
- </body>
-</html>
+++ /dev/null
-<!DOCTYPE html>
-<!--/*-->
-<!-- Generated by Apache Maven Doxia Site Renderer 1.9.2 at 2025-11-07 -->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: ci-management.html / name: CI Management -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: dependencies.html / name: Dependencies -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: dependency-info.html / name: Maven Coordinates -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: distribution-management.html / name: Distribution Management -->
-
-
-
-
-
- <!-- Skipping already seen entry: uri=index.html, name=About -->
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: licenses.html / name: Licenses -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: plugin-management.html / name: Plugin Management -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: plugins.html / name: Plugins -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: scm.html / name: Source Code Management -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: summary.html / name: Summary -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: team.html / name: Team -->
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: project-info.html / name: Project Information -->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: testapidocs/index.html / name: Test JavaDocs -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: apidocs/index.html / name: JavaDocs -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: xref/index.html / name: Source Xref -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: xref-test/index.html / name: Test Source Xref -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: cpd.html / name: CPD -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: pmd.html / name: PMD -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: plugin-info.html / name: Plugin Documentation -->
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: project-reports.html / name: Project Reports -->
-
-
-
-
- <!-- DONE WITH MENUE - - $page.name-->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: index.html?about / name: Overview -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: configuration.html / name: Configuration Examples -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: create-mojo.html / name: Goal — hibernate:create -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: update-mojo.html / name: Goal — hibernate:update -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: drop-mojo.html / name: Goal — hibernate:drop -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: help-mojo.html / name: Goal — hibernate:help -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: debugging.html / name: Enable Debugging-Output -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: skip.html / name: Skipping Execution -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: force.html / name: Force Exceution -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: pitfalls.html / name: Known Pitfalls (FAQ) -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- OVERWRITING PAGE - uri: project-info.html / name: Project Information -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- OVERWRITING PAGE - uri: project-reports.html / name: Project Reports -->
-
-
-
-
- <!-- DONE WITH MENUE - - (no name)-->
-
-
-
-<!-- name: Maven Coordinates -->
-<!-- title: Hibernate Maven Plugin – Maven Coordinates -->
-<!-- short title: Maven Coordinates -->
-<!-- current page: dependency-info.html -->
-<!-- path: /projects/hibernate-maven-plugin/2.1.0/ -->
-<!-- crumbs: "/index.html","/projects.html" -->
-<!-- pages: {index.html={uri=index.html, name=Hibernate Maven Plugin, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}], childs={index.html?about=Overview, configuration.html=Configuration Examples, create-mojo.html=Goal — hibernate:create, update-mojo.html=Goal — hibernate:update, drop-mojo.html=Goal — hibernate:drop, help-mojo.html=Goal — hibernate:help, debugging.html=Enable Debugging-Output, skip.html=Skipping Execution, force.html=Force Exceution, pitfalls.html=Known Pitfalls (FAQ), project-info.html=Project Information, project-reports.html=Project Reports}}, ci-management.html={name=CI Management, uri=ci-management.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=ci-management.html, name=CI Management}]}, dependencies.html={name=Dependencies, uri=dependencies.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=dependencies.html, name=Dependencies}]}, dependency-info.html={name=Maven Coordinates, uri=dependency-info.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=dependency-info.html, name=Maven Coordinates}]}, distribution-management.html={name=Distribution Management, uri=distribution-management.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=distribution-management.html, name=Distribution Management}]}, licenses.html={name=Licenses, uri=licenses.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=licenses.html, name=Licenses}]}, plugin-management.html={name=Plugin Management, uri=plugin-management.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=plugin-management.html, name=Plugin Management}]}, plugins.html={name=Plugins, uri=plugins.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=plugins.html, name=Plugins}]}, scm.html={name=Source Code Management, uri=scm.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=scm.html, name=Source Code Management}]}, summary.html={name=Summary, uri=summary.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=summary.html, name=Summary}]}, team.html={name=Team, uri=team.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=team.html, name=Team}]}, project-info.html={name=Project Information, uri=project-info.html, childs={ci-management.html=CI Management, dependencies.html=Dependencies, dependency-info.html=Maven Coordinates, distribution-management.html=Distribution Management, licenses.html=Licenses, plugin-management.html=Plugin Management, plugins.html=Plugins, scm.html=Source Code Management, summary.html=Summary, team.html=Team}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}]}, testapidocs/index.html={name=Test JavaDocs, uri=testapidocs/index.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=testapidocs/index.html, name=Test JavaDocs}]}, apidocs/index.html={name=JavaDocs, uri=apidocs/index.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=apidocs/index.html, name=JavaDocs}]}, xref/index.html={name=Source Xref, uri=xref/index.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=xref/index.html, name=Source Xref}]}, xref-test/index.html={name=Test Source Xref, uri=xref-test/index.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=xref-test/index.html, name=Test Source Xref}]}, cpd.html={name=CPD, uri=cpd.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=cpd.html, name=CPD}]}, pmd.html={name=PMD, uri=pmd.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=pmd.html, name=PMD}]}, plugin-info.html={name=Plugin Documentation, uri=plugin-info.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=plugin-info.html, name=Plugin Documentation}]}, project-reports.html={name=Project Reports, uri=project-reports.html, childs={testapidocs/index.html=Test JavaDocs, apidocs/index.html=JavaDocs, xref/index.html=Source Xref, xref-test/index.html=Test Source Xref, cpd.html=CPD, pmd.html=PMD, plugin-info.html=Plugin Documentation}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}]}, index.html?about={name=Overview, uri=index.html?about, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=index.html?about, name=Overview}]}, configuration.html={name=Configuration Examples, uri=configuration.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=configuration.html, name=Configuration Examples}]}, create-mojo.html={name=Goal — hibernate:create, uri=create-mojo.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=create-mojo.html, name=Goal — hibernate:create}]}, update-mojo.html={name=Goal — hibernate:update, uri=update-mojo.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=update-mojo.html, name=Goal — hibernate:update}]}, drop-mojo.html={name=Goal — hibernate:drop, uri=drop-mojo.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=drop-mojo.html, name=Goal — hibernate:drop}]}, help-mojo.html={name=Goal — hibernate:help, uri=help-mojo.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=help-mojo.html, name=Goal — hibernate:help}]}, debugging.html={name=Enable Debugging-Output, uri=debugging.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=debugging.html, name=Enable Debugging-Output}]}, skip.html={name=Skipping Execution, uri=skip.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=skip.html, name=Skipping Execution}]}, force.html={name=Force Exceution, uri=force.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=force.html, name=Force Exceution}]}, pitfalls.html={name=Known Pitfalls (FAQ), uri=pitfalls.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=pitfalls.html, name=Known Pitfalls (FAQ)}]}} -->
-
-
-<!--*/-->
-<html xmlns="http://www.w3.org/1999/xhtml" th:replace="~{/templates/layout.html :: layout(uri='' + ~{:: code[class='site_uri']/text()}, title=~{:: title}, maincontent=~{:: .maincontent}, json='MERGE:' + ~{:: pre[class='json']/text()})}">
- <head>
- <title class="title">Hibernate Maven Plugin – Maven Coordinates</title>
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
- <link id="canonical" rel="canonical" href="/hibernate-maven-plugin/dependency-info.html"/>
- </head>
- <body>
- <h1 class="short_title">Maven Coordinates</h1>
- <h2>URI</h2>
- <ul>
- <li><strong>site:</strong> <code class="site_uri">/projects/hibernate-maven-plugin/2.1.0/dependency-info.html</code></li>
- <li><strong>canonical:</strong> <code class="canonical_uri">/hibernate-maven-plugin/dependency-info.html</code></li>
- <li><strong>relative:</strong> <code class="relative_uri">dependency-info.html</code></li>
- </ul>
- <h2>Path</h2>
- <p>
- <ol>
- <li><a href="index.html">Hibernate Maven Plugin</a></li><li><a href="project-info.html">Project Information</a></li><li><a href="dependency-info.html">Maven Coordinates</a></li> </ol>
- </p>
- <hr />
- <article class="maincontent">
- <section><a name="Maven_Coordinates"></a>
-<h2><a name="Maven_Coordinates"></a>Maven Coordinates</h2><section><a name="Apache_Maven"></a>
-<h3><a name="Apache_Maven"></a>Apache Maven</h3>
- </article>
- <hr />
- <h2>Page Structure as JSON</h2>
- <pre class="json">
-{
- "_titles": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": "Hibernate Maven Plugin",
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html": "CI Management",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html": "Dependencies",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html": "Maven Coordinates",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html": "Distribution Management",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html": "Licenses",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html": "Plugin Management",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html": "Plugins",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html": "Source Code Management",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html": "Summary",
- "/projects/hibernate-maven-plugin/2.1.0/team.html": "Team",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": "Project Information",
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html": "Test JavaDocs",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html": "JavaDocs",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html": "Source Xref",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html": "Test Source Xref",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html": "CPD",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html": "PMD",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html": "Plugin Documentation",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": "Project Reports",
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about": "Overview",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html": "Configuration Examples",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html": "Goal — hibernate:create",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html": "Goal — hibernate:update",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": "Goal — hibernate:drop",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html": "Goal — hibernate:help",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html": "Enable Debugging-Output",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html": "Skipping Execution",
- "/projects/hibernate-maven-plugin/2.1.0/force.html": "Force Exceution",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html": "Known Pitfalls (FAQ)"
- },
- "_childs": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": [
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html",
- "/projects/hibernate-maven-plugin/2.1.0/force.html",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": [
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html",
- "/projects/hibernate-maven-plugin/2.1.0/team.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": [
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html"
- ]
- },
- "_crumbs": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/scm.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/summary.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/team.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/team.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/skip.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/force.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/force.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html"
- ]
- },
- "_canonical": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": "/hibernate-maven-plugin/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html": "/hibernate-maven-plugin/ci-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html": "/hibernate-maven-plugin/dependencies.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html": "/hibernate-maven-plugin/dependency-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html": "/hibernate-maven-plugin/distribution-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html": "/hibernate-maven-plugin/licenses.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html": "/hibernate-maven-plugin/plugin-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html": "/hibernate-maven-plugin/plugins.html",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html": "/hibernate-maven-plugin/scm.html",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html": "/hibernate-maven-plugin/summary.html",
- "/projects/hibernate-maven-plugin/2.1.0/team.html": "/hibernate-maven-plugin/team.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": "/hibernate-maven-plugin/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html": "/hibernate-maven-plugin/testapidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html": "/hibernate-maven-plugin/apidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html": "/hibernate-maven-plugin/xref/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html": "/hibernate-maven-plugin/xref-test/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html": "/hibernate-maven-plugin/cpd.html",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html": "/hibernate-maven-plugin/pmd.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html": "/hibernate-maven-plugin/plugin-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": "/hibernate-maven-plugin/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about": "/hibernate-maven-plugin/index.html?about",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html": "/hibernate-maven-plugin/configuration.html",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html": "/hibernate-maven-plugin/create-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html": "/hibernate-maven-plugin/update-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": "/hibernate-maven-plugin/drop-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html": "/hibernate-maven-plugin/help-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html": "/hibernate-maven-plugin/debugging.html",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html": "/hibernate-maven-plugin/skip.html",
- "/projects/hibernate-maven-plugin/2.1.0/force.html": "/hibernate-maven-plugin/force.html",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html": "/hibernate-maven-plugin/pitfalls.html"
- }
-}
- </pre>
- <h2>All Pages</h2>
- <p>
- <ul>
- <li><a href="index.html">Hibernate Maven Plugin</a></li><li><a href="ci-management.html">CI Management</a></li><li><a href="dependencies.html">Dependencies</a></li><li><a href="dependency-info.html">Maven Coordinates</a></li><li><a href="distribution-management.html">Distribution Management</a></li><li><a href="licenses.html">Licenses</a></li><li><a href="plugin-management.html">Plugin Management</a></li><li><a href="plugins.html">Plugins</a></li><li><a href="scm.html">Source Code Management</a></li><li><a href="summary.html">Summary</a></li><li><a href="team.html">Team</a></li><li><a href="project-info.html">Project Information</a></li><li><a href="testapidocs/index.html">Test JavaDocs</a></li><li><a href="apidocs/index.html">JavaDocs</a></li><li><a href="xref/index.html">Source Xref</a></li><li><a href="xref-test/index.html">Test Source Xref</a></li><li><a href="cpd.html">CPD</a></li><li><a href="pmd.html">PMD</a></li><li><a href="plugin-info.html">Plugin Documentation</a></li><li><a href="project-reports.html">Project Reports</a></li><li><a href="index.html?about">Overview</a></li><li><a href="configuration.html">Configuration Examples</a></li><li><a href="create-mojo.html">Goal — hibernate:create</a></li><li><a href="update-mojo.html">Goal — hibernate:update</a></li><li><a href="drop-mojo.html">Goal — hibernate:drop</a></li><li><a href="help-mojo.html">Goal — hibernate:help</a></li><li><a href="debugging.html">Enable Debugging-Output</a></li><li><a href="skip.html">Skipping Execution</a></li><li><a href="force.html">Force Exceution</a></li><li><a href="pitfalls.html">Known Pitfalls (FAQ)</a></li> </ul>
- </p>
- </body>
-</html>
+++ /dev/null
-<!DOCTYPE html>
-<!--/*-->
-<!-- Generated by Apache Maven Doxia Site Renderer 1.9.2 at 2025-11-07 -->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: ci-management.html / name: CI Management -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: dependencies.html / name: Dependencies -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: dependency-info.html / name: Maven Coordinates -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: distribution-management.html / name: Distribution Management -->
-
-
-
-
-
- <!-- Skipping already seen entry: uri=index.html, name=About -->
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: licenses.html / name: Licenses -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: plugin-management.html / name: Plugin Management -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: plugins.html / name: Plugins -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: scm.html / name: Source Code Management -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: summary.html / name: Summary -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: team.html / name: Team -->
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: project-info.html / name: Project Information -->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: testapidocs/index.html / name: Test JavaDocs -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: apidocs/index.html / name: JavaDocs -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: xref/index.html / name: Source Xref -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: xref-test/index.html / name: Test Source Xref -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: cpd.html / name: CPD -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: pmd.html / name: PMD -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: plugin-info.html / name: Plugin Documentation -->
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: project-reports.html / name: Project Reports -->
-
-
-
-
- <!-- DONE WITH MENUE - - $page.name-->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: index.html?about / name: Overview -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: configuration.html / name: Configuration Examples -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: create-mojo.html / name: Goal — hibernate:create -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: update-mojo.html / name: Goal — hibernate:update -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: drop-mojo.html / name: Goal — hibernate:drop -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: help-mojo.html / name: Goal — hibernate:help -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: debugging.html / name: Enable Debugging-Output -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: skip.html / name: Skipping Execution -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: force.html / name: Force Exceution -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: pitfalls.html / name: Known Pitfalls (FAQ) -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- OVERWRITING PAGE - uri: project-info.html / name: Project Information -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- OVERWRITING PAGE - uri: project-reports.html / name: Project Reports -->
-
-
-
-
- <!-- DONE WITH MENUE - - (no name)-->
-
-
-
-<!-- name: Distribution Management -->
-<!-- title: Hibernate Maven Plugin – Project Distribution Management -->
-<!-- short title: Project Distribution Management -->
-<!-- current page: distribution-management.html -->
-<!-- path: /projects/hibernate-maven-plugin/2.1.0/ -->
-<!-- crumbs: "/index.html","/projects.html" -->
-<!-- pages: {index.html={uri=index.html, name=Hibernate Maven Plugin, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}], childs={index.html?about=Overview, configuration.html=Configuration Examples, create-mojo.html=Goal — hibernate:create, update-mojo.html=Goal — hibernate:update, drop-mojo.html=Goal — hibernate:drop, help-mojo.html=Goal — hibernate:help, debugging.html=Enable Debugging-Output, skip.html=Skipping Execution, force.html=Force Exceution, pitfalls.html=Known Pitfalls (FAQ), project-info.html=Project Information, project-reports.html=Project Reports}}, ci-management.html={name=CI Management, uri=ci-management.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=ci-management.html, name=CI Management}]}, dependencies.html={name=Dependencies, uri=dependencies.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=dependencies.html, name=Dependencies}]}, dependency-info.html={name=Maven Coordinates, uri=dependency-info.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=dependency-info.html, name=Maven Coordinates}]}, distribution-management.html={name=Distribution Management, uri=distribution-management.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=distribution-management.html, name=Distribution Management}]}, licenses.html={name=Licenses, uri=licenses.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=licenses.html, name=Licenses}]}, plugin-management.html={name=Plugin Management, uri=plugin-management.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=plugin-management.html, name=Plugin Management}]}, plugins.html={name=Plugins, uri=plugins.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=plugins.html, name=Plugins}]}, scm.html={name=Source Code Management, uri=scm.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=scm.html, name=Source Code Management}]}, summary.html={name=Summary, uri=summary.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=summary.html, name=Summary}]}, team.html={name=Team, uri=team.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=team.html, name=Team}]}, project-info.html={name=Project Information, uri=project-info.html, childs={ci-management.html=CI Management, dependencies.html=Dependencies, dependency-info.html=Maven Coordinates, distribution-management.html=Distribution Management, licenses.html=Licenses, plugin-management.html=Plugin Management, plugins.html=Plugins, scm.html=Source Code Management, summary.html=Summary, team.html=Team}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}]}, testapidocs/index.html={name=Test JavaDocs, uri=testapidocs/index.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=testapidocs/index.html, name=Test JavaDocs}]}, apidocs/index.html={name=JavaDocs, uri=apidocs/index.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=apidocs/index.html, name=JavaDocs}]}, xref/index.html={name=Source Xref, uri=xref/index.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=xref/index.html, name=Source Xref}]}, xref-test/index.html={name=Test Source Xref, uri=xref-test/index.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=xref-test/index.html, name=Test Source Xref}]}, cpd.html={name=CPD, uri=cpd.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=cpd.html, name=CPD}]}, pmd.html={name=PMD, uri=pmd.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=pmd.html, name=PMD}]}, plugin-info.html={name=Plugin Documentation, uri=plugin-info.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=plugin-info.html, name=Plugin Documentation}]}, project-reports.html={name=Project Reports, uri=project-reports.html, childs={testapidocs/index.html=Test JavaDocs, apidocs/index.html=JavaDocs, xref/index.html=Source Xref, xref-test/index.html=Test Source Xref, cpd.html=CPD, pmd.html=PMD, plugin-info.html=Plugin Documentation}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}]}, index.html?about={name=Overview, uri=index.html?about, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=index.html?about, name=Overview}]}, configuration.html={name=Configuration Examples, uri=configuration.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=configuration.html, name=Configuration Examples}]}, create-mojo.html={name=Goal — hibernate:create, uri=create-mojo.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=create-mojo.html, name=Goal — hibernate:create}]}, update-mojo.html={name=Goal — hibernate:update, uri=update-mojo.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=update-mojo.html, name=Goal — hibernate:update}]}, drop-mojo.html={name=Goal — hibernate:drop, uri=drop-mojo.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=drop-mojo.html, name=Goal — hibernate:drop}]}, help-mojo.html={name=Goal — hibernate:help, uri=help-mojo.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=help-mojo.html, name=Goal — hibernate:help}]}, debugging.html={name=Enable Debugging-Output, uri=debugging.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=debugging.html, name=Enable Debugging-Output}]}, skip.html={name=Skipping Execution, uri=skip.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=skip.html, name=Skipping Execution}]}, force.html={name=Force Exceution, uri=force.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=force.html, name=Force Exceution}]}, pitfalls.html={name=Known Pitfalls (FAQ), uri=pitfalls.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=pitfalls.html, name=Known Pitfalls (FAQ)}]}} -->
-
-
-<!--*/-->
-<html xmlns="http://www.w3.org/1999/xhtml" th:replace="~{/templates/layout.html :: layout(uri='' + ~{:: code[class='site_uri']/text()}, title=~{:: title}, maincontent=~{:: .maincontent}, json='MERGE:' + ~{:: pre[class='json']/text()})}">
- <head>
- <title class="title">Hibernate Maven Plugin – Project Distribution Management</title>
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
- <link id="canonical" rel="canonical" href="/hibernate-maven-plugin/distribution-management.html"/>
- </head>
- <body>
- <h1 class="short_title">Project Distribution Management</h1>
- <h2>URI</h2>
- <ul>
- <li><strong>site:</strong> <code class="site_uri">/projects/hibernate-maven-plugin/2.1.0/distribution-management.html</code></li>
- <li><strong>canonical:</strong> <code class="canonical_uri">/hibernate-maven-plugin/distribution-management.html</code></li>
- <li><strong>relative:</strong> <code class="relative_uri">distribution-management.html</code></li>
- </ul>
- <h2>Path</h2>
- <p>
- <ol>
- <li><a href="index.html">Hibernate Maven Plugin</a></li><li><a href="project-info.html">Project Information</a></li><li><a href="distribution-management.html">Distribution Management</a></li> </ol>
- </p>
- <hr />
- <article class="maincontent">
- <section><a name="Overview"></a>
-<h2><a name="Overview"></a>Overview</h2>
-<p>The following is the distribution management information used by this project.</p><section><a name="Repository_-_sonatype-nexus-staging"></a>
-<h3><a name="Repository_-_sonatype-nexus-staging"></a>Repository - sonatype-nexus-staging</h3><a class="externalLink" href="https://oss.sonatype.org/service/local/staging/deploy/maven2/">https://oss.sonatype.org/service/local/staging/deploy/maven2/</a></section><section><a name="Snapshot_Repository_-_sonatype-nexus-snapshots"></a>
-<h3><a name="Snapshot_Repository_-_sonatype-nexus-snapshots"></a>Snapshot Repository - sonatype-nexus-snapshots</h3><a class="externalLink" href="https://oss.sonatype.org/content/repositories/snapshots/">https://oss.sonatype.org/content/repositories/snapshots/</a></section><section><a name="Site_-_juplo.de"></a>
-<h3><a name="Site_-_juplo.de"></a>Site - juplo.de</h3>
-<p>scp://juplo.de/var/www/juplo/hibernate-maven-plugin-2.1.0</p></section></section>
- </article>
- <hr />
- <h2>Page Structure as JSON</h2>
- <pre class="json">
-{
- "_titles": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": "Hibernate Maven Plugin",
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html": "CI Management",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html": "Dependencies",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html": "Maven Coordinates",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html": "Distribution Management",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html": "Licenses",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html": "Plugin Management",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html": "Plugins",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html": "Source Code Management",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html": "Summary",
- "/projects/hibernate-maven-plugin/2.1.0/team.html": "Team",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": "Project Information",
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html": "Test JavaDocs",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html": "JavaDocs",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html": "Source Xref",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html": "Test Source Xref",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html": "CPD",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html": "PMD",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html": "Plugin Documentation",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": "Project Reports",
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about": "Overview",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html": "Configuration Examples",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html": "Goal — hibernate:create",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html": "Goal — hibernate:update",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": "Goal — hibernate:drop",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html": "Goal — hibernate:help",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html": "Enable Debugging-Output",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html": "Skipping Execution",
- "/projects/hibernate-maven-plugin/2.1.0/force.html": "Force Exceution",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html": "Known Pitfalls (FAQ)"
- },
- "_childs": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": [
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html",
- "/projects/hibernate-maven-plugin/2.1.0/force.html",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": [
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html",
- "/projects/hibernate-maven-plugin/2.1.0/team.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": [
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html"
- ]
- },
- "_crumbs": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/scm.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/summary.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/team.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/team.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/skip.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/force.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/force.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html"
- ]
- },
- "_canonical": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": "/hibernate-maven-plugin/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html": "/hibernate-maven-plugin/ci-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html": "/hibernate-maven-plugin/dependencies.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html": "/hibernate-maven-plugin/dependency-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html": "/hibernate-maven-plugin/distribution-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html": "/hibernate-maven-plugin/licenses.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html": "/hibernate-maven-plugin/plugin-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html": "/hibernate-maven-plugin/plugins.html",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html": "/hibernate-maven-plugin/scm.html",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html": "/hibernate-maven-plugin/summary.html",
- "/projects/hibernate-maven-plugin/2.1.0/team.html": "/hibernate-maven-plugin/team.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": "/hibernate-maven-plugin/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html": "/hibernate-maven-plugin/testapidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html": "/hibernate-maven-plugin/apidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html": "/hibernate-maven-plugin/xref/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html": "/hibernate-maven-plugin/xref-test/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html": "/hibernate-maven-plugin/cpd.html",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html": "/hibernate-maven-plugin/pmd.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html": "/hibernate-maven-plugin/plugin-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": "/hibernate-maven-plugin/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about": "/hibernate-maven-plugin/index.html?about",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html": "/hibernate-maven-plugin/configuration.html",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html": "/hibernate-maven-plugin/create-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html": "/hibernate-maven-plugin/update-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": "/hibernate-maven-plugin/drop-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html": "/hibernate-maven-plugin/help-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html": "/hibernate-maven-plugin/debugging.html",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html": "/hibernate-maven-plugin/skip.html",
- "/projects/hibernate-maven-plugin/2.1.0/force.html": "/hibernate-maven-plugin/force.html",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html": "/hibernate-maven-plugin/pitfalls.html"
- }
-}
- </pre>
- <h2>All Pages</h2>
- <p>
- <ul>
- <li><a href="index.html">Hibernate Maven Plugin</a></li><li><a href="ci-management.html">CI Management</a></li><li><a href="dependencies.html">Dependencies</a></li><li><a href="dependency-info.html">Maven Coordinates</a></li><li><a href="distribution-management.html">Distribution Management</a></li><li><a href="licenses.html">Licenses</a></li><li><a href="plugin-management.html">Plugin Management</a></li><li><a href="plugins.html">Plugins</a></li><li><a href="scm.html">Source Code Management</a></li><li><a href="summary.html">Summary</a></li><li><a href="team.html">Team</a></li><li><a href="project-info.html">Project Information</a></li><li><a href="testapidocs/index.html">Test JavaDocs</a></li><li><a href="apidocs/index.html">JavaDocs</a></li><li><a href="xref/index.html">Source Xref</a></li><li><a href="xref-test/index.html">Test Source Xref</a></li><li><a href="cpd.html">CPD</a></li><li><a href="pmd.html">PMD</a></li><li><a href="plugin-info.html">Plugin Documentation</a></li><li><a href="project-reports.html">Project Reports</a></li><li><a href="index.html?about">Overview</a></li><li><a href="configuration.html">Configuration Examples</a></li><li><a href="create-mojo.html">Goal — hibernate:create</a></li><li><a href="update-mojo.html">Goal — hibernate:update</a></li><li><a href="drop-mojo.html">Goal — hibernate:drop</a></li><li><a href="help-mojo.html">Goal — hibernate:help</a></li><li><a href="debugging.html">Enable Debugging-Output</a></li><li><a href="skip.html">Skipping Execution</a></li><li><a href="force.html">Force Exceution</a></li><li><a href="pitfalls.html">Known Pitfalls (FAQ)</a></li> </ul>
- </p>
- </body>
-</html>
+++ /dev/null
-<!DOCTYPE html>
-<!--/*-->
-<!-- Generated by Apache Maven Doxia Site Renderer 1.9.2 at 2025-11-07 -->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: ci-management.html / name: CI Management -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: dependencies.html / name: Dependencies -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: dependency-info.html / name: Maven Coordinates -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: distribution-management.html / name: Distribution Management -->
-
-
-
-
-
- <!-- Skipping already seen entry: uri=index.html, name=About -->
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: licenses.html / name: Licenses -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: plugin-management.html / name: Plugin Management -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: plugins.html / name: Plugins -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: scm.html / name: Source Code Management -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: summary.html / name: Summary -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: team.html / name: Team -->
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: project-info.html / name: Project Information -->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: testapidocs/index.html / name: Test JavaDocs -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: apidocs/index.html / name: JavaDocs -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: xref/index.html / name: Source Xref -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: xref-test/index.html / name: Test Source Xref -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: cpd.html / name: CPD -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: pmd.html / name: PMD -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: plugin-info.html / name: Plugin Documentation -->
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: project-reports.html / name: Project Reports -->
-
-
-
-
- <!-- DONE WITH MENUE - - $page.name-->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: index.html?about / name: Overview -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: configuration.html / name: Configuration Examples -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: create-mojo.html / name: Goal — hibernate:create -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: update-mojo.html / name: Goal — hibernate:update -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: drop-mojo.html / name: Goal — hibernate:drop -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: help-mojo.html / name: Goal — hibernate:help -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: debugging.html / name: Enable Debugging-Output -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: skip.html / name: Skipping Execution -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: force.html / name: Force Exceution -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: pitfalls.html / name: Known Pitfalls (FAQ) -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- OVERWRITING PAGE - uri: project-info.html / name: Project Information -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- OVERWRITING PAGE - uri: project-reports.html / name: Project Reports -->
-
-
-
-
- <!-- DONE WITH MENUE - - (no name)-->
-
-
-
-<!-- name: Goal — hibernate:drop -->
-<!-- title: Hibernate Maven Plugin – hibernate:drop -->
-<!-- short title: hibernate:drop -->
-<!-- current page: drop-mojo.html -->
-<!-- path: /projects/hibernate-maven-plugin/2.1.0/ -->
-<!-- crumbs: "/index.html","/projects.html" -->
-<!-- pages: {index.html={uri=index.html, name=Hibernate Maven Plugin, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}], childs={index.html?about=Overview, configuration.html=Configuration Examples, create-mojo.html=Goal — hibernate:create, update-mojo.html=Goal — hibernate:update, drop-mojo.html=Goal — hibernate:drop, help-mojo.html=Goal — hibernate:help, debugging.html=Enable Debugging-Output, skip.html=Skipping Execution, force.html=Force Exceution, pitfalls.html=Known Pitfalls (FAQ), project-info.html=Project Information, project-reports.html=Project Reports}}, ci-management.html={name=CI Management, uri=ci-management.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=ci-management.html, name=CI Management}]}, dependencies.html={name=Dependencies, uri=dependencies.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=dependencies.html, name=Dependencies}]}, dependency-info.html={name=Maven Coordinates, uri=dependency-info.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=dependency-info.html, name=Maven Coordinates}]}, distribution-management.html={name=Distribution Management, uri=distribution-management.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=distribution-management.html, name=Distribution Management}]}, licenses.html={name=Licenses, uri=licenses.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=licenses.html, name=Licenses}]}, plugin-management.html={name=Plugin Management, uri=plugin-management.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=plugin-management.html, name=Plugin Management}]}, plugins.html={name=Plugins, uri=plugins.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=plugins.html, name=Plugins}]}, scm.html={name=Source Code Management, uri=scm.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=scm.html, name=Source Code Management}]}, summary.html={name=Summary, uri=summary.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=summary.html, name=Summary}]}, team.html={name=Team, uri=team.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=team.html, name=Team}]}, project-info.html={name=Project Information, uri=project-info.html, childs={ci-management.html=CI Management, dependencies.html=Dependencies, dependency-info.html=Maven Coordinates, distribution-management.html=Distribution Management, licenses.html=Licenses, plugin-management.html=Plugin Management, plugins.html=Plugins, scm.html=Source Code Management, summary.html=Summary, team.html=Team}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}]}, testapidocs/index.html={name=Test JavaDocs, uri=testapidocs/index.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=testapidocs/index.html, name=Test JavaDocs}]}, apidocs/index.html={name=JavaDocs, uri=apidocs/index.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=apidocs/index.html, name=JavaDocs}]}, xref/index.html={name=Source Xref, uri=xref/index.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=xref/index.html, name=Source Xref}]}, xref-test/index.html={name=Test Source Xref, uri=xref-test/index.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=xref-test/index.html, name=Test Source Xref}]}, cpd.html={name=CPD, uri=cpd.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=cpd.html, name=CPD}]}, pmd.html={name=PMD, uri=pmd.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=pmd.html, name=PMD}]}, plugin-info.html={name=Plugin Documentation, uri=plugin-info.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=plugin-info.html, name=Plugin Documentation}]}, project-reports.html={name=Project Reports, uri=project-reports.html, childs={testapidocs/index.html=Test JavaDocs, apidocs/index.html=JavaDocs, xref/index.html=Source Xref, xref-test/index.html=Test Source Xref, cpd.html=CPD, pmd.html=PMD, plugin-info.html=Plugin Documentation}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}]}, index.html?about={name=Overview, uri=index.html?about, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=index.html?about, name=Overview}]}, configuration.html={name=Configuration Examples, uri=configuration.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=configuration.html, name=Configuration Examples}]}, create-mojo.html={name=Goal — hibernate:create, uri=create-mojo.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=create-mojo.html, name=Goal — hibernate:create}]}, update-mojo.html={name=Goal — hibernate:update, uri=update-mojo.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=update-mojo.html, name=Goal — hibernate:update}]}, drop-mojo.html={name=Goal — hibernate:drop, uri=drop-mojo.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=drop-mojo.html, name=Goal — hibernate:drop}]}, help-mojo.html={name=Goal — hibernate:help, uri=help-mojo.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=help-mojo.html, name=Goal — hibernate:help}]}, debugging.html={name=Enable Debugging-Output, uri=debugging.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=debugging.html, name=Enable Debugging-Output}]}, skip.html={name=Skipping Execution, uri=skip.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=skip.html, name=Skipping Execution}]}, force.html={name=Force Exceution, uri=force.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=force.html, name=Force Exceution}]}, pitfalls.html={name=Known Pitfalls (FAQ), uri=pitfalls.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=pitfalls.html, name=Known Pitfalls (FAQ)}]}} -->
-
-
-<!--*/-->
-<html xmlns="http://www.w3.org/1999/xhtml" th:replace="~{/templates/layout.html :: layout(uri='' + ~{:: code[class='site_uri']/text()}, title=~{:: title}, maincontent=~{:: .maincontent}, json='MERGE:' + ~{:: pre[class='json']/text()})}">
- <head>
- <title class="title">Hibernate Maven Plugin – hibernate:drop</title>
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
- <link id="canonical" rel="canonical" href="/hibernate-maven-plugin/drop-mojo.html"/>
- </head>
- <body>
- <h1 class="short_title">hibernate:drop</h1>
- <h2>URI</h2>
- <ul>
- <li><strong>site:</strong> <code class="site_uri">/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html</code></li>
- <li><strong>canonical:</strong> <code class="canonical_uri">/hibernate-maven-plugin/drop-mojo.html</code></li>
- <li><strong>relative:</strong> <code class="relative_uri">drop-mojo.html</code></li>
- </ul>
- <h2>Path</h2>
- <p>
- <ol>
- <li><a href="index.html">Hibernate Maven Plugin</a></li><li><a href="drop-mojo.html">Goal — hibernate:drop</a></li> </ol>
- </p>
- <hr />
- <article class="maincontent">
-
-
- <section>
-<h2><a name="hibernate:drop"></a>hibernate:drop</h2>
-
-<p><b>Full name</b>:</p>
-
-<p>de.juplo:hibernate-maven-plugin:2.1.0:drop</p>
-
-<p><b>Description</b>:</p>
-
-<div>Generate/Execute SQL to drop all tables of a database-schema that
-represents the configured mappings.</div>
-
-<p><b>Attributes</b>:</p>
-
-<ul>
-
-<li>Requires a Maven project to be executed.</li>
-
-<li>Requires dependency resolution of artifacts in scope: <code>runtime</code>.</li>
-
-<li>The goal is thread-safe and supports parallel builds.</li>
-
-<li>Binds by default to the <a class="externalLink" href="http://maven.apache.org/ref/current/maven-core/lifecycles.html">lifecycle phase</a>: <code>process-classes</code>.</li>
- </ul>
- <section>
-<h3><a name="Optional_Parameters"></a>Optional Parameters</h3>
-
-<table class="bodyTable" border="0">
-
-<tr class="a">
-
-<th>Name</th>
-
-<th>Type</th>
-
-<th>Since</th>
-
-<th>Description</th>
- </tr>
-
-<tr class="b">
-
-<td><b><a href="#createNamespaces">createNamespaces</a></b></td>
-
-<td><code>Boolean</code></td>
-
-<td><code>2.0</code></td>
-
-<td>Specifies whether to automatically create also the database
-schema/catalog.<br /><b>Default value is</b>: <code>false</code>.<br /><b>User property is</b>: <code>hibernate.hbm2dll.create_namespaces</code>.</td>
- </tr>
-
-<tr class="a">
-
-<td><b><a href="#delimiter">delimiter</a></b></td>
-
-<td><code>String</code></td>
-
-<td><code>1.0</code></td>
-
-<td>Delimiter in output-file.
-
-<p><b>Important:</b> This configuration value can only be
-configured through the <code>pom.xml</code>, or by the definition
-of a system-property, because it is not known by Hibernate nor JPA
-and, hence, not picked up from their configuration!</p><br /><b>Default value is</b>: <code>;</code>.<br /><b>User property is</b>: <code>hibernate.hbm2ddl.delimiter</code>.</td>
- </tr>
-
-<tr class="b">
-
-<td><b><a href="#dialect">dialect</a></b></td>
-
-<td><code>String</code></td>
-
-<td><code>1.0</code></td>
-
-<td>Hibernate dialect.<br /><b>User property is</b>: <code>hibernate.dialect</code>.</td>
- </tr>
-
-<tr class="a">
-
-<td><b><a href="#driver">driver</a></b></td>
-
-<td><code>String</code></td>
-
-<td><code>1.0</code></td>
-
-<td>SQL-Driver name.<br /><b>User property is</b>: <code>hibernate.connection.driver_class</code>.</td>
- </tr>
-
-<tr class="b">
-
-<td><b><a href="#execute">execute</a></b></td>
-
-<td><code>Boolean</code></td>
-
-<td><code>2.0</code></td>
-
-<td>Excecute the generated SQL. If set to <code>false</code>, only the
-SQL-script is created and the database is not touched.
-
-<p><b>Important:</b> This configuration value can only be
-configured through the <code>pom.xml</code>, or by the definition
-of a system-property, because it is not known by Hibernate nor JPA
-and, hence, not picked up from their configuration!</p><br /><b>Default value is</b>: <code>true</code>.<br /><b>User property is</b>: <code>hibernate.schema.execute</code>.</td>
- </tr>
-
-<tr class="a">
-
-<td><b><a href="#force">force</a></b></td>
-
-<td><code>boolean</code></td>
-
-<td><code>1.0</code></td>
-
-<td>Force generation/execution
-
-<p>Force the generation and (if configured) the execution of the
-SQL, even if no modified or newly added annotated classes where
-found and the configuration was not changed.</p>
-
-<p><code>skip</code> takes precedence over <code>force</code>.</p>
-
-<p><b>Important:</b> This configuration value can only be
-configured through the <code>pom.xml</code>, or by the definition
-of a system-property, because it is not known by Hibernate nor JPA
-and, hence, not picked up from their configuration!</p><br /><b>Default value is</b>: <code>false</code>.<br /><b>User property is</b>: <code>hibernate.schema.force</code>.</td>
- </tr>
-
-<tr class="b">
-
-<td><b><a href="#format">format</a></b></td>
-
-<td><code>Boolean</code></td>
-
-<td><code>1.0</code></td>
-
-<td>Format output-file.<br /><b>User property is</b>: <code>hibernate.format_sql</code>.</td>
- </tr>
-
-<tr class="a">
-
-<td><b><a href="#hibernateConfig">hibernateConfig</a></b></td>
-
-<td><code>String</code></td>
-
-<td><code>1.1.0</code></td>
-
-<td>Path to Hibernate configuration file (.cfg.xml). If this parameter
-is specified, the plugin will try to load configuration values from
-a file with the given path or a ressource on the classpath with the
-given name. If both fails, the execution of the plugin will fail.
-
-<p>If this parameter is not set the plugin will load configuration
-values from a ressource named <code>hibernate.cfg.xml</code> on the
-classpath, if it is present, but will not fail if there is no such
-ressource.</p>
-
-<p>During ressource-lookup, the test-classpath takes
-precedence.</p>
-
-<p>Settings in this file will overwrite settings in the properties
-file.</p><br /></td>
- </tr>
-
-<tr class="b">
-
-<td><b><a href="#hibernateProperties">hibernateProperties</a></b></td>
-
-<td><code>String</code></td>
-
-<td><code>1.0</code></td>
-
-<td>Path to a file or name of a ressource with hibernate properties. If
-this parameter is specified, the plugin will try to load
-configuration values from a file with the given path or a ressource
-on the classpath with the given name. If both fails, the execution
-of the plugin will fail.
-
-<p>If this parameter is not set the plugin will load configuration
-values from a ressource named <code>hibernate.properties</code> on
-the classpath, if it is present, but will not fail if there is no
-such ressource.</p>
-
-<p>During ressource-lookup, the test-classpath takes
-precedence.</p><br /></td>
- </tr>
-
-<tr class="a">
-
-<td><b><a href="#implicitNamingStrategy">implicitNamingStrategy</a></b></td>
-
-<td><code>String</code></td>
-
-<td><code>2.0</code></td>
-
-<td>Implicit naming strategy<br /><b>User property is</b>: <code>hibernate.implicit_naming_strategy</code>.</td>
- </tr>
-
-<tr class="b">
-
-<td><b><a href="#mappings">mappings</a></b></td>
-
-<td><code>String</code></td>
-
-<td><code>1.0.2</code></td>
-
-<td>List of Hibernate-Mapping-Files (XML). Multiple files can be
-separated with white-spaces and/or commas.<br /><b>User property is</b>: <code>hibernate.mapping</code>.</td>
- </tr>
-
-<tr class="a">
-
-<td><b><a href="#outputDirectory">outputDirectory</a></b></td>
-
-<td><code>String</code></td>
-
-<td><code>1.0</code></td>
-
-<td>Classes-Directory to scan.
-
-<p>This parameter defaults to the maven build-output-directory for
-classes. Additionally, all dependencies are scanned for annotated
-classes.</p>
-
-<p><b>Important:</b> This configuration value can only be
-configured through the <code>pom.xml</code>, or by the definition
-of a system-property, because it is not known by Hibernate nor JPA
-and, hence, not picked up from their configuration!</p><br /><b>User property is</b>: <code>project.build.outputDirectory</code>.</td>
- </tr>
-
-<tr class="b">
-
-<td><b><a href="#outputFile">outputFile</a></b></td>
-
-<td><code>String</code></td>
-
-<td><code>1.0</code></td>
-
-<td>Output file.
-
-<p>If the specified filename is not absolut, the file will be
-created relative to the project build directory
-(<code>project.build.directory</code>).</p><br /><b>Default value is</b>: <code>drop.sql</code>.<br /><b>User property is</b>: <code>hibernate.schema.drop</code>.</td>
- </tr>
-
-<tr class="a">
-
-<td><b><a href="#password">password</a></b></td>
-
-<td><code>String</code></td>
-
-<td><code>1.0</code></td>
-
-<td>Database password<br /><b>User property is</b>: <code>hibernate.connection.password</code>.</td>
- </tr>
-
-<tr class="b">
-
-<td><b><a href="#persistenceUnit">persistenceUnit</a></b></td>
-
-<td><code>String</code></td>
-
-<td><code>1.1.0</code></td>
-
-<td>Name of the persistence-unit. If this parameter is specified, the
-plugin will try to load configuration values from a
-persistence-unit with the specified name. If no such
-persistence-unit can be found, the plugin will throw an exception.
-
-<p>If this parameter is not set and there is only one
-persistence-unit available, that unit will be used automatically.
-But if this parameter is not set and there are multiple
-persistence-units available on, the class-path, the execution of
-the plugin will fail.</p>
-
-<p>Settings in this file will overwrite settings in the properties
-or the configuration file.</p><br /></td>
- </tr>
-
-<tr class="a">
-
-<td><b><a href="#physicalNamingStrategy">physicalNamingStrategy</a></b></td>
-
-<td><code>String</code></td>
-
-<td><code>2.0</code></td>
-
-<td>Physical naming strategy<br /><b>User property is</b>: <code>hibernate.physical_naming_strategy</code>.</td>
- </tr>
-
-<tr class="b">
-
-<td><b><a href="#scanClasses">scanClasses</a></b></td>
-
-<td><code>Boolean</code></td>
-
-<td><code>2.0</code></td>
-
-<td>Wether the project should be scanned for annotated-classes, or not
-
-<p>This parameter is intended to allow overwriting of the parameter
-<code>exclude-unlisted-classes</code> of a
-<code>persistence-unit</code>. If not specified, it defaults to
-<code>true</code></p><br /><b>User property is</b>: <code>hibernate.schema.scan.classes</code>.</td>
- </tr>
-
-<tr class="a">
-
-<td><b><a href="#scanDependencies">scanDependencies</a></b></td>
-
-<td><code>String</code></td>
-
-<td><code>1.0.3</code></td>
-
-<td>Dependency-Scopes, that should be scanned for annotated classes.
-
-<p>By default, only dependencies in the scope <code>compile</code>
-are scanned for annotated classes. Multiple scopes can be seperated
-by white space or commas.</p>
-
-<p>If you do not want any dependencies to be scanned for annotated
-classes, set this parameter to <code>none</code>.</p>
-
-<p>The plugin does not scan for annotated classes in transitive
-dependencies. If some of your annotated classes are hidden in a
-transitive dependency, you can simply add that dependency
-explicitly.</p><br /><b>Default value is</b>: <code>compile</code>.<br /><b>User property is</b>: <code>hibernate.schema.scan.dependencies</code>.</td>
- </tr>
-
-<tr class="b">
-
-<td><b><a href="#scanTestClasses">scanTestClasses</a></b></td>
-
-<td><code>Boolean</code></td>
-
-<td><code>1.0.1</code></td>
-
-<td>Whether to scan the test-branch of the project for annotated
-classes, or not.
-
-<p>If this parameter is set to <code>true</code> the test-classes
-of the artifact will be scanned for hibernate-annotated classes
-additionally.</p>
-
-<p><b>Important:</b> This configuration value can only be
-configured through the <code>pom.xml</code>, or by the definition
-of a system-property, because it is not known by Hibernate nor JPA
-and, hence, not picked up from their configuration!</p><br /><b>Default value is</b>: <code>false</code>.<br /><b>User property is</b>: <code>hibernate.schema.scan.test_classes</code>.</td>
- </tr>
-
-<tr class="a">
-
-<td><b><a href="#show">show</a></b></td>
-
-<td><code>Boolean</code></td>
-
-<td><code>1.0</code></td>
-
-<td>Show the generated SQL in the command-line output.<br /><b>User property is</b>: <code>hibernate.show_sql</code>.</td>
- </tr>
-
-<tr class="b">
-
-<td><b><a href="#skip">skip</a></b></td>
-
-<td><code>boolean</code></td>
-
-<td><code>1.0</code></td>
-
-<td>Skip execution
-
-<p>If set to <code>true</code>, the execution is skipped.</p>
-
-<p>A skipped execution is signaled via the maven-property
-<code>${hibernate.schema.skipped}</code>.</p>
-
-<p>The execution is skipped automatically, if no modified or newly
-added annotated classes are found and the dialect was not
-changed.</p>
-
-<p><b>Important:</b> This configuration value can only be
-configured through the <code>pom.xml</code>, or by the definition
-of a system-property, because it is not known by Hibernate nor JPA
-and, hence, not picked up from their configuration!</p><br /><b>Default value is</b>: <code>${maven.test.skip}</code>.<br /><b>User property is</b>: <code>hibernate.schema.skip</code>.</td>
- </tr>
-
-<tr class="a">
-
-<td><b><a href="#testOutputDirectory">testOutputDirectory</a></b></td>
-
-<td><code>String</code></td>
-
-<td><code>1.0.2</code></td>
-
-<td>Test-Classes-Directory to scan.
-
-<p>This parameter defaults to the maven build-output-directory for
-test-classes.</p>
-
-<p>This parameter is only used, when <code>scanTestClasses</code>
-is set to <code>true</code>!</p>
-
-<p><b>Important:</b> This configuration value can only be
-configured through the <code>pom.xml</code>, or by the definition
-of a system-property, because it is not known by Hibernate nor JPA
-and, hence, not picked up from their configuration!</p><br /><b>User property is</b>: <code>project.build.testOutputDirectory</code>.</td>
- </tr>
-
-<tr class="b">
-
-<td><b><a href="#url">url</a></b></td>
-
-<td><code>String</code></td>
-
-<td><code>1.0</code></td>
-
-<td>Database URL.<br /><b>User property is</b>: <code>hibernate.connection.url</code>.</td>
- </tr>
-
-<tr class="a">
-
-<td><b><a href="#username">username</a></b></td>
-
-<td><code>String</code></td>
-
-<td><code>1.0</code></td>
-
-<td>Database username<br /><b>User property is</b>: <code>hibernate.connection.username</code>.</td>
- </tr>
- </table>
- </section>
- <section>
-<h3><a name="Parameter_Details"></a>Parameter Details</h3>
-
-<p><b><a name="createNamespaces">createNamespaces</a>:</b></p>
-
-<div>Specifies whether to automatically create also the database
-schema/catalog.</div>
-
-<ul>
-
-<li><b>Type</b>: <code>java.lang.Boolean</code></li>
-
-<li><b>Since</b>: <code>2.0</code></li>
-
-<li><b>Required</b>: <code>No</code></li>
-
-<li><b>User Property</b>: <code>hibernate.hbm2dll.create_namespaces</code></li>
-
-<li><b>Default</b>: <code>false</code></li>
- </ul><hr />
-<p><b><a name="delimiter">delimiter</a>:</b></p>
-
-<div>Delimiter in output-file.
-
-<p><b>Important:</b> This configuration value can only be
-configured through the <code>pom.xml</code>, or by the definition
-of a system-property, because it is not known by Hibernate nor JPA
-and, hence, not picked up from their configuration!</p></div>
-
-<ul>
-
-<li><b>Type</b>: <code>java.lang.String</code></li>
-
-<li><b>Since</b>: <code>1.0</code></li>
-
-<li><b>Required</b>: <code>No</code></li>
-
-<li><b>User Property</b>: <code>hibernate.hbm2ddl.delimiter</code></li>
-
-<li><b>Default</b>: <code>;</code></li>
- </ul><hr />
-<p><b><a name="dialect">dialect</a>:</b></p>
-
-<div>Hibernate dialect.</div>
-
-<ul>
-
-<li><b>Type</b>: <code>java.lang.String</code></li>
-
-<li><b>Since</b>: <code>1.0</code></li>
-
-<li><b>Required</b>: <code>No</code></li>
-
-<li><b>User Property</b>: <code>hibernate.dialect</code></li>
- </ul><hr />
-<p><b><a name="driver">driver</a>:</b></p>
-
-<div>SQL-Driver name.</div>
-
-<ul>
-
-<li><b>Type</b>: <code>java.lang.String</code></li>
-
-<li><b>Since</b>: <code>1.0</code></li>
-
-<li><b>Required</b>: <code>No</code></li>
-
-<li><b>User Property</b>: <code>hibernate.connection.driver_class</code></li>
- </ul><hr />
-<p><b><a name="execute">execute</a>:</b></p>
-
-<div>Excecute the generated SQL. If set to <code>false</code>, only the
-SQL-script is created and the database is not touched.
-
-<p><b>Important:</b> This configuration value can only be
-configured through the <code>pom.xml</code>, or by the definition
-of a system-property, because it is not known by Hibernate nor JPA
-and, hence, not picked up from their configuration!</p></div>
-
-<ul>
-
-<li><b>Type</b>: <code>java.lang.Boolean</code></li>
-
-<li><b>Since</b>: <code>2.0</code></li>
-
-<li><b>Required</b>: <code>No</code></li>
-
-<li><b>User Property</b>: <code>hibernate.schema.execute</code></li>
-
-<li><b>Default</b>: <code>true</code></li>
- </ul><hr />
-<p><b><a name="force">force</a>:</b></p>
-
-<div>Force generation/execution
-
-<p>Force the generation and (if configured) the execution of the
-SQL, even if no modified or newly added annotated classes where
-found and the configuration was not changed.</p>
-
-<p><code>skip</code> takes precedence over <code>force</code>.</p>
-
-<p><b>Important:</b> This configuration value can only be
-configured through the <code>pom.xml</code>, or by the definition
-of a system-property, because it is not known by Hibernate nor JPA
-and, hence, not picked up from their configuration!</p></div>
-
-<ul>
-
-<li><b>Type</b>: <code>boolean</code></li>
-
-<li><b>Since</b>: <code>1.0</code></li>
-
-<li><b>Required</b>: <code>No</code></li>
-
-<li><b>User Property</b>: <code>hibernate.schema.force</code></li>
-
-<li><b>Default</b>: <code>false</code></li>
- </ul><hr />
-<p><b><a name="format">format</a>:</b></p>
-
-<div>Format output-file.</div>
-
-<ul>
-
-<li><b>Type</b>: <code>java.lang.Boolean</code></li>
-
-<li><b>Since</b>: <code>1.0</code></li>
-
-<li><b>Required</b>: <code>No</code></li>
-
-<li><b>User Property</b>: <code>hibernate.format_sql</code></li>
- </ul><hr />
-<p><b><a name="hibernateConfig">hibernateConfig</a>:</b></p>
-
-<div>Path to Hibernate configuration file (.cfg.xml). If this parameter
-is specified, the plugin will try to load configuration values from
-a file with the given path or a ressource on the classpath with the
-given name. If both fails, the execution of the plugin will fail.
-
-<p>If this parameter is not set the plugin will load configuration
-values from a ressource named <code>hibernate.cfg.xml</code> on the
-classpath, if it is present, but will not fail if there is no such
-ressource.</p>
-
-<p>During ressource-lookup, the test-classpath takes
-precedence.</p>
-
-<p>Settings in this file will overwrite settings in the properties
-file.</p></div>
-
-<ul>
-
-<li><b>Type</b>: <code>java.lang.String</code></li>
-
-<li><b>Since</b>: <code>1.1.0</code></li>
-
-<li><b>Required</b>: <code>No</code></li>
- </ul><hr />
-<p><b><a name="hibernateProperties">hibernateProperties</a>:</b></p>
-
-<div>Path to a file or name of a ressource with hibernate properties. If
-this parameter is specified, the plugin will try to load
-configuration values from a file with the given path or a ressource
-on the classpath with the given name. If both fails, the execution
-of the plugin will fail.
-
-<p>If this parameter is not set the plugin will load configuration
-values from a ressource named <code>hibernate.properties</code> on
-the classpath, if it is present, but will not fail if there is no
-such ressource.</p>
-
-<p>During ressource-lookup, the test-classpath takes
-precedence.</p></div>
-
-<ul>
-
-<li><b>Type</b>: <code>java.lang.String</code></li>
-
-<li><b>Since</b>: <code>1.0</code></li>
-
-<li><b>Required</b>: <code>No</code></li>
- </ul><hr />
-<p><b><a name="implicitNamingStrategy">implicitNamingStrategy</a>:</b></p>
-
-<div>Implicit naming strategy</div>
-
-<ul>
-
-<li><b>Type</b>: <code>java.lang.String</code></li>
-
-<li><b>Since</b>: <code>2.0</code></li>
-
-<li><b>Required</b>: <code>No</code></li>
-
-<li><b>User Property</b>: <code>hibernate.implicit_naming_strategy</code></li>
- </ul><hr />
-<p><b><a name="mappings">mappings</a>:</b></p>
-
-<div>List of Hibernate-Mapping-Files (XML). Multiple files can be
-separated with white-spaces and/or commas.</div>
-
-<ul>
-
-<li><b>Type</b>: <code>java.lang.String</code></li>
-
-<li><b>Since</b>: <code>1.0.2</code></li>
-
-<li><b>Required</b>: <code>No</code></li>
-
-<li><b>User Property</b>: <code>hibernate.mapping</code></li>
- </ul><hr />
-<p><b><a name="outputDirectory">outputDirectory</a>:</b></p>
-
-<div>Classes-Directory to scan.
-
-<p>This parameter defaults to the maven build-output-directory for
-classes. Additionally, all dependencies are scanned for annotated
-classes.</p>
-
-<p><b>Important:</b> This configuration value can only be
-configured through the <code>pom.xml</code>, or by the definition
-of a system-property, because it is not known by Hibernate nor JPA
-and, hence, not picked up from their configuration!</p></div>
-
-<ul>
-
-<li><b>Type</b>: <code>java.lang.String</code></li>
-
-<li><b>Since</b>: <code>1.0</code></li>
-
-<li><b>Required</b>: <code>No</code></li>
-
-<li><b>User Property</b>: <code>project.build.outputDirectory</code></li>
- </ul><hr />
-<p><b><a name="outputFile">outputFile</a>:</b></p>
-
-<div>Output file.
-
-<p>If the specified filename is not absolut, the file will be
-created relative to the project build directory
-(<code>project.build.directory</code>).</p></div>
-
-<ul>
-
-<li><b>Type</b>: <code>java.lang.String</code></li>
-
-<li><b>Since</b>: <code>1.0</code></li>
-
-<li><b>Required</b>: <code>No</code></li>
-
-<li><b>User Property</b>: <code>hibernate.schema.drop</code></li>
-
-<li><b>Default</b>: <code>drop.sql</code></li>
- </ul><hr />
-<p><b><a name="password">password</a>:</b></p>
-
-<div>Database password</div>
-
-<ul>
-
-<li><b>Type</b>: <code>java.lang.String</code></li>
-
-<li><b>Since</b>: <code>1.0</code></li>
-
-<li><b>Required</b>: <code>No</code></li>
-
-<li><b>User Property</b>: <code>hibernate.connection.password</code></li>
- </ul><hr />
-<p><b><a name="persistenceUnit">persistenceUnit</a>:</b></p>
-
-<div>Name of the persistence-unit. If this parameter is specified, the
-plugin will try to load configuration values from a
-persistence-unit with the specified name. If no such
-persistence-unit can be found, the plugin will throw an exception.
-
-<p>If this parameter is not set and there is only one
-persistence-unit available, that unit will be used automatically.
-But if this parameter is not set and there are multiple
-persistence-units available on, the class-path, the execution of
-the plugin will fail.</p>
-
-<p>Settings in this file will overwrite settings in the properties
-or the configuration file.</p></div>
-
-<ul>
-
-<li><b>Type</b>: <code>java.lang.String</code></li>
-
-<li><b>Since</b>: <code>1.1.0</code></li>
-
-<li><b>Required</b>: <code>No</code></li>
- </ul><hr />
-<p><b><a name="physicalNamingStrategy">physicalNamingStrategy</a>:</b></p>
-
-<div>Physical naming strategy</div>
-
-<ul>
-
-<li><b>Type</b>: <code>java.lang.String</code></li>
-
-<li><b>Since</b>: <code>2.0</code></li>
-
-<li><b>Required</b>: <code>No</code></li>
-
-<li><b>User Property</b>: <code>hibernate.physical_naming_strategy</code></li>
- </ul><hr />
-<p><b><a name="scanClasses">scanClasses</a>:</b></p>
-
-<div>Wether the project should be scanned for annotated-classes, or not
-
-<p>This parameter is intended to allow overwriting of the parameter
-<code>exclude-unlisted-classes</code> of a
-<code>persistence-unit</code>. If not specified, it defaults to
-<code>true</code></p></div>
-
-<ul>
-
-<li><b>Type</b>: <code>java.lang.Boolean</code></li>
-
-<li><b>Since</b>: <code>2.0</code></li>
-
-<li><b>Required</b>: <code>No</code></li>
-
-<li><b>User Property</b>: <code>hibernate.schema.scan.classes</code></li>
- </ul><hr />
-<p><b><a name="scanDependencies">scanDependencies</a>:</b></p>
-
-<div>Dependency-Scopes, that should be scanned for annotated classes.
-
-<p>By default, only dependencies in the scope <code>compile</code>
-are scanned for annotated classes. Multiple scopes can be seperated
-by white space or commas.</p>
-
-<p>If you do not want any dependencies to be scanned for annotated
-classes, set this parameter to <code>none</code>.</p>
-
-<p>The plugin does not scan for annotated classes in transitive
-dependencies. If some of your annotated classes are hidden in a
-transitive dependency, you can simply add that dependency
-explicitly.</p></div>
-
-<ul>
-
-<li><b>Type</b>: <code>java.lang.String</code></li>
-
-<li><b>Since</b>: <code>1.0.3</code></li>
-
-<li><b>Required</b>: <code>No</code></li>
-
-<li><b>User Property</b>: <code>hibernate.schema.scan.dependencies</code></li>
-
-<li><b>Default</b>: <code>compile</code></li>
- </ul><hr />
-<p><b><a name="scanTestClasses">scanTestClasses</a>:</b></p>
-
-<div>Whether to scan the test-branch of the project for annotated
-classes, or not.
-
-<p>If this parameter is set to <code>true</code> the test-classes
-of the artifact will be scanned for hibernate-annotated classes
-additionally.</p>
-
-<p><b>Important:</b> This configuration value can only be
-configured through the <code>pom.xml</code>, or by the definition
-of a system-property, because it is not known by Hibernate nor JPA
-and, hence, not picked up from their configuration!</p></div>
-
-<ul>
-
-<li><b>Type</b>: <code>java.lang.Boolean</code></li>
-
-<li><b>Since</b>: <code>1.0.1</code></li>
-
-<li><b>Required</b>: <code>No</code></li>
-
-<li><b>User Property</b>: <code>hibernate.schema.scan.test_classes</code></li>
-
-<li><b>Default</b>: <code>false</code></li>
- </ul><hr />
-<p><b><a name="show">show</a>:</b></p>
-
-<div>Show the generated SQL in the command-line output.</div>
-
-<ul>
-
-<li><b>Type</b>: <code>java.lang.Boolean</code></li>
-
-<li><b>Since</b>: <code>1.0</code></li>
-
-<li><b>Required</b>: <code>No</code></li>
-
-<li><b>User Property</b>: <code>hibernate.show_sql</code></li>
- </ul><hr />
-<p><b><a name="skip">skip</a>:</b></p>
-
-<div>Skip execution
-
-<p>If set to <code>true</code>, the execution is skipped.</p>
-
-<p>A skipped execution is signaled via the maven-property
-<code>${hibernate.schema.skipped}</code>.</p>
-
-<p>The execution is skipped automatically, if no modified or newly
-added annotated classes are found and the dialect was not
-changed.</p>
-
-<p><b>Important:</b> This configuration value can only be
-configured through the <code>pom.xml</code>, or by the definition
-of a system-property, because it is not known by Hibernate nor JPA
-and, hence, not picked up from their configuration!</p></div>
-
-<ul>
-
-<li><b>Type</b>: <code>boolean</code></li>
-
-<li><b>Since</b>: <code>1.0</code></li>
-
-<li><b>Required</b>: <code>No</code></li>
-
-<li><b>User Property</b>: <code>hibernate.schema.skip</code></li>
-
-<li><b>Default</b>: <code>${maven.test.skip}</code></li>
- </ul><hr />
-<p><b><a name="testOutputDirectory">testOutputDirectory</a>:</b></p>
-
-<div>Test-Classes-Directory to scan.
-
-<p>This parameter defaults to the maven build-output-directory for
-test-classes.</p>
-
-<p>This parameter is only used, when <code>scanTestClasses</code>
-is set to <code>true</code>!</p>
-
-<p><b>Important:</b> This configuration value can only be
-configured through the <code>pom.xml</code>, or by the definition
-of a system-property, because it is not known by Hibernate nor JPA
-and, hence, not picked up from their configuration!</p></div>
-
-<ul>
-
-<li><b>Type</b>: <code>java.lang.String</code></li>
-
-<li><b>Since</b>: <code>1.0.2</code></li>
-
-<li><b>Required</b>: <code>No</code></li>
-
-<li><b>User Property</b>: <code>project.build.testOutputDirectory</code></li>
- </ul><hr />
-<p><b><a name="url">url</a>:</b></p>
-
-<div>Database URL.</div>
-
-<ul>
-
-<li><b>Type</b>: <code>java.lang.String</code></li>
-
-<li><b>Since</b>: <code>1.0</code></li>
-
-<li><b>Required</b>: <code>No</code></li>
-
-<li><b>User Property</b>: <code>hibernate.connection.url</code></li>
- </ul><hr />
-<p><b><a name="username">username</a>:</b></p>
-
-<div>Database username</div>
-
-<ul>
-
-<li><b>Type</b>: <code>java.lang.String</code></li>
-
-<li><b>Since</b>: <code>1.0</code></li>
-
-<li><b>Required</b>: <code>No</code></li>
-
-<li><b>User Property</b>: <code>hibernate.connection.username</code></li>
- </ul>
- </section>
- </section>
-
-
- </article>
- <hr />
- <h2>Page Structure as JSON</h2>
- <pre class="json">
-{
- "_titles": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": "Hibernate Maven Plugin",
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html": "CI Management",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html": "Dependencies",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html": "Maven Coordinates",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html": "Distribution Management",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html": "Licenses",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html": "Plugin Management",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html": "Plugins",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html": "Source Code Management",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html": "Summary",
- "/projects/hibernate-maven-plugin/2.1.0/team.html": "Team",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": "Project Information",
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html": "Test JavaDocs",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html": "JavaDocs",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html": "Source Xref",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html": "Test Source Xref",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html": "CPD",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html": "PMD",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html": "Plugin Documentation",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": "Project Reports",
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about": "Overview",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html": "Configuration Examples",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html": "Goal — hibernate:create",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html": "Goal — hibernate:update",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": "Goal — hibernate:drop",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html": "Goal — hibernate:help",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html": "Enable Debugging-Output",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html": "Skipping Execution",
- "/projects/hibernate-maven-plugin/2.1.0/force.html": "Force Exceution",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html": "Known Pitfalls (FAQ)"
- },
- "_childs": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": [
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html",
- "/projects/hibernate-maven-plugin/2.1.0/force.html",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": [
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html",
- "/projects/hibernate-maven-plugin/2.1.0/team.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": [
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html"
- ]
- },
- "_crumbs": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/scm.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/summary.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/team.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/team.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/skip.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/force.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/force.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html"
- ]
- },
- "_canonical": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": "/hibernate-maven-plugin/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html": "/hibernate-maven-plugin/ci-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html": "/hibernate-maven-plugin/dependencies.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html": "/hibernate-maven-plugin/dependency-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html": "/hibernate-maven-plugin/distribution-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html": "/hibernate-maven-plugin/licenses.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html": "/hibernate-maven-plugin/plugin-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html": "/hibernate-maven-plugin/plugins.html",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html": "/hibernate-maven-plugin/scm.html",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html": "/hibernate-maven-plugin/summary.html",
- "/projects/hibernate-maven-plugin/2.1.0/team.html": "/hibernate-maven-plugin/team.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": "/hibernate-maven-plugin/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html": "/hibernate-maven-plugin/testapidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html": "/hibernate-maven-plugin/apidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html": "/hibernate-maven-plugin/xref/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html": "/hibernate-maven-plugin/xref-test/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html": "/hibernate-maven-plugin/cpd.html",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html": "/hibernate-maven-plugin/pmd.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html": "/hibernate-maven-plugin/plugin-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": "/hibernate-maven-plugin/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about": "/hibernate-maven-plugin/index.html?about",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html": "/hibernate-maven-plugin/configuration.html",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html": "/hibernate-maven-plugin/create-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html": "/hibernate-maven-plugin/update-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": "/hibernate-maven-plugin/drop-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html": "/hibernate-maven-plugin/help-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html": "/hibernate-maven-plugin/debugging.html",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html": "/hibernate-maven-plugin/skip.html",
- "/projects/hibernate-maven-plugin/2.1.0/force.html": "/hibernate-maven-plugin/force.html",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html": "/hibernate-maven-plugin/pitfalls.html"
- }
-}
- </pre>
- <h2>All Pages</h2>
- <p>
- <ul>
- <li><a href="index.html">Hibernate Maven Plugin</a></li><li><a href="ci-management.html">CI Management</a></li><li><a href="dependencies.html">Dependencies</a></li><li><a href="dependency-info.html">Maven Coordinates</a></li><li><a href="distribution-management.html">Distribution Management</a></li><li><a href="licenses.html">Licenses</a></li><li><a href="plugin-management.html">Plugin Management</a></li><li><a href="plugins.html">Plugins</a></li><li><a href="scm.html">Source Code Management</a></li><li><a href="summary.html">Summary</a></li><li><a href="team.html">Team</a></li><li><a href="project-info.html">Project Information</a></li><li><a href="testapidocs/index.html">Test JavaDocs</a></li><li><a href="apidocs/index.html">JavaDocs</a></li><li><a href="xref/index.html">Source Xref</a></li><li><a href="xref-test/index.html">Test Source Xref</a></li><li><a href="cpd.html">CPD</a></li><li><a href="pmd.html">PMD</a></li><li><a href="plugin-info.html">Plugin Documentation</a></li><li><a href="project-reports.html">Project Reports</a></li><li><a href="index.html?about">Overview</a></li><li><a href="configuration.html">Configuration Examples</a></li><li><a href="create-mojo.html">Goal — hibernate:create</a></li><li><a href="update-mojo.html">Goal — hibernate:update</a></li><li><a href="drop-mojo.html">Goal — hibernate:drop</a></li><li><a href="help-mojo.html">Goal — hibernate:help</a></li><li><a href="debugging.html">Enable Debugging-Output</a></li><li><a href="skip.html">Skipping Execution</a></li><li><a href="force.html">Force Exceution</a></li><li><a href="pitfalls.html">Known Pitfalls (FAQ)</a></li> </ul>
- </p>
- </body>
-</html>
-<!DOCTYPE html>
-<!--/*-->
-<!-- Generated by Apache Maven Doxia Site Renderer 1.9.2 at 2025-11-07 -->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: ci-management.html / name: CI Management -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: dependencies.html / name: Dependencies -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: dependency-info.html / name: Maven Coordinates -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: distribution-management.html / name: Distribution Management -->
-
-
-
-
-
- <!-- Skipping already seen entry: uri=index.html, name=About -->
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: licenses.html / name: Licenses -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: plugin-management.html / name: Plugin Management -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: plugins.html / name: Plugins -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: scm.html / name: Source Code Management -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: summary.html / name: Summary -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: team.html / name: Team -->
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: project-info.html / name: Project Information -->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: testapidocs/index.html / name: Test JavaDocs -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: apidocs/index.html / name: JavaDocs -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: xref/index.html / name: Source Xref -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: xref-test/index.html / name: Test Source Xref -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: cpd.html / name: CPD -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: pmd.html / name: PMD -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: plugin-info.html / name: Plugin Documentation -->
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: project-reports.html / name: Project Reports -->
-
-
-
-
- <!-- DONE WITH MENUE - - $page.name-->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: index.html?about / name: Overview -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: configuration.html / name: Configuration Examples -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: create-mojo.html / name: Goal — hibernate:create -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: update-mojo.html / name: Goal — hibernate:update -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: drop-mojo.html / name: Goal — hibernate:drop -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: help-mojo.html / name: Goal — hibernate:help -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: debugging.html / name: Enable Debugging-Output -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: skip.html / name: Skipping Execution -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: force.html / name: Force Exceution -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: pitfalls.html / name: Known Pitfalls (FAQ) -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- OVERWRITING PAGE - uri: project-info.html / name: Project Information -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- OVERWRITING PAGE - uri: project-reports.html / name: Project Reports -->
-
-
-
-
- <!-- DONE WITH MENUE - - (no name)-->
-
-
-
-<!-- name: Force Exceution -->
-<!-- title: Hibernate Maven Plugin – -->
-<!-- short title: -->
-<!-- current page: force.html -->
-<!-- path: /projects/hibernate-maven-plugin/2.1.0/ -->
-<!-- crumbs: "/index.html","/projects.html" -->
-<!-- pages: {index.html={uri=index.html, name=Hibernate Maven Plugin, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}], childs={index.html?about=Overview, configuration.html=Configuration Examples, create-mojo.html=Goal — hibernate:create, update-mojo.html=Goal — hibernate:update, drop-mojo.html=Goal — hibernate:drop, help-mojo.html=Goal — hibernate:help, debugging.html=Enable Debugging-Output, skip.html=Skipping Execution, force.html=Force Exceution, pitfalls.html=Known Pitfalls (FAQ), project-info.html=Project Information, project-reports.html=Project Reports}}, ci-management.html={name=CI Management, uri=ci-management.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=ci-management.html, name=CI Management}]}, dependencies.html={name=Dependencies, uri=dependencies.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=dependencies.html, name=Dependencies}]}, dependency-info.html={name=Maven Coordinates, uri=dependency-info.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=dependency-info.html, name=Maven Coordinates}]}, distribution-management.html={name=Distribution Management, uri=distribution-management.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=distribution-management.html, name=Distribution Management}]}, licenses.html={name=Licenses, uri=licenses.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=licenses.html, name=Licenses}]}, plugin-management.html={name=Plugin Management, uri=plugin-management.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=plugin-management.html, name=Plugin Management}]}, plugins.html={name=Plugins, uri=plugins.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=plugins.html, name=Plugins}]}, scm.html={name=Source Code Management, uri=scm.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=scm.html, name=Source Code Management}]}, summary.html={name=Summary, uri=summary.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=summary.html, name=Summary}]}, team.html={name=Team, uri=team.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=team.html, name=Team}]}, project-info.html={name=Project Information, uri=project-info.html, childs={ci-management.html=CI Management, dependencies.html=Dependencies, dependency-info.html=Maven Coordinates, distribution-management.html=Distribution Management, licenses.html=Licenses, plugin-management.html=Plugin Management, plugins.html=Plugins, scm.html=Source Code Management, summary.html=Summary, team.html=Team}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}]}, testapidocs/index.html={name=Test JavaDocs, uri=testapidocs/index.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=testapidocs/index.html, name=Test JavaDocs}]}, apidocs/index.html={name=JavaDocs, uri=apidocs/index.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=apidocs/index.html, name=JavaDocs}]}, xref/index.html={name=Source Xref, uri=xref/index.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=xref/index.html, name=Source Xref}]}, xref-test/index.html={name=Test Source Xref, uri=xref-test/index.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=xref-test/index.html, name=Test Source Xref}]}, cpd.html={name=CPD, uri=cpd.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=cpd.html, name=CPD}]}, pmd.html={name=PMD, uri=pmd.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=pmd.html, name=PMD}]}, plugin-info.html={name=Plugin Documentation, uri=plugin-info.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=plugin-info.html, name=Plugin Documentation}]}, project-reports.html={name=Project Reports, uri=project-reports.html, childs={testapidocs/index.html=Test JavaDocs, apidocs/index.html=JavaDocs, xref/index.html=Source Xref, xref-test/index.html=Test Source Xref, cpd.html=CPD, pmd.html=PMD, plugin-info.html=Plugin Documentation}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}]}, index.html?about={name=Overview, uri=index.html?about, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=index.html?about, name=Overview}]}, configuration.html={name=Configuration Examples, uri=configuration.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=configuration.html, name=Configuration Examples}]}, create-mojo.html={name=Goal — hibernate:create, uri=create-mojo.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=create-mojo.html, name=Goal — hibernate:create}]}, update-mojo.html={name=Goal — hibernate:update, uri=update-mojo.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=update-mojo.html, name=Goal — hibernate:update}]}, drop-mojo.html={name=Goal — hibernate:drop, uri=drop-mojo.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=drop-mojo.html, name=Goal — hibernate:drop}]}, help-mojo.html={name=Goal — hibernate:help, uri=help-mojo.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=help-mojo.html, name=Goal — hibernate:help}]}, debugging.html={name=Enable Debugging-Output, uri=debugging.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=debugging.html, name=Enable Debugging-Output}]}, skip.html={name=Skipping Execution, uri=skip.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=skip.html, name=Skipping Execution}]}, force.html={name=Force Exceution, uri=force.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=force.html, name=Force Exceution}]}, pitfalls.html={name=Known Pitfalls (FAQ), uri=pitfalls.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=pitfalls.html, name=Known Pitfalls (FAQ)}]}} -->
-
-
-<!--*/-->
-<html xmlns="http://www.w3.org/1999/xhtml" th:replace="~{/templates/layout.html :: layout(uri='' + ~{:: code[class='site_uri']/text()}, title=~{:: title}, maincontent=~{:: .maincontent}, json='MERGE:' + ~{:: pre[class='json']/text()})}">
- <head>
- <title class="title">Hibernate Maven Plugin – </title>
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
- <link id="canonical" rel="canonical" href="/hibernate-maven-plugin/force.html"/>
- </head>
- <body>
- <h1 class="short_title"></h1>
- <h2>URI</h2>
- <ul>
- <li><strong>site:</strong> <code class="site_uri">/projects/hibernate-maven-plugin/2.1.0/force.html</code></li>
- <li><strong>canonical:</strong> <code class="canonical_uri">/hibernate-maven-plugin/force.html</code></li>
- <li><strong>relative:</strong> <code class="relative_uri">force.html</code></li>
- </ul>
- <h2>Path</h2>
- <p>
- <ol>
- <li><a href="index.html">Hibernate Maven Plugin</a></li><li><a href="force.html">Force Exceution</a></li> </ol>
- </p>
- <hr />
- <article class="maincontent">
-
-
-
-
+---
+title: Force Exceution
+weight: 27
+outputs:
+ - html
+url: /projects/hibernate-maven-plugin/2.1.0/force.html
+layout: article
+---
+<div id="sili-body">
<h1>Force Execution</h1>
<p>
</p>
<div>
-<pre class="prettyprint linenums lang-html">
-<plugin>
- <groupId>de.juplo</groupId>
- <artifactId>hibernate-maven-plugin</artifactId>
- <version>2.1.0</version>
- <configuration>
- <force>true</force>
- </configuration>
-</plugin></pre></div>
+{{< highlight guess >}}
+
+<plugin>
+ <groupId>de.juplo</groupId>
+ <artifactId>hibernate-maven-plugin</artifactId>
+ <version>2.1.0</version>
+ <configuration>
+ <force>true</force>
+ </configuration>
+</plugin>
+{{< /highlight >}}</div>
<p>
Or you may specify <code>-Dhibernate.schema.force=true</code> at the command line,
if you want to force hibernate-maven-plugin only once.
</p>
-
-
- </article>
- <hr />
- <h2>Page Structure as JSON</h2>
- <pre class="json">
-{
- "_titles": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": "Hibernate Maven Plugin",
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html": "CI Management",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html": "Dependencies",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html": "Maven Coordinates",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html": "Distribution Management",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html": "Licenses",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html": "Plugin Management",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html": "Plugins",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html": "Source Code Management",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html": "Summary",
- "/projects/hibernate-maven-plugin/2.1.0/team.html": "Team",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": "Project Information",
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html": "Test JavaDocs",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html": "JavaDocs",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html": "Source Xref",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html": "Test Source Xref",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html": "CPD",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html": "PMD",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html": "Plugin Documentation",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": "Project Reports",
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about": "Overview",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html": "Configuration Examples",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html": "Goal — hibernate:create",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html": "Goal — hibernate:update",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": "Goal — hibernate:drop",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html": "Goal — hibernate:help",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html": "Enable Debugging-Output",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html": "Skipping Execution",
- "/projects/hibernate-maven-plugin/2.1.0/force.html": "Force Exceution",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html": "Known Pitfalls (FAQ)"
- },
- "_childs": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": [
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html",
- "/projects/hibernate-maven-plugin/2.1.0/force.html",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": [
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html",
- "/projects/hibernate-maven-plugin/2.1.0/team.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": [
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html"
- ]
- },
- "_crumbs": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/scm.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/summary.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/team.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/team.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/skip.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/force.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/force.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html"
- ]
- },
- "_canonical": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": "/hibernate-maven-plugin/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html": "/hibernate-maven-plugin/ci-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html": "/hibernate-maven-plugin/dependencies.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html": "/hibernate-maven-plugin/dependency-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html": "/hibernate-maven-plugin/distribution-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html": "/hibernate-maven-plugin/licenses.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html": "/hibernate-maven-plugin/plugin-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html": "/hibernate-maven-plugin/plugins.html",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html": "/hibernate-maven-plugin/scm.html",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html": "/hibernate-maven-plugin/summary.html",
- "/projects/hibernate-maven-plugin/2.1.0/team.html": "/hibernate-maven-plugin/team.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": "/hibernate-maven-plugin/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html": "/hibernate-maven-plugin/testapidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html": "/hibernate-maven-plugin/apidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html": "/hibernate-maven-plugin/xref/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html": "/hibernate-maven-plugin/xref-test/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html": "/hibernate-maven-plugin/cpd.html",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html": "/hibernate-maven-plugin/pmd.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html": "/hibernate-maven-plugin/plugin-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": "/hibernate-maven-plugin/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about": "/hibernate-maven-plugin/index.html?about",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html": "/hibernate-maven-plugin/configuration.html",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html": "/hibernate-maven-plugin/create-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html": "/hibernate-maven-plugin/update-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": "/hibernate-maven-plugin/drop-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html": "/hibernate-maven-plugin/help-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html": "/hibernate-maven-plugin/debugging.html",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html": "/hibernate-maven-plugin/skip.html",
- "/projects/hibernate-maven-plugin/2.1.0/force.html": "/hibernate-maven-plugin/force.html",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html": "/hibernate-maven-plugin/pitfalls.html"
- }
-}
- </pre>
- <h2>All Pages</h2>
- <p>
- <ul>
- <li><a href="index.html">Hibernate Maven Plugin</a></li><li><a href="ci-management.html">CI Management</a></li><li><a href="dependencies.html">Dependencies</a></li><li><a href="dependency-info.html">Maven Coordinates</a></li><li><a href="distribution-management.html">Distribution Management</a></li><li><a href="licenses.html">Licenses</a></li><li><a href="plugin-management.html">Plugin Management</a></li><li><a href="plugins.html">Plugins</a></li><li><a href="scm.html">Source Code Management</a></li><li><a href="summary.html">Summary</a></li><li><a href="team.html">Team</a></li><li><a href="project-info.html">Project Information</a></li><li><a href="testapidocs/index.html">Test JavaDocs</a></li><li><a href="apidocs/index.html">JavaDocs</a></li><li><a href="xref/index.html">Source Xref</a></li><li><a href="xref-test/index.html">Test Source Xref</a></li><li><a href="cpd.html">CPD</a></li><li><a href="pmd.html">PMD</a></li><li><a href="plugin-info.html">Plugin Documentation</a></li><li><a href="project-reports.html">Project Reports</a></li><li><a href="index.html?about">Overview</a></li><li><a href="configuration.html">Configuration Examples</a></li><li><a href="create-mojo.html">Goal — hibernate:create</a></li><li><a href="update-mojo.html">Goal — hibernate:update</a></li><li><a href="drop-mojo.html">Goal — hibernate:drop</a></li><li><a href="help-mojo.html">Goal — hibernate:help</a></li><li><a href="debugging.html">Enable Debugging-Output</a></li><li><a href="skip.html">Skipping Execution</a></li><li><a href="force.html">Force Exceution</a></li><li><a href="pitfalls.html">Known Pitfalls (FAQ)</a></li> </ul>
- </p>
- </body>
-</html>
+</div>
+<!-- PREPARING ROOT-ENTRY - name: Hibernate Maven Plugin ref: index.html -->
+<!-- READING MENU - name: Project Documentation ref: reports -->
+<!-- VISITING PAGE - href: /project-info.html / name: Project Information -->
+<!-- VISITING PAGE - href: ci-management.html / name: CI Management -->
+<!-- VISITING PAGE - href: dependencies.html / name: Dependencies -->
+<!-- VISITING PAGE - href: dependency-info.html / name: Maven Coordinates -->
+<!-- VISITING PAGE - href: distribution-management.html / name: Distribution Management -->
+<!-- VISITING PAGE - href: index.html / name: About -->
+<!-- RENAMING already seen PAGE: href=index.html, FROM name=Hibernate Maven Plugin TO name=About -->
+<!-- VISITING PAGE - href: licenses.html / name: Licenses -->
+<!-- VISITING PAGE - href: plugin-management.html / name: Plugin Management -->
+<!-- VISITING PAGE - href: plugins.html / name: Plugins -->
+<!-- VISITING PAGE - href: scm.html / name: Source Code Management -->
+<!-- VISITING PAGE - href: summary.html / name: Summary -->
+<!-- VISITING PAGE - href: team.html / name: Team -->
+<!-- VISITING PAGE - href: /project-reports.html / name: Project Reports -->
+<!-- VISITING PAGE - href: testapidocs/index.html / name: Test JavaDocs -->
+<!-- VISITING PAGE - href: apidocs/index.html / name: JavaDocs -->
+<!-- VISITING PAGE - href: xref/index.html / name: Source Xref -->
+<!-- VISITING PAGE - href: xref-test/index.html / name: Test Source Xref -->
+<!-- VISITING PAGE - href: cpd.html / name: CPD -->
+<!-- VISITING PAGE - href: pmd.html / name: PMD -->
+<!-- VISITING PAGE - href: plugin-info.html / name: Plugin Documentation -->
+<!-- READING MENU - name: $menu.name ref: $menu.ref -->
+<!-- VISITING PAGE - href: index.html / name: About -->
+<!-- RENAMING already seen PAGE: href=index.html, FROM name=About TO name=About -->
+<!-- VISITING PAGE - href: configuration.html / name: Configuration Examples -->
+<!-- VISITING PAGE - href: create-mojo.html / name: Goal — hibernate:create -->
+<!-- VISITING PAGE - href: update-mojo.html / name: Goal — hibernate:update -->
+<!-- VISITING PAGE - href: drop-mojo.html / name: Goal — hibernate:drop -->
+<!-- VISITING PAGE - href: help-mojo.html / name: Goal — hibernate:help -->
+<!-- VISITING PAGE - href: debugging.html / name: Enable Debugging-Output -->
+<!-- VISITING PAGE - href: skip.html / name: Skipping Execution -->
+<!-- VISITING PAGE - href: force.html / name: Force Exceution -->
+<!-- VISITING PAGE - href: pitfalls.html / name: Known Pitfalls (FAQ) -->
+<!-- VISITING PAGE - href: project-info.html / name: Project Information -->
+<!-- RENAMING already seen PAGE: href=project-info.html, FROM name=Project Information TO name=Project Information -->
+<!-- VISITING PAGE - href: project-reports.html / name: Project Reports -->
+<!-- RENAMING already seen PAGE: href=project-reports.html, FROM name=Project Reports TO name=Project Reports -->
+++ /dev/null
-<!DOCTYPE html>
-<!--/*-->
-<!-- Generated by Apache Maven Doxia Site Renderer 1.9.2 at 2025-11-07 -->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: ci-management.html / name: CI Management -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: dependencies.html / name: Dependencies -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: dependency-info.html / name: Maven Coordinates -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: distribution-management.html / name: Distribution Management -->
-
-
-
-
-
- <!-- Skipping already seen entry: uri=index.html, name=About -->
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: licenses.html / name: Licenses -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: plugin-management.html / name: Plugin Management -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: plugins.html / name: Plugins -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: scm.html / name: Source Code Management -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: summary.html / name: Summary -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: team.html / name: Team -->
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: project-info.html / name: Project Information -->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: testapidocs/index.html / name: Test JavaDocs -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: apidocs/index.html / name: JavaDocs -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: xref/index.html / name: Source Xref -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: xref-test/index.html / name: Test Source Xref -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: cpd.html / name: CPD -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: pmd.html / name: PMD -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: plugin-info.html / name: Plugin Documentation -->
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: project-reports.html / name: Project Reports -->
-
-
-
-
- <!-- DONE WITH MENUE - - $page.name-->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: index.html?about / name: Overview -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: configuration.html / name: Configuration Examples -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: create-mojo.html / name: Goal — hibernate:create -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: update-mojo.html / name: Goal — hibernate:update -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: drop-mojo.html / name: Goal — hibernate:drop -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: help-mojo.html / name: Goal — hibernate:help -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: debugging.html / name: Enable Debugging-Output -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: skip.html / name: Skipping Execution -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: force.html / name: Force Exceution -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: pitfalls.html / name: Known Pitfalls (FAQ) -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- OVERWRITING PAGE - uri: project-info.html / name: Project Information -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- OVERWRITING PAGE - uri: project-reports.html / name: Project Reports -->
-
-
-
-
- <!-- DONE WITH MENUE - - (no name)-->
-
-
-
-<!-- name: Goal — hibernate:help -->
-<!-- title: Hibernate Maven Plugin – hibernate:help -->
-<!-- short title: hibernate:help -->
-<!-- current page: help-mojo.html -->
-<!-- path: /projects/hibernate-maven-plugin/2.1.0/ -->
-<!-- crumbs: "/index.html","/projects.html" -->
-<!-- pages: {index.html={uri=index.html, name=Hibernate Maven Plugin, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}], childs={index.html?about=Overview, configuration.html=Configuration Examples, create-mojo.html=Goal — hibernate:create, update-mojo.html=Goal — hibernate:update, drop-mojo.html=Goal — hibernate:drop, help-mojo.html=Goal — hibernate:help, debugging.html=Enable Debugging-Output, skip.html=Skipping Execution, force.html=Force Exceution, pitfalls.html=Known Pitfalls (FAQ), project-info.html=Project Information, project-reports.html=Project Reports}}, ci-management.html={name=CI Management, uri=ci-management.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=ci-management.html, name=CI Management}]}, dependencies.html={name=Dependencies, uri=dependencies.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=dependencies.html, name=Dependencies}]}, dependency-info.html={name=Maven Coordinates, uri=dependency-info.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=dependency-info.html, name=Maven Coordinates}]}, distribution-management.html={name=Distribution Management, uri=distribution-management.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=distribution-management.html, name=Distribution Management}]}, licenses.html={name=Licenses, uri=licenses.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=licenses.html, name=Licenses}]}, plugin-management.html={name=Plugin Management, uri=plugin-management.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=plugin-management.html, name=Plugin Management}]}, plugins.html={name=Plugins, uri=plugins.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=plugins.html, name=Plugins}]}, scm.html={name=Source Code Management, uri=scm.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=scm.html, name=Source Code Management}]}, summary.html={name=Summary, uri=summary.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=summary.html, name=Summary}]}, team.html={name=Team, uri=team.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=team.html, name=Team}]}, project-info.html={name=Project Information, uri=project-info.html, childs={ci-management.html=CI Management, dependencies.html=Dependencies, dependency-info.html=Maven Coordinates, distribution-management.html=Distribution Management, licenses.html=Licenses, plugin-management.html=Plugin Management, plugins.html=Plugins, scm.html=Source Code Management, summary.html=Summary, team.html=Team}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}]}, testapidocs/index.html={name=Test JavaDocs, uri=testapidocs/index.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=testapidocs/index.html, name=Test JavaDocs}]}, apidocs/index.html={name=JavaDocs, uri=apidocs/index.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=apidocs/index.html, name=JavaDocs}]}, xref/index.html={name=Source Xref, uri=xref/index.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=xref/index.html, name=Source Xref}]}, xref-test/index.html={name=Test Source Xref, uri=xref-test/index.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=xref-test/index.html, name=Test Source Xref}]}, cpd.html={name=CPD, uri=cpd.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=cpd.html, name=CPD}]}, pmd.html={name=PMD, uri=pmd.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=pmd.html, name=PMD}]}, plugin-info.html={name=Plugin Documentation, uri=plugin-info.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=plugin-info.html, name=Plugin Documentation}]}, project-reports.html={name=Project Reports, uri=project-reports.html, childs={testapidocs/index.html=Test JavaDocs, apidocs/index.html=JavaDocs, xref/index.html=Source Xref, xref-test/index.html=Test Source Xref, cpd.html=CPD, pmd.html=PMD, plugin-info.html=Plugin Documentation}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}]}, index.html?about={name=Overview, uri=index.html?about, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=index.html?about, name=Overview}]}, configuration.html={name=Configuration Examples, uri=configuration.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=configuration.html, name=Configuration Examples}]}, create-mojo.html={name=Goal — hibernate:create, uri=create-mojo.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=create-mojo.html, name=Goal — hibernate:create}]}, update-mojo.html={name=Goal — hibernate:update, uri=update-mojo.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=update-mojo.html, name=Goal — hibernate:update}]}, drop-mojo.html={name=Goal — hibernate:drop, uri=drop-mojo.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=drop-mojo.html, name=Goal — hibernate:drop}]}, help-mojo.html={name=Goal — hibernate:help, uri=help-mojo.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=help-mojo.html, name=Goal — hibernate:help}]}, debugging.html={name=Enable Debugging-Output, uri=debugging.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=debugging.html, name=Enable Debugging-Output}]}, skip.html={name=Skipping Execution, uri=skip.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=skip.html, name=Skipping Execution}]}, force.html={name=Force Exceution, uri=force.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=force.html, name=Force Exceution}]}, pitfalls.html={name=Known Pitfalls (FAQ), uri=pitfalls.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=pitfalls.html, name=Known Pitfalls (FAQ)}]}} -->
-
-
-<!--*/-->
-<html xmlns="http://www.w3.org/1999/xhtml" th:replace="~{/templates/layout.html :: layout(uri='' + ~{:: code[class='site_uri']/text()}, title=~{:: title}, maincontent=~{:: .maincontent}, json='MERGE:' + ~{:: pre[class='json']/text()})}">
- <head>
- <title class="title">Hibernate Maven Plugin – hibernate:help</title>
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
- <link id="canonical" rel="canonical" href="/hibernate-maven-plugin/help-mojo.html"/>
- </head>
- <body>
- <h1 class="short_title">hibernate:help</h1>
- <h2>URI</h2>
- <ul>
- <li><strong>site:</strong> <code class="site_uri">/projects/hibernate-maven-plugin/2.1.0/help-mojo.html</code></li>
- <li><strong>canonical:</strong> <code class="canonical_uri">/hibernate-maven-plugin/help-mojo.html</code></li>
- <li><strong>relative:</strong> <code class="relative_uri">help-mojo.html</code></li>
- </ul>
- <h2>Path</h2>
- <p>
- <ol>
- <li><a href="index.html">Hibernate Maven Plugin</a></li><li><a href="help-mojo.html">Goal — hibernate:help</a></li> </ol>
- </p>
- <hr />
- <article class="maincontent">
-
-
- <section>
-<h2><a name="hibernate:help"></a>hibernate:help</h2>
-
-<p><b>Full name</b>:</p>
-
-<p>de.juplo:hibernate-maven-plugin:2.1.0:help</p>
-
-<p><b>Description</b>:</p>
-
-<div>Display help information on hibernate-maven-plugin.<br />
-Call <code>mvn hibernate:help -Ddetail=true
--Dgoal=<goal-name></code> to display parameter details.</div>
-
-<p><b>Attributes</b>:</p>
-
-<ul>
-
-<li>The goal is thread-safe and supports parallel builds.</li>
- </ul>
- <section>
-<h3><a name="Optional_Parameters"></a>Optional Parameters</h3>
-
-<table class="bodyTable" border="0">
-
-<tr class="a">
-
-<th>Name</th>
-
-<th>Type</th>
-
-<th>Since</th>
-
-<th>Description</th>
- </tr>
-
-<tr class="b">
-
-<td><b><a href="#detail">detail</a></b></td>
-
-<td><code>boolean</code></td>
-
-<td><code>-</code></td>
-
-<td>If <code>true</code>, display all settable properties for each
-goal.<br /><b>Default value is</b>: <code>false</code>.<br /><b>User property is</b>: <code>detail</code>.</td>
- </tr>
-
-<tr class="a">
-
-<td><b><a href="#goal">goal</a></b></td>
-
-<td><code>String</code></td>
-
-<td><code>-</code></td>
-
-<td>The name of the goal for which to show help. If unspecified, all
-goals will be displayed.<br /><b>User property is</b>: <code>goal</code>.</td>
- </tr>
-
-<tr class="b">
-
-<td><b><a href="#indentSize">indentSize</a></b></td>
-
-<td><code>int</code></td>
-
-<td><code>-</code></td>
-
-<td>The number of spaces per indentation level, should be positive.<br /><b>Default value is</b>: <code>2</code>.<br /><b>User property is</b>: <code>indentSize</code>.</td>
- </tr>
-
-<tr class="a">
-
-<td><b><a href="#lineLength">lineLength</a></b></td>
-
-<td><code>int</code></td>
-
-<td><code>-</code></td>
-
-<td>The maximum length of a display line, should be positive.<br /><b>Default value is</b>: <code>80</code>.<br /><b>User property is</b>: <code>lineLength</code>.</td>
- </tr>
- </table>
- </section>
- <section>
-<h3><a name="Parameter_Details"></a>Parameter Details</h3>
-
-<p><b><a name="detail">detail</a>:</b></p>
-
-<div>If <code>true</code>, display all settable properties for each
-goal.</div>
-
-<ul>
-
-<li><b>Type</b>: <code>boolean</code></li>
-
-<li><b>Required</b>: <code>No</code></li>
-
-<li><b>User Property</b>: <code>detail</code></li>
-
-<li><b>Default</b>: <code>false</code></li>
- </ul><hr />
-<p><b><a name="goal">goal</a>:</b></p>
-
-<div>The name of the goal for which to show help. If unspecified, all
-goals will be displayed.</div>
-
-<ul>
-
-<li><b>Type</b>: <code>java.lang.String</code></li>
-
-<li><b>Required</b>: <code>No</code></li>
-
-<li><b>User Property</b>: <code>goal</code></li>
- </ul><hr />
-<p><b><a name="indentSize">indentSize</a>:</b></p>
-
-<div>The number of spaces per indentation level, should be positive.</div>
-
-<ul>
-
-<li><b>Type</b>: <code>int</code></li>
-
-<li><b>Required</b>: <code>No</code></li>
-
-<li><b>User Property</b>: <code>indentSize</code></li>
-
-<li><b>Default</b>: <code>2</code></li>
- </ul><hr />
-<p><b><a name="lineLength">lineLength</a>:</b></p>
-
-<div>The maximum length of a display line, should be positive.</div>
-
-<ul>
-
-<li><b>Type</b>: <code>int</code></li>
-
-<li><b>Required</b>: <code>No</code></li>
-
-<li><b>User Property</b>: <code>lineLength</code></li>
-
-<li><b>Default</b>: <code>80</code></li>
- </ul>
- </section>
- </section>
-
-
- </article>
- <hr />
- <h2>Page Structure as JSON</h2>
- <pre class="json">
-{
- "_titles": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": "Hibernate Maven Plugin",
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html": "CI Management",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html": "Dependencies",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html": "Maven Coordinates",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html": "Distribution Management",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html": "Licenses",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html": "Plugin Management",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html": "Plugins",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html": "Source Code Management",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html": "Summary",
- "/projects/hibernate-maven-plugin/2.1.0/team.html": "Team",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": "Project Information",
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html": "Test JavaDocs",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html": "JavaDocs",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html": "Source Xref",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html": "Test Source Xref",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html": "CPD",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html": "PMD",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html": "Plugin Documentation",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": "Project Reports",
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about": "Overview",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html": "Configuration Examples",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html": "Goal — hibernate:create",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html": "Goal — hibernate:update",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": "Goal — hibernate:drop",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html": "Goal — hibernate:help",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html": "Enable Debugging-Output",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html": "Skipping Execution",
- "/projects/hibernate-maven-plugin/2.1.0/force.html": "Force Exceution",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html": "Known Pitfalls (FAQ)"
- },
- "_childs": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": [
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html",
- "/projects/hibernate-maven-plugin/2.1.0/force.html",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": [
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html",
- "/projects/hibernate-maven-plugin/2.1.0/team.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": [
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html"
- ]
- },
- "_crumbs": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/scm.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/summary.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/team.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/team.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/skip.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/force.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/force.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html"
- ]
- },
- "_canonical": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": "/hibernate-maven-plugin/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html": "/hibernate-maven-plugin/ci-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html": "/hibernate-maven-plugin/dependencies.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html": "/hibernate-maven-plugin/dependency-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html": "/hibernate-maven-plugin/distribution-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html": "/hibernate-maven-plugin/licenses.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html": "/hibernate-maven-plugin/plugin-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html": "/hibernate-maven-plugin/plugins.html",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html": "/hibernate-maven-plugin/scm.html",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html": "/hibernate-maven-plugin/summary.html",
- "/projects/hibernate-maven-plugin/2.1.0/team.html": "/hibernate-maven-plugin/team.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": "/hibernate-maven-plugin/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html": "/hibernate-maven-plugin/testapidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html": "/hibernate-maven-plugin/apidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html": "/hibernate-maven-plugin/xref/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html": "/hibernate-maven-plugin/xref-test/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html": "/hibernate-maven-plugin/cpd.html",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html": "/hibernate-maven-plugin/pmd.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html": "/hibernate-maven-plugin/plugin-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": "/hibernate-maven-plugin/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about": "/hibernate-maven-plugin/index.html?about",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html": "/hibernate-maven-plugin/configuration.html",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html": "/hibernate-maven-plugin/create-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html": "/hibernate-maven-plugin/update-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": "/hibernate-maven-plugin/drop-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html": "/hibernate-maven-plugin/help-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html": "/hibernate-maven-plugin/debugging.html",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html": "/hibernate-maven-plugin/skip.html",
- "/projects/hibernate-maven-plugin/2.1.0/force.html": "/hibernate-maven-plugin/force.html",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html": "/hibernate-maven-plugin/pitfalls.html"
- }
-}
- </pre>
- <h2>All Pages</h2>
- <p>
- <ul>
- <li><a href="index.html">Hibernate Maven Plugin</a></li><li><a href="ci-management.html">CI Management</a></li><li><a href="dependencies.html">Dependencies</a></li><li><a href="dependency-info.html">Maven Coordinates</a></li><li><a href="distribution-management.html">Distribution Management</a></li><li><a href="licenses.html">Licenses</a></li><li><a href="plugin-management.html">Plugin Management</a></li><li><a href="plugins.html">Plugins</a></li><li><a href="scm.html">Source Code Management</a></li><li><a href="summary.html">Summary</a></li><li><a href="team.html">Team</a></li><li><a href="project-info.html">Project Information</a></li><li><a href="testapidocs/index.html">Test JavaDocs</a></li><li><a href="apidocs/index.html">JavaDocs</a></li><li><a href="xref/index.html">Source Xref</a></li><li><a href="xref-test/index.html">Test Source Xref</a></li><li><a href="cpd.html">CPD</a></li><li><a href="pmd.html">PMD</a></li><li><a href="plugin-info.html">Plugin Documentation</a></li><li><a href="project-reports.html">Project Reports</a></li><li><a href="index.html?about">Overview</a></li><li><a href="configuration.html">Configuration Examples</a></li><li><a href="create-mojo.html">Goal — hibernate:create</a></li><li><a href="update-mojo.html">Goal — hibernate:update</a></li><li><a href="drop-mojo.html">Goal — hibernate:drop</a></li><li><a href="help-mojo.html">Goal — hibernate:help</a></li><li><a href="debugging.html">Enable Debugging-Output</a></li><li><a href="skip.html">Skipping Execution</a></li><li><a href="force.html">Force Exceution</a></li><li><a href="pitfalls.html">Known Pitfalls (FAQ)</a></li> </ul>
- </p>
- </body>
-</html>
+++ /dev/null
-<!DOCTYPE html>
-<!--/*-->
-<!-- Generated by Apache Maven Doxia Site Renderer 1.9.2 at 2025-11-07 -->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: ci-management.html / name: CI Management -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: dependencies.html / name: Dependencies -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: dependency-info.html / name: Maven Coordinates -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: distribution-management.html / name: Distribution Management -->
-
-
-
-
-
- <!-- Skipping already seen entry: uri=index.html, name=About -->
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: licenses.html / name: Licenses -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: plugin-management.html / name: Plugin Management -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: plugins.html / name: Plugins -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: scm.html / name: Source Code Management -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: summary.html / name: Summary -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: team.html / name: Team -->
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: project-info.html / name: Project Information -->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: testapidocs/index.html / name: Test JavaDocs -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: apidocs/index.html / name: JavaDocs -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: xref/index.html / name: Source Xref -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: xref-test/index.html / name: Test Source Xref -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: cpd.html / name: CPD -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: pmd.html / name: PMD -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: plugin-info.html / name: Plugin Documentation -->
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: project-reports.html / name: Project Reports -->
-
-
-
-
- <!-- DONE WITH MENUE - - $page.name-->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: index.html?about / name: Overview -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: configuration.html / name: Configuration Examples -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: create-mojo.html / name: Goal — hibernate:create -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: update-mojo.html / name: Goal — hibernate:update -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: drop-mojo.html / name: Goal — hibernate:drop -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: help-mojo.html / name: Goal — hibernate:help -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: debugging.html / name: Enable Debugging-Output -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: skip.html / name: Skipping Execution -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: force.html / name: Force Exceution -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: pitfalls.html / name: Known Pitfalls (FAQ) -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- OVERWRITING PAGE - uri: project-info.html / name: Project Information -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- OVERWRITING PAGE - uri: project-reports.html / name: Project Reports -->
-
-
-
-
- <!-- DONE WITH MENUE - - (no name)-->
-
-
-
-<!-- name: Hibernate Maven Plugin -->
-<!-- title: Hibernate Maven Plugin – -->
-<!-- short title: -->
-<!-- current page: index.html -->
-<!-- path: /projects/hibernate-maven-plugin/2.1.0/ -->
-<!-- crumbs: "/index.html","/projects.html" -->
-<!-- pages: {index.html={uri=index.html, name=Hibernate Maven Plugin, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}], childs={index.html?about=Overview, configuration.html=Configuration Examples, create-mojo.html=Goal — hibernate:create, update-mojo.html=Goal — hibernate:update, drop-mojo.html=Goal — hibernate:drop, help-mojo.html=Goal — hibernate:help, debugging.html=Enable Debugging-Output, skip.html=Skipping Execution, force.html=Force Exceution, pitfalls.html=Known Pitfalls (FAQ), project-info.html=Project Information, project-reports.html=Project Reports}}, ci-management.html={name=CI Management, uri=ci-management.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=ci-management.html, name=CI Management}]}, dependencies.html={name=Dependencies, uri=dependencies.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=dependencies.html, name=Dependencies}]}, dependency-info.html={name=Maven Coordinates, uri=dependency-info.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=dependency-info.html, name=Maven Coordinates}]}, distribution-management.html={name=Distribution Management, uri=distribution-management.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=distribution-management.html, name=Distribution Management}]}, licenses.html={name=Licenses, uri=licenses.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=licenses.html, name=Licenses}]}, plugin-management.html={name=Plugin Management, uri=plugin-management.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=plugin-management.html, name=Plugin Management}]}, plugins.html={name=Plugins, uri=plugins.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=plugins.html, name=Plugins}]}, scm.html={name=Source Code Management, uri=scm.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=scm.html, name=Source Code Management}]}, summary.html={name=Summary, uri=summary.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=summary.html, name=Summary}]}, team.html={name=Team, uri=team.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=team.html, name=Team}]}, project-info.html={name=Project Information, uri=project-info.html, childs={ci-management.html=CI Management, dependencies.html=Dependencies, dependency-info.html=Maven Coordinates, distribution-management.html=Distribution Management, licenses.html=Licenses, plugin-management.html=Plugin Management, plugins.html=Plugins, scm.html=Source Code Management, summary.html=Summary, team.html=Team}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}]}, testapidocs/index.html={name=Test JavaDocs, uri=testapidocs/index.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=testapidocs/index.html, name=Test JavaDocs}]}, apidocs/index.html={name=JavaDocs, uri=apidocs/index.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=apidocs/index.html, name=JavaDocs}]}, xref/index.html={name=Source Xref, uri=xref/index.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=xref/index.html, name=Source Xref}]}, xref-test/index.html={name=Test Source Xref, uri=xref-test/index.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=xref-test/index.html, name=Test Source Xref}]}, cpd.html={name=CPD, uri=cpd.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=cpd.html, name=CPD}]}, pmd.html={name=PMD, uri=pmd.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=pmd.html, name=PMD}]}, plugin-info.html={name=Plugin Documentation, uri=plugin-info.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=plugin-info.html, name=Plugin Documentation}]}, project-reports.html={name=Project Reports, uri=project-reports.html, childs={testapidocs/index.html=Test JavaDocs, apidocs/index.html=JavaDocs, xref/index.html=Source Xref, xref-test/index.html=Test Source Xref, cpd.html=CPD, pmd.html=PMD, plugin-info.html=Plugin Documentation}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}]}, index.html?about={name=Overview, uri=index.html?about, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=index.html?about, name=Overview}]}, configuration.html={name=Configuration Examples, uri=configuration.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=configuration.html, name=Configuration Examples}]}, create-mojo.html={name=Goal — hibernate:create, uri=create-mojo.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=create-mojo.html, name=Goal — hibernate:create}]}, update-mojo.html={name=Goal — hibernate:update, uri=update-mojo.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=update-mojo.html, name=Goal — hibernate:update}]}, drop-mojo.html={name=Goal — hibernate:drop, uri=drop-mojo.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=drop-mojo.html, name=Goal — hibernate:drop}]}, help-mojo.html={name=Goal — hibernate:help, uri=help-mojo.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=help-mojo.html, name=Goal — hibernate:help}]}, debugging.html={name=Enable Debugging-Output, uri=debugging.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=debugging.html, name=Enable Debugging-Output}]}, skip.html={name=Skipping Execution, uri=skip.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=skip.html, name=Skipping Execution}]}, force.html={name=Force Exceution, uri=force.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=force.html, name=Force Exceution}]}, pitfalls.html={name=Known Pitfalls (FAQ), uri=pitfalls.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=pitfalls.html, name=Known Pitfalls (FAQ)}]}} -->
-
-
-<!--*/-->
-<html xmlns="http://www.w3.org/1999/xhtml" th:replace="~{/templates/layout.html :: layout(uri='' + ~{:: code[class='site_uri']/text()}, title=~{:: title}, maincontent=~{:: .maincontent}, json='MERGE:' + ~{:: pre[class='json']/text()})}">
- <head>
- <title class="title">Hibernate Maven Plugin – </title>
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
- <link id="canonical" rel="canonical" href="/hibernate-maven-plugin/index.html"/>
- </head>
- <body>
- <h1 class="short_title"></h1>
- <h2>URI</h2>
- <ul>
- <li><strong>site:</strong> <code class="site_uri">/projects/hibernate-maven-plugin/2.1.0/index.html</code></li>
- <li><strong>canonical:</strong> <code class="canonical_uri">/hibernate-maven-plugin/index.html</code></li>
- <li><strong>relative:</strong> <code class="relative_uri">index.html</code></li>
- </ul>
- <h2>Path</h2>
- <p>
- <ol>
- <li><a href="index.html">Hibernate Maven Plugin</a></li> </ol>
- </p>
- <hr />
- <article class="maincontent">
-
-
-
-
-<h1>Hibernate Maven Plugin</h1>
- <section>
-<h2><a name="A_simple_plugin_for_generating_a_database-schema_from_Hibernate-Mappings"></a>A simple plugin for generating a database-schema from Hibernate-Mappings</h2>
-
-<p>
- The <b>hibernate-maven-plugin</b> is a plugin for generating a database-schema
- from your Hibernate-Mappings and create or update your database
- accordingly.
- Its main usage is to automatically create and populate a test-database
- for unit-tests in cooperation with the
- <a class="externalLink" href="http://mojo.codehaus.org/dbunit-maven-plugin">dbunit-maven-plugin</a>.
- </p>
-
-<p>
- The plugin was designed with three main goals in mind:
- </p>
-
-<ul>
-
-<li>It should be easy to use.</li>
-
-<li>It should be maximal unlikely, to erase a producation-database by accident.</li>
-
-<li>It should not slow down the development cycle.</li>
- </ul>
-
-<p>
- To achieve the first goal, the convention-over-configuration paradigma
- was applied and the plugin was stuffed with usefull logging-messages.
- So, if in doubt, just turn on the <a href="./debugging.html">debugging output</a> with the <code>mvn -X ...</code>.
- </p>
-
-<p>
- To achieve the second goal, the precedence in which the configuration
- locations are consulted was layouted in a way that makes it possible, to
- prevent overwrites of the wrong database by accident.
- </p>
-
-<p>
- Last but not least, in order to not slow down the development cycle, the
- hibernate-maven-plugin only executes the generated SQL, if the mapping
- or the configuration has changed (or if you force it to do so).
- </p>
-
-<p>
- For more information about the inspiration to write this tiny plugin,
- <a href="/hibernate-maven-plugin-a-simple-plugin-for-generating-a-database-schema-from-hibernate-4-mapping-annotations/">read our blog-article about the hibernate-maven-plugin</a>.
- </p>
- </section><section>
-<h2><a name="Documentation"></a>Documentation</h2>
-
-<ul>
-
-<li>
- See <a href="./configuration.html">Configuration Examples</a> for Usage-Explanations
- and simple examples of how to use this plugin.
- </li>
-
-<li>
- See <a href="./create-mojo.html">hibernate:create</a>,
- See <a href="./update-mojo.html">hibernate:update</a> and
- See <a href="./drop-mojo.html">hibernate:drop</a> and
- See <a href="./help-mojo.html">hibernate:help</a> and
- <a href="./plugin-info.html">Plugin Documentation</a> for the full
- autogenerated documentation. These are mostly configuration-options
- from the Hibernate-Tooling, that does the work in the background.
- </li>
- </ul>
- </section><section>
-<h2><a name="Releases"></a>Releases</h2>
-
-<ul>
-
-<li><a class="externalLink" href="https://juplo.de/hibernate-maven-plugin/index.html">current version</a></li>
-
-<li>2.1.0 (this version)</li>
-
-<li><a href="/projects/hibernate-maven-plugin/2.0.0/index.html">2.0.0</a></li>
-
-<li><a href="/projects/hibernate-maven-plugin/1.1.1/index.html">1.1.1</a></li>
-
-<li><a href="/projects/hibernate-maven-plugin/1.1.0/index.html">1.1.0</a></li>
-
-<li><a href="/projects/hibernate-maven-plugin/1.0.5/index.html">1.0.5</a></li>
-
-<li><a href="/projects/hibernate-maven-plugin/1.0.4/index.html">1.0.4</a></li>
-
-<li><a href="/projects/hibernate-maven-plugin/1.0.3/index.html">1.0.3</a></li>
-
-<li><a href="/projects/hibernate-maven-plugin/1.0.2/index.html">1.0.2</a></li>
-
-<li><a href="/projects/hibernate-maven-plugin/1.0.1/index.html">1.0.1</a></li>
-
-<li><a href="/projects/hibernate-maven-plugin/1.0/index.html">1.0</a></li>
- </ul>
- </section>
-
- </article>
- <hr />
- <h2>Page Structure as JSON</h2>
- <pre class="json">
-{
- "_titles": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": "Hibernate Maven Plugin",
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html": "CI Management",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html": "Dependencies",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html": "Maven Coordinates",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html": "Distribution Management",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html": "Licenses",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html": "Plugin Management",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html": "Plugins",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html": "Source Code Management",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html": "Summary",
- "/projects/hibernate-maven-plugin/2.1.0/team.html": "Team",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": "Project Information",
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html": "Test JavaDocs",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html": "JavaDocs",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html": "Source Xref",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html": "Test Source Xref",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html": "CPD",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html": "PMD",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html": "Plugin Documentation",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": "Project Reports",
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about": "Overview",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html": "Configuration Examples",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html": "Goal — hibernate:create",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html": "Goal — hibernate:update",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": "Goal — hibernate:drop",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html": "Goal — hibernate:help",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html": "Enable Debugging-Output",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html": "Skipping Execution",
- "/projects/hibernate-maven-plugin/2.1.0/force.html": "Force Exceution",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html": "Known Pitfalls (FAQ)"
- },
- "_childs": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": [
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html",
- "/projects/hibernate-maven-plugin/2.1.0/force.html",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": [
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html",
- "/projects/hibernate-maven-plugin/2.1.0/team.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": [
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html"
- ]
- },
- "_crumbs": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/scm.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/summary.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/team.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/team.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/skip.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/force.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/force.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html"
- ]
- },
- "_canonical": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": "/hibernate-maven-plugin/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html": "/hibernate-maven-plugin/ci-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html": "/hibernate-maven-plugin/dependencies.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html": "/hibernate-maven-plugin/dependency-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html": "/hibernate-maven-plugin/distribution-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html": "/hibernate-maven-plugin/licenses.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html": "/hibernate-maven-plugin/plugin-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html": "/hibernate-maven-plugin/plugins.html",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html": "/hibernate-maven-plugin/scm.html",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html": "/hibernate-maven-plugin/summary.html",
- "/projects/hibernate-maven-plugin/2.1.0/team.html": "/hibernate-maven-plugin/team.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": "/hibernate-maven-plugin/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html": "/hibernate-maven-plugin/testapidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html": "/hibernate-maven-plugin/apidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html": "/hibernate-maven-plugin/xref/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html": "/hibernate-maven-plugin/xref-test/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html": "/hibernate-maven-plugin/cpd.html",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html": "/hibernate-maven-plugin/pmd.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html": "/hibernate-maven-plugin/plugin-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": "/hibernate-maven-plugin/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about": "/hibernate-maven-plugin/index.html?about",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html": "/hibernate-maven-plugin/configuration.html",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html": "/hibernate-maven-plugin/create-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html": "/hibernate-maven-plugin/update-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": "/hibernate-maven-plugin/drop-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html": "/hibernate-maven-plugin/help-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html": "/hibernate-maven-plugin/debugging.html",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html": "/hibernate-maven-plugin/skip.html",
- "/projects/hibernate-maven-plugin/2.1.0/force.html": "/hibernate-maven-plugin/force.html",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html": "/hibernate-maven-plugin/pitfalls.html"
- }
-}
- </pre>
- <h2>All Pages</h2>
- <p>
- <ul>
- <li><a href="index.html">Hibernate Maven Plugin</a></li><li><a href="ci-management.html">CI Management</a></li><li><a href="dependencies.html">Dependencies</a></li><li><a href="dependency-info.html">Maven Coordinates</a></li><li><a href="distribution-management.html">Distribution Management</a></li><li><a href="licenses.html">Licenses</a></li><li><a href="plugin-management.html">Plugin Management</a></li><li><a href="plugins.html">Plugins</a></li><li><a href="scm.html">Source Code Management</a></li><li><a href="summary.html">Summary</a></li><li><a href="team.html">Team</a></li><li><a href="project-info.html">Project Information</a></li><li><a href="testapidocs/index.html">Test JavaDocs</a></li><li><a href="apidocs/index.html">JavaDocs</a></li><li><a href="xref/index.html">Source Xref</a></li><li><a href="xref-test/index.html">Test Source Xref</a></li><li><a href="cpd.html">CPD</a></li><li><a href="pmd.html">PMD</a></li><li><a href="plugin-info.html">Plugin Documentation</a></li><li><a href="project-reports.html">Project Reports</a></li><li><a href="index.html?about">Overview</a></li><li><a href="configuration.html">Configuration Examples</a></li><li><a href="create-mojo.html">Goal — hibernate:create</a></li><li><a href="update-mojo.html">Goal — hibernate:update</a></li><li><a href="drop-mojo.html">Goal — hibernate:drop</a></li><li><a href="help-mojo.html">Goal — hibernate:help</a></li><li><a href="debugging.html">Enable Debugging-Output</a></li><li><a href="skip.html">Skipping Execution</a></li><li><a href="force.html">Force Exceution</a></li><li><a href="pitfalls.html">Known Pitfalls (FAQ)</a></li> </ul>
- </p>
- </body>
-</html>
+++ /dev/null
-<!DOCTYPE html>
-<!--/*-->
-<!-- Generated by Apache Maven Doxia Site Renderer 1.9.2 at 2025-11-07 -->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: ci-management.html / name: CI Management -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: dependencies.html / name: Dependencies -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: dependency-info.html / name: Maven Coordinates -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: distribution-management.html / name: Distribution Management -->
-
-
-
-
-
- <!-- Skipping already seen entry: uri=index.html, name=About -->
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: licenses.html / name: Licenses -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: plugin-management.html / name: Plugin Management -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: plugins.html / name: Plugins -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: scm.html / name: Source Code Management -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: summary.html / name: Summary -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: team.html / name: Team -->
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: project-info.html / name: Project Information -->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: testapidocs/index.html / name: Test JavaDocs -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: apidocs/index.html / name: JavaDocs -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: xref/index.html / name: Source Xref -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: xref-test/index.html / name: Test Source Xref -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: cpd.html / name: CPD -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: pmd.html / name: PMD -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: plugin-info.html / name: Plugin Documentation -->
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: project-reports.html / name: Project Reports -->
-
-
-
-
- <!-- DONE WITH MENUE - - $page.name-->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: index.html?about / name: Overview -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: configuration.html / name: Configuration Examples -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: create-mojo.html / name: Goal — hibernate:create -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: update-mojo.html / name: Goal — hibernate:update -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: drop-mojo.html / name: Goal — hibernate:drop -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: help-mojo.html / name: Goal — hibernate:help -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: debugging.html / name: Enable Debugging-Output -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: skip.html / name: Skipping Execution -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: force.html / name: Force Exceution -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: pitfalls.html / name: Known Pitfalls (FAQ) -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- OVERWRITING PAGE - uri: project-info.html / name: Project Information -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- OVERWRITING PAGE - uri: project-reports.html / name: Project Reports -->
-
-
-
-
- <!-- DONE WITH MENUE - - (no name)-->
-
-
-
-<!-- name: $pages.get($alignedFileName).name -->
-<!-- title: Hibernate Maven Plugin – -->
-<!-- short title: -->
-<!-- current page: issue-tracking.html -->
-<!-- path: /projects/hibernate-maven-plugin/2.1.0/ -->
-<!-- crumbs: "/index.html","/projects.html" -->
-<!-- pages: {index.html={uri=index.html, name=Hibernate Maven Plugin, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}], childs={index.html?about=Overview, configuration.html=Configuration Examples, create-mojo.html=Goal — hibernate:create, update-mojo.html=Goal — hibernate:update, drop-mojo.html=Goal — hibernate:drop, help-mojo.html=Goal — hibernate:help, debugging.html=Enable Debugging-Output, skip.html=Skipping Execution, force.html=Force Exceution, pitfalls.html=Known Pitfalls (FAQ), project-info.html=Project Information, project-reports.html=Project Reports}}, ci-management.html={name=CI Management, uri=ci-management.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=ci-management.html, name=CI Management}]}, dependencies.html={name=Dependencies, uri=dependencies.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=dependencies.html, name=Dependencies}]}, dependency-info.html={name=Maven Coordinates, uri=dependency-info.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=dependency-info.html, name=Maven Coordinates}]}, distribution-management.html={name=Distribution Management, uri=distribution-management.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=distribution-management.html, name=Distribution Management}]}, licenses.html={name=Licenses, uri=licenses.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=licenses.html, name=Licenses}]}, plugin-management.html={name=Plugin Management, uri=plugin-management.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=plugin-management.html, name=Plugin Management}]}, plugins.html={name=Plugins, uri=plugins.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=plugins.html, name=Plugins}]}, scm.html={name=Source Code Management, uri=scm.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=scm.html, name=Source Code Management}]}, summary.html={name=Summary, uri=summary.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=summary.html, name=Summary}]}, team.html={name=Team, uri=team.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=team.html, name=Team}]}, project-info.html={name=Project Information, uri=project-info.html, childs={ci-management.html=CI Management, dependencies.html=Dependencies, dependency-info.html=Maven Coordinates, distribution-management.html=Distribution Management, licenses.html=Licenses, plugin-management.html=Plugin Management, plugins.html=Plugins, scm.html=Source Code Management, summary.html=Summary, team.html=Team}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}]}, testapidocs/index.html={name=Test JavaDocs, uri=testapidocs/index.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=testapidocs/index.html, name=Test JavaDocs}]}, apidocs/index.html={name=JavaDocs, uri=apidocs/index.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=apidocs/index.html, name=JavaDocs}]}, xref/index.html={name=Source Xref, uri=xref/index.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=xref/index.html, name=Source Xref}]}, xref-test/index.html={name=Test Source Xref, uri=xref-test/index.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=xref-test/index.html, name=Test Source Xref}]}, cpd.html={name=CPD, uri=cpd.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=cpd.html, name=CPD}]}, pmd.html={name=PMD, uri=pmd.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=pmd.html, name=PMD}]}, plugin-info.html={name=Plugin Documentation, uri=plugin-info.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=plugin-info.html, name=Plugin Documentation}]}, project-reports.html={name=Project Reports, uri=project-reports.html, childs={testapidocs/index.html=Test JavaDocs, apidocs/index.html=JavaDocs, xref/index.html=Source Xref, xref-test/index.html=Test Source Xref, cpd.html=CPD, pmd.html=PMD, plugin-info.html=Plugin Documentation}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}]}, index.html?about={name=Overview, uri=index.html?about, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=index.html?about, name=Overview}]}, configuration.html={name=Configuration Examples, uri=configuration.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=configuration.html, name=Configuration Examples}]}, create-mojo.html={name=Goal — hibernate:create, uri=create-mojo.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=create-mojo.html, name=Goal — hibernate:create}]}, update-mojo.html={name=Goal — hibernate:update, uri=update-mojo.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=update-mojo.html, name=Goal — hibernate:update}]}, drop-mojo.html={name=Goal — hibernate:drop, uri=drop-mojo.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=drop-mojo.html, name=Goal — hibernate:drop}]}, help-mojo.html={name=Goal — hibernate:help, uri=help-mojo.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=help-mojo.html, name=Goal — hibernate:help}]}, debugging.html={name=Enable Debugging-Output, uri=debugging.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=debugging.html, name=Enable Debugging-Output}]}, skip.html={name=Skipping Execution, uri=skip.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=skip.html, name=Skipping Execution}]}, force.html={name=Force Exceution, uri=force.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=force.html, name=Force Exceution}]}, pitfalls.html={name=Known Pitfalls (FAQ), uri=pitfalls.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=pitfalls.html, name=Known Pitfalls (FAQ)}]}} -->
-
-
-<!--*/-->
-<html xmlns="http://www.w3.org/1999/xhtml" th:replace="~{/templates/layout.html :: layout(uri='' + ~{:: code[class='site_uri']/text()}, title=~{:: title}, maincontent=~{:: .maincontent}, json='MERGE:' + ~{:: pre[class='json']/text()})}">
- <head>
- <title class="title">Hibernate Maven Plugin – </title>
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
- <link id="canonical" rel="canonical" href="/hibernate-maven-plugin/issue-tracking.html"/>
- </head>
- <body>
- <h1 class="short_title"></h1>
- <h2>URI</h2>
- <ul>
- <li><strong>site:</strong> <code class="site_uri">/projects/hibernate-maven-plugin/2.1.0/issue-tracking.html</code></li>
- <li><strong>canonical:</strong> <code class="canonical_uri">/hibernate-maven-plugin/issue-tracking.html</code></li>
- <li><strong>relative:</strong> <code class="relative_uri">issue-tracking.html</code></li>
- </ul>
- <h2>Path</h2>
- <p>
- <ol>
- </ol>
- </p>
- <hr />
- <article class="maincontent">
-
-
-
-
-<h1>Issue Tracking</h1>
- <b>There is no bug-tracking system set up for this project!</b>
-
-<p>
- Please send your bug-reports, questions or feature-requests directly
- to the developer.
- </p>
-
-
- </article>
- <hr />
- <h2>Page Structure as JSON</h2>
- <pre class="json">
-{
- "_titles": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": "Hibernate Maven Plugin",
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html": "CI Management",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html": "Dependencies",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html": "Maven Coordinates",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html": "Distribution Management",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html": "Licenses",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html": "Plugin Management",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html": "Plugins",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html": "Source Code Management",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html": "Summary",
- "/projects/hibernate-maven-plugin/2.1.0/team.html": "Team",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": "Project Information",
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html": "Test JavaDocs",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html": "JavaDocs",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html": "Source Xref",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html": "Test Source Xref",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html": "CPD",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html": "PMD",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html": "Plugin Documentation",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": "Project Reports",
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about": "Overview",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html": "Configuration Examples",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html": "Goal — hibernate:create",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html": "Goal — hibernate:update",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": "Goal — hibernate:drop",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html": "Goal — hibernate:help",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html": "Enable Debugging-Output",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html": "Skipping Execution",
- "/projects/hibernate-maven-plugin/2.1.0/force.html": "Force Exceution",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html": "Known Pitfalls (FAQ)"
- },
- "_childs": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": [
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html",
- "/projects/hibernate-maven-plugin/2.1.0/force.html",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": [
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html",
- "/projects/hibernate-maven-plugin/2.1.0/team.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": [
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html"
- ]
- },
- "_crumbs": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/scm.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/summary.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/team.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/team.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/skip.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/force.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/force.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html"
- ]
- },
- "_canonical": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": "/hibernate-maven-plugin/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html": "/hibernate-maven-plugin/ci-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html": "/hibernate-maven-plugin/dependencies.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html": "/hibernate-maven-plugin/dependency-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html": "/hibernate-maven-plugin/distribution-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html": "/hibernate-maven-plugin/licenses.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html": "/hibernate-maven-plugin/plugin-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html": "/hibernate-maven-plugin/plugins.html",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html": "/hibernate-maven-plugin/scm.html",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html": "/hibernate-maven-plugin/summary.html",
- "/projects/hibernate-maven-plugin/2.1.0/team.html": "/hibernate-maven-plugin/team.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": "/hibernate-maven-plugin/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html": "/hibernate-maven-plugin/testapidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html": "/hibernate-maven-plugin/apidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html": "/hibernate-maven-plugin/xref/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html": "/hibernate-maven-plugin/xref-test/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html": "/hibernate-maven-plugin/cpd.html",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html": "/hibernate-maven-plugin/pmd.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html": "/hibernate-maven-plugin/plugin-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": "/hibernate-maven-plugin/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about": "/hibernate-maven-plugin/index.html?about",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html": "/hibernate-maven-plugin/configuration.html",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html": "/hibernate-maven-plugin/create-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html": "/hibernate-maven-plugin/update-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": "/hibernate-maven-plugin/drop-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html": "/hibernate-maven-plugin/help-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html": "/hibernate-maven-plugin/debugging.html",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html": "/hibernate-maven-plugin/skip.html",
- "/projects/hibernate-maven-plugin/2.1.0/force.html": "/hibernate-maven-plugin/force.html",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html": "/hibernate-maven-plugin/pitfalls.html"
- }
-}
- </pre>
- <h2>All Pages</h2>
- <p>
- <ul>
- <li><a href="index.html">Hibernate Maven Plugin</a></li><li><a href="ci-management.html">CI Management</a></li><li><a href="dependencies.html">Dependencies</a></li><li><a href="dependency-info.html">Maven Coordinates</a></li><li><a href="distribution-management.html">Distribution Management</a></li><li><a href="licenses.html">Licenses</a></li><li><a href="plugin-management.html">Plugin Management</a></li><li><a href="plugins.html">Plugins</a></li><li><a href="scm.html">Source Code Management</a></li><li><a href="summary.html">Summary</a></li><li><a href="team.html">Team</a></li><li><a href="project-info.html">Project Information</a></li><li><a href="testapidocs/index.html">Test JavaDocs</a></li><li><a href="apidocs/index.html">JavaDocs</a></li><li><a href="xref/index.html">Source Xref</a></li><li><a href="xref-test/index.html">Test Source Xref</a></li><li><a href="cpd.html">CPD</a></li><li><a href="pmd.html">PMD</a></li><li><a href="plugin-info.html">Plugin Documentation</a></li><li><a href="project-reports.html">Project Reports</a></li><li><a href="index.html?about">Overview</a></li><li><a href="configuration.html">Configuration Examples</a></li><li><a href="create-mojo.html">Goal — hibernate:create</a></li><li><a href="update-mojo.html">Goal — hibernate:update</a></li><li><a href="drop-mojo.html">Goal — hibernate:drop</a></li><li><a href="help-mojo.html">Goal — hibernate:help</a></li><li><a href="debugging.html">Enable Debugging-Output</a></li><li><a href="skip.html">Skipping Execution</a></li><li><a href="force.html">Force Exceution</a></li><li><a href="pitfalls.html">Known Pitfalls (FAQ)</a></li> </ul>
- </p>
- </body>
-</html>
+++ /dev/null
-<!DOCTYPE html>
-<!--/*-->
-<!-- Generated by Apache Maven Doxia Site Renderer 1.9.2 at 2025-11-07 -->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: ci-management.html / name: CI Management -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: dependencies.html / name: Dependencies -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: dependency-info.html / name: Maven Coordinates -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: distribution-management.html / name: Distribution Management -->
-
-
-
-
-
- <!-- Skipping already seen entry: uri=index.html, name=About -->
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: licenses.html / name: Licenses -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: plugin-management.html / name: Plugin Management -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: plugins.html / name: Plugins -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: scm.html / name: Source Code Management -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: summary.html / name: Summary -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: team.html / name: Team -->
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: project-info.html / name: Project Information -->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: testapidocs/index.html / name: Test JavaDocs -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: apidocs/index.html / name: JavaDocs -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: xref/index.html / name: Source Xref -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: xref-test/index.html / name: Test Source Xref -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: cpd.html / name: CPD -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: pmd.html / name: PMD -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: plugin-info.html / name: Plugin Documentation -->
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: project-reports.html / name: Project Reports -->
-
-
-
-
- <!-- DONE WITH MENUE - - $page.name-->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: index.html?about / name: Overview -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: configuration.html / name: Configuration Examples -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: create-mojo.html / name: Goal — hibernate:create -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: update-mojo.html / name: Goal — hibernate:update -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: drop-mojo.html / name: Goal — hibernate:drop -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: help-mojo.html / name: Goal — hibernate:help -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: debugging.html / name: Enable Debugging-Output -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: skip.html / name: Skipping Execution -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: force.html / name: Force Exceution -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: pitfalls.html / name: Known Pitfalls (FAQ) -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- OVERWRITING PAGE - uri: project-info.html / name: Project Information -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- OVERWRITING PAGE - uri: project-reports.html / name: Project Reports -->
-
-
-
-
- <!-- DONE WITH MENUE - - (no name)-->
-
-
-
-<!-- name: Licenses -->
-<!-- title: Hibernate Maven Plugin – Project Licenses -->
-<!-- short title: Project Licenses -->
-<!-- current page: licenses.html -->
-<!-- path: /projects/hibernate-maven-plugin/2.1.0/ -->
-<!-- crumbs: "/index.html","/projects.html" -->
-<!-- pages: {index.html={uri=index.html, name=Hibernate Maven Plugin, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}], childs={index.html?about=Overview, configuration.html=Configuration Examples, create-mojo.html=Goal — hibernate:create, update-mojo.html=Goal — hibernate:update, drop-mojo.html=Goal — hibernate:drop, help-mojo.html=Goal — hibernate:help, debugging.html=Enable Debugging-Output, skip.html=Skipping Execution, force.html=Force Exceution, pitfalls.html=Known Pitfalls (FAQ), project-info.html=Project Information, project-reports.html=Project Reports}}, ci-management.html={name=CI Management, uri=ci-management.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=ci-management.html, name=CI Management}]}, dependencies.html={name=Dependencies, uri=dependencies.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=dependencies.html, name=Dependencies}]}, dependency-info.html={name=Maven Coordinates, uri=dependency-info.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=dependency-info.html, name=Maven Coordinates}]}, distribution-management.html={name=Distribution Management, uri=distribution-management.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=distribution-management.html, name=Distribution Management}]}, licenses.html={name=Licenses, uri=licenses.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=licenses.html, name=Licenses}]}, plugin-management.html={name=Plugin Management, uri=plugin-management.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=plugin-management.html, name=Plugin Management}]}, plugins.html={name=Plugins, uri=plugins.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=plugins.html, name=Plugins}]}, scm.html={name=Source Code Management, uri=scm.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=scm.html, name=Source Code Management}]}, summary.html={name=Summary, uri=summary.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=summary.html, name=Summary}]}, team.html={name=Team, uri=team.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=team.html, name=Team}]}, project-info.html={name=Project Information, uri=project-info.html, childs={ci-management.html=CI Management, dependencies.html=Dependencies, dependency-info.html=Maven Coordinates, distribution-management.html=Distribution Management, licenses.html=Licenses, plugin-management.html=Plugin Management, plugins.html=Plugins, scm.html=Source Code Management, summary.html=Summary, team.html=Team}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}]}, testapidocs/index.html={name=Test JavaDocs, uri=testapidocs/index.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=testapidocs/index.html, name=Test JavaDocs}]}, apidocs/index.html={name=JavaDocs, uri=apidocs/index.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=apidocs/index.html, name=JavaDocs}]}, xref/index.html={name=Source Xref, uri=xref/index.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=xref/index.html, name=Source Xref}]}, xref-test/index.html={name=Test Source Xref, uri=xref-test/index.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=xref-test/index.html, name=Test Source Xref}]}, cpd.html={name=CPD, uri=cpd.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=cpd.html, name=CPD}]}, pmd.html={name=PMD, uri=pmd.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=pmd.html, name=PMD}]}, plugin-info.html={name=Plugin Documentation, uri=plugin-info.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=plugin-info.html, name=Plugin Documentation}]}, project-reports.html={name=Project Reports, uri=project-reports.html, childs={testapidocs/index.html=Test JavaDocs, apidocs/index.html=JavaDocs, xref/index.html=Source Xref, xref-test/index.html=Test Source Xref, cpd.html=CPD, pmd.html=PMD, plugin-info.html=Plugin Documentation}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}]}, index.html?about={name=Overview, uri=index.html?about, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=index.html?about, name=Overview}]}, configuration.html={name=Configuration Examples, uri=configuration.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=configuration.html, name=Configuration Examples}]}, create-mojo.html={name=Goal — hibernate:create, uri=create-mojo.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=create-mojo.html, name=Goal — hibernate:create}]}, update-mojo.html={name=Goal — hibernate:update, uri=update-mojo.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=update-mojo.html, name=Goal — hibernate:update}]}, drop-mojo.html={name=Goal — hibernate:drop, uri=drop-mojo.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=drop-mojo.html, name=Goal — hibernate:drop}]}, help-mojo.html={name=Goal — hibernate:help, uri=help-mojo.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=help-mojo.html, name=Goal — hibernate:help}]}, debugging.html={name=Enable Debugging-Output, uri=debugging.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=debugging.html, name=Enable Debugging-Output}]}, skip.html={name=Skipping Execution, uri=skip.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=skip.html, name=Skipping Execution}]}, force.html={name=Force Exceution, uri=force.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=force.html, name=Force Exceution}]}, pitfalls.html={name=Known Pitfalls (FAQ), uri=pitfalls.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=pitfalls.html, name=Known Pitfalls (FAQ)}]}} -->
-
-
-<!--*/-->
-<html xmlns="http://www.w3.org/1999/xhtml" th:replace="~{/templates/layout.html :: layout(uri='' + ~{:: code[class='site_uri']/text()}, title=~{:: title}, maincontent=~{:: .maincontent}, json='MERGE:' + ~{:: pre[class='json']/text()})}">
- <head>
- <title class="title">Hibernate Maven Plugin – Project Licenses</title>
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
- <link id="canonical" rel="canonical" href="/hibernate-maven-plugin/licenses.html"/>
- </head>
- <body>
- <h1 class="short_title">Project Licenses</h1>
- <h2>URI</h2>
- <ul>
- <li><strong>site:</strong> <code class="site_uri">/projects/hibernate-maven-plugin/2.1.0/licenses.html</code></li>
- <li><strong>canonical:</strong> <code class="canonical_uri">/hibernate-maven-plugin/licenses.html</code></li>
- <li><strong>relative:</strong> <code class="relative_uri">licenses.html</code></li>
- </ul>
- <h2>Path</h2>
- <p>
- <ol>
- <li><a href="index.html">Hibernate Maven Plugin</a></li><li><a href="project-info.html">Project Information</a></li><li><a href="licenses.html">Licenses</a></li> </ol>
- </p>
- <hr />
- <article class="maincontent">
- <section><a name="Overview"></a>
-<h2><a name="Overview"></a>Overview</h2>
-<p>Typically the licenses listed for the project are that of the project itself, and not of dependencies.</p></section><section><a name="Project_Licenses"></a>
-<h2><a name="Project_Licenses"></a>Project Licenses</h2><section><a name="The_Apache_Software_License_Version_2.0"></a>
-<h3><a name="The_Apache_Software_License.2C_Version_2.0"></a>The Apache Software License, Version 2.0</h3>
-<p>A business-friendly OSS license</p>
- </article>
- <hr />
- <h2>Page Structure as JSON</h2>
- <pre class="json">
-{
- "_titles": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": "Hibernate Maven Plugin",
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html": "CI Management",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html": "Dependencies",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html": "Maven Coordinates",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html": "Distribution Management",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html": "Licenses",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html": "Plugin Management",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html": "Plugins",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html": "Source Code Management",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html": "Summary",
- "/projects/hibernate-maven-plugin/2.1.0/team.html": "Team",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": "Project Information",
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html": "Test JavaDocs",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html": "JavaDocs",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html": "Source Xref",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html": "Test Source Xref",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html": "CPD",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html": "PMD",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html": "Plugin Documentation",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": "Project Reports",
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about": "Overview",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html": "Configuration Examples",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html": "Goal — hibernate:create",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html": "Goal — hibernate:update",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": "Goal — hibernate:drop",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html": "Goal — hibernate:help",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html": "Enable Debugging-Output",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html": "Skipping Execution",
- "/projects/hibernate-maven-plugin/2.1.0/force.html": "Force Exceution",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html": "Known Pitfalls (FAQ)"
- },
- "_childs": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": [
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html",
- "/projects/hibernate-maven-plugin/2.1.0/force.html",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": [
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html",
- "/projects/hibernate-maven-plugin/2.1.0/team.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": [
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html"
- ]
- },
- "_crumbs": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/scm.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/summary.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/team.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/team.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/skip.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/force.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/force.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html"
- ]
- },
- "_canonical": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": "/hibernate-maven-plugin/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html": "/hibernate-maven-plugin/ci-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html": "/hibernate-maven-plugin/dependencies.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html": "/hibernate-maven-plugin/dependency-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html": "/hibernate-maven-plugin/distribution-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html": "/hibernate-maven-plugin/licenses.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html": "/hibernate-maven-plugin/plugin-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html": "/hibernate-maven-plugin/plugins.html",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html": "/hibernate-maven-plugin/scm.html",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html": "/hibernate-maven-plugin/summary.html",
- "/projects/hibernate-maven-plugin/2.1.0/team.html": "/hibernate-maven-plugin/team.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": "/hibernate-maven-plugin/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html": "/hibernate-maven-plugin/testapidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html": "/hibernate-maven-plugin/apidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html": "/hibernate-maven-plugin/xref/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html": "/hibernate-maven-plugin/xref-test/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html": "/hibernate-maven-plugin/cpd.html",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html": "/hibernate-maven-plugin/pmd.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html": "/hibernate-maven-plugin/plugin-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": "/hibernate-maven-plugin/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about": "/hibernate-maven-plugin/index.html?about",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html": "/hibernate-maven-plugin/configuration.html",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html": "/hibernate-maven-plugin/create-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html": "/hibernate-maven-plugin/update-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": "/hibernate-maven-plugin/drop-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html": "/hibernate-maven-plugin/help-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html": "/hibernate-maven-plugin/debugging.html",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html": "/hibernate-maven-plugin/skip.html",
- "/projects/hibernate-maven-plugin/2.1.0/force.html": "/hibernate-maven-plugin/force.html",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html": "/hibernate-maven-plugin/pitfalls.html"
- }
-}
- </pre>
- <h2>All Pages</h2>
- <p>
- <ul>
- <li><a href="index.html">Hibernate Maven Plugin</a></li><li><a href="ci-management.html">CI Management</a></li><li><a href="dependencies.html">Dependencies</a></li><li><a href="dependency-info.html">Maven Coordinates</a></li><li><a href="distribution-management.html">Distribution Management</a></li><li><a href="licenses.html">Licenses</a></li><li><a href="plugin-management.html">Plugin Management</a></li><li><a href="plugins.html">Plugins</a></li><li><a href="scm.html">Source Code Management</a></li><li><a href="summary.html">Summary</a></li><li><a href="team.html">Team</a></li><li><a href="project-info.html">Project Information</a></li><li><a href="testapidocs/index.html">Test JavaDocs</a></li><li><a href="apidocs/index.html">JavaDocs</a></li><li><a href="xref/index.html">Source Xref</a></li><li><a href="xref-test/index.html">Test Source Xref</a></li><li><a href="cpd.html">CPD</a></li><li><a href="pmd.html">PMD</a></li><li><a href="plugin-info.html">Plugin Documentation</a></li><li><a href="project-reports.html">Project Reports</a></li><li><a href="index.html?about">Overview</a></li><li><a href="configuration.html">Configuration Examples</a></li><li><a href="create-mojo.html">Goal — hibernate:create</a></li><li><a href="update-mojo.html">Goal — hibernate:update</a></li><li><a href="drop-mojo.html">Goal — hibernate:drop</a></li><li><a href="help-mojo.html">Goal — hibernate:help</a></li><li><a href="debugging.html">Enable Debugging-Output</a></li><li><a href="skip.html">Skipping Execution</a></li><li><a href="force.html">Force Exceution</a></li><li><a href="pitfalls.html">Known Pitfalls (FAQ)</a></li> </ul>
- </p>
- </body>
-</html>
+++ /dev/null
-<!DOCTYPE html>
-<!--/*-->
-<!-- Generated by Apache Maven Doxia Site Renderer 1.9.2 at 2025-11-07 -->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: ci-management.html / name: CI Management -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: dependencies.html / name: Dependencies -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: dependency-info.html / name: Maven Coordinates -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: distribution-management.html / name: Distribution Management -->
-
-
-
-
-
- <!-- Skipping already seen entry: uri=index.html, name=About -->
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: licenses.html / name: Licenses -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: plugin-management.html / name: Plugin Management -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: plugins.html / name: Plugins -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: scm.html / name: Source Code Management -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: summary.html / name: Summary -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: team.html / name: Team -->
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: project-info.html / name: Project Information -->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: testapidocs/index.html / name: Test JavaDocs -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: apidocs/index.html / name: JavaDocs -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: xref/index.html / name: Source Xref -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: xref-test/index.html / name: Test Source Xref -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: cpd.html / name: CPD -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: pmd.html / name: PMD -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: plugin-info.html / name: Plugin Documentation -->
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: project-reports.html / name: Project Reports -->
-
-
-
-
- <!-- DONE WITH MENUE - - $page.name-->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: index.html?about / name: Overview -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: configuration.html / name: Configuration Examples -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: create-mojo.html / name: Goal — hibernate:create -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: update-mojo.html / name: Goal — hibernate:update -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: drop-mojo.html / name: Goal — hibernate:drop -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: help-mojo.html / name: Goal — hibernate:help -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: debugging.html / name: Enable Debugging-Output -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: skip.html / name: Skipping Execution -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: force.html / name: Force Exceution -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: pitfalls.html / name: Known Pitfalls (FAQ) -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- OVERWRITING PAGE - uri: project-info.html / name: Project Information -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- OVERWRITING PAGE - uri: project-reports.html / name: Project Reports -->
-
-
-
-
- <!-- DONE WITH MENUE - - (no name)-->
-
-
-
-<!-- name: $pages.get($alignedFileName).name -->
-<!-- title: Hibernate Maven Plugin – -->
-<!-- short title: -->
-<!-- current page: mail-lists.html -->
-<!-- path: /projects/hibernate-maven-plugin/2.1.0/ -->
-<!-- crumbs: "/index.html","/projects.html" -->
-<!-- pages: {index.html={uri=index.html, name=Hibernate Maven Plugin, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}], childs={index.html?about=Overview, configuration.html=Configuration Examples, create-mojo.html=Goal — hibernate:create, update-mojo.html=Goal — hibernate:update, drop-mojo.html=Goal — hibernate:drop, help-mojo.html=Goal — hibernate:help, debugging.html=Enable Debugging-Output, skip.html=Skipping Execution, force.html=Force Exceution, pitfalls.html=Known Pitfalls (FAQ), project-info.html=Project Information, project-reports.html=Project Reports}}, ci-management.html={name=CI Management, uri=ci-management.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=ci-management.html, name=CI Management}]}, dependencies.html={name=Dependencies, uri=dependencies.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=dependencies.html, name=Dependencies}]}, dependency-info.html={name=Maven Coordinates, uri=dependency-info.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=dependency-info.html, name=Maven Coordinates}]}, distribution-management.html={name=Distribution Management, uri=distribution-management.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=distribution-management.html, name=Distribution Management}]}, licenses.html={name=Licenses, uri=licenses.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=licenses.html, name=Licenses}]}, plugin-management.html={name=Plugin Management, uri=plugin-management.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=plugin-management.html, name=Plugin Management}]}, plugins.html={name=Plugins, uri=plugins.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=plugins.html, name=Plugins}]}, scm.html={name=Source Code Management, uri=scm.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=scm.html, name=Source Code Management}]}, summary.html={name=Summary, uri=summary.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=summary.html, name=Summary}]}, team.html={name=Team, uri=team.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=team.html, name=Team}]}, project-info.html={name=Project Information, uri=project-info.html, childs={ci-management.html=CI Management, dependencies.html=Dependencies, dependency-info.html=Maven Coordinates, distribution-management.html=Distribution Management, licenses.html=Licenses, plugin-management.html=Plugin Management, plugins.html=Plugins, scm.html=Source Code Management, summary.html=Summary, team.html=Team}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}]}, testapidocs/index.html={name=Test JavaDocs, uri=testapidocs/index.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=testapidocs/index.html, name=Test JavaDocs}]}, apidocs/index.html={name=JavaDocs, uri=apidocs/index.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=apidocs/index.html, name=JavaDocs}]}, xref/index.html={name=Source Xref, uri=xref/index.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=xref/index.html, name=Source Xref}]}, xref-test/index.html={name=Test Source Xref, uri=xref-test/index.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=xref-test/index.html, name=Test Source Xref}]}, cpd.html={name=CPD, uri=cpd.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=cpd.html, name=CPD}]}, pmd.html={name=PMD, uri=pmd.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=pmd.html, name=PMD}]}, plugin-info.html={name=Plugin Documentation, uri=plugin-info.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=plugin-info.html, name=Plugin Documentation}]}, project-reports.html={name=Project Reports, uri=project-reports.html, childs={testapidocs/index.html=Test JavaDocs, apidocs/index.html=JavaDocs, xref/index.html=Source Xref, xref-test/index.html=Test Source Xref, cpd.html=CPD, pmd.html=PMD, plugin-info.html=Plugin Documentation}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}]}, index.html?about={name=Overview, uri=index.html?about, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=index.html?about, name=Overview}]}, configuration.html={name=Configuration Examples, uri=configuration.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=configuration.html, name=Configuration Examples}]}, create-mojo.html={name=Goal — hibernate:create, uri=create-mojo.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=create-mojo.html, name=Goal — hibernate:create}]}, update-mojo.html={name=Goal — hibernate:update, uri=update-mojo.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=update-mojo.html, name=Goal — hibernate:update}]}, drop-mojo.html={name=Goal — hibernate:drop, uri=drop-mojo.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=drop-mojo.html, name=Goal — hibernate:drop}]}, help-mojo.html={name=Goal — hibernate:help, uri=help-mojo.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=help-mojo.html, name=Goal — hibernate:help}]}, debugging.html={name=Enable Debugging-Output, uri=debugging.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=debugging.html, name=Enable Debugging-Output}]}, skip.html={name=Skipping Execution, uri=skip.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=skip.html, name=Skipping Execution}]}, force.html={name=Force Exceution, uri=force.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=force.html, name=Force Exceution}]}, pitfalls.html={name=Known Pitfalls (FAQ), uri=pitfalls.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=pitfalls.html, name=Known Pitfalls (FAQ)}]}} -->
-
-
-<!--*/-->
-<html xmlns="http://www.w3.org/1999/xhtml" th:replace="~{/templates/layout.html :: layout(uri='' + ~{:: code[class='site_uri']/text()}, title=~{:: title}, maincontent=~{:: .maincontent}, json='MERGE:' + ~{:: pre[class='json']/text()})}">
- <head>
- <title class="title">Hibernate Maven Plugin – </title>
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
- <link id="canonical" rel="canonical" href="/hibernate-maven-plugin/mail-lists.html"/>
- </head>
- <body>
- <h1 class="short_title"></h1>
- <h2>URI</h2>
- <ul>
- <li><strong>site:</strong> <code class="site_uri">/projects/hibernate-maven-plugin/2.1.0/mail-lists.html</code></li>
- <li><strong>canonical:</strong> <code class="canonical_uri">/hibernate-maven-plugin/mail-lists.html</code></li>
- <li><strong>relative:</strong> <code class="relative_uri">mail-lists.html</code></li>
- </ul>
- <h2>Path</h2>
- <p>
- <ol>
- </ol>
- </p>
- <hr />
- <article class="maincontent">
-
-
-
-
-<h1>Mailing Lists</h1>
- <b>There are no mailinglists defined for this project!</b>
-
-<p>
- Please send your bug-reports, questions or feature-requests directly
- to the developer.
- </p>
-
-
- </article>
- <hr />
- <h2>Page Structure as JSON</h2>
- <pre class="json">
-{
- "_titles": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": "Hibernate Maven Plugin",
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html": "CI Management",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html": "Dependencies",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html": "Maven Coordinates",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html": "Distribution Management",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html": "Licenses",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html": "Plugin Management",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html": "Plugins",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html": "Source Code Management",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html": "Summary",
- "/projects/hibernate-maven-plugin/2.1.0/team.html": "Team",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": "Project Information",
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html": "Test JavaDocs",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html": "JavaDocs",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html": "Source Xref",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html": "Test Source Xref",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html": "CPD",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html": "PMD",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html": "Plugin Documentation",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": "Project Reports",
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about": "Overview",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html": "Configuration Examples",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html": "Goal — hibernate:create",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html": "Goal — hibernate:update",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": "Goal — hibernate:drop",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html": "Goal — hibernate:help",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html": "Enable Debugging-Output",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html": "Skipping Execution",
- "/projects/hibernate-maven-plugin/2.1.0/force.html": "Force Exceution",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html": "Known Pitfalls (FAQ)"
- },
- "_childs": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": [
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html",
- "/projects/hibernate-maven-plugin/2.1.0/force.html",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": [
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html",
- "/projects/hibernate-maven-plugin/2.1.0/team.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": [
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html"
- ]
- },
- "_crumbs": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/scm.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/summary.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/team.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/team.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/skip.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/force.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/force.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html"
- ]
- },
- "_canonical": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": "/hibernate-maven-plugin/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html": "/hibernate-maven-plugin/ci-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html": "/hibernate-maven-plugin/dependencies.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html": "/hibernate-maven-plugin/dependency-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html": "/hibernate-maven-plugin/distribution-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html": "/hibernate-maven-plugin/licenses.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html": "/hibernate-maven-plugin/plugin-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html": "/hibernate-maven-plugin/plugins.html",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html": "/hibernate-maven-plugin/scm.html",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html": "/hibernate-maven-plugin/summary.html",
- "/projects/hibernate-maven-plugin/2.1.0/team.html": "/hibernate-maven-plugin/team.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": "/hibernate-maven-plugin/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html": "/hibernate-maven-plugin/testapidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html": "/hibernate-maven-plugin/apidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html": "/hibernate-maven-plugin/xref/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html": "/hibernate-maven-plugin/xref-test/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html": "/hibernate-maven-plugin/cpd.html",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html": "/hibernate-maven-plugin/pmd.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html": "/hibernate-maven-plugin/plugin-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": "/hibernate-maven-plugin/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about": "/hibernate-maven-plugin/index.html?about",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html": "/hibernate-maven-plugin/configuration.html",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html": "/hibernate-maven-plugin/create-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html": "/hibernate-maven-plugin/update-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": "/hibernate-maven-plugin/drop-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html": "/hibernate-maven-plugin/help-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html": "/hibernate-maven-plugin/debugging.html",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html": "/hibernate-maven-plugin/skip.html",
- "/projects/hibernate-maven-plugin/2.1.0/force.html": "/hibernate-maven-plugin/force.html",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html": "/hibernate-maven-plugin/pitfalls.html"
- }
-}
- </pre>
- <h2>All Pages</h2>
- <p>
- <ul>
- <li><a href="index.html">Hibernate Maven Plugin</a></li><li><a href="ci-management.html">CI Management</a></li><li><a href="dependencies.html">Dependencies</a></li><li><a href="dependency-info.html">Maven Coordinates</a></li><li><a href="distribution-management.html">Distribution Management</a></li><li><a href="licenses.html">Licenses</a></li><li><a href="plugin-management.html">Plugin Management</a></li><li><a href="plugins.html">Plugins</a></li><li><a href="scm.html">Source Code Management</a></li><li><a href="summary.html">Summary</a></li><li><a href="team.html">Team</a></li><li><a href="project-info.html">Project Information</a></li><li><a href="testapidocs/index.html">Test JavaDocs</a></li><li><a href="apidocs/index.html">JavaDocs</a></li><li><a href="xref/index.html">Source Xref</a></li><li><a href="xref-test/index.html">Test Source Xref</a></li><li><a href="cpd.html">CPD</a></li><li><a href="pmd.html">PMD</a></li><li><a href="plugin-info.html">Plugin Documentation</a></li><li><a href="project-reports.html">Project Reports</a></li><li><a href="index.html?about">Overview</a></li><li><a href="configuration.html">Configuration Examples</a></li><li><a href="create-mojo.html">Goal — hibernate:create</a></li><li><a href="update-mojo.html">Goal — hibernate:update</a></li><li><a href="drop-mojo.html">Goal — hibernate:drop</a></li><li><a href="help-mojo.html">Goal — hibernate:help</a></li><li><a href="debugging.html">Enable Debugging-Output</a></li><li><a href="skip.html">Skipping Execution</a></li><li><a href="force.html">Force Exceution</a></li><li><a href="pitfalls.html">Known Pitfalls (FAQ)</a></li> </ul>
- </p>
- </body>
-</html>
-<!DOCTYPE html>
-<!--/*-->
-<!-- Generated by Apache Maven Doxia Site Renderer 1.9.2 at 2025-11-07 -->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: ci-management.html / name: CI Management -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: dependencies.html / name: Dependencies -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: dependency-info.html / name: Maven Coordinates -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: distribution-management.html / name: Distribution Management -->
-
-
-
-
-
- <!-- Skipping already seen entry: uri=index.html, name=About -->
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: licenses.html / name: Licenses -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: plugin-management.html / name: Plugin Management -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: plugins.html / name: Plugins -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: scm.html / name: Source Code Management -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: summary.html / name: Summary -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: team.html / name: Team -->
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: project-info.html / name: Project Information -->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: testapidocs/index.html / name: Test JavaDocs -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: apidocs/index.html / name: JavaDocs -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: xref/index.html / name: Source Xref -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: xref-test/index.html / name: Test Source Xref -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: cpd.html / name: CPD -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: pmd.html / name: PMD -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: plugin-info.html / name: Plugin Documentation -->
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: project-reports.html / name: Project Reports -->
-
-
-
-
- <!-- DONE WITH MENUE - - $page.name-->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: index.html?about / name: Overview -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: configuration.html / name: Configuration Examples -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: create-mojo.html / name: Goal — hibernate:create -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: update-mojo.html / name: Goal — hibernate:update -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: drop-mojo.html / name: Goal — hibernate:drop -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: help-mojo.html / name: Goal — hibernate:help -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: debugging.html / name: Enable Debugging-Output -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: skip.html / name: Skipping Execution -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: force.html / name: Force Exceution -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: pitfalls.html / name: Known Pitfalls (FAQ) -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- OVERWRITING PAGE - uri: project-info.html / name: Project Information -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- OVERWRITING PAGE - uri: project-reports.html / name: Project Reports -->
-
-
-
-
- <!-- DONE WITH MENUE - - (no name)-->
-
-
-
-<!-- name: Known Pitfalls (FAQ) -->
-<!-- title: Hibernate Maven Plugin – -->
-<!-- short title: -->
-<!-- current page: pitfalls.html -->
-<!-- path: /projects/hibernate-maven-plugin/2.1.0/ -->
-<!-- crumbs: "/index.html","/projects.html" -->
-<!-- pages: {index.html={uri=index.html, name=Hibernate Maven Plugin, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}], childs={index.html?about=Overview, configuration.html=Configuration Examples, create-mojo.html=Goal — hibernate:create, update-mojo.html=Goal — hibernate:update, drop-mojo.html=Goal — hibernate:drop, help-mojo.html=Goal — hibernate:help, debugging.html=Enable Debugging-Output, skip.html=Skipping Execution, force.html=Force Exceution, pitfalls.html=Known Pitfalls (FAQ), project-info.html=Project Information, project-reports.html=Project Reports}}, ci-management.html={name=CI Management, uri=ci-management.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=ci-management.html, name=CI Management}]}, dependencies.html={name=Dependencies, uri=dependencies.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=dependencies.html, name=Dependencies}]}, dependency-info.html={name=Maven Coordinates, uri=dependency-info.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=dependency-info.html, name=Maven Coordinates}]}, distribution-management.html={name=Distribution Management, uri=distribution-management.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=distribution-management.html, name=Distribution Management}]}, licenses.html={name=Licenses, uri=licenses.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=licenses.html, name=Licenses}]}, plugin-management.html={name=Plugin Management, uri=plugin-management.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=plugin-management.html, name=Plugin Management}]}, plugins.html={name=Plugins, uri=plugins.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=plugins.html, name=Plugins}]}, scm.html={name=Source Code Management, uri=scm.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=scm.html, name=Source Code Management}]}, summary.html={name=Summary, uri=summary.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=summary.html, name=Summary}]}, team.html={name=Team, uri=team.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=team.html, name=Team}]}, project-info.html={name=Project Information, uri=project-info.html, childs={ci-management.html=CI Management, dependencies.html=Dependencies, dependency-info.html=Maven Coordinates, distribution-management.html=Distribution Management, licenses.html=Licenses, plugin-management.html=Plugin Management, plugins.html=Plugins, scm.html=Source Code Management, summary.html=Summary, team.html=Team}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}]}, testapidocs/index.html={name=Test JavaDocs, uri=testapidocs/index.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=testapidocs/index.html, name=Test JavaDocs}]}, apidocs/index.html={name=JavaDocs, uri=apidocs/index.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=apidocs/index.html, name=JavaDocs}]}, xref/index.html={name=Source Xref, uri=xref/index.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=xref/index.html, name=Source Xref}]}, xref-test/index.html={name=Test Source Xref, uri=xref-test/index.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=xref-test/index.html, name=Test Source Xref}]}, cpd.html={name=CPD, uri=cpd.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=cpd.html, name=CPD}]}, pmd.html={name=PMD, uri=pmd.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=pmd.html, name=PMD}]}, plugin-info.html={name=Plugin Documentation, uri=plugin-info.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=plugin-info.html, name=Plugin Documentation}]}, project-reports.html={name=Project Reports, uri=project-reports.html, childs={testapidocs/index.html=Test JavaDocs, apidocs/index.html=JavaDocs, xref/index.html=Source Xref, xref-test/index.html=Test Source Xref, cpd.html=CPD, pmd.html=PMD, plugin-info.html=Plugin Documentation}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}]}, index.html?about={name=Overview, uri=index.html?about, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=index.html?about, name=Overview}]}, configuration.html={name=Configuration Examples, uri=configuration.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=configuration.html, name=Configuration Examples}]}, create-mojo.html={name=Goal — hibernate:create, uri=create-mojo.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=create-mojo.html, name=Goal — hibernate:create}]}, update-mojo.html={name=Goal — hibernate:update, uri=update-mojo.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=update-mojo.html, name=Goal — hibernate:update}]}, drop-mojo.html={name=Goal — hibernate:drop, uri=drop-mojo.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=drop-mojo.html, name=Goal — hibernate:drop}]}, help-mojo.html={name=Goal — hibernate:help, uri=help-mojo.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=help-mojo.html, name=Goal — hibernate:help}]}, debugging.html={name=Enable Debugging-Output, uri=debugging.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=debugging.html, name=Enable Debugging-Output}]}, skip.html={name=Skipping Execution, uri=skip.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=skip.html, name=Skipping Execution}]}, force.html={name=Force Exceution, uri=force.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=force.html, name=Force Exceution}]}, pitfalls.html={name=Known Pitfalls (FAQ), uri=pitfalls.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=pitfalls.html, name=Known Pitfalls (FAQ)}]}} -->
-
-
-<!--*/-->
-<html xmlns="http://www.w3.org/1999/xhtml" th:replace="~{/templates/layout.html :: layout(uri='' + ~{:: code[class='site_uri']/text()}, title=~{:: title}, maincontent=~{:: .maincontent}, json='MERGE:' + ~{:: pre[class='json']/text()})}">
- <head>
- <title class="title">Hibernate Maven Plugin – </title>
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
- <link id="canonical" rel="canonical" href="/hibernate-maven-plugin/pitfalls.html"/>
- </head>
- <body>
- <h1 class="short_title"></h1>
- <h2>URI</h2>
- <ul>
- <li><strong>site:</strong> <code class="site_uri">/projects/hibernate-maven-plugin/2.1.0/pitfalls.html</code></li>
- <li><strong>canonical:</strong> <code class="canonical_uri">/hibernate-maven-plugin/pitfalls.html</code></li>
- <li><strong>relative:</strong> <code class="relative_uri">pitfalls.html</code></li>
- </ul>
- <h2>Path</h2>
- <p>
- <ol>
- <li><a href="index.html">Hibernate Maven Plugin</a></li><li><a href="pitfalls.html">Known Pitfalls (FAQ)</a></li> </ol>
- </p>
- <hr />
- <article class="maincontent">
-
-
-
-
-<h1>Known Pitfalls (FAQ)</h1>
- <section>
+---
+title: Known Pitfalls (FAQ)
+weight: 28
+outputs:
+ - html
+url: /projects/hibernate-maven-plugin/2.1.0/pitfalls.html
+layout: article
+---
+<div id="sili-body">
+<h1>Known Pitfalls (FAQ)</h1><section>
<h2><a name="Annotated_classes_in_dependencies_are_not_found."></a>Annotated classes in dependencies are not found.</h2>
<p>
annotated classes are hidden in a transitive dependency, you can simply
add that dependency explicitly.
</p>
- </section><section>
+</section><section>
<h2><a name="hibernate-maven-plugin_always_needs_a_database-connection"></a>hibernate-maven-plugin always needs a database-connection</h2>
<p>
</p>
<div>
-<pre class="prettyprint linenums lang-html">
-<configuration>
- <execute>false</execute>
-</configuration></pre></div>
+{{< highlight guess >}}
+
+<configuration>
+ <execute>false</execute>
+</configuration>
+{{< /highlight >}}</div>
<p>
But even when no database is to be created, hibernate always needs to know
the dialect. Hence, the plugin will still fail, if this parameter is also
missing!
</p>
- </section><section>
+</section><section>
<h2><a name="Dependency_for_driver-class_XYZ_is_missing"></a>Dependency for driver-class XYZ is missing</h2>
<p>
</p>
<div>
-<pre class="prettyprint">
+{{< highlight guess >}}
+
[INFO] Gathered hibernate-configuration (turn on debugging for details):
[INFO] hibernate.connection.username = sa
[INFO] hibernate.connection.password =
[INFO] Finished at: Mon Mar 07 19:06:54 CET 2016
[INFO] Final Memory: 11M/215M
[INFO] ------------------------------------------------------------------------
-[ERROR] Failed to execute goal de.juplo:hibernate-maven-plugin:2.1.0:drop (default) on project hibernate4-properties-test: Could not open the JDBC-connection: Unable to load class [org.h2.Driver]: Could not load requested class : org.h2.Driver -> [Help 1]
+[ERROR] Failed to execute goal de.juplo:hibernate-maven-plugin:2.1.0:drop (default) on project hibernate4-properties-test: Could not open the JDBC-connection: Unable to load class [org.h2.Driver]: Could not load requested class : org.h2.Driver -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
-[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException</pre></div>
+[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
+{{< /highlight >}}</div>
<p>
A quick workaround for this error would be, to delete the runtime-constraint
</p>
<div>
-<pre class="prettyprint linenums lang-html">
-<plugin>
- <groupId>de.juplo</groupId>
- <artifactId>hibernate-maven-plugin</artifactId>
- <version>2.1.0</version>
- <executions>
- <execution>
- <goals>
- <goal>drop</goal>
- <goal>create</goal>
- </goals>
- </execution>
- </executions>
- <dependencies>
- <dependency>
- <groupId>org.hsqldb</groupId>
- <artifactId>hsqldb</artifactId>
- <version>2.2.8</version>
- </dependency>
- </dependencies>
-</plugin></pre></div>
+{{< highlight guess >}}
+
+<plugin>
+ <groupId>de.juplo</groupId>
+ <artifactId>hibernate-maven-plugin</artifactId>
+ <version>2.1.0</version>
+ <executions>
+ <execution>
+ <goals>
+ <goal>drop</goal>
+ <goal>create</goal>
+ </goals>
+ </execution>
+ </executions>
+ <dependencies>
+ <dependency>
+ <groupId>org.hsqldb</groupId>
+ <artifactId>hsqldb</artifactId>
+ <version>2.2.8</version>
+ </dependency>
+ </dependencies>
+</plugin>
+{{< /highlight >}}</div>
<p>
This is also the best way, if you use a different jdbc-driver for
Because otherwise, this dependency will unnecessarily bloat the
runtime-dependencies of your project.
</p>
- </section><section id="fails">
-<h2 id="fails">DBUnit fails after execution of hibernate was skipped because nothing has changed</h2>
+
+<p>"##DBUnit fails after execution of hibernate was skipped because nothing has changed</p>
<p>
If hibernate-maven-plugin skips its excecution, this may lead to errors in
</p>
<div>
-<pre class="prettyprint linenums lang-html">
-<plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>dbunit-maven-plugin</artifactId>
- <configuration>
- <skip>${hibernate.schema.skipped}</skip>
- </configuration>
-</plugin></pre></div>
- </section><section>
+{{< highlight guess >}}
+
+<plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>dbunit-maven-plugin</artifactId>
+ <configuration>
+ <skip>${hibernate.schema.skipped}</skip>
+ </configuration>
+</plugin>
+{{< /highlight >}}</div>
+</section><section>
<h2><a name="The_database_will_not_be_recreated_after_a_manual_drop.2Fclean"></a>The database will not be recreated after a manual drop/clean</h2>
<p>
</p>
<div>
-<pre class="prettyprint">
+{{< highlight guess >}}
+
[INFO] No modified annotated classes found and dialect unchanged.
-[INFO] Skipping schema generation!</pre></div>
+[INFO] Skipping schema generation!
+{{< /highlight >}}</div>
<p>
If one always uses <code>mvn clean</code> for cleanup, this will not happen.
</p>
<div>
-<pre class="prettyprint">
-mvn hibernate:create -Dhibernate.schema.force=true</pre></div>
- </section><section>
+{{< highlight guess >}}
+
+mvn hibernate:create -Dhibernate.schema.force=true
+{{< /highlight >}}</div>
+</section><section>
<h2><a name="The_hibernate:create_goal_is_not_executed.2C_when_tests_are_skipped"></a>The hibernate:create goal is not executed, when tests are skipped</h2>
<p>
</p>
<div>
-<pre class="prettyprint linenums lang-html">
-<plugin>
- <groupId>de.juplo</groupId>
- <artifactId>hibernate-maven-plugin</artifactId>
+{{< highlight guess >}}
+
+<plugin>
+ <groupId>de.juplo</groupId>
+ <artifactId>hibernate-maven-plugin</artifactId>
...
- <configuration>
- <skip>false</skip>
- </configuration>
-</plugin></pre></div>
+ <configuration>
+ <skip>false</skip>
+ </configuration>
+</plugin>
+{{< /highlight >}}</div>
<p>
Background-information for this design-decission can be found on the extra
page <a href="./skip.html">To skip or not to skip: that is the question</a>...
</p>
- </section><section>
+</section><section>
<h2><a name="I_do_not_want_my_dependencies_to_be_scanned_for_hibernate_annotations"></a>I do not want my dependencies to be scanned for hibernate annotations</h2>
<p>
</p>
<div>
-<pre class="prettyprint linenums lang-html">
-<plugin>
- <groupId>de.juplo</groupId>
- <artifactId>hibernate-maven-plugin</artifactId>
+{{< highlight guess >}}
+
+<plugin>
+ <groupId>de.juplo</groupId>
+ <artifactId>hibernate-maven-plugin</artifactId>
...
- <configuration>
- <scanDependencies>none</scanDependencies>
- </configuration>
-</plugin></pre></div>
- </section><section>
+ <configuration>
+ <scanDependencies>none</scanDependencies>
+ </configuration>
+</plugin>
+{{< /highlight >}}</div>
+</section><section>
<h2><a name="No_annotated_classes_found"></a>No annotated classes found</h2>
<p>
You should consider to upgrade to the latest version of the plugin.
</b>
</p>
- </section><section>
+</section><section>
<h2><a name="If_two_goals_are_specified.2C_the_second_one_is_always_skipped"></a>If two goals are specified, the second one is always skipped</h2>
<p>
</p>
<div>
-<pre class="prettyprint linenums lang-html">
-<executions>
- <execution>
- <id>Create Drop-Schema</id>
- <phase>test-compile</phase>
- <goals>
- <goal>drop</goal>
- </goals>
- <configuration>
- <outputFile>db-schema/drop-schema.ddl</outputFile>
- </configuration>
- </execution>
- <execution>
- <id>Create Create-Schema</id>
- <phase>test-compile</phase>
- <goals>
- <goal>create</goal>
- </goals>
- <configuration>
- <outputFile>db-schema/create-schema.ddl</outputFile>
- </configuration>
- </execution>
-</executions></pre></div>
- </section>
+{{< highlight guess >}}
+
+<executions>
+ <execution>
+ <id>Create Drop-Schema</id>
+ <phase>test-compile</phase>
+ <goals>
+ <goal>drop</goal>
+ </goals>
+ <configuration>
+ <outputFile>db-schema/drop-schema.ddl</outputFile>
+ </configuration>
+ </execution>
+ <execution>
+ <id>Create Create-Schema</id>
+ <phase>test-compile</phase>
+ <goals>
+ <goal>create</goal>
+ </goals>
+ <configuration>
+ <outputFile>db-schema/create-schema.ddl</outputFile>
+ </configuration>
+ </execution>
+</executions>
- </article>
- <hr />
- <h2>Page Structure as JSON</h2>
- <pre class="json">
-{
- "_titles": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": "Hibernate Maven Plugin",
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html": "CI Management",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html": "Dependencies",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html": "Maven Coordinates",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html": "Distribution Management",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html": "Licenses",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html": "Plugin Management",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html": "Plugins",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html": "Source Code Management",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html": "Summary",
- "/projects/hibernate-maven-plugin/2.1.0/team.html": "Team",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": "Project Information",
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html": "Test JavaDocs",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html": "JavaDocs",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html": "Source Xref",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html": "Test Source Xref",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html": "CPD",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html": "PMD",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html": "Plugin Documentation",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": "Project Reports",
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about": "Overview",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html": "Configuration Examples",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html": "Goal — hibernate:create",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html": "Goal — hibernate:update",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": "Goal — hibernate:drop",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html": "Goal — hibernate:help",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html": "Enable Debugging-Output",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html": "Skipping Execution",
- "/projects/hibernate-maven-plugin/2.1.0/force.html": "Force Exceution",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html": "Known Pitfalls (FAQ)"
- },
- "_childs": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": [
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html",
- "/projects/hibernate-maven-plugin/2.1.0/force.html",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": [
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html",
- "/projects/hibernate-maven-plugin/2.1.0/team.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": [
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html"
- ]
- },
- "_crumbs": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/scm.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/summary.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/team.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/team.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/skip.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/force.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/force.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html"
- ]
- },
- "_canonical": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": "/hibernate-maven-plugin/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html": "/hibernate-maven-plugin/ci-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html": "/hibernate-maven-plugin/dependencies.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html": "/hibernate-maven-plugin/dependency-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html": "/hibernate-maven-plugin/distribution-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html": "/hibernate-maven-plugin/licenses.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html": "/hibernate-maven-plugin/plugin-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html": "/hibernate-maven-plugin/plugins.html",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html": "/hibernate-maven-plugin/scm.html",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html": "/hibernate-maven-plugin/summary.html",
- "/projects/hibernate-maven-plugin/2.1.0/team.html": "/hibernate-maven-plugin/team.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": "/hibernate-maven-plugin/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html": "/hibernate-maven-plugin/testapidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html": "/hibernate-maven-plugin/apidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html": "/hibernate-maven-plugin/xref/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html": "/hibernate-maven-plugin/xref-test/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html": "/hibernate-maven-plugin/cpd.html",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html": "/hibernate-maven-plugin/pmd.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html": "/hibernate-maven-plugin/plugin-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": "/hibernate-maven-plugin/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about": "/hibernate-maven-plugin/index.html?about",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html": "/hibernate-maven-plugin/configuration.html",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html": "/hibernate-maven-plugin/create-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html": "/hibernate-maven-plugin/update-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": "/hibernate-maven-plugin/drop-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html": "/hibernate-maven-plugin/help-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html": "/hibernate-maven-plugin/debugging.html",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html": "/hibernate-maven-plugin/skip.html",
- "/projects/hibernate-maven-plugin/2.1.0/force.html": "/hibernate-maven-plugin/force.html",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html": "/hibernate-maven-plugin/pitfalls.html"
- }
-}
- </pre>
- <h2>All Pages</h2>
- <p>
- <ul>
- <li><a href="index.html">Hibernate Maven Plugin</a></li><li><a href="ci-management.html">CI Management</a></li><li><a href="dependencies.html">Dependencies</a></li><li><a href="dependency-info.html">Maven Coordinates</a></li><li><a href="distribution-management.html">Distribution Management</a></li><li><a href="licenses.html">Licenses</a></li><li><a href="plugin-management.html">Plugin Management</a></li><li><a href="plugins.html">Plugins</a></li><li><a href="scm.html">Source Code Management</a></li><li><a href="summary.html">Summary</a></li><li><a href="team.html">Team</a></li><li><a href="project-info.html">Project Information</a></li><li><a href="testapidocs/index.html">Test JavaDocs</a></li><li><a href="apidocs/index.html">JavaDocs</a></li><li><a href="xref/index.html">Source Xref</a></li><li><a href="xref-test/index.html">Test Source Xref</a></li><li><a href="cpd.html">CPD</a></li><li><a href="pmd.html">PMD</a></li><li><a href="plugin-info.html">Plugin Documentation</a></li><li><a href="project-reports.html">Project Reports</a></li><li><a href="index.html?about">Overview</a></li><li><a href="configuration.html">Configuration Examples</a></li><li><a href="create-mojo.html">Goal — hibernate:create</a></li><li><a href="update-mojo.html">Goal — hibernate:update</a></li><li><a href="drop-mojo.html">Goal — hibernate:drop</a></li><li><a href="help-mojo.html">Goal — hibernate:help</a></li><li><a href="debugging.html">Enable Debugging-Output</a></li><li><a href="skip.html">Skipping Execution</a></li><li><a href="force.html">Force Exceution</a></li><li><a href="pitfalls.html">Known Pitfalls (FAQ)</a></li> </ul>
- </p>
- </body>
-</html>
+{{< /highlight >}}</div></section>
+</div>
+<!-- PREPARING ROOT-ENTRY - name: Hibernate Maven Plugin ref: index.html -->
+<!-- READING MENU - name: Project Documentation ref: reports -->
+<!-- VISITING PAGE - href: /project-info.html / name: Project Information -->
+<!-- VISITING PAGE - href: ci-management.html / name: CI Management -->
+<!-- VISITING PAGE - href: dependencies.html / name: Dependencies -->
+<!-- VISITING PAGE - href: dependency-info.html / name: Maven Coordinates -->
+<!-- VISITING PAGE - href: distribution-management.html / name: Distribution Management -->
+<!-- VISITING PAGE - href: index.html / name: About -->
+<!-- RENAMING already seen PAGE: href=index.html, FROM name=Hibernate Maven Plugin TO name=About -->
+<!-- VISITING PAGE - href: licenses.html / name: Licenses -->
+<!-- VISITING PAGE - href: plugin-management.html / name: Plugin Management -->
+<!-- VISITING PAGE - href: plugins.html / name: Plugins -->
+<!-- VISITING PAGE - href: scm.html / name: Source Code Management -->
+<!-- VISITING PAGE - href: summary.html / name: Summary -->
+<!-- VISITING PAGE - href: team.html / name: Team -->
+<!-- VISITING PAGE - href: /project-reports.html / name: Project Reports -->
+<!-- VISITING PAGE - href: testapidocs/index.html / name: Test JavaDocs -->
+<!-- VISITING PAGE - href: apidocs/index.html / name: JavaDocs -->
+<!-- VISITING PAGE - href: xref/index.html / name: Source Xref -->
+<!-- VISITING PAGE - href: xref-test/index.html / name: Test Source Xref -->
+<!-- VISITING PAGE - href: cpd.html / name: CPD -->
+<!-- VISITING PAGE - href: pmd.html / name: PMD -->
+<!-- VISITING PAGE - href: plugin-info.html / name: Plugin Documentation -->
+<!-- READING MENU - name: $menu.name ref: $menu.ref -->
+<!-- VISITING PAGE - href: index.html / name: About -->
+<!-- RENAMING already seen PAGE: href=index.html, FROM name=About TO name=About -->
+<!-- VISITING PAGE - href: configuration.html / name: Configuration Examples -->
+<!-- VISITING PAGE - href: create-mojo.html / name: Goal — hibernate:create -->
+<!-- VISITING PAGE - href: update-mojo.html / name: Goal — hibernate:update -->
+<!-- VISITING PAGE - href: drop-mojo.html / name: Goal — hibernate:drop -->
+<!-- VISITING PAGE - href: help-mojo.html / name: Goal — hibernate:help -->
+<!-- VISITING PAGE - href: debugging.html / name: Enable Debugging-Output -->
+<!-- VISITING PAGE - href: skip.html / name: Skipping Execution -->
+<!-- VISITING PAGE - href: force.html / name: Force Exceution -->
+<!-- VISITING PAGE - href: pitfalls.html / name: Known Pitfalls (FAQ) -->
+<!-- VISITING PAGE - href: project-info.html / name: Project Information -->
+<!-- RENAMING already seen PAGE: href=project-info.html, FROM name=Project Information TO name=Project Information -->
+<!-- VISITING PAGE - href: project-reports.html / name: Project Reports -->
+<!-- RENAMING already seen PAGE: href=project-reports.html, FROM name=Project Reports TO name=Project Reports -->
+++ /dev/null
-<!DOCTYPE html>
-<!--/*-->
-<!-- Generated by Apache Maven Doxia Site Renderer 1.9.2 at 2025-11-07 -->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: ci-management.html / name: CI Management -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: dependencies.html / name: Dependencies -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: dependency-info.html / name: Maven Coordinates -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: distribution-management.html / name: Distribution Management -->
-
-
-
-
-
- <!-- Skipping already seen entry: uri=index.html, name=About -->
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: licenses.html / name: Licenses -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: plugin-management.html / name: Plugin Management -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: plugins.html / name: Plugins -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: scm.html / name: Source Code Management -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: summary.html / name: Summary -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: team.html / name: Team -->
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: project-info.html / name: Project Information -->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: testapidocs/index.html / name: Test JavaDocs -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: apidocs/index.html / name: JavaDocs -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: xref/index.html / name: Source Xref -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: xref-test/index.html / name: Test Source Xref -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: cpd.html / name: CPD -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: pmd.html / name: PMD -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: plugin-info.html / name: Plugin Documentation -->
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: project-reports.html / name: Project Reports -->
-
-
-
-
- <!-- DONE WITH MENUE - - $page.name-->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: index.html?about / name: Overview -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: configuration.html / name: Configuration Examples -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: create-mojo.html / name: Goal — hibernate:create -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: update-mojo.html / name: Goal — hibernate:update -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: drop-mojo.html / name: Goal — hibernate:drop -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: help-mojo.html / name: Goal — hibernate:help -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: debugging.html / name: Enable Debugging-Output -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: skip.html / name: Skipping Execution -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: force.html / name: Force Exceution -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: pitfalls.html / name: Known Pitfalls (FAQ) -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- OVERWRITING PAGE - uri: project-info.html / name: Project Information -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- OVERWRITING PAGE - uri: project-reports.html / name: Project Reports -->
-
-
-
-
- <!-- DONE WITH MENUE - - (no name)-->
-
-
-
-<!-- name: Plugin Documentation -->
-<!-- title: Hibernate Maven Plugin – Plugin Documentation -->
-<!-- short title: Plugin Documentation -->
-<!-- current page: plugin-info.html -->
-<!-- path: /projects/hibernate-maven-plugin/2.1.0/ -->
-<!-- crumbs: "/index.html","/projects.html" -->
-<!-- pages: {index.html={uri=index.html, name=Hibernate Maven Plugin, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}], childs={index.html?about=Overview, configuration.html=Configuration Examples, create-mojo.html=Goal — hibernate:create, update-mojo.html=Goal — hibernate:update, drop-mojo.html=Goal — hibernate:drop, help-mojo.html=Goal — hibernate:help, debugging.html=Enable Debugging-Output, skip.html=Skipping Execution, force.html=Force Exceution, pitfalls.html=Known Pitfalls (FAQ), project-info.html=Project Information, project-reports.html=Project Reports}}, ci-management.html={name=CI Management, uri=ci-management.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=ci-management.html, name=CI Management}]}, dependencies.html={name=Dependencies, uri=dependencies.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=dependencies.html, name=Dependencies}]}, dependency-info.html={name=Maven Coordinates, uri=dependency-info.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=dependency-info.html, name=Maven Coordinates}]}, distribution-management.html={name=Distribution Management, uri=distribution-management.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=distribution-management.html, name=Distribution Management}]}, licenses.html={name=Licenses, uri=licenses.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=licenses.html, name=Licenses}]}, plugin-management.html={name=Plugin Management, uri=plugin-management.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=plugin-management.html, name=Plugin Management}]}, plugins.html={name=Plugins, uri=plugins.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=plugins.html, name=Plugins}]}, scm.html={name=Source Code Management, uri=scm.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=scm.html, name=Source Code Management}]}, summary.html={name=Summary, uri=summary.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=summary.html, name=Summary}]}, team.html={name=Team, uri=team.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=team.html, name=Team}]}, project-info.html={name=Project Information, uri=project-info.html, childs={ci-management.html=CI Management, dependencies.html=Dependencies, dependency-info.html=Maven Coordinates, distribution-management.html=Distribution Management, licenses.html=Licenses, plugin-management.html=Plugin Management, plugins.html=Plugins, scm.html=Source Code Management, summary.html=Summary, team.html=Team}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}]}, testapidocs/index.html={name=Test JavaDocs, uri=testapidocs/index.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=testapidocs/index.html, name=Test JavaDocs}]}, apidocs/index.html={name=JavaDocs, uri=apidocs/index.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=apidocs/index.html, name=JavaDocs}]}, xref/index.html={name=Source Xref, uri=xref/index.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=xref/index.html, name=Source Xref}]}, xref-test/index.html={name=Test Source Xref, uri=xref-test/index.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=xref-test/index.html, name=Test Source Xref}]}, cpd.html={name=CPD, uri=cpd.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=cpd.html, name=CPD}]}, pmd.html={name=PMD, uri=pmd.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=pmd.html, name=PMD}]}, plugin-info.html={name=Plugin Documentation, uri=plugin-info.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=plugin-info.html, name=Plugin Documentation}]}, project-reports.html={name=Project Reports, uri=project-reports.html, childs={testapidocs/index.html=Test JavaDocs, apidocs/index.html=JavaDocs, xref/index.html=Source Xref, xref-test/index.html=Test Source Xref, cpd.html=CPD, pmd.html=PMD, plugin-info.html=Plugin Documentation}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}]}, index.html?about={name=Overview, uri=index.html?about, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=index.html?about, name=Overview}]}, configuration.html={name=Configuration Examples, uri=configuration.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=configuration.html, name=Configuration Examples}]}, create-mojo.html={name=Goal — hibernate:create, uri=create-mojo.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=create-mojo.html, name=Goal — hibernate:create}]}, update-mojo.html={name=Goal — hibernate:update, uri=update-mojo.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=update-mojo.html, name=Goal — hibernate:update}]}, drop-mojo.html={name=Goal — hibernate:drop, uri=drop-mojo.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=drop-mojo.html, name=Goal — hibernate:drop}]}, help-mojo.html={name=Goal — hibernate:help, uri=help-mojo.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=help-mojo.html, name=Goal — hibernate:help}]}, debugging.html={name=Enable Debugging-Output, uri=debugging.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=debugging.html, name=Enable Debugging-Output}]}, skip.html={name=Skipping Execution, uri=skip.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=skip.html, name=Skipping Execution}]}, force.html={name=Force Exceution, uri=force.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=force.html, name=Force Exceution}]}, pitfalls.html={name=Known Pitfalls (FAQ), uri=pitfalls.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=pitfalls.html, name=Known Pitfalls (FAQ)}]}} -->
-
-
-<!--*/-->
-<html xmlns="http://www.w3.org/1999/xhtml" th:replace="~{/templates/layout.html :: layout(uri='' + ~{:: code[class='site_uri']/text()}, title=~{:: title}, maincontent=~{:: .maincontent}, json='MERGE:' + ~{:: pre[class='json']/text()})}">
- <head>
- <title class="title">Hibernate Maven Plugin – Plugin Documentation</title>
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
- <link id="canonical" rel="canonical" href="/hibernate-maven-plugin/plugin-info.html"/>
- </head>
- <body>
- <h1 class="short_title">Plugin Documentation</h1>
- <h2>URI</h2>
- <ul>
- <li><strong>site:</strong> <code class="site_uri">/projects/hibernate-maven-plugin/2.1.0/plugin-info.html</code></li>
- <li><strong>canonical:</strong> <code class="canonical_uri">/hibernate-maven-plugin/plugin-info.html</code></li>
- <li><strong>relative:</strong> <code class="relative_uri">plugin-info.html</code></li>
- </ul>
- <h2>Path</h2>
- <p>
- <ol>
- <li><a href="index.html">Hibernate Maven Plugin</a></li><li><a href="project-reports.html">Project Reports</a></li><li><a href="plugin-info.html">Plugin Documentation</a></li> </ol>
- </p>
- <hr />
- <article class="maincontent">
- <section>
-<h2><a name="Plugin_Documentation"></a>Plugin Documentation</h2><a name="Plugin_Documentation"></a>
-<p>Goals available for this plugin:</p>
-<table border="0" class="bodyTable">
-<tr class="a">
-<th>Goal</th>
-<th>Description</th></tr>
-<tr class="b">
-<td><a href="create-mojo.html">hibernate:create</a></td>
-<td>Generate/Execute SQL to create a database-schema that represents
-the configured mappings.</td></tr>
-<tr class="a">
-<td><a href="drop-mojo.html">hibernate:drop</a></td>
-<td>Generate/Execute SQL to drop all tables of a database-schema that
-represents the configured mappings.</td></tr>
-<tr class="b">
-<td><a href="help-mojo.html">hibernate:help</a></td>
-<td>Display help information on hibernate-maven-plugin.<br />
-Call <code>mvn hibernate:help -Ddetail=true
--Dgoal=<goal-name></code> to display parameter details.</td></tr>
-<tr class="a">
-<td><a href="update-mojo.html">hibernate:update</a></td>
-<td>Generate/Execute SQL to update the database-schema according to the
-configured mappings.</td></tr></table><section>
-<h3><a name="System_Requirements"></a>System Requirements</h3><a name="System_Requirements"></a>
-<p>The following specifies the minimum requirements to run this Maven plugin:</p>
-<table border="0" class="bodyTable">
-<tr class="a">
-<td>Maven</td>
-<td>2.0.6</td></tr>
-<tr class="b">
-<td>JDK</td>
-<td>1.6</td></tr>
-<tr class="a">
-<td>Memory</td>
-<td>No minimum requirement.</td></tr>
-<tr class="b">
-<td>Disk Space</td>
-<td>No minimum requirement.</td></tr></table></section><section>
-<h3><a name="Usage"></a>Usage</h3><a name="Usage"></a>
-<p>You should specify the version in your project's plugin configuration:</p>
-<div class="source">
-<pre><project>
- ...
- <build>
- <!-- To define the plugin version in your parent POM -->
- <pluginManagement>
- <plugins>
- <plugin>
- <groupId>de.juplo</groupId>
- <artifactId>hibernate-maven-plugin</artifactId>
- <version>2.1.0</version>
- </plugin>
- ...
- </plugins>
- </pluginManagement>
- <!-- To use the plugin goals in your POM or parent POM -->
- <plugins>
- <plugin>
- <groupId>de.juplo</groupId>
- <artifactId>hibernate-maven-plugin</artifactId>
- <version>2.1.0</version>
- </plugin>
- ...
- </plugins>
- </build>
- ...
-</project>
-</pre></div>
-<p>For more information, see <a class="externalLink" href="http://maven.apache.org/guides/mini/guide-configuring-plugins.html">"Guide to Configuring Plug-ins"</a></p></section></section>
- </article>
- <hr />
- <h2>Page Structure as JSON</h2>
- <pre class="json">
-{
- "_titles": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": "Hibernate Maven Plugin",
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html": "CI Management",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html": "Dependencies",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html": "Maven Coordinates",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html": "Distribution Management",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html": "Licenses",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html": "Plugin Management",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html": "Plugins",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html": "Source Code Management",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html": "Summary",
- "/projects/hibernate-maven-plugin/2.1.0/team.html": "Team",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": "Project Information",
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html": "Test JavaDocs",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html": "JavaDocs",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html": "Source Xref",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html": "Test Source Xref",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html": "CPD",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html": "PMD",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html": "Plugin Documentation",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": "Project Reports",
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about": "Overview",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html": "Configuration Examples",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html": "Goal — hibernate:create",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html": "Goal — hibernate:update",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": "Goal — hibernate:drop",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html": "Goal — hibernate:help",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html": "Enable Debugging-Output",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html": "Skipping Execution",
- "/projects/hibernate-maven-plugin/2.1.0/force.html": "Force Exceution",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html": "Known Pitfalls (FAQ)"
- },
- "_childs": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": [
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html",
- "/projects/hibernate-maven-plugin/2.1.0/force.html",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": [
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html",
- "/projects/hibernate-maven-plugin/2.1.0/team.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": [
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html"
- ]
- },
- "_crumbs": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/scm.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/summary.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/team.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/team.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/skip.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/force.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/force.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html"
- ]
- },
- "_canonical": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": "/hibernate-maven-plugin/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html": "/hibernate-maven-plugin/ci-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html": "/hibernate-maven-plugin/dependencies.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html": "/hibernate-maven-plugin/dependency-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html": "/hibernate-maven-plugin/distribution-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html": "/hibernate-maven-plugin/licenses.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html": "/hibernate-maven-plugin/plugin-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html": "/hibernate-maven-plugin/plugins.html",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html": "/hibernate-maven-plugin/scm.html",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html": "/hibernate-maven-plugin/summary.html",
- "/projects/hibernate-maven-plugin/2.1.0/team.html": "/hibernate-maven-plugin/team.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": "/hibernate-maven-plugin/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html": "/hibernate-maven-plugin/testapidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html": "/hibernate-maven-plugin/apidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html": "/hibernate-maven-plugin/xref/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html": "/hibernate-maven-plugin/xref-test/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html": "/hibernate-maven-plugin/cpd.html",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html": "/hibernate-maven-plugin/pmd.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html": "/hibernate-maven-plugin/plugin-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": "/hibernate-maven-plugin/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about": "/hibernate-maven-plugin/index.html?about",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html": "/hibernate-maven-plugin/configuration.html",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html": "/hibernate-maven-plugin/create-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html": "/hibernate-maven-plugin/update-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": "/hibernate-maven-plugin/drop-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html": "/hibernate-maven-plugin/help-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html": "/hibernate-maven-plugin/debugging.html",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html": "/hibernate-maven-plugin/skip.html",
- "/projects/hibernate-maven-plugin/2.1.0/force.html": "/hibernate-maven-plugin/force.html",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html": "/hibernate-maven-plugin/pitfalls.html"
- }
-}
- </pre>
- <h2>All Pages</h2>
- <p>
- <ul>
- <li><a href="index.html">Hibernate Maven Plugin</a></li><li><a href="ci-management.html">CI Management</a></li><li><a href="dependencies.html">Dependencies</a></li><li><a href="dependency-info.html">Maven Coordinates</a></li><li><a href="distribution-management.html">Distribution Management</a></li><li><a href="licenses.html">Licenses</a></li><li><a href="plugin-management.html">Plugin Management</a></li><li><a href="plugins.html">Plugins</a></li><li><a href="scm.html">Source Code Management</a></li><li><a href="summary.html">Summary</a></li><li><a href="team.html">Team</a></li><li><a href="project-info.html">Project Information</a></li><li><a href="testapidocs/index.html">Test JavaDocs</a></li><li><a href="apidocs/index.html">JavaDocs</a></li><li><a href="xref/index.html">Source Xref</a></li><li><a href="xref-test/index.html">Test Source Xref</a></li><li><a href="cpd.html">CPD</a></li><li><a href="pmd.html">PMD</a></li><li><a href="plugin-info.html">Plugin Documentation</a></li><li><a href="project-reports.html">Project Reports</a></li><li><a href="index.html?about">Overview</a></li><li><a href="configuration.html">Configuration Examples</a></li><li><a href="create-mojo.html">Goal — hibernate:create</a></li><li><a href="update-mojo.html">Goal — hibernate:update</a></li><li><a href="drop-mojo.html">Goal — hibernate:drop</a></li><li><a href="help-mojo.html">Goal — hibernate:help</a></li><li><a href="debugging.html">Enable Debugging-Output</a></li><li><a href="skip.html">Skipping Execution</a></li><li><a href="force.html">Force Exceution</a></li><li><a href="pitfalls.html">Known Pitfalls (FAQ)</a></li> </ul>
- </p>
- </body>
-</html>
+++ /dev/null
-<!DOCTYPE html>
-<!--/*-->
-<!-- Generated by Apache Maven Doxia Site Renderer 1.9.2 at 2025-11-07 -->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: ci-management.html / name: CI Management -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: dependencies.html / name: Dependencies -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: dependency-info.html / name: Maven Coordinates -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: distribution-management.html / name: Distribution Management -->
-
-
-
-
-
- <!-- Skipping already seen entry: uri=index.html, name=About -->
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: licenses.html / name: Licenses -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: plugin-management.html / name: Plugin Management -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: plugins.html / name: Plugins -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: scm.html / name: Source Code Management -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: summary.html / name: Summary -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: team.html / name: Team -->
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: project-info.html / name: Project Information -->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: testapidocs/index.html / name: Test JavaDocs -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: apidocs/index.html / name: JavaDocs -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: xref/index.html / name: Source Xref -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: xref-test/index.html / name: Test Source Xref -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: cpd.html / name: CPD -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: pmd.html / name: PMD -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: plugin-info.html / name: Plugin Documentation -->
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: project-reports.html / name: Project Reports -->
-
-
-
-
- <!-- DONE WITH MENUE - - $page.name-->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: index.html?about / name: Overview -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: configuration.html / name: Configuration Examples -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: create-mojo.html / name: Goal — hibernate:create -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: update-mojo.html / name: Goal — hibernate:update -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: drop-mojo.html / name: Goal — hibernate:drop -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: help-mojo.html / name: Goal — hibernate:help -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: debugging.html / name: Enable Debugging-Output -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: skip.html / name: Skipping Execution -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: force.html / name: Force Exceution -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: pitfalls.html / name: Known Pitfalls (FAQ) -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- OVERWRITING PAGE - uri: project-info.html / name: Project Information -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- OVERWRITING PAGE - uri: project-reports.html / name: Project Reports -->
-
-
-
-
- <!-- DONE WITH MENUE - - (no name)-->
-
-
-
-<!-- name: Plugin Management -->
-<!-- title: Hibernate Maven Plugin – Project Plugin Management -->
-<!-- short title: Project Plugin Management -->
-<!-- current page: plugin-management.html -->
-<!-- path: /projects/hibernate-maven-plugin/2.1.0/ -->
-<!-- crumbs: "/index.html","/projects.html" -->
-<!-- pages: {index.html={uri=index.html, name=Hibernate Maven Plugin, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}], childs={index.html?about=Overview, configuration.html=Configuration Examples, create-mojo.html=Goal — hibernate:create, update-mojo.html=Goal — hibernate:update, drop-mojo.html=Goal — hibernate:drop, help-mojo.html=Goal — hibernate:help, debugging.html=Enable Debugging-Output, skip.html=Skipping Execution, force.html=Force Exceution, pitfalls.html=Known Pitfalls (FAQ), project-info.html=Project Information, project-reports.html=Project Reports}}, ci-management.html={name=CI Management, uri=ci-management.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=ci-management.html, name=CI Management}]}, dependencies.html={name=Dependencies, uri=dependencies.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=dependencies.html, name=Dependencies}]}, dependency-info.html={name=Maven Coordinates, uri=dependency-info.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=dependency-info.html, name=Maven Coordinates}]}, distribution-management.html={name=Distribution Management, uri=distribution-management.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=distribution-management.html, name=Distribution Management}]}, licenses.html={name=Licenses, uri=licenses.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=licenses.html, name=Licenses}]}, plugin-management.html={name=Plugin Management, uri=plugin-management.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=plugin-management.html, name=Plugin Management}]}, plugins.html={name=Plugins, uri=plugins.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=plugins.html, name=Plugins}]}, scm.html={name=Source Code Management, uri=scm.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=scm.html, name=Source Code Management}]}, summary.html={name=Summary, uri=summary.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=summary.html, name=Summary}]}, team.html={name=Team, uri=team.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=team.html, name=Team}]}, project-info.html={name=Project Information, uri=project-info.html, childs={ci-management.html=CI Management, dependencies.html=Dependencies, dependency-info.html=Maven Coordinates, distribution-management.html=Distribution Management, licenses.html=Licenses, plugin-management.html=Plugin Management, plugins.html=Plugins, scm.html=Source Code Management, summary.html=Summary, team.html=Team}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}]}, testapidocs/index.html={name=Test JavaDocs, uri=testapidocs/index.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=testapidocs/index.html, name=Test JavaDocs}]}, apidocs/index.html={name=JavaDocs, uri=apidocs/index.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=apidocs/index.html, name=JavaDocs}]}, xref/index.html={name=Source Xref, uri=xref/index.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=xref/index.html, name=Source Xref}]}, xref-test/index.html={name=Test Source Xref, uri=xref-test/index.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=xref-test/index.html, name=Test Source Xref}]}, cpd.html={name=CPD, uri=cpd.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=cpd.html, name=CPD}]}, pmd.html={name=PMD, uri=pmd.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=pmd.html, name=PMD}]}, plugin-info.html={name=Plugin Documentation, uri=plugin-info.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=plugin-info.html, name=Plugin Documentation}]}, project-reports.html={name=Project Reports, uri=project-reports.html, childs={testapidocs/index.html=Test JavaDocs, apidocs/index.html=JavaDocs, xref/index.html=Source Xref, xref-test/index.html=Test Source Xref, cpd.html=CPD, pmd.html=PMD, plugin-info.html=Plugin Documentation}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}]}, index.html?about={name=Overview, uri=index.html?about, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=index.html?about, name=Overview}]}, configuration.html={name=Configuration Examples, uri=configuration.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=configuration.html, name=Configuration Examples}]}, create-mojo.html={name=Goal — hibernate:create, uri=create-mojo.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=create-mojo.html, name=Goal — hibernate:create}]}, update-mojo.html={name=Goal — hibernate:update, uri=update-mojo.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=update-mojo.html, name=Goal — hibernate:update}]}, drop-mojo.html={name=Goal — hibernate:drop, uri=drop-mojo.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=drop-mojo.html, name=Goal — hibernate:drop}]}, help-mojo.html={name=Goal — hibernate:help, uri=help-mojo.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=help-mojo.html, name=Goal — hibernate:help}]}, debugging.html={name=Enable Debugging-Output, uri=debugging.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=debugging.html, name=Enable Debugging-Output}]}, skip.html={name=Skipping Execution, uri=skip.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=skip.html, name=Skipping Execution}]}, force.html={name=Force Exceution, uri=force.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=force.html, name=Force Exceution}]}, pitfalls.html={name=Known Pitfalls (FAQ), uri=pitfalls.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=pitfalls.html, name=Known Pitfalls (FAQ)}]}} -->
-
-
-<!--*/-->
-<html xmlns="http://www.w3.org/1999/xhtml" th:replace="~{/templates/layout.html :: layout(uri='' + ~{:: code[class='site_uri']/text()}, title=~{:: title}, maincontent=~{:: .maincontent}, json='MERGE:' + ~{:: pre[class='json']/text()})}">
- <head>
- <title class="title">Hibernate Maven Plugin – Project Plugin Management</title>
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
- <link id="canonical" rel="canonical" href="/hibernate-maven-plugin/plugin-management.html"/>
- </head>
- <body>
- <h1 class="short_title">Project Plugin Management</h1>
- <h2>URI</h2>
- <ul>
- <li><strong>site:</strong> <code class="site_uri">/projects/hibernate-maven-plugin/2.1.0/plugin-management.html</code></li>
- <li><strong>canonical:</strong> <code class="canonical_uri">/hibernate-maven-plugin/plugin-management.html</code></li>
- <li><strong>relative:</strong> <code class="relative_uri">plugin-management.html</code></li>
- </ul>
- <h2>Path</h2>
- <p>
- <ol>
- <li><a href="index.html">Hibernate Maven Plugin</a></li><li><a href="project-info.html">Project Information</a></li><li><a href="plugin-management.html">Plugin Management</a></li> </ol>
- </p>
- <hr />
- <article class="maincontent">
- <section><a name="Project_Plugin_Management"></a>
-<h2><a name="Project_Plugin_Management"></a>Project Plugin Management</h2>
-<table border="0" class="bodyTable">
-<tr class="a">
-<th>GroupId</th>
-<th>ArtifactId</th>
-<th>Version</th></tr>
-<tr class="b">
-<td>org.apache.maven.plugins</td>
-<td><a class="externalLink" href="http://maven.apache.org/plugins/maven-antrun-plugin/">maven-antrun-plugin</a></td>
-<td>1.3</td></tr>
-<tr class="a">
-<td>org.apache.maven.plugins</td>
-<td><a class="externalLink" href="http://maven.apache.org/plugins/maven-assembly-plugin/">maven-assembly-plugin</a></td>
-<td>2.2-beta-5</td></tr>
-<tr class="b">
-<td>org.apache.maven.plugins</td>
-<td><a class="externalLink" href="http://maven.apache.org/plugins/maven-dependency-plugin/">maven-dependency-plugin</a></td>
-<td>2.8</td></tr>
-<tr class="a">
-<td>org.apache.maven.plugins</td>
-<td><a class="externalLink" href="http://maven.apache.org/plugins/maven-release-plugin/">maven-release-plugin</a></td>
-<td>2.1</td></tr></table></section>
- </article>
- <hr />
- <h2>Page Structure as JSON</h2>
- <pre class="json">
-{
- "_titles": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": "Hibernate Maven Plugin",
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html": "CI Management",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html": "Dependencies",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html": "Maven Coordinates",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html": "Distribution Management",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html": "Licenses",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html": "Plugin Management",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html": "Plugins",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html": "Source Code Management",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html": "Summary",
- "/projects/hibernate-maven-plugin/2.1.0/team.html": "Team",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": "Project Information",
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html": "Test JavaDocs",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html": "JavaDocs",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html": "Source Xref",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html": "Test Source Xref",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html": "CPD",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html": "PMD",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html": "Plugin Documentation",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": "Project Reports",
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about": "Overview",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html": "Configuration Examples",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html": "Goal — hibernate:create",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html": "Goal — hibernate:update",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": "Goal — hibernate:drop",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html": "Goal — hibernate:help",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html": "Enable Debugging-Output",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html": "Skipping Execution",
- "/projects/hibernate-maven-plugin/2.1.0/force.html": "Force Exceution",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html": "Known Pitfalls (FAQ)"
- },
- "_childs": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": [
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html",
- "/projects/hibernate-maven-plugin/2.1.0/force.html",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": [
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html",
- "/projects/hibernate-maven-plugin/2.1.0/team.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": [
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html"
- ]
- },
- "_crumbs": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/scm.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/summary.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/team.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/team.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/skip.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/force.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/force.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html"
- ]
- },
- "_canonical": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": "/hibernate-maven-plugin/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html": "/hibernate-maven-plugin/ci-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html": "/hibernate-maven-plugin/dependencies.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html": "/hibernate-maven-plugin/dependency-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html": "/hibernate-maven-plugin/distribution-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html": "/hibernate-maven-plugin/licenses.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html": "/hibernate-maven-plugin/plugin-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html": "/hibernate-maven-plugin/plugins.html",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html": "/hibernate-maven-plugin/scm.html",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html": "/hibernate-maven-plugin/summary.html",
- "/projects/hibernate-maven-plugin/2.1.0/team.html": "/hibernate-maven-plugin/team.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": "/hibernate-maven-plugin/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html": "/hibernate-maven-plugin/testapidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html": "/hibernate-maven-plugin/apidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html": "/hibernate-maven-plugin/xref/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html": "/hibernate-maven-plugin/xref-test/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html": "/hibernate-maven-plugin/cpd.html",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html": "/hibernate-maven-plugin/pmd.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html": "/hibernate-maven-plugin/plugin-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": "/hibernate-maven-plugin/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about": "/hibernate-maven-plugin/index.html?about",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html": "/hibernate-maven-plugin/configuration.html",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html": "/hibernate-maven-plugin/create-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html": "/hibernate-maven-plugin/update-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": "/hibernate-maven-plugin/drop-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html": "/hibernate-maven-plugin/help-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html": "/hibernate-maven-plugin/debugging.html",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html": "/hibernate-maven-plugin/skip.html",
- "/projects/hibernate-maven-plugin/2.1.0/force.html": "/hibernate-maven-plugin/force.html",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html": "/hibernate-maven-plugin/pitfalls.html"
- }
-}
- </pre>
- <h2>All Pages</h2>
- <p>
- <ul>
- <li><a href="index.html">Hibernate Maven Plugin</a></li><li><a href="ci-management.html">CI Management</a></li><li><a href="dependencies.html">Dependencies</a></li><li><a href="dependency-info.html">Maven Coordinates</a></li><li><a href="distribution-management.html">Distribution Management</a></li><li><a href="licenses.html">Licenses</a></li><li><a href="plugin-management.html">Plugin Management</a></li><li><a href="plugins.html">Plugins</a></li><li><a href="scm.html">Source Code Management</a></li><li><a href="summary.html">Summary</a></li><li><a href="team.html">Team</a></li><li><a href="project-info.html">Project Information</a></li><li><a href="testapidocs/index.html">Test JavaDocs</a></li><li><a href="apidocs/index.html">JavaDocs</a></li><li><a href="xref/index.html">Source Xref</a></li><li><a href="xref-test/index.html">Test Source Xref</a></li><li><a href="cpd.html">CPD</a></li><li><a href="pmd.html">PMD</a></li><li><a href="plugin-info.html">Plugin Documentation</a></li><li><a href="project-reports.html">Project Reports</a></li><li><a href="index.html?about">Overview</a></li><li><a href="configuration.html">Configuration Examples</a></li><li><a href="create-mojo.html">Goal — hibernate:create</a></li><li><a href="update-mojo.html">Goal — hibernate:update</a></li><li><a href="drop-mojo.html">Goal — hibernate:drop</a></li><li><a href="help-mojo.html">Goal — hibernate:help</a></li><li><a href="debugging.html">Enable Debugging-Output</a></li><li><a href="skip.html">Skipping Execution</a></li><li><a href="force.html">Force Exceution</a></li><li><a href="pitfalls.html">Known Pitfalls (FAQ)</a></li> </ul>
- </p>
- </body>
-</html>
+++ /dev/null
-<!DOCTYPE html>
-<!--/*-->
-<!-- Generated by Apache Maven Doxia Site Renderer 1.9.2 at 2025-11-07 -->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: ci-management.html / name: CI Management -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: dependencies.html / name: Dependencies -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: dependency-info.html / name: Maven Coordinates -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: distribution-management.html / name: Distribution Management -->
-
-
-
-
-
- <!-- Skipping already seen entry: uri=index.html, name=About -->
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: licenses.html / name: Licenses -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: plugin-management.html / name: Plugin Management -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: plugins.html / name: Plugins -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: scm.html / name: Source Code Management -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: summary.html / name: Summary -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: team.html / name: Team -->
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: project-info.html / name: Project Information -->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: testapidocs/index.html / name: Test JavaDocs -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: apidocs/index.html / name: JavaDocs -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: xref/index.html / name: Source Xref -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: xref-test/index.html / name: Test Source Xref -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: cpd.html / name: CPD -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: pmd.html / name: PMD -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: plugin-info.html / name: Plugin Documentation -->
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: project-reports.html / name: Project Reports -->
-
-
-
-
- <!-- DONE WITH MENUE - - $page.name-->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: index.html?about / name: Overview -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: configuration.html / name: Configuration Examples -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: create-mojo.html / name: Goal — hibernate:create -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: update-mojo.html / name: Goal — hibernate:update -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: drop-mojo.html / name: Goal — hibernate:drop -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: help-mojo.html / name: Goal — hibernate:help -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: debugging.html / name: Enable Debugging-Output -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: skip.html / name: Skipping Execution -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: force.html / name: Force Exceution -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: pitfalls.html / name: Known Pitfalls (FAQ) -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- OVERWRITING PAGE - uri: project-info.html / name: Project Information -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- OVERWRITING PAGE - uri: project-reports.html / name: Project Reports -->
-
-
-
-
- <!-- DONE WITH MENUE - - (no name)-->
-
-
-
-<!-- name: Plugins -->
-<!-- title: Hibernate Maven Plugin – Project Plugins -->
-<!-- short title: Project Plugins -->
-<!-- current page: plugins.html -->
-<!-- path: /projects/hibernate-maven-plugin/2.1.0/ -->
-<!-- crumbs: "/index.html","/projects.html" -->
-<!-- pages: {index.html={uri=index.html, name=Hibernate Maven Plugin, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}], childs={index.html?about=Overview, configuration.html=Configuration Examples, create-mojo.html=Goal — hibernate:create, update-mojo.html=Goal — hibernate:update, drop-mojo.html=Goal — hibernate:drop, help-mojo.html=Goal — hibernate:help, debugging.html=Enable Debugging-Output, skip.html=Skipping Execution, force.html=Force Exceution, pitfalls.html=Known Pitfalls (FAQ), project-info.html=Project Information, project-reports.html=Project Reports}}, ci-management.html={name=CI Management, uri=ci-management.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=ci-management.html, name=CI Management}]}, dependencies.html={name=Dependencies, uri=dependencies.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=dependencies.html, name=Dependencies}]}, dependency-info.html={name=Maven Coordinates, uri=dependency-info.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=dependency-info.html, name=Maven Coordinates}]}, distribution-management.html={name=Distribution Management, uri=distribution-management.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=distribution-management.html, name=Distribution Management}]}, licenses.html={name=Licenses, uri=licenses.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=licenses.html, name=Licenses}]}, plugin-management.html={name=Plugin Management, uri=plugin-management.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=plugin-management.html, name=Plugin Management}]}, plugins.html={name=Plugins, uri=plugins.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=plugins.html, name=Plugins}]}, scm.html={name=Source Code Management, uri=scm.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=scm.html, name=Source Code Management}]}, summary.html={name=Summary, uri=summary.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=summary.html, name=Summary}]}, team.html={name=Team, uri=team.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=team.html, name=Team}]}, project-info.html={name=Project Information, uri=project-info.html, childs={ci-management.html=CI Management, dependencies.html=Dependencies, dependency-info.html=Maven Coordinates, distribution-management.html=Distribution Management, licenses.html=Licenses, plugin-management.html=Plugin Management, plugins.html=Plugins, scm.html=Source Code Management, summary.html=Summary, team.html=Team}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}]}, testapidocs/index.html={name=Test JavaDocs, uri=testapidocs/index.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=testapidocs/index.html, name=Test JavaDocs}]}, apidocs/index.html={name=JavaDocs, uri=apidocs/index.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=apidocs/index.html, name=JavaDocs}]}, xref/index.html={name=Source Xref, uri=xref/index.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=xref/index.html, name=Source Xref}]}, xref-test/index.html={name=Test Source Xref, uri=xref-test/index.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=xref-test/index.html, name=Test Source Xref}]}, cpd.html={name=CPD, uri=cpd.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=cpd.html, name=CPD}]}, pmd.html={name=PMD, uri=pmd.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=pmd.html, name=PMD}]}, plugin-info.html={name=Plugin Documentation, uri=plugin-info.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=plugin-info.html, name=Plugin Documentation}]}, project-reports.html={name=Project Reports, uri=project-reports.html, childs={testapidocs/index.html=Test JavaDocs, apidocs/index.html=JavaDocs, xref/index.html=Source Xref, xref-test/index.html=Test Source Xref, cpd.html=CPD, pmd.html=PMD, plugin-info.html=Plugin Documentation}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}]}, index.html?about={name=Overview, uri=index.html?about, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=index.html?about, name=Overview}]}, configuration.html={name=Configuration Examples, uri=configuration.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=configuration.html, name=Configuration Examples}]}, create-mojo.html={name=Goal — hibernate:create, uri=create-mojo.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=create-mojo.html, name=Goal — hibernate:create}]}, update-mojo.html={name=Goal — hibernate:update, uri=update-mojo.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=update-mojo.html, name=Goal — hibernate:update}]}, drop-mojo.html={name=Goal — hibernate:drop, uri=drop-mojo.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=drop-mojo.html, name=Goal — hibernate:drop}]}, help-mojo.html={name=Goal — hibernate:help, uri=help-mojo.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=help-mojo.html, name=Goal — hibernate:help}]}, debugging.html={name=Enable Debugging-Output, uri=debugging.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=debugging.html, name=Enable Debugging-Output}]}, skip.html={name=Skipping Execution, uri=skip.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=skip.html, name=Skipping Execution}]}, force.html={name=Force Exceution, uri=force.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=force.html, name=Force Exceution}]}, pitfalls.html={name=Known Pitfalls (FAQ), uri=pitfalls.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=pitfalls.html, name=Known Pitfalls (FAQ)}]}} -->
-
-
-<!--*/-->
-<html xmlns="http://www.w3.org/1999/xhtml" th:replace="~{/templates/layout.html :: layout(uri='' + ~{:: code[class='site_uri']/text()}, title=~{:: title}, maincontent=~{:: .maincontent}, json='MERGE:' + ~{:: pre[class='json']/text()})}">
- <head>
- <title class="title">Hibernate Maven Plugin – Project Plugins</title>
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
- <link id="canonical" rel="canonical" href="/hibernate-maven-plugin/plugins.html"/>
- </head>
- <body>
- <h1 class="short_title">Project Plugins</h1>
- <h2>URI</h2>
- <ul>
- <li><strong>site:</strong> <code class="site_uri">/projects/hibernate-maven-plugin/2.1.0/plugins.html</code></li>
- <li><strong>canonical:</strong> <code class="canonical_uri">/hibernate-maven-plugin/plugins.html</code></li>
- <li><strong>relative:</strong> <code class="relative_uri">plugins.html</code></li>
- </ul>
- <h2>Path</h2>
- <p>
- <ol>
- <li><a href="index.html">Hibernate Maven Plugin</a></li><li><a href="project-info.html">Project Information</a></li><li><a href="plugins.html">Plugins</a></li> </ol>
- </p>
- <hr />
- <article class="maincontent">
- <section><a name="Project_Build_Plugins"></a>
-<h2><a name="Project_Build_Plugins"></a>Project Build Plugins</h2>
-<table border="0" class="bodyTable">
-<tr class="a">
-<th>GroupId</th>
-<th>ArtifactId</th>
-<th>Version</th></tr>
-<tr class="b">
-<td>org.apache.maven.plugins</td>
-<td><a class="externalLink" href="http://maven.apache.org/plugins/maven-clean-plugin/">maven-clean-plugin</a></td>
-<td>2.5</td></tr>
-<tr class="a">
-<td>org.apache.maven.plugins</td>
-<td><a class="externalLink" href="http://maven.apache.org/plugins/maven-compiler-plugin/">maven-compiler-plugin</a></td>
-<td>3.3</td></tr>
-<tr class="b">
-<td>org.apache.maven.plugins</td>
-<td><a class="externalLink" href="http://maven.apache.org/plugins/maven-dependency-plugin/">maven-dependency-plugin</a></td>
-<td>2.10</td></tr>
-<tr class="a">
-<td>org.apache.maven.plugins</td>
-<td><a class="externalLink" href="http://maven.apache.org/plugins/maven-deploy-plugin/">maven-deploy-plugin</a></td>
-<td>2.7</td></tr>
-<tr class="b">
-<td>org.apache.maven.plugins</td>
-<td><a class="externalLink" href="http://maven.apache.org/enforcer/maven-enforcer-plugin">maven-enforcer-plugin</a></td>
-<td>1.2</td></tr>
-<tr class="a">
-<td>org.apache.maven.plugins</td>
-<td><a class="externalLink" href="http://maven.apache.org/plugins/maven-install-plugin/">maven-install-plugin</a></td>
-<td>2.4</td></tr>
-<tr class="b">
-<td>org.apache.maven.plugins</td>
-<td><a class="externalLink" href="http://maven.apache.org/plugins/maven-invoker-plugin/">maven-invoker-plugin</a></td>
-<td>1.10</td></tr>
-<tr class="a">
-<td>org.apache.maven.plugins</td>
-<td><a class="externalLink" href="http://maven.apache.org/plugins/maven-jar-plugin/">maven-jar-plugin</a></td>
-<td>2.4</td></tr>
-<tr class="b">
-<td>org.apache.maven.plugins</td>
-<td><a class="externalLink" href="http://maven.apache.org/plugins/maven-javadoc-plugin/">maven-javadoc-plugin</a></td>
-<td>2.7</td></tr>
-<tr class="a">
-<td>org.apache.maven.plugins</td>
-<td><a class="externalLink" href="http://maven.apache.org/plugin-tools/maven-plugin-plugin">maven-plugin-plugin</a></td>
-<td>3.4</td></tr>
-<tr class="b">
-<td>org.apache.maven.plugins</td>
-<td><a class="externalLink" href="http://maven.apache.org/plugins/maven-resources-plugin/">maven-resources-plugin</a></td>
-<td>2.7</td></tr>
-<tr class="a">
-<td>org.apache.maven.plugins</td>
-<td><a class="externalLink" href="http://maven.apache.org/scm/maven-scm-plugin/">maven-scm-plugin</a></td>
-<td>1.9.4</td></tr>
-<tr class="b">
-<td>org.apache.maven.plugins</td>
-<td><a class="externalLink" href="https://maven.apache.org/plugins/maven-site-plugin/">maven-site-plugin</a></td>
-<td>3.9.1</td></tr>
-<tr class="a">
-<td>org.apache.maven.plugins</td>
-<td><a class="externalLink" href="http://maven.apache.org/plugins/maven-source-plugin/">maven-source-plugin</a></td>
-<td>2.1.2</td></tr>
-<tr class="b">
-<td>org.apache.maven.plugins</td>
-<td><a class="externalLink" href="http://maven.apache.org/surefire/maven-surefire-plugin">maven-surefire-plugin</a></td>
-<td>2.12.4</td></tr></table></section><section><a name="Project_Report_Plugins"></a>
-<h2><a name="Project_Report_Plugins"></a>Project Report Plugins</h2>
-<table border="0" class="bodyTable">
-<tr class="a">
-<th>GroupId</th>
-<th>ArtifactId</th>
-<th>Version</th></tr>
-<tr class="b">
-<td>org.apache.maven.plugins</td>
-<td><a class="externalLink" href="http://maven.apache.org/plugins/maven-changes-plugin/">maven-changes-plugin</a></td>
-<td>2.11</td></tr>
-<tr class="a">
-<td>org.apache.maven.plugins</td>
-<td><a class="externalLink" href="http://maven.apache.org/plugins/maven-javadoc-plugin/">maven-javadoc-plugin</a></td>
-<td>2.7</td></tr>
-<tr class="b">
-<td>org.apache.maven.plugins</td>
-<td><a class="externalLink" href="http://maven.apache.org/jxr/maven-jxr-plugin/">maven-jxr-plugin</a></td>
-<td>2.5</td></tr>
-<tr class="a">
-<td>org.apache.maven.plugins</td>
-<td><a class="externalLink" href="http://maven.apache.org/plugin-tools/maven-plugin-plugin">maven-plugin-plugin</a></td>
-<td>3.4</td></tr>
-<tr class="b">
-<td>org.apache.maven.plugins</td>
-<td><a class="externalLink" href="http://maven.apache.org/plugins/maven-pmd-plugin/">maven-pmd-plugin</a></td>
-<td>3.4</td></tr>
-<tr class="a">
-<td>org.apache.maven.plugins</td>
-<td><a class="externalLink" href="https://maven.apache.org/plugins/maven-project-info-reports-plugin/">maven-project-info-reports-plugin</a></td>
-<td>3.9.0</td></tr></table></section>
- </article>
- <hr />
- <h2>Page Structure as JSON</h2>
- <pre class="json">
-{
- "_titles": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": "Hibernate Maven Plugin",
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html": "CI Management",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html": "Dependencies",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html": "Maven Coordinates",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html": "Distribution Management",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html": "Licenses",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html": "Plugin Management",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html": "Plugins",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html": "Source Code Management",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html": "Summary",
- "/projects/hibernate-maven-plugin/2.1.0/team.html": "Team",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": "Project Information",
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html": "Test JavaDocs",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html": "JavaDocs",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html": "Source Xref",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html": "Test Source Xref",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html": "CPD",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html": "PMD",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html": "Plugin Documentation",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": "Project Reports",
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about": "Overview",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html": "Configuration Examples",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html": "Goal — hibernate:create",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html": "Goal — hibernate:update",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": "Goal — hibernate:drop",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html": "Goal — hibernate:help",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html": "Enable Debugging-Output",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html": "Skipping Execution",
- "/projects/hibernate-maven-plugin/2.1.0/force.html": "Force Exceution",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html": "Known Pitfalls (FAQ)"
- },
- "_childs": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": [
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html",
- "/projects/hibernate-maven-plugin/2.1.0/force.html",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": [
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html",
- "/projects/hibernate-maven-plugin/2.1.0/team.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": [
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html"
- ]
- },
- "_crumbs": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/scm.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/summary.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/team.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/team.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/skip.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/force.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/force.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html"
- ]
- },
- "_canonical": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": "/hibernate-maven-plugin/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html": "/hibernate-maven-plugin/ci-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html": "/hibernate-maven-plugin/dependencies.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html": "/hibernate-maven-plugin/dependency-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html": "/hibernate-maven-plugin/distribution-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html": "/hibernate-maven-plugin/licenses.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html": "/hibernate-maven-plugin/plugin-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html": "/hibernate-maven-plugin/plugins.html",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html": "/hibernate-maven-plugin/scm.html",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html": "/hibernate-maven-plugin/summary.html",
- "/projects/hibernate-maven-plugin/2.1.0/team.html": "/hibernate-maven-plugin/team.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": "/hibernate-maven-plugin/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html": "/hibernate-maven-plugin/testapidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html": "/hibernate-maven-plugin/apidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html": "/hibernate-maven-plugin/xref/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html": "/hibernate-maven-plugin/xref-test/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html": "/hibernate-maven-plugin/cpd.html",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html": "/hibernate-maven-plugin/pmd.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html": "/hibernate-maven-plugin/plugin-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": "/hibernate-maven-plugin/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about": "/hibernate-maven-plugin/index.html?about",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html": "/hibernate-maven-plugin/configuration.html",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html": "/hibernate-maven-plugin/create-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html": "/hibernate-maven-plugin/update-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": "/hibernate-maven-plugin/drop-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html": "/hibernate-maven-plugin/help-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html": "/hibernate-maven-plugin/debugging.html",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html": "/hibernate-maven-plugin/skip.html",
- "/projects/hibernate-maven-plugin/2.1.0/force.html": "/hibernate-maven-plugin/force.html",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html": "/hibernate-maven-plugin/pitfalls.html"
- }
-}
- </pre>
- <h2>All Pages</h2>
- <p>
- <ul>
- <li><a href="index.html">Hibernate Maven Plugin</a></li><li><a href="ci-management.html">CI Management</a></li><li><a href="dependencies.html">Dependencies</a></li><li><a href="dependency-info.html">Maven Coordinates</a></li><li><a href="distribution-management.html">Distribution Management</a></li><li><a href="licenses.html">Licenses</a></li><li><a href="plugin-management.html">Plugin Management</a></li><li><a href="plugins.html">Plugins</a></li><li><a href="scm.html">Source Code Management</a></li><li><a href="summary.html">Summary</a></li><li><a href="team.html">Team</a></li><li><a href="project-info.html">Project Information</a></li><li><a href="testapidocs/index.html">Test JavaDocs</a></li><li><a href="apidocs/index.html">JavaDocs</a></li><li><a href="xref/index.html">Source Xref</a></li><li><a href="xref-test/index.html">Test Source Xref</a></li><li><a href="cpd.html">CPD</a></li><li><a href="pmd.html">PMD</a></li><li><a href="plugin-info.html">Plugin Documentation</a></li><li><a href="project-reports.html">Project Reports</a></li><li><a href="index.html?about">Overview</a></li><li><a href="configuration.html">Configuration Examples</a></li><li><a href="create-mojo.html">Goal — hibernate:create</a></li><li><a href="update-mojo.html">Goal — hibernate:update</a></li><li><a href="drop-mojo.html">Goal — hibernate:drop</a></li><li><a href="help-mojo.html">Goal — hibernate:help</a></li><li><a href="debugging.html">Enable Debugging-Output</a></li><li><a href="skip.html">Skipping Execution</a></li><li><a href="force.html">Force Exceution</a></li><li><a href="pitfalls.html">Known Pitfalls (FAQ)</a></li> </ul>
- </p>
- </body>
-</html>
+++ /dev/null
-<!DOCTYPE html>
-<!--/*-->
-<!-- Generated by Apache Maven Doxia Site Renderer 1.9.2 at 2025-11-07 -->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: ci-management.html / name: CI Management -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: dependencies.html / name: Dependencies -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: dependency-info.html / name: Maven Coordinates -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: distribution-management.html / name: Distribution Management -->
-
-
-
-
-
- <!-- Skipping already seen entry: uri=index.html, name=About -->
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: licenses.html / name: Licenses -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: plugin-management.html / name: Plugin Management -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: plugins.html / name: Plugins -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: scm.html / name: Source Code Management -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: summary.html / name: Summary -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: team.html / name: Team -->
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: project-info.html / name: Project Information -->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: testapidocs/index.html / name: Test JavaDocs -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: apidocs/index.html / name: JavaDocs -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: xref/index.html / name: Source Xref -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: xref-test/index.html / name: Test Source Xref -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: cpd.html / name: CPD -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: pmd.html / name: PMD -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: plugin-info.html / name: Plugin Documentation -->
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: project-reports.html / name: Project Reports -->
-
-
-
-
- <!-- DONE WITH MENUE - - $page.name-->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: index.html?about / name: Overview -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: configuration.html / name: Configuration Examples -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: create-mojo.html / name: Goal — hibernate:create -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: update-mojo.html / name: Goal — hibernate:update -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: drop-mojo.html / name: Goal — hibernate:drop -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: help-mojo.html / name: Goal — hibernate:help -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: debugging.html / name: Enable Debugging-Output -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: skip.html / name: Skipping Execution -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: force.html / name: Force Exceution -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: pitfalls.html / name: Known Pitfalls (FAQ) -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- OVERWRITING PAGE - uri: project-info.html / name: Project Information -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- OVERWRITING PAGE - uri: project-reports.html / name: Project Reports -->
-
-
-
-
- <!-- DONE WITH MENUE - - (no name)-->
-
-
-
-<!-- name: PMD -->
-<!-- title: Hibernate Maven Plugin – PMD Results -->
-<!-- short title: PMD Results -->
-<!-- current page: pmd.html -->
-<!-- path: /projects/hibernate-maven-plugin/2.1.0/ -->
-<!-- crumbs: "/index.html","/projects.html" -->
-<!-- pages: {index.html={uri=index.html, name=Hibernate Maven Plugin, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}], childs={index.html?about=Overview, configuration.html=Configuration Examples, create-mojo.html=Goal — hibernate:create, update-mojo.html=Goal — hibernate:update, drop-mojo.html=Goal — hibernate:drop, help-mojo.html=Goal — hibernate:help, debugging.html=Enable Debugging-Output, skip.html=Skipping Execution, force.html=Force Exceution, pitfalls.html=Known Pitfalls (FAQ), project-info.html=Project Information, project-reports.html=Project Reports}}, ci-management.html={name=CI Management, uri=ci-management.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=ci-management.html, name=CI Management}]}, dependencies.html={name=Dependencies, uri=dependencies.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=dependencies.html, name=Dependencies}]}, dependency-info.html={name=Maven Coordinates, uri=dependency-info.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=dependency-info.html, name=Maven Coordinates}]}, distribution-management.html={name=Distribution Management, uri=distribution-management.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=distribution-management.html, name=Distribution Management}]}, licenses.html={name=Licenses, uri=licenses.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=licenses.html, name=Licenses}]}, plugin-management.html={name=Plugin Management, uri=plugin-management.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=plugin-management.html, name=Plugin Management}]}, plugins.html={name=Plugins, uri=plugins.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=plugins.html, name=Plugins}]}, scm.html={name=Source Code Management, uri=scm.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=scm.html, name=Source Code Management}]}, summary.html={name=Summary, uri=summary.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=summary.html, name=Summary}]}, team.html={name=Team, uri=team.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=team.html, name=Team}]}, project-info.html={name=Project Information, uri=project-info.html, childs={ci-management.html=CI Management, dependencies.html=Dependencies, dependency-info.html=Maven Coordinates, distribution-management.html=Distribution Management, licenses.html=Licenses, plugin-management.html=Plugin Management, plugins.html=Plugins, scm.html=Source Code Management, summary.html=Summary, team.html=Team}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}]}, testapidocs/index.html={name=Test JavaDocs, uri=testapidocs/index.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=testapidocs/index.html, name=Test JavaDocs}]}, apidocs/index.html={name=JavaDocs, uri=apidocs/index.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=apidocs/index.html, name=JavaDocs}]}, xref/index.html={name=Source Xref, uri=xref/index.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=xref/index.html, name=Source Xref}]}, xref-test/index.html={name=Test Source Xref, uri=xref-test/index.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=xref-test/index.html, name=Test Source Xref}]}, cpd.html={name=CPD, uri=cpd.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=cpd.html, name=CPD}]}, pmd.html={name=PMD, uri=pmd.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=pmd.html, name=PMD}]}, plugin-info.html={name=Plugin Documentation, uri=plugin-info.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=plugin-info.html, name=Plugin Documentation}]}, project-reports.html={name=Project Reports, uri=project-reports.html, childs={testapidocs/index.html=Test JavaDocs, apidocs/index.html=JavaDocs, xref/index.html=Source Xref, xref-test/index.html=Test Source Xref, cpd.html=CPD, pmd.html=PMD, plugin-info.html=Plugin Documentation}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}]}, index.html?about={name=Overview, uri=index.html?about, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=index.html?about, name=Overview}]}, configuration.html={name=Configuration Examples, uri=configuration.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=configuration.html, name=Configuration Examples}]}, create-mojo.html={name=Goal — hibernate:create, uri=create-mojo.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=create-mojo.html, name=Goal — hibernate:create}]}, update-mojo.html={name=Goal — hibernate:update, uri=update-mojo.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=update-mojo.html, name=Goal — hibernate:update}]}, drop-mojo.html={name=Goal — hibernate:drop, uri=drop-mojo.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=drop-mojo.html, name=Goal — hibernate:drop}]}, help-mojo.html={name=Goal — hibernate:help, uri=help-mojo.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=help-mojo.html, name=Goal — hibernate:help}]}, debugging.html={name=Enable Debugging-Output, uri=debugging.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=debugging.html, name=Enable Debugging-Output}]}, skip.html={name=Skipping Execution, uri=skip.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=skip.html, name=Skipping Execution}]}, force.html={name=Force Exceution, uri=force.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=force.html, name=Force Exceution}]}, pitfalls.html={name=Known Pitfalls (FAQ), uri=pitfalls.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=pitfalls.html, name=Known Pitfalls (FAQ)}]}} -->
-
-
-<!--*/-->
-<html xmlns="http://www.w3.org/1999/xhtml" th:replace="~{/templates/layout.html :: layout(uri='' + ~{:: code[class='site_uri']/text()}, title=~{:: title}, maincontent=~{:: .maincontent}, json='MERGE:' + ~{:: pre[class='json']/text()})}">
- <head>
- <title class="title">Hibernate Maven Plugin – PMD Results</title>
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
- <link id="canonical" rel="canonical" href="/hibernate-maven-plugin/pmd.html"/>
- </head>
- <body>
- <h1 class="short_title">PMD Results</h1>
- <h2>URI</h2>
- <ul>
- <li><strong>site:</strong> <code class="site_uri">/projects/hibernate-maven-plugin/2.1.0/pmd.html</code></li>
- <li><strong>canonical:</strong> <code class="canonical_uri">/hibernate-maven-plugin/pmd.html</code></li>
- <li><strong>relative:</strong> <code class="relative_uri">pmd.html</code></li>
- </ul>
- <h2>Path</h2>
- <p>
- <ol>
- <li><a href="index.html">Hibernate Maven Plugin</a></li><li><a href="project-reports.html">Project Reports</a></li><li><a href="pmd.html">PMD</a></li> </ol>
- </p>
- <hr />
- <article class="maincontent">
- <section>
-<h2><a name="PMD_Results"></a>PMD Results</h2>
-<p>The following document contains the results of <a class="externalLink" href="http://pmd.sourceforge.net/">PMD</a> 5.2.3.</p></section><section>
-<h2><a name="Files"></a>Files</h2><section>
-<h3><a name="de.2Fjuplo.2Fplugins.2Fhibernate.2FAbstractSchemaMojo.java"></a>de/juplo/plugins/hibernate/AbstractSchemaMojo.java</h3>
-<table border="0" class="bodyTable">
-<tr class="a">
-<th>Violation</th>
-<th>Line</th></tr>
-<tr class="b">
-<td>Too many static imports may lead to messy code</td>
-<td><a href="./xref/de/juplo/plugins/hibernate/AbstractSchemaMojo.html#L1">1</a>–<a href="./xref/de/juplo/plugins/hibernate/AbstractSchemaMojo.html#L1420">1420</a></td></tr></table></section><section>
-<h3><a name="de.2Fjuplo.2Fplugins.2Fhibernate.2FModificationTracker.java"></a>de/juplo/plugins/hibernate/ModificationTracker.java</h3>
-<table border="0" class="bodyTable">
-<tr class="a">
-<th>Violation</th>
-<th>Line</th></tr>
-<tr class="b">
-<td>Unnecessary use of fully qualified name 'java.security.MessageDigest.getInstance' due to existing import 'java.security.MessageDigest'</td>
-<td><a href="./xref/de/juplo/plugins/hibernate/ModificationTracker.html#L60">60</a></td></tr></table></section><section>
-<h3><a name="de.2Fjuplo.2Fplugins.2Fhibernate.2FSimpleConnectionProvider.java"></a>de/juplo/plugins/hibernate/SimpleConnectionProvider.java</h3>
-<table border="0" class="bodyTable">
-<tr class="a">
-<th>Violation</th>
-<th>Line</th></tr>
-<tr class="b">
-<td>Too many static imports may lead to messy code</td>
-<td><a href="./xref/de/juplo/plugins/hibernate/SimpleConnectionProvider.html#L1">1</a>–<a href="./xref/de/juplo/plugins/hibernate/SimpleConnectionProvider.html#L232">232</a></td></tr>
-<tr class="a">
-<td>Avoid unused imports such as 'org.eclipse.aether.repository.AuthenticationContext.PASSWORD'</td>
-<td><a href="./xref/de/juplo/plugins/hibernate/SimpleConnectionProvider.html#L13">13</a></td></tr>
-<tr class="b">
-<td>Avoid unused imports such as 'org.eclipse.aether.repository.AuthenticationContext.USERNAME'</td>
-<td><a href="./xref/de/juplo/plugins/hibernate/SimpleConnectionProvider.html#L14">14</a></td></tr>
-<tr class="a">
-<td>Avoid unused imports such as 'org.hibernate.jpa.AvailableSettings.JDBC_DRIVER'</td>
-<td><a href="./xref/de/juplo/plugins/hibernate/SimpleConnectionProvider.html#L21">21</a></td></tr>
-<tr class="b">
-<td>Avoid unused imports such as 'org.hibernate.jpa.AvailableSettings.JDBC_PASSWORD'</td>
-<td><a href="./xref/de/juplo/plugins/hibernate/SimpleConnectionProvider.html#L22">22</a></td></tr>
-<tr class="a">
-<td>Avoid unused imports such as 'org.hibernate.jpa.AvailableSettings.JDBC_URL'</td>
-<td><a href="./xref/de/juplo/plugins/hibernate/SimpleConnectionProvider.html#L23">23</a></td></tr>
-<tr class="b">
-<td>Avoid unused imports such as 'org.hibernate.jpa.AvailableSettings.JDBC_USER'</td>
-<td><a href="./xref/de/juplo/plugins/hibernate/SimpleConnectionProvider.html#L24">24</a></td></tr>
-<tr class="a">
-<td>Unnecessary use of fully qualified name 'java.sql.Driver' due to existing import 'java.sql.Driver'</td>
-<td><a href="./xref/de/juplo/plugins/hibernate/SimpleConnectionProvider.html#L151">151</a></td></tr>
-<tr class="b">
-<td>Unnecessary use of fully qualified name 'java.sql.Connection' due to existing import 'java.sql.Connection'</td>
-<td><a href="./xref/de/juplo/plugins/hibernate/SimpleConnectionProvider.html#L163">163</a></td></tr>
-<tr class="a">
-<td>Unnecessary use of fully qualified name 'java.util.Properties' due to existing import 'java.util.Properties'</td>
-<td><a href="./xref/de/juplo/plugins/hibernate/SimpleConnectionProvider.html#L165">165</a></td></tr></table></section></section>
- </article>
- <hr />
- <h2>Page Structure as JSON</h2>
- <pre class="json">
-{
- "_titles": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": "Hibernate Maven Plugin",
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html": "CI Management",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html": "Dependencies",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html": "Maven Coordinates",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html": "Distribution Management",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html": "Licenses",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html": "Plugin Management",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html": "Plugins",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html": "Source Code Management",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html": "Summary",
- "/projects/hibernate-maven-plugin/2.1.0/team.html": "Team",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": "Project Information",
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html": "Test JavaDocs",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html": "JavaDocs",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html": "Source Xref",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html": "Test Source Xref",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html": "CPD",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html": "PMD",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html": "Plugin Documentation",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": "Project Reports",
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about": "Overview",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html": "Configuration Examples",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html": "Goal — hibernate:create",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html": "Goal — hibernate:update",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": "Goal — hibernate:drop",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html": "Goal — hibernate:help",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html": "Enable Debugging-Output",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html": "Skipping Execution",
- "/projects/hibernate-maven-plugin/2.1.0/force.html": "Force Exceution",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html": "Known Pitfalls (FAQ)"
- },
- "_childs": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": [
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html",
- "/projects/hibernate-maven-plugin/2.1.0/force.html",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": [
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html",
- "/projects/hibernate-maven-plugin/2.1.0/team.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": [
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html"
- ]
- },
- "_crumbs": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/scm.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/summary.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/team.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/team.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/skip.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/force.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/force.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html"
- ]
- },
- "_canonical": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": "/hibernate-maven-plugin/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html": "/hibernate-maven-plugin/ci-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html": "/hibernate-maven-plugin/dependencies.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html": "/hibernate-maven-plugin/dependency-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html": "/hibernate-maven-plugin/distribution-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html": "/hibernate-maven-plugin/licenses.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html": "/hibernate-maven-plugin/plugin-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html": "/hibernate-maven-plugin/plugins.html",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html": "/hibernate-maven-plugin/scm.html",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html": "/hibernate-maven-plugin/summary.html",
- "/projects/hibernate-maven-plugin/2.1.0/team.html": "/hibernate-maven-plugin/team.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": "/hibernate-maven-plugin/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html": "/hibernate-maven-plugin/testapidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html": "/hibernate-maven-plugin/apidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html": "/hibernate-maven-plugin/xref/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html": "/hibernate-maven-plugin/xref-test/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html": "/hibernate-maven-plugin/cpd.html",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html": "/hibernate-maven-plugin/pmd.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html": "/hibernate-maven-plugin/plugin-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": "/hibernate-maven-plugin/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about": "/hibernate-maven-plugin/index.html?about",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html": "/hibernate-maven-plugin/configuration.html",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html": "/hibernate-maven-plugin/create-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html": "/hibernate-maven-plugin/update-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": "/hibernate-maven-plugin/drop-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html": "/hibernate-maven-plugin/help-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html": "/hibernate-maven-plugin/debugging.html",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html": "/hibernate-maven-plugin/skip.html",
- "/projects/hibernate-maven-plugin/2.1.0/force.html": "/hibernate-maven-plugin/force.html",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html": "/hibernate-maven-plugin/pitfalls.html"
- }
-}
- </pre>
- <h2>All Pages</h2>
- <p>
- <ul>
- <li><a href="index.html">Hibernate Maven Plugin</a></li><li><a href="ci-management.html">CI Management</a></li><li><a href="dependencies.html">Dependencies</a></li><li><a href="dependency-info.html">Maven Coordinates</a></li><li><a href="distribution-management.html">Distribution Management</a></li><li><a href="licenses.html">Licenses</a></li><li><a href="plugin-management.html">Plugin Management</a></li><li><a href="plugins.html">Plugins</a></li><li><a href="scm.html">Source Code Management</a></li><li><a href="summary.html">Summary</a></li><li><a href="team.html">Team</a></li><li><a href="project-info.html">Project Information</a></li><li><a href="testapidocs/index.html">Test JavaDocs</a></li><li><a href="apidocs/index.html">JavaDocs</a></li><li><a href="xref/index.html">Source Xref</a></li><li><a href="xref-test/index.html">Test Source Xref</a></li><li><a href="cpd.html">CPD</a></li><li><a href="pmd.html">PMD</a></li><li><a href="plugin-info.html">Plugin Documentation</a></li><li><a href="project-reports.html">Project Reports</a></li><li><a href="index.html?about">Overview</a></li><li><a href="configuration.html">Configuration Examples</a></li><li><a href="create-mojo.html">Goal — hibernate:create</a></li><li><a href="update-mojo.html">Goal — hibernate:update</a></li><li><a href="drop-mojo.html">Goal — hibernate:drop</a></li><li><a href="help-mojo.html">Goal — hibernate:help</a></li><li><a href="debugging.html">Enable Debugging-Output</a></li><li><a href="skip.html">Skipping Execution</a></li><li><a href="force.html">Force Exceution</a></li><li><a href="pitfalls.html">Known Pitfalls (FAQ)</a></li> </ul>
- </p>
- </body>
-</html>
+++ /dev/null
-<!DOCTYPE html>
-<!--/*-->
-<!-- Generated by Apache Maven Doxia Site Renderer 1.9.2 at 2025-11-07 -->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: ci-management.html / name: CI Management -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: dependencies.html / name: Dependencies -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: dependency-info.html / name: Maven Coordinates -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: distribution-management.html / name: Distribution Management -->
-
-
-
-
-
- <!-- Skipping already seen entry: uri=index.html, name=About -->
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: licenses.html / name: Licenses -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: plugin-management.html / name: Plugin Management -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: plugins.html / name: Plugins -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: scm.html / name: Source Code Management -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: summary.html / name: Summary -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: team.html / name: Team -->
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: project-info.html / name: Project Information -->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: testapidocs/index.html / name: Test JavaDocs -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: apidocs/index.html / name: JavaDocs -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: xref/index.html / name: Source Xref -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: xref-test/index.html / name: Test Source Xref -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: cpd.html / name: CPD -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: pmd.html / name: PMD -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: plugin-info.html / name: Plugin Documentation -->
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: project-reports.html / name: Project Reports -->
-
-
-
-
- <!-- DONE WITH MENUE - - $page.name-->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: index.html?about / name: Overview -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: configuration.html / name: Configuration Examples -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: create-mojo.html / name: Goal — hibernate:create -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: update-mojo.html / name: Goal — hibernate:update -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: drop-mojo.html / name: Goal — hibernate:drop -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: help-mojo.html / name: Goal — hibernate:help -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: debugging.html / name: Enable Debugging-Output -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: skip.html / name: Skipping Execution -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: force.html / name: Force Exceution -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: pitfalls.html / name: Known Pitfalls (FAQ) -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- OVERWRITING PAGE - uri: project-info.html / name: Project Information -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- OVERWRITING PAGE - uri: project-reports.html / name: Project Reports -->
-
-
-
-
- <!-- DONE WITH MENUE - - (no name)-->
-
-
-
-<!-- name: Project Information -->
-<!-- title: Hibernate Maven Plugin – Project Information -->
-<!-- short title: Project Information -->
-<!-- current page: project-info.html -->
-<!-- path: /projects/hibernate-maven-plugin/2.1.0/ -->
-<!-- crumbs: "/index.html","/projects.html" -->
-<!-- pages: {index.html={uri=index.html, name=Hibernate Maven Plugin, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}], childs={index.html?about=Overview, configuration.html=Configuration Examples, create-mojo.html=Goal — hibernate:create, update-mojo.html=Goal — hibernate:update, drop-mojo.html=Goal — hibernate:drop, help-mojo.html=Goal — hibernate:help, debugging.html=Enable Debugging-Output, skip.html=Skipping Execution, force.html=Force Exceution, pitfalls.html=Known Pitfalls (FAQ), project-info.html=Project Information, project-reports.html=Project Reports}}, ci-management.html={name=CI Management, uri=ci-management.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=ci-management.html, name=CI Management}]}, dependencies.html={name=Dependencies, uri=dependencies.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=dependencies.html, name=Dependencies}]}, dependency-info.html={name=Maven Coordinates, uri=dependency-info.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=dependency-info.html, name=Maven Coordinates}]}, distribution-management.html={name=Distribution Management, uri=distribution-management.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=distribution-management.html, name=Distribution Management}]}, licenses.html={name=Licenses, uri=licenses.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=licenses.html, name=Licenses}]}, plugin-management.html={name=Plugin Management, uri=plugin-management.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=plugin-management.html, name=Plugin Management}]}, plugins.html={name=Plugins, uri=plugins.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=plugins.html, name=Plugins}]}, scm.html={name=Source Code Management, uri=scm.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=scm.html, name=Source Code Management}]}, summary.html={name=Summary, uri=summary.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=summary.html, name=Summary}]}, team.html={name=Team, uri=team.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=team.html, name=Team}]}, project-info.html={name=Project Information, uri=project-info.html, childs={ci-management.html=CI Management, dependencies.html=Dependencies, dependency-info.html=Maven Coordinates, distribution-management.html=Distribution Management, licenses.html=Licenses, plugin-management.html=Plugin Management, plugins.html=Plugins, scm.html=Source Code Management, summary.html=Summary, team.html=Team}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}]}, testapidocs/index.html={name=Test JavaDocs, uri=testapidocs/index.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=testapidocs/index.html, name=Test JavaDocs}]}, apidocs/index.html={name=JavaDocs, uri=apidocs/index.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=apidocs/index.html, name=JavaDocs}]}, xref/index.html={name=Source Xref, uri=xref/index.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=xref/index.html, name=Source Xref}]}, xref-test/index.html={name=Test Source Xref, uri=xref-test/index.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=xref-test/index.html, name=Test Source Xref}]}, cpd.html={name=CPD, uri=cpd.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=cpd.html, name=CPD}]}, pmd.html={name=PMD, uri=pmd.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=pmd.html, name=PMD}]}, plugin-info.html={name=Plugin Documentation, uri=plugin-info.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=plugin-info.html, name=Plugin Documentation}]}, project-reports.html={name=Project Reports, uri=project-reports.html, childs={testapidocs/index.html=Test JavaDocs, apidocs/index.html=JavaDocs, xref/index.html=Source Xref, xref-test/index.html=Test Source Xref, cpd.html=CPD, pmd.html=PMD, plugin-info.html=Plugin Documentation}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}]}, index.html?about={name=Overview, uri=index.html?about, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=index.html?about, name=Overview}]}, configuration.html={name=Configuration Examples, uri=configuration.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=configuration.html, name=Configuration Examples}]}, create-mojo.html={name=Goal — hibernate:create, uri=create-mojo.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=create-mojo.html, name=Goal — hibernate:create}]}, update-mojo.html={name=Goal — hibernate:update, uri=update-mojo.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=update-mojo.html, name=Goal — hibernate:update}]}, drop-mojo.html={name=Goal — hibernate:drop, uri=drop-mojo.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=drop-mojo.html, name=Goal — hibernate:drop}]}, help-mojo.html={name=Goal — hibernate:help, uri=help-mojo.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=help-mojo.html, name=Goal — hibernate:help}]}, debugging.html={name=Enable Debugging-Output, uri=debugging.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=debugging.html, name=Enable Debugging-Output}]}, skip.html={name=Skipping Execution, uri=skip.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=skip.html, name=Skipping Execution}]}, force.html={name=Force Exceution, uri=force.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=force.html, name=Force Exceution}]}, pitfalls.html={name=Known Pitfalls (FAQ), uri=pitfalls.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=pitfalls.html, name=Known Pitfalls (FAQ)}]}} -->
-
-
-<!--*/-->
-<html xmlns="http://www.w3.org/1999/xhtml" th:replace="~{/templates/layout.html :: layout(uri='' + ~{:: code[class='site_uri']/text()}, title=~{:: title}, maincontent=~{:: .maincontent}, json='MERGE:' + ~{:: pre[class='json']/text()})}">
- <head>
- <title class="title">Hibernate Maven Plugin – Project Information</title>
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
- <link id="canonical" rel="canonical" href="/hibernate-maven-plugin/project-info.html"/>
- </head>
- <body>
- <h1 class="short_title">Project Information</h1>
- <h2>URI</h2>
- <ul>
- <li><strong>site:</strong> <code class="site_uri">/projects/hibernate-maven-plugin/2.1.0/project-info.html</code></li>
- <li><strong>canonical:</strong> <code class="canonical_uri">/hibernate-maven-plugin/project-info.html</code></li>
- <li><strong>relative:</strong> <code class="relative_uri">project-info.html</code></li>
- </ul>
- <h2>Path</h2>
- <p>
- <ol>
- <li><a href="index.html">Hibernate Maven Plugin</a></li><li><a href="project-info.html">Project Information</a></li> </ol>
- </p>
- <hr />
- <article class="maincontent">
- <section>
-<h2><a name="Project_Information"></a>Project Information</h2>
-<p>This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by <a class="externalLink" href="http://maven.apache.org">Maven</a> on behalf of the project.</p><section>
-<h3><a name="Overview"></a>Overview</h3>
-<table border="0" class="bodyTable">
-<tr class="a">
-<th>Document</th>
-<th>Description</th></tr>
-<tr class="b">
-<td><a href="ci-management.html">CI Management</a></td>
-<td>This document lists the continuous integration management system of this project for building and testing code on a frequent, regular basis.</td></tr>
-<tr class="a">
-<td><a href="dependencies.html">Dependencies</a></td>
-<td>This document lists the project's dependencies and provides information on each dependency.</td></tr>
-<tr class="b">
-<td><a href="dependency-info.html">Maven Coordinates</a></td>
-<td>This document describes how to include this project as a dependency using various dependency management tools.</td></tr>
-<tr class="a">
-<td><a href="distribution-management.html">Distribution Management</a></td>
-<td>This document provides informations on the distribution management of this project.</td></tr>
-<tr class="b">
-<td><a href="index.html">About</a></td>
-<td>A simple plugin for generating a database-schema from Hibernate-Mappings</td></tr>
-<tr class="a">
-<td><a href="licenses.html">Licenses</a></td>
-<td>This document lists the project license(s).</td></tr>
-<tr class="b">
-<td><a href="plugin-management.html">Plugin Management</a></td>
-<td>This document lists the plugins that are defined through pluginManagement.</td></tr>
-<tr class="a">
-<td><a href="plugins.html">Plugins</a></td>
-<td>This document lists the build plugins and the report plugins used by this project.</td></tr>
-<tr class="b">
-<td><a href="scm.html">Source Code Management</a></td>
-<td>This document lists ways to access the online source repository.</td></tr>
-<tr class="a">
-<td><a href="summary.html">Summary</a></td>
-<td>This document lists other related information of this project</td></tr>
-<tr class="b">
-<td><a href="team.html">Team</a></td>
-<td>This document provides information on the members of this project. These are the individuals who have contributed to the project in one form or another.</td></tr></table></section></section>
- </article>
- <hr />
- <h2>Page Structure as JSON</h2>
- <pre class="json">
-{
- "_titles": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": "Hibernate Maven Plugin",
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html": "CI Management",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html": "Dependencies",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html": "Maven Coordinates",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html": "Distribution Management",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html": "Licenses",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html": "Plugin Management",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html": "Plugins",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html": "Source Code Management",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html": "Summary",
- "/projects/hibernate-maven-plugin/2.1.0/team.html": "Team",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": "Project Information",
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html": "Test JavaDocs",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html": "JavaDocs",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html": "Source Xref",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html": "Test Source Xref",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html": "CPD",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html": "PMD",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html": "Plugin Documentation",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": "Project Reports",
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about": "Overview",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html": "Configuration Examples",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html": "Goal — hibernate:create",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html": "Goal — hibernate:update",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": "Goal — hibernate:drop",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html": "Goal — hibernate:help",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html": "Enable Debugging-Output",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html": "Skipping Execution",
- "/projects/hibernate-maven-plugin/2.1.0/force.html": "Force Exceution",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html": "Known Pitfalls (FAQ)"
- },
- "_childs": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": [
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html",
- "/projects/hibernate-maven-plugin/2.1.0/force.html",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": [
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html",
- "/projects/hibernate-maven-plugin/2.1.0/team.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": [
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html"
- ]
- },
- "_crumbs": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/scm.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/summary.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/team.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/team.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/skip.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/force.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/force.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html"
- ]
- },
- "_canonical": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": "/hibernate-maven-plugin/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html": "/hibernate-maven-plugin/ci-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html": "/hibernate-maven-plugin/dependencies.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html": "/hibernate-maven-plugin/dependency-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html": "/hibernate-maven-plugin/distribution-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html": "/hibernate-maven-plugin/licenses.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html": "/hibernate-maven-plugin/plugin-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html": "/hibernate-maven-plugin/plugins.html",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html": "/hibernate-maven-plugin/scm.html",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html": "/hibernate-maven-plugin/summary.html",
- "/projects/hibernate-maven-plugin/2.1.0/team.html": "/hibernate-maven-plugin/team.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": "/hibernate-maven-plugin/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html": "/hibernate-maven-plugin/testapidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html": "/hibernate-maven-plugin/apidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html": "/hibernate-maven-plugin/xref/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html": "/hibernate-maven-plugin/xref-test/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html": "/hibernate-maven-plugin/cpd.html",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html": "/hibernate-maven-plugin/pmd.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html": "/hibernate-maven-plugin/plugin-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": "/hibernate-maven-plugin/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about": "/hibernate-maven-plugin/index.html?about",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html": "/hibernate-maven-plugin/configuration.html",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html": "/hibernate-maven-plugin/create-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html": "/hibernate-maven-plugin/update-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": "/hibernate-maven-plugin/drop-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html": "/hibernate-maven-plugin/help-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html": "/hibernate-maven-plugin/debugging.html",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html": "/hibernate-maven-plugin/skip.html",
- "/projects/hibernate-maven-plugin/2.1.0/force.html": "/hibernate-maven-plugin/force.html",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html": "/hibernate-maven-plugin/pitfalls.html"
- }
-}
- </pre>
- <h2>All Pages</h2>
- <p>
- <ul>
- <li><a href="index.html">Hibernate Maven Plugin</a></li><li><a href="ci-management.html">CI Management</a></li><li><a href="dependencies.html">Dependencies</a></li><li><a href="dependency-info.html">Maven Coordinates</a></li><li><a href="distribution-management.html">Distribution Management</a></li><li><a href="licenses.html">Licenses</a></li><li><a href="plugin-management.html">Plugin Management</a></li><li><a href="plugins.html">Plugins</a></li><li><a href="scm.html">Source Code Management</a></li><li><a href="summary.html">Summary</a></li><li><a href="team.html">Team</a></li><li><a href="project-info.html">Project Information</a></li><li><a href="testapidocs/index.html">Test JavaDocs</a></li><li><a href="apidocs/index.html">JavaDocs</a></li><li><a href="xref/index.html">Source Xref</a></li><li><a href="xref-test/index.html">Test Source Xref</a></li><li><a href="cpd.html">CPD</a></li><li><a href="pmd.html">PMD</a></li><li><a href="plugin-info.html">Plugin Documentation</a></li><li><a href="project-reports.html">Project Reports</a></li><li><a href="index.html?about">Overview</a></li><li><a href="configuration.html">Configuration Examples</a></li><li><a href="create-mojo.html">Goal — hibernate:create</a></li><li><a href="update-mojo.html">Goal — hibernate:update</a></li><li><a href="drop-mojo.html">Goal — hibernate:drop</a></li><li><a href="help-mojo.html">Goal — hibernate:help</a></li><li><a href="debugging.html">Enable Debugging-Output</a></li><li><a href="skip.html">Skipping Execution</a></li><li><a href="force.html">Force Exceution</a></li><li><a href="pitfalls.html">Known Pitfalls (FAQ)</a></li> </ul>
- </p>
- </body>
-</html>
--- /dev/null
+---
+title: Project Information
+weight: 1
+outputs:
+ - html
+url: /projects/hibernate-maven-plugin/2.1.0/project-info.html
+layout: article
+---
+<div id="sili-body">
+<section>
+<h2><a name="Project_Information"></a>Project Information</h2>
+<p>This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by <a class="externalLink" href="http://maven.apache.org">Maven</a> on behalf of the project.</p><section>
+<h3><a name="Overview"></a>Overview</h3>
+<table border="0" class="bodyTable">
+<tr class="a">
+<th>Document</th>
+<th>Description</th></tr>
+<tr class="b">
+<td><a href="ci-management.html">CI Management</a></td>
+<td>This document lists the continuous integration management system of this project for building and testing code on a frequent, regular basis.</td></tr>
+<tr class="a">
+<td><a href="dependencies.html">Dependencies</a></td>
+<td>This document lists the project's dependencies and provides information on each dependency.</td></tr>
+<tr class="b">
+<td><a href="dependency-info.html">Maven Coordinates</a></td>
+<td>This document describes how to include this project as a dependency using various dependency management tools.</td></tr>
+<tr class="a">
+<td><a href="distribution-management.html">Distribution Management</a></td>
+<td>This document provides informations on the distribution management of this project.</td></tr>
+<tr class="b">
+<td><a href="index.html">About</a></td>
+<td>A simple plugin for generating a database-schema from Hibernate-Mappings</td></tr>
+<tr class="a">
+<td><a href="licenses.html">Licenses</a></td>
+<td>This document lists the project license(s).</td></tr>
+<tr class="b">
+<td><a href="plugin-management.html">Plugin Management</a></td>
+<td>This document lists the plugins that are defined through pluginManagement.</td></tr>
+<tr class="a">
+<td><a href="plugins.html">Plugins</a></td>
+<td>This document lists the build plugins and the report plugins used by this project.</td></tr>
+<tr class="b">
+<td><a href="scm.html">Source Code Management</a></td>
+<td>This document lists ways to access the online source repository.</td></tr>
+<tr class="a">
+<td><a href="summary.html">Summary</a></td>
+<td>This document lists other related information of this project</td></tr>
+<tr class="b">
+<td><a href="team.html">Team</a></td>
+<td>This document provides information on the members of this project. These are the individuals who have contributed to the project in one form or another.</td></tr></table></section></section>
+</div>
+<!-- PREPARING ROOT-ENTRY - name: Hibernate Maven Plugin ref: index.html -->
+<!-- READING MENU - name: Project Documentation ref: reports -->
+<!-- VISITING PAGE - href: /project-info.html / name: Project Information -->
+<!-- VISITING PAGE - href: ci-management.html / name: CI Management -->
+<!-- VISITING PAGE - href: dependencies.html / name: Dependencies -->
+<!-- VISITING PAGE - href: dependency-info.html / name: Maven Coordinates -->
+<!-- VISITING PAGE - href: distribution-management.html / name: Distribution Management -->
+<!-- VISITING PAGE - href: index.html / name: About -->
+<!-- RENAMING already seen PAGE: href=index.html, FROM name=Hibernate Maven Plugin TO name=About -->
+<!-- VISITING PAGE - href: licenses.html / name: Licenses -->
+<!-- VISITING PAGE - href: plugin-management.html / name: Plugin Management -->
+<!-- VISITING PAGE - href: plugins.html / name: Plugins -->
+<!-- VISITING PAGE - href: scm.html / name: Source Code Management -->
+<!-- VISITING PAGE - href: summary.html / name: Summary -->
+<!-- VISITING PAGE - href: team.html / name: Team -->
+<!-- VISITING PAGE - href: /project-reports.html / name: Project Reports -->
+<!-- VISITING PAGE - href: testapidocs/index.html / name: Test JavaDocs -->
+<!-- VISITING PAGE - href: apidocs/index.html / name: JavaDocs -->
+<!-- VISITING PAGE - href: xref/index.html / name: Source Xref -->
+<!-- VISITING PAGE - href: xref-test/index.html / name: Test Source Xref -->
+<!-- VISITING PAGE - href: cpd.html / name: CPD -->
+<!-- VISITING PAGE - href: pmd.html / name: PMD -->
+<!-- VISITING PAGE - href: plugin-info.html / name: Plugin Documentation -->
+<!-- READING MENU - name: $menu.name ref: $menu.ref -->
+<!-- VISITING PAGE - href: index.html / name: About -->
+<!-- RENAMING already seen PAGE: href=index.html, FROM name=About TO name=About -->
+<!-- VISITING PAGE - href: configuration.html / name: Configuration Examples -->
+<!-- VISITING PAGE - href: create-mojo.html / name: Goal — hibernate:create -->
+<!-- VISITING PAGE - href: update-mojo.html / name: Goal — hibernate:update -->
+<!-- VISITING PAGE - href: drop-mojo.html / name: Goal — hibernate:drop -->
+<!-- VISITING PAGE - href: help-mojo.html / name: Goal — hibernate:help -->
+<!-- VISITING PAGE - href: debugging.html / name: Enable Debugging-Output -->
+<!-- VISITING PAGE - href: skip.html / name: Skipping Execution -->
+<!-- VISITING PAGE - href: force.html / name: Force Exceution -->
+<!-- VISITING PAGE - href: pitfalls.html / name: Known Pitfalls (FAQ) -->
+<!-- VISITING PAGE - href: project-info.html / name: Project Information -->
+<!-- RENAMING already seen PAGE: href=project-info.html, FROM name=Project Information TO name=Project Information -->
+<!-- VISITING PAGE - href: project-reports.html / name: Project Reports -->
+<!-- RENAMING already seen PAGE: href=project-reports.html, FROM name=Project Reports TO name=Project Reports -->
--- /dev/null
+---
+title: CI Management
+weight: 2
+outputs:
+ - html
+url: /projects/hibernate-maven-plugin/2.1.0/ci-management.html
+layout: article
+---
+<div id="sili-body">
+<section><a name="Overview"></a>
+<h2><a name="Overview"></a>Overview</h2>
+<p>This project uses <a class="externalLink" href="http://continuum.apache.org/">Continuum</a>.</p></section><section><a name="Access"></a>
+<h2><a name="Access"></a>Access</h2>
+<p>The following is a link to the continuous integration system used by the project:</p>
+</div>
+<!-- PREPARING ROOT-ENTRY - name: Hibernate Maven Plugin ref: index.html -->
+<!-- READING MENU - name: Project Documentation ref: reports -->
+<!-- VISITING PAGE - href: /project-info.html / name: Project Information -->
+<!-- VISITING PAGE - href: ci-management.html / name: CI Management -->
+<!-- VISITING PAGE - href: dependencies.html / name: Dependencies -->
+<!-- VISITING PAGE - href: dependency-info.html / name: Maven Coordinates -->
+<!-- VISITING PAGE - href: distribution-management.html / name: Distribution Management -->
+<!-- VISITING PAGE - href: index.html / name: About -->
+<!-- RENAMING already seen PAGE: href=index.html, FROM name=Hibernate Maven Plugin TO name=About -->
+<!-- VISITING PAGE - href: licenses.html / name: Licenses -->
+<!-- VISITING PAGE - href: plugin-management.html / name: Plugin Management -->
+<!-- VISITING PAGE - href: plugins.html / name: Plugins -->
+<!-- VISITING PAGE - href: scm.html / name: Source Code Management -->
+<!-- VISITING PAGE - href: summary.html / name: Summary -->
+<!-- VISITING PAGE - href: team.html / name: Team -->
+<!-- VISITING PAGE - href: /project-reports.html / name: Project Reports -->
+<!-- VISITING PAGE - href: testapidocs/index.html / name: Test JavaDocs -->
+<!-- VISITING PAGE - href: apidocs/index.html / name: JavaDocs -->
+<!-- VISITING PAGE - href: xref/index.html / name: Source Xref -->
+<!-- VISITING PAGE - href: xref-test/index.html / name: Test Source Xref -->
+<!-- VISITING PAGE - href: cpd.html / name: CPD -->
+<!-- VISITING PAGE - href: pmd.html / name: PMD -->
+<!-- VISITING PAGE - href: plugin-info.html / name: Plugin Documentation -->
+<!-- READING MENU - name: $menu.name ref: $menu.ref -->
+<!-- VISITING PAGE - href: index.html / name: About -->
+<!-- RENAMING already seen PAGE: href=index.html, FROM name=About TO name=About -->
+<!-- VISITING PAGE - href: configuration.html / name: Configuration Examples -->
+<!-- VISITING PAGE - href: create-mojo.html / name: Goal — hibernate:create -->
+<!-- VISITING PAGE - href: update-mojo.html / name: Goal — hibernate:update -->
+<!-- VISITING PAGE - href: drop-mojo.html / name: Goal — hibernate:drop -->
+<!-- VISITING PAGE - href: help-mojo.html / name: Goal — hibernate:help -->
+<!-- VISITING PAGE - href: debugging.html / name: Enable Debugging-Output -->
+<!-- VISITING PAGE - href: skip.html / name: Skipping Execution -->
+<!-- VISITING PAGE - href: force.html / name: Force Exceution -->
+<!-- VISITING PAGE - href: pitfalls.html / name: Known Pitfalls (FAQ) -->
+<!-- VISITING PAGE - href: project-info.html / name: Project Information -->
+<!-- RENAMING already seen PAGE: href=project-info.html, FROM name=Project Information TO name=Project Information -->
+<!-- VISITING PAGE - href: project-reports.html / name: Project Reports -->
+<!-- RENAMING already seen PAGE: href=project-reports.html, FROM name=Project Reports TO name=Project Reports -->
--- /dev/null
+---
+title: Dependencies
+weight: 3
+outputs:
+ - html
+url: /projects/hibernate-maven-plugin/2.1.0/dependencies.html
+layout: article
+---
+<div id="sili-body">
+<section><a name="Project_Dependencies"></a>
+<h2><a name="Project_Dependencies"></a>Project Dependencies</h2><section><a name="Project_Dependencies_compile"></a>
+<h3><a name="compile"></a>compile</h3>
+<p>The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:</p>
+<table border="0" class="bodyTable">
+<tr class="a">
+<th>GroupId</th>
+<th>ArtifactId</th>
+<th>Version</th>
+<th>Type</th>
+<th>Licenses</th></tr>
+<tr class="b">
+<td>com.pyx4j</td>
+<td><a class="externalLink" href="http://www.pyx4j.com/pyx4j-maven-plugins/maven-plugin-log4j">maven-plugin-log4j</a></td>
+<td>1.0.1</td>
+<td>jar</td>
+<td><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></td></tr>
+<tr class="a">
+<td>de.juplo</td>
+<td><a class="externalLink" href="http://juplo.de/scannotation">scannotation</a></td>
+<td>1.0.4</td>
+<td>jar</td>
+<td>-</td></tr>
+<tr class="b">
+<td>javax.el</td>
+<td><a class="externalLink" href="http://uel-spec.java.net">javax.el-api</a></td>
+<td>3.0.0</td>
+<td>jar</td>
+<td><a class="externalLink" href="https://glassfish.dev.java.net/nonav/public/CDDL+GPL.html">CDDL + GPLv2 with classpath exception</a></td></tr>
+<tr class="a">
+<td>org.apache.maven</td>
+<td><a class="externalLink" href="http://maven.apache.org/ref/3.3.3/maven-core">maven-core</a></td>
+<td>3.3.3</td>
+<td>jar</td>
+<td><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr>
+<tr class="b">
+<td>org.apache.maven</td>
+<td><a class="externalLink" href="http://maven.apache.org/ref/3.3.3/maven-plugin-api">maven-plugin-api</a></td>
+<td>3.3.3</td>
+<td>jar</td>
+<td><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr>
+<tr class="a">
+<td>org.hibernate</td>
+<td><a class="externalLink" href="http://hibernate.org">hibernate-core</a></td>
+<td>5.2.4.Final</td>
+<td>jar</td>
+<td><a class="externalLink" href="http://www.gnu.org/licenses/lgpl-2.1.html">GNU Lesser General Public License</a></td></tr>
+<tr class="b">
+<td>org.hibernate</td>
+<td><a class="externalLink" href="http://hibernate.org">hibernate-envers</a></td>
+<td>5.2.4.Final</td>
+<td>jar</td>
+<td><a class="externalLink" href="http://www.gnu.org/licenses/lgpl-2.1.html">GNU Lesser General Public License</a></td></tr>
+<tr class="a">
+<td>org.hibernate</td>
+<td><a class="externalLink" href="http://hibernate.org/validator/hibernate-validator">hibernate-validator</a></td>
+<td>5.3.1.Final</td>
+<td>jar</td>
+<td><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr></table></section></section><section><a name="Project_Transitive_Dependencies"></a>
+<h2><a name="Project_Transitive_Dependencies"></a>Project Transitive Dependencies</h2>
+<p>The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.</p><section><a name="Project_Transitive_Dependencies_compile"></a>
+<h3><a name="compile"></a>compile</h3>
+<p>The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:</p>
+<table border="0" class="bodyTable">
+<tr class="a">
+<th>GroupId</th>
+<th>ArtifactId</th>
+<th>Version</th>
+<th>Classifier</th>
+<th>Type</th>
+<th>Licenses</th></tr>
+<tr class="b">
+<td>antlr</td>
+<td><a class="externalLink" href="http://www.antlr.org/">antlr</a></td>
+<td>2.7.7</td>
+<td>-</td>
+<td>jar</td>
+<td><a class="externalLink" href="http://www.antlr.org/license.html">BSD License</a></td></tr>
+<tr class="a">
+<td>aopalliance</td>
+<td><a class="externalLink" href="http://aopalliance.sourceforge.net">aopalliance</a></td>
+<td>1.0</td>
+<td>-</td>
+<td>jar</td>
+<td>Public Domain</td></tr>
+<tr class="b">
+<td>com.fasterxml</td>
+<td><a class="externalLink" href="http://github.com/cowtowncoder/java-classmate">classmate</a></td>
+<td>1.3.0</td>
+<td>-</td>
+<td>jar</td>
+<td><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></td></tr>
+<tr class="a">
+<td>com.google.guava</td>
+<td><a class="externalLink" href="http://code.google.com/p/guava-libraries/guava">guava</a></td>
+<td>18.0</td>
+<td>-</td>
+<td>jar</td>
+<td><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></td></tr>
+<tr class="b">
+<td>dom4j</td>
+<td><a class="externalLink" href="http://dom4j.org">dom4j</a></td>
+<td>1.6.1</td>
+<td>-</td>
+<td>jar</td>
+<td>-</td></tr>
+<tr class="a">
+<td>javax.annotation</td>
+<td><a class="externalLink" href="http://jcp.org/aboutJava/communityprocess/final/jsr250/index.html">jsr250-api</a></td>
+<td>1.0</td>
+<td>-</td>
+<td>jar</td>
+<td><a class="externalLink" href="https://glassfish.dev.java.net/public/CDDLv1.0.html">COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0</a></td></tr>
+<tr class="b">
+<td>javax.el</td>
+<td>el-api</td>
+<td>2.2</td>
+<td>-</td>
+<td>jar</td>
+<td>-</td></tr>
+<tr class="a">
+<td>javax.enterprise</td>
+<td><a class="externalLink" href="http://www.seamframework.org/Weld">cdi-api</a></td>
+<td>1.1</td>
+<td>-</td>
+<td>jar</td>
+<td><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.html">Apache License, Version 2.0</a></td></tr>
+<tr class="b">
+<td>javax.inject</td>
+<td><a class="externalLink" href="http://code.google.com/p/atinject/">javax.inject</a></td>
+<td>1</td>
+<td>-</td>
+<td>jar</td>
+<td><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></td></tr>
+<tr class="a">
+<td>javax.validation</td>
+<td><a class="externalLink" href="http://beanvalidation.org">validation-api</a></td>
+<td>1.1.0.Final</td>
+<td>-</td>
+<td>jar</td>
+<td><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></td></tr>
+<tr class="b">
+<td>log4j</td>
+<td><a class="externalLink" href="http://logging.apache.org/log4j/docs/">log4j</a></td>
+<td>1.2.14</td>
+<td>-</td>
+<td>jar</td>
+<td><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></td></tr>
+<tr class="a">
+<td>org.apache.geronimo.specs</td>
+<td><a class="externalLink" href="http://geronimo.apache.org/specs/geronimo-jta_1.1_spec">geronimo-jta_1.1_spec</a></td>
+<td>1.1.1</td>
+<td>-</td>
+<td>jar</td>
+<td><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></td></tr>
+<tr class="b">
+<td>org.apache.maven</td>
+<td><a class="externalLink" href="http://maven.apache.org/ref/3.3.3/maven-aether-provider">maven-aether-provider</a></td>
+<td>3.3.3</td>
+<td>-</td>
+<td>jar</td>
+<td><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr>
+<tr class="a">
+<td>org.apache.maven</td>
+<td><a class="externalLink" href="http://maven.apache.org/ref/3.3.3/maven-artifact">maven-artifact</a></td>
+<td>3.3.3</td>
+<td>-</td>
+<td>jar</td>
+<td><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr>
+<tr class="b">
+<td>org.apache.maven</td>
+<td><a class="externalLink" href="http://maven.apache.org/ref/3.3.3/maven-builder-support">maven-builder-support</a></td>
+<td>3.3.3</td>
+<td>-</td>
+<td>jar</td>
+<td><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr>
+<tr class="a">
+<td>org.apache.maven</td>
+<td><a class="externalLink" href="http://maven.apache.org/ref/3.3.3/maven-model">maven-model</a></td>
+<td>3.3.3</td>
+<td>-</td>
+<td>jar</td>
+<td><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr>
+<tr class="b">
+<td>org.apache.maven</td>
+<td><a class="externalLink" href="http://maven.apache.org/ref/3.3.3/maven-model-builder">maven-model-builder</a></td>
+<td>3.3.3</td>
+<td>-</td>
+<td>jar</td>
+<td><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr>
+<tr class="a">
+<td>org.apache.maven</td>
+<td><a class="externalLink" href="http://maven.apache.org/ref/3.3.3/maven-repository-metadata">maven-repository-metadata</a></td>
+<td>3.3.3</td>
+<td>-</td>
+<td>jar</td>
+<td><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr>
+<tr class="b">
+<td>org.apache.maven</td>
+<td><a class="externalLink" href="http://maven.apache.org/ref/3.3.3/maven-settings">maven-settings</a></td>
+<td>3.3.3</td>
+<td>-</td>
+<td>jar</td>
+<td><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr>
+<tr class="a">
+<td>org.apache.maven</td>
+<td><a class="externalLink" href="http://maven.apache.org/ref/3.3.3/maven-settings-builder">maven-settings-builder</a></td>
+<td>3.3.3</td>
+<td>-</td>
+<td>jar</td>
+<td><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr>
+<tr class="b">
+<td>org.codehaus.plexus</td>
+<td><a class="externalLink" href="http://plexus.codehaus.org/plexus-classworlds/">plexus-classworlds</a></td>
+<td>2.5.2</td>
+<td>-</td>
+<td>jar</td>
+<td><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></td></tr>
+<tr class="a">
+<td>org.codehaus.plexus</td>
+<td><a class="externalLink" href="http://plexus.codehaus.org/plexus-containers/plexus-component-annotations/">plexus-component-annotations</a></td>
+<td>1.5.5</td>
+<td>-</td>
+<td>jar</td>
+<td><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></td></tr>
+<tr class="b">
+<td>org.codehaus.plexus</td>
+<td><a class="externalLink" href="http://plexus.codehaus.org/plexus-components/plexus-interpolation">plexus-interpolation</a></td>
+<td>1.21</td>
+<td>-</td>
+<td>jar</td>
+<td><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></td></tr>
+<tr class="a">
+<td>org.eclipse.aether</td>
+<td><a class="externalLink" href="http://www.eclipse.org/aether/aether-api/">aether-api</a></td>
+<td>1.0.2.v20150114</td>
+<td>-</td>
+<td>jar</td>
+<td><a class="externalLink" href="http://www.eclipse.org/legal/epl-v10.html">Eclipse Public License, Version 1.0</a></td></tr>
+<tr class="b">
+<td>org.eclipse.aether</td>
+<td><a class="externalLink" href="http://www.eclipse.org/aether/aether-impl/">aether-impl</a></td>
+<td>1.0.2.v20150114</td>
+<td>-</td>
+<td>jar</td>
+<td><a class="externalLink" href="http://www.eclipse.org/legal/epl-v10.html">Eclipse Public License, Version 1.0</a></td></tr>
+<tr class="a">
+<td>org.eclipse.aether</td>
+<td><a class="externalLink" href="http://www.eclipse.org/aether/aether-spi/">aether-spi</a></td>
+<td>1.0.2.v20150114</td>
+<td>-</td>
+<td>jar</td>
+<td><a class="externalLink" href="http://www.eclipse.org/legal/epl-v10.html">Eclipse Public License, Version 1.0</a></td></tr>
+<tr class="b">
+<td>org.eclipse.aether</td>
+<td><a class="externalLink" href="http://www.eclipse.org/aether/aether-util/">aether-util</a></td>
+<td>1.0.2.v20150114</td>
+<td>-</td>
+<td>jar</td>
+<td><a class="externalLink" href="http://www.eclipse.org/legal/epl-v10.html">Eclipse Public License, Version 1.0</a></td></tr>
+<tr class="a">
+<td>org.eclipse.sisu</td>
+<td><a class="externalLink" href="http://www.eclipse.org/sisu/org.eclipse.sisu.inject/">org.eclipse.sisu.inject</a></td>
+<td>0.3.0</td>
+<td>-</td>
+<td>jar</td>
+<td><a class="externalLink" href="http://www.eclipse.org/legal/epl-v10.html">Eclipse Public License, Version 1.0</a></td></tr>
+<tr class="b">
+<td>org.eclipse.sisu</td>
+<td><a class="externalLink" href="http://www.eclipse.org/sisu/org.eclipse.sisu.plexus/">org.eclipse.sisu.plexus</a></td>
+<td>0.3.0</td>
+<td>-</td>
+<td>jar</td>
+<td><a class="externalLink" href="http://www.eclipse.org/legal/epl-v10.html">Eclipse Public License, Version 1.0</a></td></tr>
+<tr class="a">
+<td>org.hibernate.common</td>
+<td><a class="externalLink" href="http://hibernate.org">hibernate-commons-annotations</a></td>
+<td>5.0.1.Final</td>
+<td>-</td>
+<td>jar</td>
+<td><a class="externalLink" href="http://www.gnu.org/licenses/lgpl-2.1.html">GNU Lesser General Public License</a></td></tr>
+<tr class="b">
+<td>org.hibernate.javax.persistence</td>
+<td><a class="externalLink" href="http://hibernate.org">hibernate-jpa-2.1-api</a></td>
+<td>1.0.0.Final</td>
+<td>-</td>
+<td>jar</td>
+<td><a class="externalLink" href="http://www.eclipse.org/legal/epl-v10.html">Eclipse Public License (EPL), Version 1.0</a><a class="externalLink" href="http://www.eclipse.org/org/documents/edl-v10.php">Eclipse Distribution License (EDL), Version 1.0</a></td></tr>
+<tr class="a">
+<td>org.javassist</td>
+<td><a class="externalLink" href="http://www.javassist.org/">javassist</a></td>
+<td>3.20.0-GA</td>
+<td>-</td>
+<td>jar</td>
+<td><a class="externalLink" href="http://www.mozilla.org/MPL/MPL-1.1.html">MPL 1.1</a><a class="externalLink" href="http://www.gnu.org/licenses/lgpl-2.1.html">LGPL 2.1</a><a class="externalLink" href="http://www.apache.org/licenses/">Apache License 2.0</a></td></tr>
+<tr class="b">
+<td>org.jboss</td>
+<td><a class="externalLink" href="http://www.jboss.org/jandex">jandex</a></td>
+<td>2.0.0.Final</td>
+<td>-</td>
+<td>jar</td>
+<td><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr>
+<tr class="a">
+<td>org.jboss.logging</td>
+<td><a class="externalLink" href="http://www.jboss.org">jboss-logging</a></td>
+<td>3.3.0.Final</td>
+<td>-</td>
+<td>jar</td>
+<td><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, version 2.0</a></td></tr>
+<tr class="b">
+<td>org.jboss.spec.javax.interceptor</td>
+<td><a class="externalLink" href="http://jboss-interceptors-api_1.1_spec/">jboss-interceptors-api_1.1_spec</a></td>
+<td>1.0.0.Beta1</td>
+<td>-</td>
+<td>jar</td>
+<td><a class="externalLink" href="http://repository.jboss.org/licenses/lgpl-2.1.txt">lgpl</a></td></tr>
+<tr class="a">
+<td>org.sonatype.plexus</td>
+<td><a class="externalLink" href="http://spice.sonatype.org/plexus-cipher">plexus-cipher</a></td>
+<td>1.4</td>
+<td>-</td>
+<td>jar</td>
+<td><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0">Apache Public License 2.0</a></td></tr>
+<tr class="b">
+<td>org.sonatype.plexus</td>
+<td><a class="externalLink" href="http://spice.sonatype.org/plexus-sec-dispatcher">plexus-sec-dispatcher</a></td>
+<td>1.3</td>
+<td>-</td>
+<td>jar</td>
+<td><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0">Apache Public License 2.0</a></td></tr>
+<tr class="a">
+<td>org.sonatype.sisu</td>
+<td><a class="externalLink" href="https://github.com/google/guice/sisu-guice">sisu-guice</a></td>
+<td>3.2.5</td>
+<td>no_aop</td>
+<td>jar</td>
+<td><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></td></tr></table></section></section><section><a name="Project_Dependency_Graph"></a>
+<h2><a name="Project_Dependency_Graph"></a>Project Dependency Graph</h2>
+<script>
+ function toggleDependencyDetails( divId, imgId )
+ {
+ var div = document.getElementById( divId );
+ var img = document.getElementById( imgId );
+ if( div.style.display == '' )
+ {
+ div.style.display = 'none';
+ img.src='./images/icon_info_sml.gif';
+ img.alt='[Information]';
+ }
+ else
+ {
+ div.style.display = '';
+ img.src='./images/close.gif';
+ img.alt='[Close]';
+ }
+ }
+
+</script>
+<section><a name="Dependency_Tree"></a>
+<h3><a name="Dependency_Tree"></a>Dependency Tree</h3>
+<ul>
+<li>de.juplo:hibernate-maven-plugin:maven-plugin:2.1.0 <img id="_img1" src="./images/icon_info_sml.gif" alt="[Information]" onclick="toggleDependencyDetails( '_dep0', '_img1' );" style="cursor: pointer; vertical-align: text-bottom;" /><div id="_dep0" style="display:none">
+<table border="0" class="bodyTable">
+<tr class="a">
+<th>Hibernate Maven Plugin</th></tr>
+<tr class="b">
+<td>
+<p><b>Description: </b>A simple plugin for generating a database-schema from Hibernate-Mappings</p>
+<p><b>URL: </b><a class="externalLink" href="https://juplo.de/hibernate-maven-plugin/index.html">https://juplo.de/hibernate-maven-plugin/index.html</a></p>
+<p><b>Project Licenses: </b><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></p></td></tr></table></div>
+<ul>
+<li>org.apache.maven:maven-core:jar:3.3.3 (compile) <img id="_img3" src="./images/icon_info_sml.gif" alt="[Information]" onclick="toggleDependencyDetails( '_dep2', '_img3' );" style="cursor: pointer; vertical-align: text-bottom;" /><div id="_dep2" style="display:none">
+<table border="0" class="bodyTable">
+<tr class="a">
+<th>Maven Core</th></tr>
+<tr class="b">
+<td>
+<p><b>Description: </b>Maven Core classes.</p>
+<p><b>URL: </b><a class="externalLink" href="http://maven.apache.org/ref/3.3.3/maven-core">http://maven.apache.org/ref/3.3.3/maven-core</a></p>
+<p><b>Project Licenses: </b><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></p></td></tr></table></div>
+<ul>
+<li>org.apache.maven:maven-model:jar:3.3.3 (compile) <img id="_img5" src="./images/icon_info_sml.gif" alt="[Information]" onclick="toggleDependencyDetails( '_dep4', '_img5' );" style="cursor: pointer; vertical-align: text-bottom;" /><div id="_dep4" style="display:none">
+<table border="0" class="bodyTable">
+<tr class="a">
+<th>Maven Model</th></tr>
+<tr class="b">
+<td>
+<p><b>Description: </b>Model for Maven POM (Project Object Model)</p>
+<p><b>URL: </b><a class="externalLink" href="http://maven.apache.org/ref/3.3.3/maven-model">http://maven.apache.org/ref/3.3.3/maven-model</a></p>
+<p><b>Project Licenses: </b><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></p></td></tr></table></div></li>
+<li>org.apache.maven:maven-settings:jar:3.3.3 (compile) <img id="_img7" src="./images/icon_info_sml.gif" alt="[Information]" onclick="toggleDependencyDetails( '_dep6', '_img7' );" style="cursor: pointer; vertical-align: text-bottom;" /><div id="_dep6" style="display:none">
+<table border="0" class="bodyTable">
+<tr class="a">
+<th>Maven Settings</th></tr>
+<tr class="b">
+<td>
+<p><b>Description: </b>Maven Settings model.</p>
+<p><b>URL: </b><a class="externalLink" href="http://maven.apache.org/ref/3.3.3/maven-settings">http://maven.apache.org/ref/3.3.3/maven-settings</a></p>
+<p><b>Project Licenses: </b><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></p></td></tr></table></div></li>
+<li>org.apache.maven:maven-settings-builder:jar:3.3.3 (compile) <img id="_img9" src="./images/icon_info_sml.gif" alt="[Information]" onclick="toggleDependencyDetails( '_dep8', '_img9' );" style="cursor: pointer; vertical-align: text-bottom;" /><div id="_dep8" style="display:none">
+<table border="0" class="bodyTable">
+<tr class="a">
+<th>Maven Settings Builder</th></tr>
+<tr class="b">
+<td>
+<p><b>Description: </b>The effective settings builder, with inheritance and password decryption.</p>
+<p><b>URL: </b><a class="externalLink" href="http://maven.apache.org/ref/3.3.3/maven-settings-builder">http://maven.apache.org/ref/3.3.3/maven-settings-builder</a></p>
+<p><b>Project Licenses: </b><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></p></td></tr></table></div>
+<ul>
+<li>org.apache.maven:maven-builder-support:jar:3.3.3 (compile) <img id="_img11" src="./images/icon_info_sml.gif" alt="[Information]" onclick="toggleDependencyDetails( '_dep10', '_img11' );" style="cursor: pointer; vertical-align: text-bottom;" /><div id="_dep10" style="display:none">
+<table border="0" class="bodyTable">
+<tr class="a">
+<th>Maven Builder Support</th></tr>
+<tr class="b">
+<td>
+<p><b>Description: </b>Support for descriptor builders (model, setting, toolchains)</p>
+<p><b>URL: </b><a class="externalLink" href="http://maven.apache.org/ref/3.3.3/maven-builder-support">http://maven.apache.org/ref/3.3.3/maven-builder-support</a></p>
+<p><b>Project Licenses: </b><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></p></td></tr></table></div></li></ul></li>
+<li>org.apache.maven:maven-repository-metadata:jar:3.3.3 (compile) <img id="_img13" src="./images/icon_info_sml.gif" alt="[Information]" onclick="toggleDependencyDetails( '_dep12', '_img13' );" style="cursor: pointer; vertical-align: text-bottom;" /><div id="_dep12" style="display:none">
+<table border="0" class="bodyTable">
+<tr class="a">
+<th>Maven Repository Metadata Model</th></tr>
+<tr class="b">
+<td>
+<p><b>Description: </b>Per-directory local and remote repository metadata.</p>
+<p><b>URL: </b><a class="externalLink" href="http://maven.apache.org/ref/3.3.3/maven-repository-metadata">http://maven.apache.org/ref/3.3.3/maven-repository-metadata</a></p>
+<p><b>Project Licenses: </b><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></p></td></tr></table></div></li>
+<li>org.apache.maven:maven-artifact:jar:3.3.3 (compile) <img id="_img15" src="./images/icon_info_sml.gif" alt="[Information]" onclick="toggleDependencyDetails( '_dep14', '_img15' );" style="cursor: pointer; vertical-align: text-bottom;" /><div id="_dep14" style="display:none">
+<table border="0" class="bodyTable">
+<tr class="a">
+<th>Maven Artifact</th></tr>
+<tr class="b">
+<td>
+<p><b>Description: </b>Maven is a software build management and
+ comprehension tool. Based on the concept of a project object model:
+ builds, dependency management, documentation creation, site
+ publication, and distribution publication are all controlled from
+ the declarative file. Maven can be extended by plugins to utilise a
+ number of other development tools for reporting or the build
+ process.</p>
+<p><b>URL: </b><a class="externalLink" href="http://maven.apache.org/ref/3.3.3/maven-artifact">http://maven.apache.org/ref/3.3.3/maven-artifact</a></p>
+<p><b>Project Licenses: </b><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></p></td></tr></table></div></li>
+<li>org.apache.maven:maven-model-builder:jar:3.3.3 (compile) <img id="_img17" src="./images/icon_info_sml.gif" alt="[Information]" onclick="toggleDependencyDetails( '_dep16', '_img17' );" style="cursor: pointer; vertical-align: text-bottom;" /><div id="_dep16" style="display:none">
+<table border="0" class="bodyTable">
+<tr class="a">
+<th>Maven Model Builder</th></tr>
+<tr class="b">
+<td>
+<p><b>Description: </b>The effective model builder, with inheritance, profile activation, interpolation, ...</p>
+<p><b>URL: </b><a class="externalLink" href="http://maven.apache.org/ref/3.3.3/maven-model-builder">http://maven.apache.org/ref/3.3.3/maven-model-builder</a></p>
+<p><b>Project Licenses: </b><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></p></td></tr></table></div>
+<ul>
+<li>com.google.guava:guava:jar:18.0 (compile) <img id="_img19" src="./images/icon_info_sml.gif" alt="[Information]" onclick="toggleDependencyDetails( '_dep18', '_img19' );" style="cursor: pointer; vertical-align: text-bottom;" /><div id="_dep18" style="display:none">
+<table border="0" class="bodyTable">
+<tr class="a">
+<th>Guava: Google Core Libraries for Java</th></tr>
+<tr class="b">
+<td>
+<p><b>Description: </b>Guava is a suite of core and expanded libraries that include
+ utility classes, google's collections, io classes, and much
+ much more.
+
+ Guava has only one code dependency - javax.annotation,
+ per the JSR-305 spec.</p>
+<p><b>URL: </b><a class="externalLink" href="http://code.google.com/p/guava-libraries/guava">http://code.google.com/p/guava-libraries/guava</a></p>
+<p><b>Project Licenses: </b><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></p></td></tr></table></div></li></ul></li>
+<li>org.apache.maven:maven-aether-provider:jar:3.3.3 (compile) <img id="_img21" src="./images/icon_info_sml.gif" alt="[Information]" onclick="toggleDependencyDetails( '_dep20', '_img21' );" style="cursor: pointer; vertical-align: text-bottom;" /><div id="_dep20" style="display:none">
+<table border="0" class="bodyTable">
+<tr class="a">
+<th>Maven Aether Provider</th></tr>
+<tr class="b">
+<td>
+<p><b>Description: </b>Extensions to Aether for utilizing Maven POM and repository metadata.</p>
+<p><b>URL: </b><a class="externalLink" href="http://maven.apache.org/ref/3.3.3/maven-aether-provider">http://maven.apache.org/ref/3.3.3/maven-aether-provider</a></p>
+<p><b>Project Licenses: </b><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></p></td></tr></table></div>
+<ul>
+<li>org.eclipse.aether:aether-spi:jar:1.0.2.v20150114 (compile) <img id="_img23" src="./images/icon_info_sml.gif" alt="[Information]" onclick="toggleDependencyDetails( '_dep22', '_img23' );" style="cursor: pointer; vertical-align: text-bottom;" /><div id="_dep22" style="display:none">
+<table border="0" class="bodyTable">
+<tr class="a">
+<th>Aether SPI</th></tr>
+<tr class="b">
+<td>
+<p><b>Description: </b>The service provider interface for repository system implementations and repository connectors.</p>
+<p><b>URL: </b><a class="externalLink" href="http://www.eclipse.org/aether/aether-spi/">http://www.eclipse.org/aether/aether-spi/</a></p>
+<p><b>Project Licenses: </b><a class="externalLink" href="http://www.eclipse.org/legal/epl-v10.html">Eclipse Public License, Version 1.0</a></p></td></tr></table></div></li></ul></li>
+<li>org.eclipse.aether:aether-impl:jar:1.0.2.v20150114 (compile) <img id="_img25" src="./images/icon_info_sml.gif" alt="[Information]" onclick="toggleDependencyDetails( '_dep24', '_img25' );" style="cursor: pointer; vertical-align: text-bottom;" /><div id="_dep24" style="display:none">
+<table border="0" class="bodyTable">
+<tr class="a">
+<th>Aether Implementation</th></tr>
+<tr class="b">
+<td>
+<p><b>Description: </b>An implementation of the repository system.</p>
+<p><b>URL: </b><a class="externalLink" href="http://www.eclipse.org/aether/aether-impl/">http://www.eclipse.org/aether/aether-impl/</a></p>
+<p><b>Project Licenses: </b><a class="externalLink" href="http://www.eclipse.org/legal/epl-v10.html">Eclipse Public License, Version 1.0</a></p></td></tr></table></div></li>
+<li>org.eclipse.aether:aether-api:jar:1.0.2.v20150114 (compile) <img id="_img27" src="./images/icon_info_sml.gif" alt="[Information]" onclick="toggleDependencyDetails( '_dep26', '_img27' );" style="cursor: pointer; vertical-align: text-bottom;" /><div id="_dep26" style="display:none">
+<table border="0" class="bodyTable">
+<tr class="a">
+<th>Aether API</th></tr>
+<tr class="b">
+<td>
+<p><b>Description: </b>The application programming interface for the repository system.</p>
+<p><b>URL: </b><a class="externalLink" href="http://www.eclipse.org/aether/aether-api/">http://www.eclipse.org/aether/aether-api/</a></p>
+<p><b>Project Licenses: </b><a class="externalLink" href="http://www.eclipse.org/legal/epl-v10.html">Eclipse Public License, Version 1.0</a></p></td></tr></table></div></li>
+<li>org.eclipse.aether:aether-util:jar:1.0.2.v20150114 (compile) <img id="_img29" src="./images/icon_info_sml.gif" alt="[Information]" onclick="toggleDependencyDetails( '_dep28', '_img29' );" style="cursor: pointer; vertical-align: text-bottom;" /><div id="_dep28" style="display:none">
+<table border="0" class="bodyTable">
+<tr class="a">
+<th>Aether Utilities</th></tr>
+<tr class="b">
+<td>
+<p><b>Description: </b>A collection of utility classes to ease usage of the repository system.</p>
+<p><b>URL: </b><a class="externalLink" href="http://www.eclipse.org/aether/aether-util/">http://www.eclipse.org/aether/aether-util/</a></p>
+<p><b>Project Licenses: </b><a class="externalLink" href="http://www.eclipse.org/legal/epl-v10.html">Eclipse Public License, Version 1.0</a></p></td></tr></table></div></li>
+<li>org.eclipse.sisu:org.eclipse.sisu.plexus:jar:0.3.0 (compile) <img id="_img31" src="./images/icon_info_sml.gif" alt="[Information]" onclick="toggleDependencyDetails( '_dep30', '_img31' );" style="cursor: pointer; vertical-align: text-bottom;" /><div id="_dep30" style="display:none">
+<table border="0" class="bodyTable">
+<tr class="a">
+<th>org.eclipse.sisu.plexus</th></tr>
+<tr class="b">
+<td>
+<p><b>Description: </b>Plexus-JSR330 adapter; adds Plexus support to the Sisu-Inject container</p>
+<p><b>URL: </b><a class="externalLink" href="http://www.eclipse.org/sisu/org.eclipse.sisu.plexus/">http://www.eclipse.org/sisu/org.eclipse.sisu.plexus/</a></p>
+<p><b>Project Licenses: </b><a class="externalLink" href="http://www.eclipse.org/legal/epl-v10.html">Eclipse Public License, Version 1.0</a></p></td></tr></table></div>
+<ul>
+<li>org.eclipse.sisu:org.eclipse.sisu.inject:jar:0.3.0 (compile) <img id="_img33" src="./images/icon_info_sml.gif" alt="[Information]" onclick="toggleDependencyDetails( '_dep32', '_img33' );" style="cursor: pointer; vertical-align: text-bottom;" /><div id="_dep32" style="display:none">
+<table border="0" class="bodyTable">
+<tr class="a">
+<th>org.eclipse.sisu.inject</th></tr>
+<tr class="b">
+<td>
+<p><b>Description: </b>JSR330-based container; supports classpath scanning, auto-binding, and dynamic auto-wiring</p>
+<p><b>URL: </b><a class="externalLink" href="http://www.eclipse.org/sisu/org.eclipse.sisu.inject/">http://www.eclipse.org/sisu/org.eclipse.sisu.inject/</a></p>
+<p><b>Project Licenses: </b><a class="externalLink" href="http://www.eclipse.org/legal/epl-v10.html">Eclipse Public License, Version 1.0</a></p></td></tr></table></div></li></ul></li>
+<li>org.sonatype.sisu:sisu-guice:jar:no_aop:3.2.5 (compile) <img id="_img35" src="./images/icon_info_sml.gif" alt="[Information]" onclick="toggleDependencyDetails( '_dep34', '_img35' );" style="cursor: pointer; vertical-align: text-bottom;" /><div id="_dep34" style="display:none">
+<table border="0" class="bodyTable">
+<tr class="a">
+<th>Sisu Guice - Core Library</th></tr>
+<tr class="b">
+<td>
+<p><b>Description: </b>Patched build of Guice: a lightweight dependency injection framework for Java 6 and above</p>
+<p><b>URL: </b><a class="externalLink" href="https://github.com/google/guice/sisu-guice">https://github.com/google/guice/sisu-guice</a></p>
+<p><b>Project Licenses: </b><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></p></td></tr></table></div>
+<ul>
+<li>javax.inject:javax.inject:jar:1 (compile) <img id="_img37" src="./images/icon_info_sml.gif" alt="[Information]" onclick="toggleDependencyDetails( '_dep36', '_img37' );" style="cursor: pointer; vertical-align: text-bottom;" /><div id="_dep36" style="display:none">
+<table border="0" class="bodyTable">
+<tr class="a">
+<th>javax.inject</th></tr>
+<tr class="b">
+<td>
+<p><b>Description: </b>The javax.inject API</p>
+<p><b>URL: </b><a class="externalLink" href="http://code.google.com/p/atinject/">http://code.google.com/p/atinject/</a></p>
+<p><b>Project Licenses: </b><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></p></td></tr></table></div></li>
+<li>aopalliance:aopalliance:jar:1.0 (compile) <img id="_img39" src="./images/icon_info_sml.gif" alt="[Information]" onclick="toggleDependencyDetails( '_dep38', '_img39' );" style="cursor: pointer; vertical-align: text-bottom;" /><div id="_dep38" style="display:none">
+<table border="0" class="bodyTable">
+<tr class="a">
+<th>AOP alliance</th></tr>
+<tr class="b">
+<td>
+<p><b>Description: </b>AOP Alliance</p>
+<p><b>URL: </b><a class="externalLink" href="http://aopalliance.sourceforge.net">http://aopalliance.sourceforge.net</a></p>
+<p><b>Project Licenses: </b>Public Domain</p></td></tr></table></div></li></ul></li>
+<li>org.codehaus.plexus:plexus-interpolation:jar:1.21 (compile) <img id="_img41" src="./images/icon_info_sml.gif" alt="[Information]" onclick="toggleDependencyDetails( '_dep40', '_img41' );" style="cursor: pointer; vertical-align: text-bottom;" /><div id="_dep40" style="display:none">
+<table border="0" class="bodyTable">
+<tr class="a">
+<th>Plexus Interpolation API</th></tr>
+<tr class="b">
+<td>
+<p><b>Description: </b>The Plexus project provides a full software stack for creating and executing software projects.</p>
+<p><b>URL: </b><a class="externalLink" href="http://plexus.codehaus.org/plexus-components/plexus-interpolation">http://plexus.codehaus.org/plexus-components/plexus-interpolation</a></p>
+<p><b>Project Licenses: </b><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></p></td></tr></table></div></li>
+<li>org.codehaus.plexus:plexus-classworlds:jar:2.5.2 (compile) <img id="_img43" src="./images/icon_info_sml.gif" alt="[Information]" onclick="toggleDependencyDetails( '_dep42', '_img43' );" style="cursor: pointer; vertical-align: text-bottom;" /><div id="_dep42" style="display:none">
+<table border="0" class="bodyTable">
+<tr class="a">
+<th>Plexus Classworlds</th></tr>
+<tr class="b">
+<td>
+<p><b>Description: </b>A class loader framework</p>
+<p><b>URL: </b><a class="externalLink" href="http://plexus.codehaus.org/plexus-classworlds/">http://plexus.codehaus.org/plexus-classworlds/</a></p>
+<p><b>Project Licenses: </b><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></p></td></tr></table></div></li>
+<li>org.codehaus.plexus:plexus-component-annotations:jar:1.5.5 (compile) <img id="_img45" src="./images/icon_info_sml.gif" alt="[Information]" onclick="toggleDependencyDetails( '_dep44', '_img45' );" style="cursor: pointer; vertical-align: text-bottom;" /><div id="_dep44" style="display:none">
+<table border="0" class="bodyTable">
+<tr class="a">
+<th>Plexus :: Component Annotations</th></tr>
+<tr class="b">
+<td>
+<p><b>Description: </b>Plexus Component "Java 5" Annotations, to describe plexus components properties in java sources with
+ standard annotations instead of javadoc annotations.</p>
+<p><b>URL: </b><a class="externalLink" href="http://plexus.codehaus.org/plexus-containers/plexus-component-annotations/">http://plexus.codehaus.org/plexus-containers/plexus-component-annotations/</a></p>
+<p><b>Project Licenses: </b><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></p></td></tr></table></div></li>
+<li>org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3 (compile) <img id="_img47" src="./images/icon_info_sml.gif" alt="[Information]" onclick="toggleDependencyDetails( '_dep46', '_img47' );" style="cursor: pointer; vertical-align: text-bottom;" /><div id="_dep46" style="display:none">
+<table border="0" class="bodyTable">
+<tr class="a">
+<th>Plexus Security Dispatcher Component</th></tr>
+<tr class="b">
+<td>
+<p><b>Description: </b>There is currently no description associated with this project.</p>
+<p><b>URL: </b><a class="externalLink" href="http://spice.sonatype.org/plexus-sec-dispatcher">http://spice.sonatype.org/plexus-sec-dispatcher</a></p>
+<p><b>Project Licenses: </b><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0">Apache Public License 2.0</a></p></td></tr></table></div>
+<ul>
+<li>org.sonatype.plexus:plexus-cipher:jar:1.4 (compile) <img id="_img49" src="./images/icon_info_sml.gif" alt="[Information]" onclick="toggleDependencyDetails( '_dep48', '_img49' );" style="cursor: pointer; vertical-align: text-bottom;" /><div id="_dep48" style="display:none">
+<table border="0" class="bodyTable">
+<tr class="a">
+<th>Plexus Cipher: encryption/decryption Component</th></tr>
+<tr class="b">
+<td>
+<p><b>Description: </b>There is currently no description associated with this project.</p>
+<p><b>URL: </b><a class="externalLink" href="http://spice.sonatype.org/plexus-cipher">http://spice.sonatype.org/plexus-cipher</a></p>
+<p><b>Project Licenses: </b><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0">Apache Public License 2.0</a></p></td></tr></table></div></li></ul></li></ul></li>
+<li>org.apache.maven:maven-plugin-api:jar:3.3.3 (compile) <img id="_img51" src="./images/icon_info_sml.gif" alt="[Information]" onclick="toggleDependencyDetails( '_dep50', '_img51' );" style="cursor: pointer; vertical-align: text-bottom;" /><div id="_dep50" style="display:none">
+<table border="0" class="bodyTable">
+<tr class="a">
+<th>Maven Plugin API</th></tr>
+<tr class="b">
+<td>
+<p><b>Description: </b>The API for plugins - Mojos - development.</p>
+<p><b>URL: </b><a class="externalLink" href="http://maven.apache.org/ref/3.3.3/maven-plugin-api">http://maven.apache.org/ref/3.3.3/maven-plugin-api</a></p>
+<p><b>Project Licenses: </b><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></p></td></tr></table></div></li>
+<li>org.hibernate:hibernate-core:jar:5.2.4.Final (compile) <img id="_img53" src="./images/icon_info_sml.gif" alt="[Information]" onclick="toggleDependencyDetails( '_dep52', '_img53' );" style="cursor: pointer; vertical-align: text-bottom;" /><div id="_dep52" style="display:none">
+<table border="0" class="bodyTable">
+<tr class="a">
+<th>Core Hibernate O/RM functionality</th></tr>
+<tr class="b">
+<td>
+<p><b>Description: </b>The core O/RM functionality as provided by Hibernate</p>
+<p><b>URL: </b><a class="externalLink" href="http://hibernate.org">http://hibernate.org</a></p>
+<p><b>Project Licenses: </b><a class="externalLink" href="http://www.gnu.org/licenses/lgpl-2.1.html">GNU Lesser General Public License</a></p></td></tr></table></div>
+<ul>
+<li>org.jboss.logging:jboss-logging:jar:3.3.0.Final (compile) <img id="_img55" src="./images/icon_info_sml.gif" alt="[Information]" onclick="toggleDependencyDetails( '_dep54', '_img55' );" style="cursor: pointer; vertical-align: text-bottom;" /><div id="_dep54" style="display:none">
+<table border="0" class="bodyTable">
+<tr class="a">
+<th>JBoss Logging 3</th></tr>
+<tr class="b">
+<td>
+<p><b>Description: </b>The JBoss Logging Framework</p>
+<p><b>URL: </b><a class="externalLink" href="http://www.jboss.org">http://www.jboss.org</a></p>
+<p><b>Project Licenses: </b><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, version 2.0</a></p></td></tr></table></div></li>
+<li>org.hibernate.javax.persistence:hibernate-jpa-2.1-api:jar:1.0.0.Final (compile) <img id="_img57" src="./images/icon_info_sml.gif" alt="[Information]" onclick="toggleDependencyDetails( '_dep56', '_img57' );" style="cursor: pointer; vertical-align: text-bottom;" /><div id="_dep56" style="display:none">
+<table border="0" class="bodyTable">
+<tr class="a">
+<th>Java Persistence API, Version 2.1</th></tr>
+<tr class="b">
+<td>
+<p><b>Description: </b>Clean-room definition of JPA APIs intended for use in developing Hibernate JPA implementation. See README.md for details</p>
+<p><b>URL: </b><a class="externalLink" href="http://hibernate.org">http://hibernate.org</a></p>
+<p><b>Project Licenses: </b><a class="externalLink" href="http://www.eclipse.org/legal/epl-v10.html">Eclipse Public License (EPL), Version 1.0</a>, <a class="externalLink" href="http://www.eclipse.org/org/documents/edl-v10.php">Eclipse Distribution License (EDL), Version 1.0</a></p></td></tr></table></div></li>
+<li>org.javassist:javassist:jar:3.20.0-GA (compile) <img id="_img59" src="./images/icon_info_sml.gif" alt="[Information]" onclick="toggleDependencyDetails( '_dep58', '_img59' );" style="cursor: pointer; vertical-align: text-bottom;" /><div id="_dep58" style="display:none">
+<table border="0" class="bodyTable">
+<tr class="a">
+<th>Javassist</th></tr>
+<tr class="b">
+<td>
+<p><b>Description: </b>Javassist (JAVA programming ASSISTant) makes Java bytecode manipulation
+ simple. It is a class library for editing bytecodes in Java.</p>
+<p><b>URL: </b><a class="externalLink" href="http://www.javassist.org/">http://www.javassist.org/</a></p>
+<p><b>Project Licenses: </b><a class="externalLink" href="http://www.mozilla.org/MPL/MPL-1.1.html">MPL 1.1</a>, <a class="externalLink" href="http://www.gnu.org/licenses/lgpl-2.1.html">LGPL 2.1</a>, <a class="externalLink" href="http://www.apache.org/licenses/">Apache License 2.0</a></p></td></tr></table></div></li>
+<li>antlr:antlr:jar:2.7.7 (compile) <img id="_img61" src="./images/icon_info_sml.gif" alt="[Information]" onclick="toggleDependencyDetails( '_dep60', '_img61' );" style="cursor: pointer; vertical-align: text-bottom;" /><div id="_dep60" style="display:none">
+<table border="0" class="bodyTable">
+<tr class="a">
+<th>AntLR Parser Generator</th></tr>
+<tr class="b">
+<td>
+<p><b>Description: </b>A framework for constructing recognizers, compilers,
+ and translators from grammatical descriptions containing
+ Java, C#, C++, or Python actions.</p>
+<p><b>URL: </b><a class="externalLink" href="http://www.antlr.org/">http://www.antlr.org/</a></p>
+<p><b>Project Licenses: </b><a class="externalLink" href="http://www.antlr.org/license.html">BSD License</a></p></td></tr></table></div></li>
+<li>org.apache.geronimo.specs:geronimo-jta_1.1_spec:jar:1.1.1 (compile) <img id="_img63" src="./images/icon_info_sml.gif" alt="[Information]" onclick="toggleDependencyDetails( '_dep62', '_img63' );" style="cursor: pointer; vertical-align: text-bottom;" /><div id="_dep62" style="display:none">
+<table border="0" class="bodyTable">
+<tr class="a">
+<th>JTA 1.1</th></tr>
+<tr class="b">
+<td>
+<p><b>Description: </b>Provides open-source implementations of Sun specifications.</p>
+<p><b>URL: </b><a class="externalLink" href="http://geronimo.apache.org/specs/geronimo-jta_1.1_spec">http://geronimo.apache.org/specs/geronimo-jta_1.1_spec</a></p>
+<p><b>Project Licenses: </b><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></p></td></tr></table></div></li>
+<li>org.jboss:jandex:jar:2.0.0.Final (compile) <img id="_img65" src="./images/icon_info_sml.gif" alt="[Information]" onclick="toggleDependencyDetails( '_dep64', '_img65' );" style="cursor: pointer; vertical-align: text-bottom;" /><div id="_dep64" style="display:none">
+<table border="0" class="bodyTable">
+<tr class="a">
+<th>Java Annotation Indexer</th></tr>
+<tr class="b">
+<td>
+<p><b>Description: </b>Parent POM for JBoss projects. Provides default project build configuration.</p>
+<p><b>URL: </b><a class="externalLink" href="http://www.jboss.org/jandex">http://www.jboss.org/jandex</a></p>
+<p><b>Project Licenses: </b><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></p></td></tr></table></div></li>
+<li>com.fasterxml:classmate:jar:1.3.0 (compile) <img id="_img67" src="./images/icon_info_sml.gif" alt="[Information]" onclick="toggleDependencyDetails( '_dep66', '_img67' );" style="cursor: pointer; vertical-align: text-bottom;" /><div id="_dep66" style="display:none">
+<table border="0" class="bodyTable">
+<tr class="a">
+<th>ClassMate</th></tr>
+<tr class="b">
+<td>
+<p><b>Description: </b>Library for introspecting types with full generic information
+ including resolving of field and method types.</p>
+<p><b>URL: </b><a class="externalLink" href="http://github.com/cowtowncoder/java-classmate">http://github.com/cowtowncoder/java-classmate</a></p>
+<p><b>Project Licenses: </b><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></p></td></tr></table></div></li>
+<li>dom4j:dom4j:jar:1.6.1 (compile) <img id="_img69" src="./images/icon_info_sml.gif" alt="[Information]" onclick="toggleDependencyDetails( '_dep68', '_img69' );" style="cursor: pointer; vertical-align: text-bottom;" /><div id="_dep68" style="display:none">
+<table border="0" class="bodyTable">
+<tr class="a">
+<th>dom4j</th></tr>
+<tr class="b">
+<td>
+<p><b>Description: </b>dom4j: the flexible XML framework for Java</p>
+<p><b>URL: </b><a class="externalLink" href="http://dom4j.org">http://dom4j.org</a></p>
+<p><b>Project Licenses: </b>No licenses are defined for this project.</p></td></tr></table></div></li>
+<li>org.hibernate.common:hibernate-commons-annotations:jar:5.0.1.Final (compile) <img id="_img71" src="./images/icon_info_sml.gif" alt="[Information]" onclick="toggleDependencyDetails( '_dep70', '_img71' );" style="cursor: pointer; vertical-align: text-bottom;" /><div id="_dep70" style="display:none">
+<table border="0" class="bodyTable">
+<tr class="a">
+<th>Hibernate Commons Annotations</th></tr>
+<tr class="b">
+<td>
+<p><b>Description: </b>Common reflection code used in support of annotation processing</p>
+<p><b>URL: </b><a class="externalLink" href="http://hibernate.org">http://hibernate.org</a></p>
+<p><b>Project Licenses: </b><a class="externalLink" href="http://www.gnu.org/licenses/lgpl-2.1.html">GNU Lesser General Public License</a></p></td></tr></table></div></li>
+<li>javax.enterprise:cdi-api:jar:1.1 (compile) <img id="_img73" src="./images/icon_info_sml.gif" alt="[Information]" onclick="toggleDependencyDetails( '_dep72', '_img73' );" style="cursor: pointer; vertical-align: text-bottom;" /><div id="_dep72" style="display:none">
+<table border="0" class="bodyTable">
+<tr class="a">
+<th>CDI APIs</th></tr>
+<tr class="b">
+<td>
+<p><b>Description: </b>APIs for CDI (Contexts and Dependency Injection for Java EE)</p>
+<p><b>URL: </b><a class="externalLink" href="http://www.seamframework.org/Weld">http://www.seamframework.org/Weld</a></p>
+<p><b>Project Licenses: </b><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.html">Apache License, Version 2.0</a></p></td></tr></table></div>
+<ul>
+<li>javax.el:el-api:jar:2.2 (compile) <img id="_img75" src="./images/icon_info_sml.gif" alt="[Information]" onclick="toggleDependencyDetails( '_dep74', '_img75' );" style="cursor: pointer; vertical-align: text-bottom;" /><div id="_dep74" style="display:none">
+<table border="0" class="bodyTable">
+<tr class="a">
+<th>Expression Language API (2.1 Maintenance Release)</th></tr>
+<tr class="b">
+<td>
+<p><b>Description: </b>There is currently no description associated with this project.</p>
+<p><b>Project Licenses: </b>No licenses are defined for this project.</p></td></tr></table></div></li>
+<li>org.jboss.spec.javax.interceptor:jboss-interceptors-api_1.1_spec:jar:1.0.0.Beta1 (compile) <img id="_img77" src="./images/icon_info_sml.gif" alt="[Information]" onclick="toggleDependencyDetails( '_dep76', '_img77' );" style="cursor: pointer; vertical-align: text-bottom;" /><div id="_dep76" style="display:none">
+<table border="0" class="bodyTable">
+<tr class="a">
+<th>Interceptors 1.1 API</th></tr>
+<tr class="b">
+<td>
+<p><b>Description: </b>The JavaEE Interceptors 1.1 API classes from JSR 318.</p>
+<p><b>URL: </b><a class="externalLink" href="http://jboss-interceptors-api_1.1_spec/">http://jboss-interceptors-api_1.1_spec/</a></p>
+<p><b>Project Licenses: </b><a class="externalLink" href="http://repository.jboss.org/licenses/lgpl-2.1.txt">lgpl</a></p></td></tr></table></div></li>
+<li>javax.annotation:jsr250-api:jar:1.0 (compile) <img id="_img79" src="./images/icon_info_sml.gif" alt="[Information]" onclick="toggleDependencyDetails( '_dep78', '_img79' );" style="cursor: pointer; vertical-align: text-bottom;" /><div id="_dep78" style="display:none">
+<table border="0" class="bodyTable">
+<tr class="a">
+<th>JSR-250 Common Annotations for the JavaTM Platform</th></tr>
+<tr class="b">
+<td>
+<p><b>Description: </b>JSR-250 Reference Implementation by Glassfish</p>
+<p><b>URL: </b><a class="externalLink" href="http://jcp.org/aboutJava/communityprocess/final/jsr250/index.html">http://jcp.org/aboutJava/communityprocess/final/jsr250/index.html</a></p>
+<p><b>Project Licenses: </b><a class="externalLink" href="https://glassfish.dev.java.net/public/CDDLv1.0.html">COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0</a></p></td></tr></table></div></li></ul></li></ul></li>
+<li>org.hibernate:hibernate-envers:jar:5.2.4.Final (compile) <img id="_img81" src="./images/icon_info_sml.gif" alt="[Information]" onclick="toggleDependencyDetails( '_dep80', '_img81' );" style="cursor: pointer; vertical-align: text-bottom;" /><div id="_dep80" style="display:none">
+<table border="0" class="bodyTable">
+<tr class="a">
+<th>ENtity VERSioning support</th></tr>
+<tr class="b">
+<td>
+<p><b>Description: </b>ENtity VERSioning support</p>
+<p><b>URL: </b><a class="externalLink" href="http://hibernate.org">http://hibernate.org</a></p>
+<p><b>Project Licenses: </b><a class="externalLink" href="http://www.gnu.org/licenses/lgpl-2.1.html">GNU Lesser General Public License</a></p></td></tr></table></div></li>
+<li>org.hibernate:hibernate-validator:jar:5.3.1.Final (compile) <img id="_img83" src="./images/icon_info_sml.gif" alt="[Information]" onclick="toggleDependencyDetails( '_dep82', '_img83' );" style="cursor: pointer; vertical-align: text-bottom;" /><div id="_dep82" style="display:none">
+<table border="0" class="bodyTable">
+<tr class="a">
+<th>Hibernate Validator Engine</th></tr>
+<tr class="b">
+<td>
+<p><b>Description: </b>Hibernate's Bean Validation (JSR-303) reference implementation.</p>
+<p><b>URL: </b><a class="externalLink" href="http://hibernate.org/validator/hibernate-validator">http://hibernate.org/validator/hibernate-validator</a></p>
+<p><b>Project Licenses: </b><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></p></td></tr></table></div>
+<ul>
+<li>javax.validation:validation-api:jar:1.1.0.Final (compile) <img id="_img85" src="./images/icon_info_sml.gif" alt="[Information]" onclick="toggleDependencyDetails( '_dep84', '_img85' );" style="cursor: pointer; vertical-align: text-bottom;" /><div id="_dep84" style="display:none">
+<table border="0" class="bodyTable">
+<tr class="a">
+<th>Bean Validation API</th></tr>
+<tr class="b">
+<td>
+<p><b>Description: </b>Bean Validation API</p>
+<p><b>URL: </b><a class="externalLink" href="http://beanvalidation.org">http://beanvalidation.org</a></p>
+<p><b>Project Licenses: </b><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></p></td></tr></table></div></li></ul></li>
+<li>javax.el:javax.el-api:jar:3.0.0 (compile) <img id="_img87" src="./images/icon_info_sml.gif" alt="[Information]" onclick="toggleDependencyDetails( '_dep86', '_img87' );" style="cursor: pointer; vertical-align: text-bottom;" /><div id="_dep86" style="display:none">
+<table border="0" class="bodyTable">
+<tr class="a">
+<th>Expression Language 3.0 API</th></tr>
+<tr class="b">
+<td>
+<p><b>Description: </b>Java.net - The Source for Java Technology Collaboration</p>
+<p><b>URL: </b><a class="externalLink" href="http://uel-spec.java.net">http://uel-spec.java.net</a></p>
+<p><b>Project Licenses: </b><a class="externalLink" href="https://glassfish.dev.java.net/nonav/public/CDDL+GPL.html">CDDL + GPLv2 with classpath exception</a></p></td></tr></table></div></li>
+<li>de.juplo:scannotation:jar:1.0.4 (compile) <img id="_img89" src="./images/icon_info_sml.gif" alt="[Information]" onclick="toggleDependencyDetails( '_dep88', '_img89' );" style="cursor: pointer; vertical-align: text-bottom;" /><div id="_dep88" style="display:none">
+<table border="0" class="bodyTable">
+<tr class="a">
+<th>scannotation</th></tr>
+<tr class="b">
+<td>
+<p><b>Description: </b>Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/</p>
+<p><b>URL: </b><a class="externalLink" href="http://juplo.de/scannotation">http://juplo.de/scannotation</a></p>
+<p><b>Project Licenses: </b>No licenses are defined for this project.</p></td></tr></table></div></li>
+<li>com.pyx4j:maven-plugin-log4j:jar:1.0.1 (compile) <img id="_img91" src="./images/icon_info_sml.gif" alt="[Information]" onclick="toggleDependencyDetails( '_dep90', '_img91' );" style="cursor: pointer; vertical-align: text-bottom;" /><div id="_dep90" style="display:none">
+<table border="0" class="bodyTable">
+<tr class="a">
+<th>maven-plugin-log4j</th></tr>
+<tr class="b">
+<td>
+<p><b>Description: </b>Log4j Appender for Maven 2 Plugin</p>
+<p><b>URL: </b><a class="externalLink" href="http://www.pyx4j.com/pyx4j-maven-plugins/maven-plugin-log4j">http://www.pyx4j.com/pyx4j-maven-plugins/maven-plugin-log4j</a></p>
+<p><b>Project Licenses: </b><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></p></td></tr></table></div>
+<ul>
+<li>log4j:log4j:jar:1.2.14 (compile) <img id="_img93" src="./images/icon_info_sml.gif" alt="[Information]" onclick="toggleDependencyDetails( '_dep92', '_img93' );" style="cursor: pointer; vertical-align: text-bottom;" /><div id="_dep92" style="display:none">
+<table border="0" class="bodyTable">
+<tr class="a">
+<th>Log4j</th></tr>
+<tr class="b">
+<td>
+<p><b>Description: </b>Log4j</p>
+<p><b>URL: </b><a class="externalLink" href="http://logging.apache.org/log4j/docs/">http://logging.apache.org/log4j/docs/</a></p>
+<p><b>Project Licenses: </b><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></p></td></tr></table></div></li></ul></li></ul></li></ul></section></section><section><a name="Licenses"></a>
+<h2><a name="Licenses"></a>Licenses</h2>
+<p><b>Apache License, version 2.0: </b>JBoss Logging 3</p>
+<p><b>Eclipse Public License (EPL), Version 1.0: </b>Java Persistence API, Version 2.1</p>
+<p><b>Apache Public License 2.0: </b>Plexus Cipher: encryption/decryption Component, Plexus Security Dispatcher Component</p>
+<p><b>lgpl: </b>Interceptors 1.1 API</p>
+<p><b>Public Domain: </b>AOP alliance</p>
+<p><b>GNU Lesser General Public License: </b>Core Hibernate O/RM functionality, ENtity VERSioning support, Hibernate Commons Annotations</p>
+<p><b>Eclipse Distribution License (EDL), Version 1.0: </b>Java Persistence API, Version 2.1</p>
+<p><b>Eclipse Public License, Version 1.0: </b>Aether API, Aether Implementation, Aether SPI, Aether Utilities, org.eclipse.sisu.inject, org.eclipse.sisu.plexus</p>
+<p><b>Unknown: </b>Expression Language API (2.1 Maintenance Release), dom4j, scannotation</p>
+<p><b>Apache License 2.0: </b>Javassist</p>
+<p><b>BSD License: </b>AntLR Parser Generator</p>
+<p><b>Apache License, Version 2.0: </b>CDI APIs, Hibernate Validator Engine, Java Annotation Indexer, Maven Aether Provider, Maven Artifact, Maven Builder Support, Maven Core, Maven Model, Maven Model Builder, Maven Plugin API, Maven Repository Metadata Model, Maven Settings, Maven Settings Builder</p>
+<p><b>COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0: </b>JSR-250 Common Annotations for the JavaTM Platform</p>
+<p><b>LGPL 2.1: </b>Javassist</p>
+<p><b>CDDL + GPLv2 with classpath exception: </b>Expression Language 3.0 API</p>
+<p><b>MPL 1.1: </b>Javassist</p>
+<p><b>The Apache Software License, Version 2.0: </b>Bean Validation API, ClassMate, Guava: Google Core Libraries for Java, Hibernate Maven Plugin, JTA 1.1, Log4j, Plexus :: Component Annotations, Plexus Classworlds, Plexus Interpolation API, Sisu Guice - Core Library, javax.inject, maven-plugin-log4j</p></section><section><a name="Dependency_File_Details"></a>
+<h2><a name="Dependency_File_Details"></a>Dependency File Details</h2>
+<table border="0" class="bodyTable">
+<tr class="a">
+<th>Filename</th>
+<th>Size</th>
+<th>Entries</th>
+<th>Classes</th>
+<th>Packages</th>
+<th>Java Version</th>
+<th title="Indicates whether these dependencies have been compiled with debug information.">Debug Information</th></tr>
+<tr class="b">
+<td>antlr-2.7.7.jar</td>
+<td>445.3 kB</td>
+<td>239</td>
+<td>224</td>
+<td>12</td>
+<td>1.2</td>
+<td>Yes</td></tr>
+<tr class="a">
+<td>aopalliance-1.0.jar</td>
+<td>4.5 kB</td>
+<td>15</td>
+<td>9</td>
+<td>2</td>
+<td>1.3</td>
+<td>Yes</td></tr>
+<tr class="b">
+<td>classmate-1.3.0.jar</td>
+<td>64.1 kB</td>
+<td>52</td>
+<td>37</td>
+<td>4</td>
+<td>1.6</td>
+<td>Yes</td></tr>
+<tr class="a">
+<td>guava-18.0.jar</td>
+<td>2.3 MB</td>
+<td>1719</td>
+<td>1690</td>
+<td>17</td>
+<td>1.6</td>
+<td>Yes</td></tr>
+<tr class="b">
+<td>maven-plugin-log4j-1.0.1.jar</td>
+<td>3.7 kB</td>
+<td>12</td>
+<td>1</td>
+<td>1</td>
+<td>1.4</td>
+<td>Yes</td></tr>
+<tr class="a">
+<td>scannotation-1.0.4.jar</td>
+<td>20.3 kB</td>
+<td>23</td>
+<td>13</td>
+<td>2</td>
+<td>1.6</td>
+<td>Yes</td></tr>
+<tr class="b">
+<td>dom4j-1.6.1.jar</td>
+<td>313.9 kB</td>
+<td>208</td>
+<td>190</td>
+<td>14</td>
+<td>1.3</td>
+<td>Yes</td></tr>
+<tr class="a">
+<td>jsr250-api-1.0.jar</td>
+<td>5.8 kB</td>
+<td>16</td>
+<td>11</td>
+<td>2</td>
+<td>1.5</td>
+<td>Yes</td></tr>
+<tr class="b">
+<td>el-api-2.2.jar</td>
+<td>33.9 kB</td>
+<td>38</td>
+<td>28</td>
+<td>1</td>
+<td>1.5</td>
+<td>Yes</td></tr>
+<tr class="a">
+<td>javax.el-api-3.0.0.jar</td>
+<td>73.1 kB</td>
+<td>57</td>
+<td>46</td>
+<td>1</td>
+<td>1.7</td>
+<td>Yes</td></tr>
+<tr class="b">
+<td>cdi-api-1.1.jar</td>
+<td>70.7 kB</td>
+<td>118</td>
+<td>98</td>
+<td>7</td>
+<td>1.6</td>
+<td>Yes</td></tr>
+<tr class="a">
+<td>javax.inject-1.jar</td>
+<td>2.5 kB</td>
+<td>8</td>
+<td>6</td>
+<td>1</td>
+<td>1.5</td>
+<td>No</td></tr>
+<tr class="b">
+<td>validation-api-1.1.0.Final.jar</td>
+<td>63.8 kB</td>
+<td>122</td>
+<td>106</td>
+<td>8</td>
+<td>1.6</td>
+<td>Yes</td></tr>
+<tr class="a">
+<td>log4j-1.2.14.jar</td>
+<td>367.4 kB</td>
+<td>288</td>
+<td>256</td>
+<td>19</td>
+<td>1.1</td>
+<td>Yes</td></tr>
+<tr class="b">
+<td>geronimo-jta_1.1_spec-1.1.1.jar</td>
+<td>16 kB</td>
+<td>30</td>
+<td>18</td>
+<td>2</td>
+<td>1.5</td>
+<td>Yes</td></tr>
+<tr class="a">
+<td>maven-aether-provider-3.3.3.jar</td>
+<td>66.3 kB</td>
+<td>43</td>
+<td>26</td>
+<td>1</td>
+<td>1.7</td>
+<td>Yes</td></tr>
+<tr class="b">
+<td>maven-artifact-3.3.3.jar</td>
+<td>55.1 kB</td>
+<td>57</td>
+<td>32</td>
+<td>11</td>
+<td>1.7</td>
+<td>Yes</td></tr>
+<tr class="a">
+<td>maven-builder-support-3.3.3.jar</td>
+<td>15 kB</td>
+<td>24</td>
+<td>10</td>
+<td>1</td>
+<td>1.7</td>
+<td>Yes</td></tr>
+<tr class="b">
+<td>maven-core-3.3.3.jar</td>
+<td>631.9 kB</td>
+<td>489</td>
+<td>390</td>
+<td>56</td>
+<td>1.7</td>
+<td>Yes</td></tr>
+<tr class="a">
+<td>maven-model-3.3.3.jar</td>
+<td>160.8 kB</td>
+<td>67</td>
+<td>50</td>
+<td>3</td>
+<td>1.7</td>
+<td>Yes</td></tr>
+<tr class="b">
+<td>maven-model-builder-3.3.3.jar</td>
+<td>176.4 kB</td>
+<td>154</td>
+<td>121</td>
+<td>16</td>
+<td>1.7</td>
+<td>Yes</td></tr>
+<tr class="a">
+<td>maven-plugin-api-3.3.3.jar</td>
+<td>46.1 kB</td>
+<td>46</td>
+<td>25</td>
+<td>6</td>
+<td>1.7</td>
+<td>Yes</td></tr>
+<tr class="b">
+<td>maven-repository-metadata-3.3.3.jar</td>
+<td>26 kB</td>
+<td>25</td>
+<td>7</td>
+<td>2</td>
+<td>1.7</td>
+<td>Yes</td></tr>
+<tr class="a">
+<td>maven-settings-3.3.3.jar</td>
+<td>43 kB</td>
+<td>33</td>
+<td>17</td>
+<td>2</td>
+<td>1.7</td>
+<td>Yes</td></tr>
+<tr class="b">
+<td>maven-settings-builder-3.3.3.jar</td>
+<td>43.2 kB</td>
+<td>53</td>
+<td>32</td>
+<td>5</td>
+<td>1.7</td>
+<td>Yes</td></tr>
+<tr class="a">
+<td>plexus-classworlds-2.5.2.jar</td>
+<td>52.7 kB</td>
+<td>52</td>
+<td>37</td>
+<td>5</td>
+<td>1.6</td>
+<td>Yes</td></tr>
+<tr class="b">
+<td>plexus-component-annotations-1.5.5.jar</td>
+<td>4.2 kB</td>
+<td>15</td>
+<td>3</td>
+<td>1</td>
+<td>1.5</td>
+<td>No</td></tr>
+<tr class="a">
+<td>plexus-interpolation-1.21.jar</td>
+<td>62.5 kB</td>
+<td>60</td>
+<td>44</td>
+<td>6</td>
+<td>1.5</td>
+<td>Yes</td></tr>
+<tr class="b">
+<td>aether-api-1.0.2.v20150114.jar</td>
+<td>136.3 kB</td>
+<td>149</td>
+<td>128</td>
+<td>11</td>
+<td>1.5</td>
+<td>Yes</td></tr>
+<tr class="a">
+<td>aether-impl-1.0.2.v20150114.jar</td>
+<td>173 kB</td>
+<td>114</td>
+<td>96</td>
+<td>4</td>
+<td>1.5</td>
+<td>Yes</td></tr>
+<tr class="b">
+<td>aether-spi-1.0.2.v20150114.jar</td>
+<td>30.7 kB</td>
+<td>54</td>
+<td>34</td>
+<td>8</td>
+<td>1.5</td>
+<td>Yes</td></tr>
+<tr class="a">
+<td>aether-util-1.0.2.v20150114.jar</td>
+<td>146.9 kB</td>
+<td>126</td>
+<td>101</td>
+<td>13</td>
+<td>1.5</td>
+<td>Yes</td></tr>
+<tr class="b">
+<td>org.eclipse.sisu.inject-0.3.0.jar</td>
+<td>375.3 kB</td>
+<td>287</td>
+<td>269</td>
+<td>9</td>
+<td>1.6</td>
+<td>Yes</td></tr>
+<tr class="a">
+<td>org.eclipse.sisu.plexus-0.3.0.jar</td>
+<td>205.4 kB</td>
+<td>196</td>
+<td>164</td>
+<td>20</td>
+<td>1.6</td>
+<td>Yes</td></tr>
+<tr class="b">
+<td>hibernate-core-5.2.4.Final.jar</td>
+<td>6.4 MB</td>
+<td>4645</td>
+<td>4317</td>
+<td>249</td>
+<td>1.8</td>
+<td>Yes</td></tr>
+<tr class="a">
+<td>hibernate-envers-5.2.4.Final.jar</td>
+<td>436.6 kB</td>
+<td>333</td>
+<td>278</td>
+<td>37</td>
+<td>1.8</td>
+<td>Yes</td></tr>
+<tr class="b">
+<td>hibernate-validator-5.3.1.Final.jar</td>
+<td>723.4 kB</td>
+<td>548</td>
+<td>458</td>
+<td>54</td>
+<td>1.6</td>
+<td>Yes</td></tr>
+<tr class="a">
+<td>hibernate-commons-annotations-5.0.1.Final.jar</td>
+<td>75.3 kB</td>
+<td>80</td>
+<td>67</td>
+<td>7</td>
+<td>1.6</td>
+<td>Yes</td></tr>
+<tr class="b">
+<td>hibernate-jpa-2.1-api-1.0.0.Final.jar</td>
+<td>113.4 kB</td>
+<td>207</td>
+<td>200</td>
+<td>4</td>
+<td>1.6</td>
+<td>Yes</td></tr>
+<tr class="a">
+<td>javassist-3.20.0-GA.jar</td>
+<td>750.6 kB</td>
+<td>423</td>
+<td>399</td>
+<td>17</td>
+<td>1.6</td>
+<td>Yes</td></tr>
+<tr class="b">
+<td>jandex-2.0.0.Final.jar</td>
+<td>187.8 kB</td>
+<td>112</td>
+<td>102</td>
+<td>1</td>
+<td>1.6</td>
+<td>Yes</td></tr>
+<tr class="a">
+<td>jboss-logging-3.3.0.Final.jar</td>
+<td>66.8 kB</td>
+<td>60</td>
+<td>48</td>
+<td>1</td>
+<td>1.6</td>
+<td>Yes</td></tr>
+<tr class="b">
+<td>jboss-interceptors-api_1.1_spec-1.0.0.Beta1.jar</td>
+<td>5.6 kB</td>
+<td>17</td>
+<td>8</td>
+<td>1</td>
+<td>1.5</td>
+<td>No</td></tr>
+<tr class="a">
+<td>plexus-cipher-1.4.jar</td>
+<td>13.5 kB</td>
+<td>20</td>
+<td>6</td>
+<td>1</td>
+<td>1.4</td>
+<td>Yes</td></tr>
+<tr class="b">
+<td>plexus-sec-dispatcher-1.3.jar</td>
+<td>28.6 kB</td>
+<td>31</td>
+<td>13</td>
+<td>3</td>
+<td>1.4</td>
+<td>Yes</td></tr>
+<tr class="a">
+<td>sisu-guice-3.2.5-no_aop.jar</td>
+<td>399.7 kB</td>
+<td>331</td>
+<td>316</td>
+<td>8</td>
+<td>1.6</td>
+<td>Yes</td></tr>
+<tr class="b">
+<th>Total</th>
+<th>Size</th>
+<th>Entries</th>
+<th>Classes</th>
+<th>Packages</th>
+<th>Java Version</th>
+<th>Debug Information</th></tr>
+<tr class="a">
+<td>46</td>
+<td>15.4 MB</td>
+<td>11796</td>
+<td>10531</td>
+<td>656</td>
+<td>1.8</td>
+<td>43</td></tr>
+<tr class="b">
+<td>compile: 46</td>
+<td>compile: 15.4 MB</td>
+<td>compile: 11796</td>
+<td>compile: 10531</td>
+<td>compile: 656</td>
+<td>1.8</td>
+<td>compile: 43</td></tr></table></section>
+</div>
+<!-- PREPARING ROOT-ENTRY - name: Hibernate Maven Plugin ref: index.html -->
+<!-- READING MENU - name: Project Documentation ref: reports -->
+<!-- VISITING PAGE - href: /project-info.html / name: Project Information -->
+<!-- VISITING PAGE - href: ci-management.html / name: CI Management -->
+<!-- VISITING PAGE - href: dependencies.html / name: Dependencies -->
+<!-- VISITING PAGE - href: dependency-info.html / name: Maven Coordinates -->
+<!-- VISITING PAGE - href: distribution-management.html / name: Distribution Management -->
+<!-- VISITING PAGE - href: index.html / name: About -->
+<!-- RENAMING already seen PAGE: href=index.html, FROM name=Hibernate Maven Plugin TO name=About -->
+<!-- VISITING PAGE - href: licenses.html / name: Licenses -->
+<!-- VISITING PAGE - href: plugin-management.html / name: Plugin Management -->
+<!-- VISITING PAGE - href: plugins.html / name: Plugins -->
+<!-- VISITING PAGE - href: scm.html / name: Source Code Management -->
+<!-- VISITING PAGE - href: summary.html / name: Summary -->
+<!-- VISITING PAGE - href: team.html / name: Team -->
+<!-- VISITING PAGE - href: /project-reports.html / name: Project Reports -->
+<!-- VISITING PAGE - href: testapidocs/index.html / name: Test JavaDocs -->
+<!-- VISITING PAGE - href: apidocs/index.html / name: JavaDocs -->
+<!-- VISITING PAGE - href: xref/index.html / name: Source Xref -->
+<!-- VISITING PAGE - href: xref-test/index.html / name: Test Source Xref -->
+<!-- VISITING PAGE - href: cpd.html / name: CPD -->
+<!-- VISITING PAGE - href: pmd.html / name: PMD -->
+<!-- VISITING PAGE - href: plugin-info.html / name: Plugin Documentation -->
+<!-- READING MENU - name: $menu.name ref: $menu.ref -->
+<!-- VISITING PAGE - href: index.html / name: About -->
+<!-- RENAMING already seen PAGE: href=index.html, FROM name=About TO name=About -->
+<!-- VISITING PAGE - href: configuration.html / name: Configuration Examples -->
+<!-- VISITING PAGE - href: create-mojo.html / name: Goal — hibernate:create -->
+<!-- VISITING PAGE - href: update-mojo.html / name: Goal — hibernate:update -->
+<!-- VISITING PAGE - href: drop-mojo.html / name: Goal — hibernate:drop -->
+<!-- VISITING PAGE - href: help-mojo.html / name: Goal — hibernate:help -->
+<!-- VISITING PAGE - href: debugging.html / name: Enable Debugging-Output -->
+<!-- VISITING PAGE - href: skip.html / name: Skipping Execution -->
+<!-- VISITING PAGE - href: force.html / name: Force Exceution -->
+<!-- VISITING PAGE - href: pitfalls.html / name: Known Pitfalls (FAQ) -->
+<!-- VISITING PAGE - href: project-info.html / name: Project Information -->
+<!-- RENAMING already seen PAGE: href=project-info.html, FROM name=Project Information TO name=Project Information -->
+<!-- VISITING PAGE - href: project-reports.html / name: Project Reports -->
+<!-- RENAMING already seen PAGE: href=project-reports.html, FROM name=Project Reports TO name=Project Reports -->
--- /dev/null
+---
+title: Maven Coordinates
+weight: 4
+outputs:
+ - html
+url: /projects/hibernate-maven-plugin/2.1.0/dependency-info.html
+layout: article
+---
+<div id="sili-body">
+<section><a name="Maven_Coordinates"></a>
+<h2><a name="Maven_Coordinates"></a>Maven Coordinates</h2><section><a name="Apache_Maven"></a>
+<h3><a name="Apache_Maven"></a>Apache Maven</h3>
+</div>
+<!-- PREPARING ROOT-ENTRY - name: Hibernate Maven Plugin ref: index.html -->
+<!-- READING MENU - name: Project Documentation ref: reports -->
+<!-- VISITING PAGE - href: /project-info.html / name: Project Information -->
+<!-- VISITING PAGE - href: ci-management.html / name: CI Management -->
+<!-- VISITING PAGE - href: dependencies.html / name: Dependencies -->
+<!-- VISITING PAGE - href: dependency-info.html / name: Maven Coordinates -->
+<!-- VISITING PAGE - href: distribution-management.html / name: Distribution Management -->
+<!-- VISITING PAGE - href: index.html / name: About -->
+<!-- RENAMING already seen PAGE: href=index.html, FROM name=Hibernate Maven Plugin TO name=About -->
+<!-- VISITING PAGE - href: licenses.html / name: Licenses -->
+<!-- VISITING PAGE - href: plugin-management.html / name: Plugin Management -->
+<!-- VISITING PAGE - href: plugins.html / name: Plugins -->
+<!-- VISITING PAGE - href: scm.html / name: Source Code Management -->
+<!-- VISITING PAGE - href: summary.html / name: Summary -->
+<!-- VISITING PAGE - href: team.html / name: Team -->
+<!-- VISITING PAGE - href: /project-reports.html / name: Project Reports -->
+<!-- VISITING PAGE - href: testapidocs/index.html / name: Test JavaDocs -->
+<!-- VISITING PAGE - href: apidocs/index.html / name: JavaDocs -->
+<!-- VISITING PAGE - href: xref/index.html / name: Source Xref -->
+<!-- VISITING PAGE - href: xref-test/index.html / name: Test Source Xref -->
+<!-- VISITING PAGE - href: cpd.html / name: CPD -->
+<!-- VISITING PAGE - href: pmd.html / name: PMD -->
+<!-- VISITING PAGE - href: plugin-info.html / name: Plugin Documentation -->
+<!-- READING MENU - name: $menu.name ref: $menu.ref -->
+<!-- VISITING PAGE - href: index.html / name: About -->
+<!-- RENAMING already seen PAGE: href=index.html, FROM name=About TO name=About -->
+<!-- VISITING PAGE - href: configuration.html / name: Configuration Examples -->
+<!-- VISITING PAGE - href: create-mojo.html / name: Goal — hibernate:create -->
+<!-- VISITING PAGE - href: update-mojo.html / name: Goal — hibernate:update -->
+<!-- VISITING PAGE - href: drop-mojo.html / name: Goal — hibernate:drop -->
+<!-- VISITING PAGE - href: help-mojo.html / name: Goal — hibernate:help -->
+<!-- VISITING PAGE - href: debugging.html / name: Enable Debugging-Output -->
+<!-- VISITING PAGE - href: skip.html / name: Skipping Execution -->
+<!-- VISITING PAGE - href: force.html / name: Force Exceution -->
+<!-- VISITING PAGE - href: pitfalls.html / name: Known Pitfalls (FAQ) -->
+<!-- VISITING PAGE - href: project-info.html / name: Project Information -->
+<!-- RENAMING already seen PAGE: href=project-info.html, FROM name=Project Information TO name=Project Information -->
+<!-- VISITING PAGE - href: project-reports.html / name: Project Reports -->
+<!-- RENAMING already seen PAGE: href=project-reports.html, FROM name=Project Reports TO name=Project Reports -->
--- /dev/null
+---
+title: Distribution Management
+weight: 5
+outputs:
+ - html
+url: /projects/hibernate-maven-plugin/2.1.0/distribution-management.html
+layout: article
+---
+<div id="sili-body">
+<section><a name="Overview"></a>
+<h2><a name="Overview"></a>Overview</h2>
+<p>The following is the distribution management information used by this project.</p><section><a name="Repository_-_sonatype-nexus-staging"></a>
+<h3><a name="Repository_-_sonatype-nexus-staging"></a>Repository - sonatype-nexus-staging</h3><a class="externalLink" href="https://oss.sonatype.org/service/local/staging/deploy/maven2/">https://oss.sonatype.org/service/local/staging/deploy/maven2/</a></section><section><a name="Snapshot_Repository_-_sonatype-nexus-snapshots"></a>
+<h3><a name="Snapshot_Repository_-_sonatype-nexus-snapshots"></a>Snapshot Repository - sonatype-nexus-snapshots</h3><a class="externalLink" href="https://oss.sonatype.org/content/repositories/snapshots/">https://oss.sonatype.org/content/repositories/snapshots/</a></section><section><a name="Site_-_juplo.de"></a>
+<h3><a name="Site_-_juplo.de"></a>Site - juplo.de</h3>
+<p>scp://juplo.de/var/www/juplo/hibernate-maven-plugin-2.1.0</p></section></section>
+</div>
+<!-- PREPARING ROOT-ENTRY - name: Hibernate Maven Plugin ref: index.html -->
+<!-- READING MENU - name: Project Documentation ref: reports -->
+<!-- VISITING PAGE - href: /project-info.html / name: Project Information -->
+<!-- VISITING PAGE - href: ci-management.html / name: CI Management -->
+<!-- VISITING PAGE - href: dependencies.html / name: Dependencies -->
+<!-- VISITING PAGE - href: dependency-info.html / name: Maven Coordinates -->
+<!-- VISITING PAGE - href: distribution-management.html / name: Distribution Management -->
+<!-- VISITING PAGE - href: index.html / name: About -->
+<!-- RENAMING already seen PAGE: href=index.html, FROM name=Hibernate Maven Plugin TO name=About -->
+<!-- VISITING PAGE - href: licenses.html / name: Licenses -->
+<!-- VISITING PAGE - href: plugin-management.html / name: Plugin Management -->
+<!-- VISITING PAGE - href: plugins.html / name: Plugins -->
+<!-- VISITING PAGE - href: scm.html / name: Source Code Management -->
+<!-- VISITING PAGE - href: summary.html / name: Summary -->
+<!-- VISITING PAGE - href: team.html / name: Team -->
+<!-- VISITING PAGE - href: /project-reports.html / name: Project Reports -->
+<!-- VISITING PAGE - href: testapidocs/index.html / name: Test JavaDocs -->
+<!-- VISITING PAGE - href: apidocs/index.html / name: JavaDocs -->
+<!-- VISITING PAGE - href: xref/index.html / name: Source Xref -->
+<!-- VISITING PAGE - href: xref-test/index.html / name: Test Source Xref -->
+<!-- VISITING PAGE - href: cpd.html / name: CPD -->
+<!-- VISITING PAGE - href: pmd.html / name: PMD -->
+<!-- VISITING PAGE - href: plugin-info.html / name: Plugin Documentation -->
+<!-- READING MENU - name: $menu.name ref: $menu.ref -->
+<!-- VISITING PAGE - href: index.html / name: About -->
+<!-- RENAMING already seen PAGE: href=index.html, FROM name=About TO name=About -->
+<!-- VISITING PAGE - href: configuration.html / name: Configuration Examples -->
+<!-- VISITING PAGE - href: create-mojo.html / name: Goal — hibernate:create -->
+<!-- VISITING PAGE - href: update-mojo.html / name: Goal — hibernate:update -->
+<!-- VISITING PAGE - href: drop-mojo.html / name: Goal — hibernate:drop -->
+<!-- VISITING PAGE - href: help-mojo.html / name: Goal — hibernate:help -->
+<!-- VISITING PAGE - href: debugging.html / name: Enable Debugging-Output -->
+<!-- VISITING PAGE - href: skip.html / name: Skipping Execution -->
+<!-- VISITING PAGE - href: force.html / name: Force Exceution -->
+<!-- VISITING PAGE - href: pitfalls.html / name: Known Pitfalls (FAQ) -->
+<!-- VISITING PAGE - href: project-info.html / name: Project Information -->
+<!-- RENAMING already seen PAGE: href=project-info.html, FROM name=Project Information TO name=Project Information -->
+<!-- VISITING PAGE - href: project-reports.html / name: Project Reports -->
+<!-- RENAMING already seen PAGE: href=project-reports.html, FROM name=Project Reports TO name=Project Reports -->
--- /dev/null
+---
+title: Licenses
+weight: 6
+outputs:
+ - html
+url: /projects/hibernate-maven-plugin/2.1.0/licenses.html
+layout: article
+---
+<div id="sili-body">
+<section><a name="Overview"></a>
+<h2><a name="Overview"></a>Overview</h2>
+<p>Typically the licenses listed for the project are that of the project itself, and not of dependencies.</p></section><section><a name="Project_Licenses"></a>
+<h2><a name="Project_Licenses"></a>Project Licenses</h2><section><a name="The_Apache_Software_License_Version_2.0"></a>
+<h3><a name="The_Apache_Software_License.2C_Version_2.0"></a>The Apache Software License, Version 2.0</h3>
+<p>A business-friendly OSS license</p>
+</div>
+<!-- PREPARING ROOT-ENTRY - name: Hibernate Maven Plugin ref: index.html -->
+<!-- READING MENU - name: Project Documentation ref: reports -->
+<!-- VISITING PAGE - href: /project-info.html / name: Project Information -->
+<!-- VISITING PAGE - href: ci-management.html / name: CI Management -->
+<!-- VISITING PAGE - href: dependencies.html / name: Dependencies -->
+<!-- VISITING PAGE - href: dependency-info.html / name: Maven Coordinates -->
+<!-- VISITING PAGE - href: distribution-management.html / name: Distribution Management -->
+<!-- VISITING PAGE - href: index.html / name: About -->
+<!-- RENAMING already seen PAGE: href=index.html, FROM name=Hibernate Maven Plugin TO name=About -->
+<!-- VISITING PAGE - href: licenses.html / name: Licenses -->
+<!-- VISITING PAGE - href: plugin-management.html / name: Plugin Management -->
+<!-- VISITING PAGE - href: plugins.html / name: Plugins -->
+<!-- VISITING PAGE - href: scm.html / name: Source Code Management -->
+<!-- VISITING PAGE - href: summary.html / name: Summary -->
+<!-- VISITING PAGE - href: team.html / name: Team -->
+<!-- VISITING PAGE - href: /project-reports.html / name: Project Reports -->
+<!-- VISITING PAGE - href: testapidocs/index.html / name: Test JavaDocs -->
+<!-- VISITING PAGE - href: apidocs/index.html / name: JavaDocs -->
+<!-- VISITING PAGE - href: xref/index.html / name: Source Xref -->
+<!-- VISITING PAGE - href: xref-test/index.html / name: Test Source Xref -->
+<!-- VISITING PAGE - href: cpd.html / name: CPD -->
+<!-- VISITING PAGE - href: pmd.html / name: PMD -->
+<!-- VISITING PAGE - href: plugin-info.html / name: Plugin Documentation -->
+<!-- READING MENU - name: $menu.name ref: $menu.ref -->
+<!-- VISITING PAGE - href: index.html / name: About -->
+<!-- RENAMING already seen PAGE: href=index.html, FROM name=About TO name=About -->
+<!-- VISITING PAGE - href: configuration.html / name: Configuration Examples -->
+<!-- VISITING PAGE - href: create-mojo.html / name: Goal — hibernate:create -->
+<!-- VISITING PAGE - href: update-mojo.html / name: Goal — hibernate:update -->
+<!-- VISITING PAGE - href: drop-mojo.html / name: Goal — hibernate:drop -->
+<!-- VISITING PAGE - href: help-mojo.html / name: Goal — hibernate:help -->
+<!-- VISITING PAGE - href: debugging.html / name: Enable Debugging-Output -->
+<!-- VISITING PAGE - href: skip.html / name: Skipping Execution -->
+<!-- VISITING PAGE - href: force.html / name: Force Exceution -->
+<!-- VISITING PAGE - href: pitfalls.html / name: Known Pitfalls (FAQ) -->
+<!-- VISITING PAGE - href: project-info.html / name: Project Information -->
+<!-- RENAMING already seen PAGE: href=project-info.html, FROM name=Project Information TO name=Project Information -->
+<!-- VISITING PAGE - href: project-reports.html / name: Project Reports -->
+<!-- RENAMING already seen PAGE: href=project-reports.html, FROM name=Project Reports TO name=Project Reports -->
--- /dev/null
+---
+title: Plugin Management
+weight: 7
+outputs:
+ - html
+url: /projects/hibernate-maven-plugin/2.1.0/plugin-management.html
+layout: article
+---
+<div id="sili-body">
+<section><a name="Project_Plugin_Management"></a>
+<h2><a name="Project_Plugin_Management"></a>Project Plugin Management</h2>
+<table border="0" class="bodyTable">
+<tr class="a">
+<th>GroupId</th>
+<th>ArtifactId</th>
+<th>Version</th></tr>
+<tr class="b">
+<td>org.apache.maven.plugins</td>
+<td><a class="externalLink" href="http://maven.apache.org/plugins/maven-antrun-plugin/">maven-antrun-plugin</a></td>
+<td>1.3</td></tr>
+<tr class="a">
+<td>org.apache.maven.plugins</td>
+<td><a class="externalLink" href="http://maven.apache.org/plugins/maven-assembly-plugin/">maven-assembly-plugin</a></td>
+<td>2.2-beta-5</td></tr>
+<tr class="b">
+<td>org.apache.maven.plugins</td>
+<td><a class="externalLink" href="http://maven.apache.org/plugins/maven-dependency-plugin/">maven-dependency-plugin</a></td>
+<td>2.8</td></tr>
+<tr class="a">
+<td>org.apache.maven.plugins</td>
+<td><a class="externalLink" href="http://maven.apache.org/plugins/maven-release-plugin/">maven-release-plugin</a></td>
+<td>2.1</td></tr></table></section>
+</div>
+<!-- PREPARING ROOT-ENTRY - name: Hibernate Maven Plugin ref: index.html -->
+<!-- READING MENU - name: Project Documentation ref: reports -->
+<!-- VISITING PAGE - href: /project-info.html / name: Project Information -->
+<!-- VISITING PAGE - href: ci-management.html / name: CI Management -->
+<!-- VISITING PAGE - href: dependencies.html / name: Dependencies -->
+<!-- VISITING PAGE - href: dependency-info.html / name: Maven Coordinates -->
+<!-- VISITING PAGE - href: distribution-management.html / name: Distribution Management -->
+<!-- VISITING PAGE - href: index.html / name: About -->
+<!-- RENAMING already seen PAGE: href=index.html, FROM name=Hibernate Maven Plugin TO name=About -->
+<!-- VISITING PAGE - href: licenses.html / name: Licenses -->
+<!-- VISITING PAGE - href: plugin-management.html / name: Plugin Management -->
+<!-- VISITING PAGE - href: plugins.html / name: Plugins -->
+<!-- VISITING PAGE - href: scm.html / name: Source Code Management -->
+<!-- VISITING PAGE - href: summary.html / name: Summary -->
+<!-- VISITING PAGE - href: team.html / name: Team -->
+<!-- VISITING PAGE - href: /project-reports.html / name: Project Reports -->
+<!-- VISITING PAGE - href: testapidocs/index.html / name: Test JavaDocs -->
+<!-- VISITING PAGE - href: apidocs/index.html / name: JavaDocs -->
+<!-- VISITING PAGE - href: xref/index.html / name: Source Xref -->
+<!-- VISITING PAGE - href: xref-test/index.html / name: Test Source Xref -->
+<!-- VISITING PAGE - href: cpd.html / name: CPD -->
+<!-- VISITING PAGE - href: pmd.html / name: PMD -->
+<!-- VISITING PAGE - href: plugin-info.html / name: Plugin Documentation -->
+<!-- READING MENU - name: $menu.name ref: $menu.ref -->
+<!-- VISITING PAGE - href: index.html / name: About -->
+<!-- RENAMING already seen PAGE: href=index.html, FROM name=About TO name=About -->
+<!-- VISITING PAGE - href: configuration.html / name: Configuration Examples -->
+<!-- VISITING PAGE - href: create-mojo.html / name: Goal — hibernate:create -->
+<!-- VISITING PAGE - href: update-mojo.html / name: Goal — hibernate:update -->
+<!-- VISITING PAGE - href: drop-mojo.html / name: Goal — hibernate:drop -->
+<!-- VISITING PAGE - href: help-mojo.html / name: Goal — hibernate:help -->
+<!-- VISITING PAGE - href: debugging.html / name: Enable Debugging-Output -->
+<!-- VISITING PAGE - href: skip.html / name: Skipping Execution -->
+<!-- VISITING PAGE - href: force.html / name: Force Exceution -->
+<!-- VISITING PAGE - href: pitfalls.html / name: Known Pitfalls (FAQ) -->
+<!-- VISITING PAGE - href: project-info.html / name: Project Information -->
+<!-- RENAMING already seen PAGE: href=project-info.html, FROM name=Project Information TO name=Project Information -->
+<!-- VISITING PAGE - href: project-reports.html / name: Project Reports -->
+<!-- RENAMING already seen PAGE: href=project-reports.html, FROM name=Project Reports TO name=Project Reports -->
--- /dev/null
+---
+title: Plugins
+weight: 8
+outputs:
+ - html
+url: /projects/hibernate-maven-plugin/2.1.0/plugins.html
+layout: article
+---
+<div id="sili-body">
+<section><a name="Project_Build_Plugins"></a>
+<h2><a name="Project_Build_Plugins"></a>Project Build Plugins</h2>
+<table border="0" class="bodyTable">
+<tr class="a">
+<th>GroupId</th>
+<th>ArtifactId</th>
+<th>Version</th></tr>
+<tr class="b">
+<td>org.apache.maven.plugins</td>
+<td><a class="externalLink" href="http://maven.apache.org/plugins/maven-clean-plugin/">maven-clean-plugin</a></td>
+<td>2.5</td></tr>
+<tr class="a">
+<td>org.apache.maven.plugins</td>
+<td><a class="externalLink" href="http://maven.apache.org/plugins/maven-compiler-plugin/">maven-compiler-plugin</a></td>
+<td>3.3</td></tr>
+<tr class="b">
+<td>org.apache.maven.plugins</td>
+<td><a class="externalLink" href="http://maven.apache.org/plugins/maven-dependency-plugin/">maven-dependency-plugin</a></td>
+<td>2.10</td></tr>
+<tr class="a">
+<td>org.apache.maven.plugins</td>
+<td><a class="externalLink" href="http://maven.apache.org/plugins/maven-deploy-plugin/">maven-deploy-plugin</a></td>
+<td>2.7</td></tr>
+<tr class="b">
+<td>org.apache.maven.plugins</td>
+<td><a class="externalLink" href="http://maven.apache.org/enforcer/maven-enforcer-plugin">maven-enforcer-plugin</a></td>
+<td>1.2</td></tr>
+<tr class="a">
+<td>org.apache.maven.plugins</td>
+<td><a class="externalLink" href="http://maven.apache.org/plugins/maven-install-plugin/">maven-install-plugin</a></td>
+<td>2.4</td></tr>
+<tr class="b">
+<td>org.apache.maven.plugins</td>
+<td><a class="externalLink" href="http://maven.apache.org/plugins/maven-invoker-plugin/">maven-invoker-plugin</a></td>
+<td>1.10</td></tr>
+<tr class="a">
+<td>org.apache.maven.plugins</td>
+<td><a class="externalLink" href="http://maven.apache.org/plugins/maven-jar-plugin/">maven-jar-plugin</a></td>
+<td>2.4</td></tr>
+<tr class="b">
+<td>org.apache.maven.plugins</td>
+<td><a class="externalLink" href="http://maven.apache.org/plugins/maven-javadoc-plugin/">maven-javadoc-plugin</a></td>
+<td>2.7</td></tr>
+<tr class="a">
+<td>org.apache.maven.plugins</td>
+<td><a class="externalLink" href="http://maven.apache.org/plugin-tools/maven-plugin-plugin">maven-plugin-plugin</a></td>
+<td>3.4</td></tr>
+<tr class="b">
+<td>org.apache.maven.plugins</td>
+<td><a class="externalLink" href="http://maven.apache.org/plugins/maven-resources-plugin/">maven-resources-plugin</a></td>
+<td>2.7</td></tr>
+<tr class="a">
+<td>org.apache.maven.plugins</td>
+<td><a class="externalLink" href="http://maven.apache.org/scm/maven-scm-plugin/">maven-scm-plugin</a></td>
+<td>1.9.4</td></tr>
+<tr class="b">
+<td>org.apache.maven.plugins</td>
+<td><a class="externalLink" href="https://maven.apache.org/plugins/maven-site-plugin/">maven-site-plugin</a></td>
+<td>3.9.1</td></tr>
+<tr class="a">
+<td>org.apache.maven.plugins</td>
+<td><a class="externalLink" href="http://maven.apache.org/plugins/maven-source-plugin/">maven-source-plugin</a></td>
+<td>2.1.2</td></tr>
+<tr class="b">
+<td>org.apache.maven.plugins</td>
+<td><a class="externalLink" href="http://maven.apache.org/surefire/maven-surefire-plugin">maven-surefire-plugin</a></td>
+<td>2.12.4</td></tr></table></section><section><a name="Project_Report_Plugins"></a>
+<h2><a name="Project_Report_Plugins"></a>Project Report Plugins</h2>
+<table border="0" class="bodyTable">
+<tr class="a">
+<th>GroupId</th>
+<th>ArtifactId</th>
+<th>Version</th></tr>
+<tr class="b">
+<td>org.apache.maven.plugins</td>
+<td><a class="externalLink" href="http://maven.apache.org/plugins/maven-changes-plugin/">maven-changes-plugin</a></td>
+<td>2.11</td></tr>
+<tr class="a">
+<td>org.apache.maven.plugins</td>
+<td><a class="externalLink" href="http://maven.apache.org/plugins/maven-javadoc-plugin/">maven-javadoc-plugin</a></td>
+<td>2.7</td></tr>
+<tr class="b">
+<td>org.apache.maven.plugins</td>
+<td><a class="externalLink" href="http://maven.apache.org/jxr/maven-jxr-plugin/">maven-jxr-plugin</a></td>
+<td>2.5</td></tr>
+<tr class="a">
+<td>org.apache.maven.plugins</td>
+<td><a class="externalLink" href="http://maven.apache.org/plugin-tools/maven-plugin-plugin">maven-plugin-plugin</a></td>
+<td>3.4</td></tr>
+<tr class="b">
+<td>org.apache.maven.plugins</td>
+<td><a class="externalLink" href="http://maven.apache.org/plugins/maven-pmd-plugin/">maven-pmd-plugin</a></td>
+<td>3.4</td></tr>
+<tr class="a">
+<td>org.apache.maven.plugins</td>
+<td><a class="externalLink" href="https://maven.apache.org/plugins/maven-project-info-reports-plugin/">maven-project-info-reports-plugin</a></td>
+<td>3.9.0</td></tr></table></section>
+</div>
+<!-- PREPARING ROOT-ENTRY - name: Hibernate Maven Plugin ref: index.html -->
+<!-- READING MENU - name: Project Documentation ref: reports -->
+<!-- VISITING PAGE - href: /project-info.html / name: Project Information -->
+<!-- VISITING PAGE - href: ci-management.html / name: CI Management -->
+<!-- VISITING PAGE - href: dependencies.html / name: Dependencies -->
+<!-- VISITING PAGE - href: dependency-info.html / name: Maven Coordinates -->
+<!-- VISITING PAGE - href: distribution-management.html / name: Distribution Management -->
+<!-- VISITING PAGE - href: index.html / name: About -->
+<!-- RENAMING already seen PAGE: href=index.html, FROM name=Hibernate Maven Plugin TO name=About -->
+<!-- VISITING PAGE - href: licenses.html / name: Licenses -->
+<!-- VISITING PAGE - href: plugin-management.html / name: Plugin Management -->
+<!-- VISITING PAGE - href: plugins.html / name: Plugins -->
+<!-- VISITING PAGE - href: scm.html / name: Source Code Management -->
+<!-- VISITING PAGE - href: summary.html / name: Summary -->
+<!-- VISITING PAGE - href: team.html / name: Team -->
+<!-- VISITING PAGE - href: /project-reports.html / name: Project Reports -->
+<!-- VISITING PAGE - href: testapidocs/index.html / name: Test JavaDocs -->
+<!-- VISITING PAGE - href: apidocs/index.html / name: JavaDocs -->
+<!-- VISITING PAGE - href: xref/index.html / name: Source Xref -->
+<!-- VISITING PAGE - href: xref-test/index.html / name: Test Source Xref -->
+<!-- VISITING PAGE - href: cpd.html / name: CPD -->
+<!-- VISITING PAGE - href: pmd.html / name: PMD -->
+<!-- VISITING PAGE - href: plugin-info.html / name: Plugin Documentation -->
+<!-- READING MENU - name: $menu.name ref: $menu.ref -->
+<!-- VISITING PAGE - href: index.html / name: About -->
+<!-- RENAMING already seen PAGE: href=index.html, FROM name=About TO name=About -->
+<!-- VISITING PAGE - href: configuration.html / name: Configuration Examples -->
+<!-- VISITING PAGE - href: create-mojo.html / name: Goal — hibernate:create -->
+<!-- VISITING PAGE - href: update-mojo.html / name: Goal — hibernate:update -->
+<!-- VISITING PAGE - href: drop-mojo.html / name: Goal — hibernate:drop -->
+<!-- VISITING PAGE - href: help-mojo.html / name: Goal — hibernate:help -->
+<!-- VISITING PAGE - href: debugging.html / name: Enable Debugging-Output -->
+<!-- VISITING PAGE - href: skip.html / name: Skipping Execution -->
+<!-- VISITING PAGE - href: force.html / name: Force Exceution -->
+<!-- VISITING PAGE - href: pitfalls.html / name: Known Pitfalls (FAQ) -->
+<!-- VISITING PAGE - href: project-info.html / name: Project Information -->
+<!-- RENAMING already seen PAGE: href=project-info.html, FROM name=Project Information TO name=Project Information -->
+<!-- VISITING PAGE - href: project-reports.html / name: Project Reports -->
+<!-- RENAMING already seen PAGE: href=project-reports.html, FROM name=Project Reports TO name=Project Reports -->
--- /dev/null
+---
+title: Source Code Management
+weight: 9
+outputs:
+ - html
+url: /projects/hibernate-maven-plugin/2.1.0/scm.html
+layout: article
+---
+<div id="sili-body">
+<section><a name="Overview"></a>
+<h2><a name="Overview"></a>Overview</h2>
+<p>This project uses <a class="externalLink" href="https://git-scm.com/">Git</a> to manage its source code. Instructions on Git use can be found at <a class="externalLink" href="https://git-scm.com/doc">https://git-scm.com/doc</a>.</p></section><section><a name="Web_Browser_Access"></a>
+<h2><a name="Web_Browser_Access"></a>Web Browser Access</h2>
+<p>The following is a link to a browsable version of the source repository:</p>
+</div>
+<!-- PREPARING ROOT-ENTRY - name: Hibernate Maven Plugin ref: index.html -->
+<!-- READING MENU - name: Project Documentation ref: reports -->
+<!-- VISITING PAGE - href: /project-info.html / name: Project Information -->
+<!-- VISITING PAGE - href: ci-management.html / name: CI Management -->
+<!-- VISITING PAGE - href: dependencies.html / name: Dependencies -->
+<!-- VISITING PAGE - href: dependency-info.html / name: Maven Coordinates -->
+<!-- VISITING PAGE - href: distribution-management.html / name: Distribution Management -->
+<!-- VISITING PAGE - href: index.html / name: About -->
+<!-- RENAMING already seen PAGE: href=index.html, FROM name=Hibernate Maven Plugin TO name=About -->
+<!-- VISITING PAGE - href: licenses.html / name: Licenses -->
+<!-- VISITING PAGE - href: plugin-management.html / name: Plugin Management -->
+<!-- VISITING PAGE - href: plugins.html / name: Plugins -->
+<!-- VISITING PAGE - href: scm.html / name: Source Code Management -->
+<!-- VISITING PAGE - href: summary.html / name: Summary -->
+<!-- VISITING PAGE - href: team.html / name: Team -->
+<!-- VISITING PAGE - href: /project-reports.html / name: Project Reports -->
+<!-- VISITING PAGE - href: testapidocs/index.html / name: Test JavaDocs -->
+<!-- VISITING PAGE - href: apidocs/index.html / name: JavaDocs -->
+<!-- VISITING PAGE - href: xref/index.html / name: Source Xref -->
+<!-- VISITING PAGE - href: xref-test/index.html / name: Test Source Xref -->
+<!-- VISITING PAGE - href: cpd.html / name: CPD -->
+<!-- VISITING PAGE - href: pmd.html / name: PMD -->
+<!-- VISITING PAGE - href: plugin-info.html / name: Plugin Documentation -->
+<!-- READING MENU - name: $menu.name ref: $menu.ref -->
+<!-- VISITING PAGE - href: index.html / name: About -->
+<!-- RENAMING already seen PAGE: href=index.html, FROM name=About TO name=About -->
+<!-- VISITING PAGE - href: configuration.html / name: Configuration Examples -->
+<!-- VISITING PAGE - href: create-mojo.html / name: Goal — hibernate:create -->
+<!-- VISITING PAGE - href: update-mojo.html / name: Goal — hibernate:update -->
+<!-- VISITING PAGE - href: drop-mojo.html / name: Goal — hibernate:drop -->
+<!-- VISITING PAGE - href: help-mojo.html / name: Goal — hibernate:help -->
+<!-- VISITING PAGE - href: debugging.html / name: Enable Debugging-Output -->
+<!-- VISITING PAGE - href: skip.html / name: Skipping Execution -->
+<!-- VISITING PAGE - href: force.html / name: Force Exceution -->
+<!-- VISITING PAGE - href: pitfalls.html / name: Known Pitfalls (FAQ) -->
+<!-- VISITING PAGE - href: project-info.html / name: Project Information -->
+<!-- RENAMING already seen PAGE: href=project-info.html, FROM name=Project Information TO name=Project Information -->
+<!-- VISITING PAGE - href: project-reports.html / name: Project Reports -->
+<!-- RENAMING already seen PAGE: href=project-reports.html, FROM name=Project Reports TO name=Project Reports -->
--- /dev/null
+---
+title: Summary
+weight: 10
+outputs:
+ - html
+url: /projects/hibernate-maven-plugin/2.1.0/summary.html
+layout: article
+---
+<div id="sili-body">
+<section><a name="Project_Summary"></a>
+<h2><a name="Project_Summary"></a>Project Summary</h2><section><a name="Project_Information"></a>
+<h3><a name="Project_Information"></a>Project Information</h3>
+<table border="0" class="bodyTable">
+<tr class="a">
+<th>Field</th>
+<th>Value</th></tr>
+<tr class="b">
+<td>Name</td>
+<td>Hibernate Maven Plugin</td></tr>
+<tr class="a">
+<td>Description</td>
+<td>A simple plugin for generating a database-schema from Hibernate-Mappings</td></tr>
+<tr class="b">
+<td>Homepage</td>
+<td><a class="externalLink" href="https://juplo.de/hibernate-maven-plugin/index.html">https://juplo.de/hibernate-maven-plugin/index.html</a></td></tr></table></section><section><a name="Project_Organization"></a>
+<h3><a name="Project_Organization"></a>Project Organization</h3>
+<p>This project does not belong to an organization.</p></section><section><a name="Build_Information"></a>
+<h3><a name="Build_Information"></a>Build Information</h3>
+<table border="0" class="bodyTable">
+<tr class="a">
+<th>Field</th>
+<th>Value</th></tr>
+<tr class="b">
+<td>GroupId</td>
+<td>de.juplo</td></tr>
+<tr class="a">
+<td>ArtifactId</td>
+<td>hibernate-maven-plugin</td></tr>
+<tr class="b">
+<td>Version</td>
+<td>2.1.0</td></tr>
+<tr class="a">
+<td>Type</td>
+<td>maven-plugin</td></tr>
+<tr class="b">
+<td>Java Version</td>
+<td>1.6</td></tr></table></section></section>
+</div>
+<!-- PREPARING ROOT-ENTRY - name: Hibernate Maven Plugin ref: index.html -->
+<!-- READING MENU - name: Project Documentation ref: reports -->
+<!-- VISITING PAGE - href: /project-info.html / name: Project Information -->
+<!-- VISITING PAGE - href: ci-management.html / name: CI Management -->
+<!-- VISITING PAGE - href: dependencies.html / name: Dependencies -->
+<!-- VISITING PAGE - href: dependency-info.html / name: Maven Coordinates -->
+<!-- VISITING PAGE - href: distribution-management.html / name: Distribution Management -->
+<!-- VISITING PAGE - href: index.html / name: About -->
+<!-- RENAMING already seen PAGE: href=index.html, FROM name=Hibernate Maven Plugin TO name=About -->
+<!-- VISITING PAGE - href: licenses.html / name: Licenses -->
+<!-- VISITING PAGE - href: plugin-management.html / name: Plugin Management -->
+<!-- VISITING PAGE - href: plugins.html / name: Plugins -->
+<!-- VISITING PAGE - href: scm.html / name: Source Code Management -->
+<!-- VISITING PAGE - href: summary.html / name: Summary -->
+<!-- VISITING PAGE - href: team.html / name: Team -->
+<!-- VISITING PAGE - href: /project-reports.html / name: Project Reports -->
+<!-- VISITING PAGE - href: testapidocs/index.html / name: Test JavaDocs -->
+<!-- VISITING PAGE - href: apidocs/index.html / name: JavaDocs -->
+<!-- VISITING PAGE - href: xref/index.html / name: Source Xref -->
+<!-- VISITING PAGE - href: xref-test/index.html / name: Test Source Xref -->
+<!-- VISITING PAGE - href: cpd.html / name: CPD -->
+<!-- VISITING PAGE - href: pmd.html / name: PMD -->
+<!-- VISITING PAGE - href: plugin-info.html / name: Plugin Documentation -->
+<!-- READING MENU - name: $menu.name ref: $menu.ref -->
+<!-- VISITING PAGE - href: index.html / name: About -->
+<!-- RENAMING already seen PAGE: href=index.html, FROM name=About TO name=About -->
+<!-- VISITING PAGE - href: configuration.html / name: Configuration Examples -->
+<!-- VISITING PAGE - href: create-mojo.html / name: Goal — hibernate:create -->
+<!-- VISITING PAGE - href: update-mojo.html / name: Goal — hibernate:update -->
+<!-- VISITING PAGE - href: drop-mojo.html / name: Goal — hibernate:drop -->
+<!-- VISITING PAGE - href: help-mojo.html / name: Goal — hibernate:help -->
+<!-- VISITING PAGE - href: debugging.html / name: Enable Debugging-Output -->
+<!-- VISITING PAGE - href: skip.html / name: Skipping Execution -->
+<!-- VISITING PAGE - href: force.html / name: Force Exceution -->
+<!-- VISITING PAGE - href: pitfalls.html / name: Known Pitfalls (FAQ) -->
+<!-- VISITING PAGE - href: project-info.html / name: Project Information -->
+<!-- RENAMING already seen PAGE: href=project-info.html, FROM name=Project Information TO name=Project Information -->
+<!-- VISITING PAGE - href: project-reports.html / name: Project Reports -->
+<!-- RENAMING already seen PAGE: href=project-reports.html, FROM name=Project Reports TO name=Project Reports -->
--- /dev/null
+---
+title: Team
+weight: 11
+outputs:
+ - html
+url: /projects/hibernate-maven-plugin/2.1.0/team.html
+layout: article
+---
+<div id="sili-body">
+<section><a name="Project_Team"></a>
+<h2><a name="Project_Team"></a>Project Team</h2>
+<p>A successful project requires many people to play many roles. Some members write code or documentation, while others are valuable as testers, submitting patches and suggestions.</p>
+<p>The project team is comprised of Members and Contributors. Members have direct access to the source of a project and actively evolve the code-base. Contributors improve the project through submission of patches and suggestions to the Members. The number of Contributors to the project is unbounded. Get involved today. All contributions to the project are greatly appreciated.</p><section><a name="Members"></a>
+<h3><a name="Members"></a>Members</h3>
+<p>The following is a list of developers with commit privileges that have directly contributed to the project in one way or another.</p>
+<table border="0" class="bodyTable">
+<tr class="a">
+<th>Image</th>
+<th>Id</th>
+<th>Name</th>
+<th>Email</th></tr>
+<tr class="b">
+<td><figure><img src="https://www.gravatar.com/avatar/ffd81035609a093991a5b231c16b52fd.jpg?d=blank&s=60" alt="" /></figure></td>
+<td><a id="kai"></a>kai</td>
+<td>Kai Moritz</td>
+<td><a class="externalLink" href="mailto:kai@juplo.de">kai@juplo.de</a></td></tr></table></section><section><a name="Contributors"></a>
+<h3><a name="Contributors"></a>Contributors</h3>
+<p>The following additional people have contributed to this project through the way of suggestions, patches or documentation.</p>
+<table border="0" class="bodyTable">
+<tr class="a">
+<th>Image</th>
+<th>Name</th>
+<th>Email</th></tr>
+<tr class="b">
+<td><figure><img src="https://www.gravatar.com/avatar/d6ee3a5e8cbb9df33314e7164d5ebbdb.jpg?d=blank&s=60" alt="" /></figure></td>
+<td>Adriano Machado</td>
+<td><a class="externalLink" href="mailto:adriano.m.machado@hotmail.com">adriano.m.machado@hotmail.com</a></td></tr>
+<tr class="a">
+<td><figure><img src="https://www.gravatar.com/avatar/e94e0e70f65e8941a8b1af67d3a9c1bb.jpg?d=blank&s=60" alt="" /></figure></td>
+<td>Lorenzo Nicora</td>
+<td><a class="externalLink" href="mailto:lorenzo.nicora@nicus.it">lorenzo.nicora@nicus.it</a></td></tr>
+<tr class="b">
+<td><figure><img src="https://www.gravatar.com/avatar/e3e23010f9119cf7124cd51a03ee683b.jpg?d=blank&s=60" alt="" /></figure></td>
+<td>Eduard Szente</td>
+<td><a class="externalLink" href="mailto:eduard.szente@gmail.com">eduard.szente@gmail.com</a></td></tr>
+<tr class="a">
+<td><figure><img src="https://www.gravatar.com/avatar/4a803ab82ac92aa51b44932b2cd6f0be.jpg?d=blank&s=60" alt="" /></figure></td>
+<td>Stephen Johnson</td>
+<td><a class="externalLink" href="mailto:stejohns@redhat.com">stejohns@redhat.com</a></td></tr>
+<tr class="b">
+<td><figure><img src="https://www.gravatar.com/avatar/739064e69e06194e334ee4a688a842fd.jpg?d=blank&s=60" alt="" /></figure></td>
+<td>Victor Tatai</td>
+<td><a class="externalLink" href="mailto:vtatai@gmail.com">vtatai@gmail.com</a></td></tr>
+<tr class="a">
+<td><figure><img src="https://www.gravatar.com/avatar/53ee0e29febaf3f1522fcda24747ee0f.jpg?d=blank&s=60" alt="" /></figure></td>
+<td>Erik-Berndt Scheper</td>
+<td><a class="externalLink" href="mailto:erik.berndt.scheper@gmail.com">erik.berndt.scheper@gmail.com</a></td></tr>
+<tr class="b">
+<td><figure><img src="https://www.gravatar.com/avatar/cd20e3cd52a83a5054f30dc41467256a.jpg?d=blank&s=60" alt="" /></figure></td>
+<td>Guido Wimmel</td>
+<td><a class="externalLink" href="mailto:Wimmel.Guido@swm.de">Wimmel.Guido@swm.de</a></td></tr>
+<tr class="a">
+<td><figure><img src="https://www.gravatar.com/avatar/04a95a4697da727f815e4c9c60397130.jpg?d=blank&s=60" alt="" /></figure></td>
+<td>Joel Johnson</td>
+<td><a class="externalLink" href="mailto:mrjoel@lixil.net">mrjoel@lixil.net</a></td></tr>
+<tr class="b">
+<td><figure><img src="https://www.gravatar.com/avatar/b7115b318b2d45ecf504cc53b5a00522.jpg?d=blank&s=60" alt="" /></figure></td>
+<td>Paul K. Moore</td>
+<td><a class="externalLink" href="mailto:paulkmoore@gmail.com">paulkmoore@gmail.com</a></td></tr>
+<tr class="a">
+<td><figure><img src="https://www.gravatar.com/avatar/b81d0254e82338d279eee481405103d5.jpg?d=blank&s=60" alt="" /></figure></td>
+<td>Mark Robinson</td>
+<td><a class="externalLink" href="mailto:mark@mrobinson.ca">mark@mrobinson.ca</a></td></tr>
+<tr class="b">
+<td><figure><img src="https://www.gravatar.com/avatar/3e6724056f06c887a784d8bae785355c.jpg?d=blank&s=60" alt="" /></figure></td>
+<td>Claus Graf</td>
+<td><a class="externalLink" href="mailto:clausgraf@gmail.com">clausgraf@gmail.com</a></td></tr>
+<tr class="a">
+<td><figure><img src="https://www.gravatar.com/avatar/c5fa1d491b2afaee55caf04a1310b717.jpg?d=blank&s=60" alt="" /></figure></td>
+<td>Joachim Van der Auwera</td>
+<td><a class="externalLink" href="mailto:joachim@progs.be">joachim@progs.be</a></td></tr>
+<tr class="b">
+<td><figure><img src="https://www.gravatar.com/avatar/3593cf9232a221035732cd6ae308f70f.jpg?d=blank&s=60" alt="" /></figure></td>
+<td>Andreas Kuhtz</td>
+<td><a class="externalLink" href="mailto:andreas.kuhtz@gmail.com">andreas.kuhtz@gmail.com</a></td></tr>
+<tr class="a">
+<td><figure><img src="https://www.gravatar.com/avatar/aca80ee4b65cc380bc94f2b60186a417.jpg?d=blank&s=60" alt="" /></figure></td>
+<td>Heer Fabio</td>
+<td><a class="externalLink" href="mailto:fabio.heer@dvbern.ch">fabio.heer@dvbern.ch</a></td></tr></table></section></section>
+</div>
+<!-- PREPARING ROOT-ENTRY - name: Hibernate Maven Plugin ref: index.html -->
+<!-- READING MENU - name: Project Documentation ref: reports -->
+<!-- VISITING PAGE - href: /project-info.html / name: Project Information -->
+<!-- VISITING PAGE - href: ci-management.html / name: CI Management -->
+<!-- VISITING PAGE - href: dependencies.html / name: Dependencies -->
+<!-- VISITING PAGE - href: dependency-info.html / name: Maven Coordinates -->
+<!-- VISITING PAGE - href: distribution-management.html / name: Distribution Management -->
+<!-- VISITING PAGE - href: index.html / name: About -->
+<!-- RENAMING already seen PAGE: href=index.html, FROM name=Hibernate Maven Plugin TO name=About -->
+<!-- VISITING PAGE - href: licenses.html / name: Licenses -->
+<!-- VISITING PAGE - href: plugin-management.html / name: Plugin Management -->
+<!-- VISITING PAGE - href: plugins.html / name: Plugins -->
+<!-- VISITING PAGE - href: scm.html / name: Source Code Management -->
+<!-- VISITING PAGE - href: summary.html / name: Summary -->
+<!-- VISITING PAGE - href: team.html / name: Team -->
+<!-- VISITING PAGE - href: /project-reports.html / name: Project Reports -->
+<!-- VISITING PAGE - href: testapidocs/index.html / name: Test JavaDocs -->
+<!-- VISITING PAGE - href: apidocs/index.html / name: JavaDocs -->
+<!-- VISITING PAGE - href: xref/index.html / name: Source Xref -->
+<!-- VISITING PAGE - href: xref-test/index.html / name: Test Source Xref -->
+<!-- VISITING PAGE - href: cpd.html / name: CPD -->
+<!-- VISITING PAGE - href: pmd.html / name: PMD -->
+<!-- VISITING PAGE - href: plugin-info.html / name: Plugin Documentation -->
+<!-- READING MENU - name: $menu.name ref: $menu.ref -->
+<!-- VISITING PAGE - href: index.html / name: About -->
+<!-- RENAMING already seen PAGE: href=index.html, FROM name=About TO name=About -->
+<!-- VISITING PAGE - href: configuration.html / name: Configuration Examples -->
+<!-- VISITING PAGE - href: create-mojo.html / name: Goal — hibernate:create -->
+<!-- VISITING PAGE - href: update-mojo.html / name: Goal — hibernate:update -->
+<!-- VISITING PAGE - href: drop-mojo.html / name: Goal — hibernate:drop -->
+<!-- VISITING PAGE - href: help-mojo.html / name: Goal — hibernate:help -->
+<!-- VISITING PAGE - href: debugging.html / name: Enable Debugging-Output -->
+<!-- VISITING PAGE - href: skip.html / name: Skipping Execution -->
+<!-- VISITING PAGE - href: force.html / name: Force Exceution -->
+<!-- VISITING PAGE - href: pitfalls.html / name: Known Pitfalls (FAQ) -->
+<!-- VISITING PAGE - href: project-info.html / name: Project Information -->
+<!-- RENAMING already seen PAGE: href=project-info.html, FROM name=Project Information TO name=Project Information -->
+<!-- VISITING PAGE - href: project-reports.html / name: Project Reports -->
+<!-- RENAMING already seen PAGE: href=project-reports.html, FROM name=Project Reports TO name=Project Reports -->
+++ /dev/null
-<!DOCTYPE html>
-<!--/*-->
-<!-- Generated by Apache Maven Doxia Site Renderer 1.9.2 at 2025-11-07 -->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: ci-management.html / name: CI Management -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: dependencies.html / name: Dependencies -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: dependency-info.html / name: Maven Coordinates -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: distribution-management.html / name: Distribution Management -->
-
-
-
-
-
- <!-- Skipping already seen entry: uri=index.html, name=About -->
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: licenses.html / name: Licenses -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: plugin-management.html / name: Plugin Management -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: plugins.html / name: Plugins -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: scm.html / name: Source Code Management -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: summary.html / name: Summary -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: team.html / name: Team -->
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: project-info.html / name: Project Information -->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: testapidocs/index.html / name: Test JavaDocs -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: apidocs/index.html / name: JavaDocs -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: xref/index.html / name: Source Xref -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: xref-test/index.html / name: Test Source Xref -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: cpd.html / name: CPD -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: pmd.html / name: PMD -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: plugin-info.html / name: Plugin Documentation -->
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: project-reports.html / name: Project Reports -->
-
-
-
-
- <!-- DONE WITH MENUE - - $page.name-->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: index.html?about / name: Overview -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: configuration.html / name: Configuration Examples -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: create-mojo.html / name: Goal — hibernate:create -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: update-mojo.html / name: Goal — hibernate:update -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: drop-mojo.html / name: Goal — hibernate:drop -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: help-mojo.html / name: Goal — hibernate:help -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: debugging.html / name: Enable Debugging-Output -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: skip.html / name: Skipping Execution -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: force.html / name: Force Exceution -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: pitfalls.html / name: Known Pitfalls (FAQ) -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- OVERWRITING PAGE - uri: project-info.html / name: Project Information -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- OVERWRITING PAGE - uri: project-reports.html / name: Project Reports -->
-
-
-
-
- <!-- DONE WITH MENUE - - (no name)-->
-
-
-
-<!-- name: Project Reports -->
-<!-- title: Hibernate Maven Plugin – Generated Reports -->
-<!-- short title: Generated Reports -->
-<!-- current page: project-reports.html -->
-<!-- path: /projects/hibernate-maven-plugin/2.1.0/ -->
-<!-- crumbs: "/index.html","/projects.html" -->
-<!-- pages: {index.html={uri=index.html, name=Hibernate Maven Plugin, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}], childs={index.html?about=Overview, configuration.html=Configuration Examples, create-mojo.html=Goal — hibernate:create, update-mojo.html=Goal — hibernate:update, drop-mojo.html=Goal — hibernate:drop, help-mojo.html=Goal — hibernate:help, debugging.html=Enable Debugging-Output, skip.html=Skipping Execution, force.html=Force Exceution, pitfalls.html=Known Pitfalls (FAQ), project-info.html=Project Information, project-reports.html=Project Reports}}, ci-management.html={name=CI Management, uri=ci-management.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=ci-management.html, name=CI Management}]}, dependencies.html={name=Dependencies, uri=dependencies.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=dependencies.html, name=Dependencies}]}, dependency-info.html={name=Maven Coordinates, uri=dependency-info.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=dependency-info.html, name=Maven Coordinates}]}, distribution-management.html={name=Distribution Management, uri=distribution-management.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=distribution-management.html, name=Distribution Management}]}, licenses.html={name=Licenses, uri=licenses.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=licenses.html, name=Licenses}]}, plugin-management.html={name=Plugin Management, uri=plugin-management.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=plugin-management.html, name=Plugin Management}]}, plugins.html={name=Plugins, uri=plugins.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=plugins.html, name=Plugins}]}, scm.html={name=Source Code Management, uri=scm.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=scm.html, name=Source Code Management}]}, summary.html={name=Summary, uri=summary.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=summary.html, name=Summary}]}, team.html={name=Team, uri=team.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=team.html, name=Team}]}, project-info.html={name=Project Information, uri=project-info.html, childs={ci-management.html=CI Management, dependencies.html=Dependencies, dependency-info.html=Maven Coordinates, distribution-management.html=Distribution Management, licenses.html=Licenses, plugin-management.html=Plugin Management, plugins.html=Plugins, scm.html=Source Code Management, summary.html=Summary, team.html=Team}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}]}, testapidocs/index.html={name=Test JavaDocs, uri=testapidocs/index.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=testapidocs/index.html, name=Test JavaDocs}]}, apidocs/index.html={name=JavaDocs, uri=apidocs/index.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=apidocs/index.html, name=JavaDocs}]}, xref/index.html={name=Source Xref, uri=xref/index.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=xref/index.html, name=Source Xref}]}, xref-test/index.html={name=Test Source Xref, uri=xref-test/index.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=xref-test/index.html, name=Test Source Xref}]}, cpd.html={name=CPD, uri=cpd.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=cpd.html, name=CPD}]}, pmd.html={name=PMD, uri=pmd.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=pmd.html, name=PMD}]}, plugin-info.html={name=Plugin Documentation, uri=plugin-info.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=plugin-info.html, name=Plugin Documentation}]}, project-reports.html={name=Project Reports, uri=project-reports.html, childs={testapidocs/index.html=Test JavaDocs, apidocs/index.html=JavaDocs, xref/index.html=Source Xref, xref-test/index.html=Test Source Xref, cpd.html=CPD, pmd.html=PMD, plugin-info.html=Plugin Documentation}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}]}, index.html?about={name=Overview, uri=index.html?about, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=index.html?about, name=Overview}]}, configuration.html={name=Configuration Examples, uri=configuration.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=configuration.html, name=Configuration Examples}]}, create-mojo.html={name=Goal — hibernate:create, uri=create-mojo.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=create-mojo.html, name=Goal — hibernate:create}]}, update-mojo.html={name=Goal — hibernate:update, uri=update-mojo.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=update-mojo.html, name=Goal — hibernate:update}]}, drop-mojo.html={name=Goal — hibernate:drop, uri=drop-mojo.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=drop-mojo.html, name=Goal — hibernate:drop}]}, help-mojo.html={name=Goal — hibernate:help, uri=help-mojo.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=help-mojo.html, name=Goal — hibernate:help}]}, debugging.html={name=Enable Debugging-Output, uri=debugging.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=debugging.html, name=Enable Debugging-Output}]}, skip.html={name=Skipping Execution, uri=skip.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=skip.html, name=Skipping Execution}]}, force.html={name=Force Exceution, uri=force.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=force.html, name=Force Exceution}]}, pitfalls.html={name=Known Pitfalls (FAQ), uri=pitfalls.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=pitfalls.html, name=Known Pitfalls (FAQ)}]}} -->
-
-
-<!--*/-->
-<html xmlns="http://www.w3.org/1999/xhtml" th:replace="~{/templates/layout.html :: layout(uri='' + ~{:: code[class='site_uri']/text()}, title=~{:: title}, maincontent=~{:: .maincontent}, json='MERGE:' + ~{:: pre[class='json']/text()})}">
- <head>
- <title class="title">Hibernate Maven Plugin – Generated Reports</title>
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
- <link id="canonical" rel="canonical" href="/hibernate-maven-plugin/project-reports.html"/>
- </head>
- <body>
- <h1 class="short_title">Generated Reports</h1>
- <h2>URI</h2>
- <ul>
- <li><strong>site:</strong> <code class="site_uri">/projects/hibernate-maven-plugin/2.1.0/project-reports.html</code></li>
- <li><strong>canonical:</strong> <code class="canonical_uri">/hibernate-maven-plugin/project-reports.html</code></li>
- <li><strong>relative:</strong> <code class="relative_uri">project-reports.html</code></li>
- </ul>
- <h2>Path</h2>
- <p>
- <ol>
- <li><a href="index.html">Hibernate Maven Plugin</a></li><li><a href="project-reports.html">Project Reports</a></li> </ol>
- </p>
- <hr />
- <article class="maincontent">
- <section>
-<h2><a name="Generated_Reports"></a>Generated Reports</h2>
-<p>This document provides an overview of the various reports that are automatically generated by <a class="externalLink" href="http://maven.apache.org">Maven</a> . Each report is briefly described below.</p><section>
-<h3><a name="Overview"></a>Overview</h3>
-<table border="0" class="bodyTable">
-<tr class="a">
-<th>Document</th>
-<th>Description</th></tr>
-<tr class="b">
-<td><a href="testapidocs/index.html">Test JavaDocs</a></td>
-<td>Test JavaDoc API documentation.</td></tr>
-<tr class="a">
-<td><a href="apidocs/index.html">JavaDocs</a></td>
-<td>JavaDoc API documentation.</td></tr>
-<tr class="b">
-<td><a href="xref/index.html">Source Xref</a></td>
-<td>HTML based, cross-reference version of Java source code.</td></tr>
-<tr class="a">
-<td><a href="xref-test/index.html">Test Source Xref</a></td>
-<td>HTML based, cross-reference version of Java test source code.</td></tr>
-<tr class="b">
-<td><a href="cpd.html">CPD</a></td>
-<td>Duplicate code detection.</td></tr>
-<tr class="a">
-<td><a href="pmd.html">PMD</a></td>
-<td>Verification of coding rules.</td></tr>
-<tr class="b">
-<td><a href="plugin-info.html">Plugin Documentation</a></td>
-<td>This report provides goals and parameters documentation of a plugin.</td></tr></table></section></section>
- </article>
- <hr />
- <h2>Page Structure as JSON</h2>
- <pre class="json">
-{
- "_titles": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": "Hibernate Maven Plugin",
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html": "CI Management",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html": "Dependencies",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html": "Maven Coordinates",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html": "Distribution Management",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html": "Licenses",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html": "Plugin Management",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html": "Plugins",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html": "Source Code Management",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html": "Summary",
- "/projects/hibernate-maven-plugin/2.1.0/team.html": "Team",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": "Project Information",
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html": "Test JavaDocs",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html": "JavaDocs",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html": "Source Xref",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html": "Test Source Xref",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html": "CPD",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html": "PMD",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html": "Plugin Documentation",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": "Project Reports",
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about": "Overview",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html": "Configuration Examples",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html": "Goal — hibernate:create",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html": "Goal — hibernate:update",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": "Goal — hibernate:drop",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html": "Goal — hibernate:help",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html": "Enable Debugging-Output",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html": "Skipping Execution",
- "/projects/hibernate-maven-plugin/2.1.0/force.html": "Force Exceution",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html": "Known Pitfalls (FAQ)"
- },
- "_childs": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": [
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html",
- "/projects/hibernate-maven-plugin/2.1.0/force.html",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": [
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html",
- "/projects/hibernate-maven-plugin/2.1.0/team.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": [
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html"
- ]
- },
- "_crumbs": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/scm.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/summary.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/team.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/team.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/skip.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/force.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/force.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html"
- ]
- },
- "_canonical": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": "/hibernate-maven-plugin/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html": "/hibernate-maven-plugin/ci-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html": "/hibernate-maven-plugin/dependencies.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html": "/hibernate-maven-plugin/dependency-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html": "/hibernate-maven-plugin/distribution-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html": "/hibernate-maven-plugin/licenses.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html": "/hibernate-maven-plugin/plugin-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html": "/hibernate-maven-plugin/plugins.html",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html": "/hibernate-maven-plugin/scm.html",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html": "/hibernate-maven-plugin/summary.html",
- "/projects/hibernate-maven-plugin/2.1.0/team.html": "/hibernate-maven-plugin/team.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": "/hibernate-maven-plugin/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html": "/hibernate-maven-plugin/testapidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html": "/hibernate-maven-plugin/apidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html": "/hibernate-maven-plugin/xref/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html": "/hibernate-maven-plugin/xref-test/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html": "/hibernate-maven-plugin/cpd.html",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html": "/hibernate-maven-plugin/pmd.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html": "/hibernate-maven-plugin/plugin-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": "/hibernate-maven-plugin/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about": "/hibernate-maven-plugin/index.html?about",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html": "/hibernate-maven-plugin/configuration.html",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html": "/hibernate-maven-plugin/create-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html": "/hibernate-maven-plugin/update-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": "/hibernate-maven-plugin/drop-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html": "/hibernate-maven-plugin/help-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html": "/hibernate-maven-plugin/debugging.html",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html": "/hibernate-maven-plugin/skip.html",
- "/projects/hibernate-maven-plugin/2.1.0/force.html": "/hibernate-maven-plugin/force.html",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html": "/hibernate-maven-plugin/pitfalls.html"
- }
-}
- </pre>
- <h2>All Pages</h2>
- <p>
- <ul>
- <li><a href="index.html">Hibernate Maven Plugin</a></li><li><a href="ci-management.html">CI Management</a></li><li><a href="dependencies.html">Dependencies</a></li><li><a href="dependency-info.html">Maven Coordinates</a></li><li><a href="distribution-management.html">Distribution Management</a></li><li><a href="licenses.html">Licenses</a></li><li><a href="plugin-management.html">Plugin Management</a></li><li><a href="plugins.html">Plugins</a></li><li><a href="scm.html">Source Code Management</a></li><li><a href="summary.html">Summary</a></li><li><a href="team.html">Team</a></li><li><a href="project-info.html">Project Information</a></li><li><a href="testapidocs/index.html">Test JavaDocs</a></li><li><a href="apidocs/index.html">JavaDocs</a></li><li><a href="xref/index.html">Source Xref</a></li><li><a href="xref-test/index.html">Test Source Xref</a></li><li><a href="cpd.html">CPD</a></li><li><a href="pmd.html">PMD</a></li><li><a href="plugin-info.html">Plugin Documentation</a></li><li><a href="project-reports.html">Project Reports</a></li><li><a href="index.html?about">Overview</a></li><li><a href="configuration.html">Configuration Examples</a></li><li><a href="create-mojo.html">Goal — hibernate:create</a></li><li><a href="update-mojo.html">Goal — hibernate:update</a></li><li><a href="drop-mojo.html">Goal — hibernate:drop</a></li><li><a href="help-mojo.html">Goal — hibernate:help</a></li><li><a href="debugging.html">Enable Debugging-Output</a></li><li><a href="skip.html">Skipping Execution</a></li><li><a href="force.html">Force Exceution</a></li><li><a href="pitfalls.html">Known Pitfalls (FAQ)</a></li> </ul>
- </p>
- </body>
-</html>
--- /dev/null
+---
+title: Project Reports
+weight: 12
+outputs:
+ - html
+url: /projects/hibernate-maven-plugin/2.1.0/project-reports.html
+layout: article
+---
+<div id="sili-body">
+<section>
+<h2><a name="Generated_Reports"></a>Generated Reports</h2>
+<p>This document provides an overview of the various reports that are automatically generated by <a class="externalLink" href="http://maven.apache.org">Maven</a> . Each report is briefly described below.</p><section>
+<h3><a name="Overview"></a>Overview</h3>
+<table border="0" class="bodyTable">
+<tr class="a">
+<th>Document</th>
+<th>Description</th></tr>
+<tr class="b">
+<td><a href="testapidocs/index.html">Test JavaDocs</a></td>
+<td>Test JavaDoc API documentation.</td></tr>
+<tr class="a">
+<td><a href="apidocs/index.html">JavaDocs</a></td>
+<td>JavaDoc API documentation.</td></tr>
+<tr class="b">
+<td><a href="xref/index.html">Source Xref</a></td>
+<td>HTML based, cross-reference version of Java source code.</td></tr>
+<tr class="a">
+<td><a href="xref-test/index.html">Test Source Xref</a></td>
+<td>HTML based, cross-reference version of Java test source code.</td></tr>
+<tr class="b">
+<td><a href="cpd.html">CPD</a></td>
+<td>Duplicate code detection.</td></tr>
+<tr class="a">
+<td><a href="pmd.html">PMD</a></td>
+<td>Verification of coding rules.</td></tr>
+<tr class="b">
+<td><a href="plugin-info.html">Plugin Documentation</a></td>
+<td>This report provides goals and parameters documentation of a plugin.</td></tr></table></section></section>
+</div>
+<!-- PREPARING ROOT-ENTRY - name: Hibernate Maven Plugin ref: index.html -->
+<!-- READING MENU - name: Project Documentation ref: reports -->
+<!-- VISITING PAGE - href: /project-info.html / name: Project Information -->
+<!-- VISITING PAGE - href: ci-management.html / name: CI Management -->
+<!-- VISITING PAGE - href: dependencies.html / name: Dependencies -->
+<!-- VISITING PAGE - href: dependency-info.html / name: Maven Coordinates -->
+<!-- VISITING PAGE - href: distribution-management.html / name: Distribution Management -->
+<!-- VISITING PAGE - href: index.html / name: About -->
+<!-- RENAMING already seen PAGE: href=index.html, FROM name=Hibernate Maven Plugin TO name=About -->
+<!-- VISITING PAGE - href: licenses.html / name: Licenses -->
+<!-- VISITING PAGE - href: plugin-management.html / name: Plugin Management -->
+<!-- VISITING PAGE - href: plugins.html / name: Plugins -->
+<!-- VISITING PAGE - href: scm.html / name: Source Code Management -->
+<!-- VISITING PAGE - href: summary.html / name: Summary -->
+<!-- VISITING PAGE - href: team.html / name: Team -->
+<!-- VISITING PAGE - href: /project-reports.html / name: Project Reports -->
+<!-- VISITING PAGE - href: testapidocs/index.html / name: Test JavaDocs -->
+<!-- VISITING PAGE - href: apidocs/index.html / name: JavaDocs -->
+<!-- VISITING PAGE - href: xref/index.html / name: Source Xref -->
+<!-- VISITING PAGE - href: xref-test/index.html / name: Test Source Xref -->
+<!-- VISITING PAGE - href: cpd.html / name: CPD -->
+<!-- VISITING PAGE - href: pmd.html / name: PMD -->
+<!-- VISITING PAGE - href: plugin-info.html / name: Plugin Documentation -->
+<!-- READING MENU - name: $menu.name ref: $menu.ref -->
+<!-- VISITING PAGE - href: index.html / name: About -->
+<!-- RENAMING already seen PAGE: href=index.html, FROM name=About TO name=About -->
+<!-- VISITING PAGE - href: configuration.html / name: Configuration Examples -->
+<!-- VISITING PAGE - href: create-mojo.html / name: Goal — hibernate:create -->
+<!-- VISITING PAGE - href: update-mojo.html / name: Goal — hibernate:update -->
+<!-- VISITING PAGE - href: drop-mojo.html / name: Goal — hibernate:drop -->
+<!-- VISITING PAGE - href: help-mojo.html / name: Goal — hibernate:help -->
+<!-- VISITING PAGE - href: debugging.html / name: Enable Debugging-Output -->
+<!-- VISITING PAGE - href: skip.html / name: Skipping Execution -->
+<!-- VISITING PAGE - href: force.html / name: Force Exceution -->
+<!-- VISITING PAGE - href: pitfalls.html / name: Known Pitfalls (FAQ) -->
+<!-- VISITING PAGE - href: project-info.html / name: Project Information -->
+<!-- RENAMING already seen PAGE: href=project-info.html, FROM name=Project Information TO name=Project Information -->
+<!-- VISITING PAGE - href: project-reports.html / name: Project Reports -->
+<!-- RENAMING already seen PAGE: href=project-reports.html, FROM name=Project Reports TO name=Project Reports -->
--- /dev/null
+---
+title: JavaDocs
+weight: 14
+---
+<script type="text/javascript">window.location.replace('../../apidocs/index.html')</script>
+<noscript><p>JavaScript is deactivated.</p></noscript>
+<p><a href="../../apidocs/index.html">View JavaDocs</a></p>
--- /dev/null
+---
+title: CPD
+weight: 17
+outputs:
+ - html
+url: /projects/hibernate-maven-plugin/2.1.0/cpd.html
+layout: article
+---
+<div id="sili-body">
+<section>
+<h2><a name="CPD_Results"></a>CPD Results</h2>
+<p>The following document contains the results of PMD's <a class="externalLink" href="http://pmd.sourceforge.net/cpd.html">CPD</a> 5.2.3.</p></section><section>
+<h2><a name="Duplications"></a>Duplications</h2>
+<table border="0" class="bodyTable">
+<tr class="a">
+<th>File</th>
+<th>Line</th></tr>
+<tr class="b">
+<td>de/juplo/plugins/hibernate/CreateMojo.java</td>
+<td><a href="./xref/de/juplo/plugins/hibernate/CreateMojo.html#L41">41</a></td></tr>
+<tr class="a">
+<td>de/juplo/plugins/hibernate/DropMojo.java</td>
+<td><a href="./xref/de/juplo/plugins/hibernate/DropMojo.html#L41">41</a></td></tr>
+<tr class="b"><td colspan='2'>
+<div>
+{{< highlight guess >}}
+public class CreateMojo extends AbstractSchemaMojo
+{
+ /**
+ * Output file.
+ * <p>
+ * If the specified filename is not absolut, the file will be created
+ * relative to the project build directory
+ * (<code>project.build.directory</code>).
+ *
+ * @parameter property="hibernate.schema.create" default-value="create.sql"
+ * @since 1.0
+ */
+ private String outputFile;
+
+
+ @Override
+ public final void execute()
+ throws
+ MojoFailureException,
+ MojoExecutionException
+ {
+ super.execute(outputFile);
+ }
+
+
+ @Override
+ void build(
+ MetadataImplementor metadata,
+ ExecutionOptions options,
+ TargetDescriptor target
+ )
+ throws
+ MojoExecutionException,
+ MojoFailureException
+ {
+ ServiceRegistry service =
+ metadata.getMetadataBuildingOptions().getServiceRegistry();
+ SchemaManagementTool tool = service.getService(SchemaManagementTool.class);
+
+ Map config = options.getConfigurationValues();
+ SourceDescriptor source = new SourceDescriptor()
+ {
+ @Override
+ public SourceType getSourceType()
+ {
+ return SourceType.METADATA;
+ }
+
+ @Override
+ public ScriptSourceInput getScriptSourceInput()
+ {
+ return null;
+ }
+ };
+
+ tool.getSchemaCreator(config).doCreation(metadata, options, source, target);
+{{< /highlight >}}</div></td></tr></table></section>
+</div>
+<!-- PREPARING ROOT-ENTRY - name: Hibernate Maven Plugin ref: index.html -->
+<!-- READING MENU - name: Project Documentation ref: reports -->
+<!-- VISITING PAGE - href: /project-info.html / name: Project Information -->
+<!-- VISITING PAGE - href: ci-management.html / name: CI Management -->
+<!-- VISITING PAGE - href: dependencies.html / name: Dependencies -->
+<!-- VISITING PAGE - href: dependency-info.html / name: Maven Coordinates -->
+<!-- VISITING PAGE - href: distribution-management.html / name: Distribution Management -->
+<!-- VISITING PAGE - href: index.html / name: About -->
+<!-- RENAMING already seen PAGE: href=index.html, FROM name=Hibernate Maven Plugin TO name=About -->
+<!-- VISITING PAGE - href: licenses.html / name: Licenses -->
+<!-- VISITING PAGE - href: plugin-management.html / name: Plugin Management -->
+<!-- VISITING PAGE - href: plugins.html / name: Plugins -->
+<!-- VISITING PAGE - href: scm.html / name: Source Code Management -->
+<!-- VISITING PAGE - href: summary.html / name: Summary -->
+<!-- VISITING PAGE - href: team.html / name: Team -->
+<!-- VISITING PAGE - href: /project-reports.html / name: Project Reports -->
+<!-- VISITING PAGE - href: testapidocs/index.html / name: Test JavaDocs -->
+<!-- VISITING PAGE - href: apidocs/index.html / name: JavaDocs -->
+<!-- VISITING PAGE - href: xref/index.html / name: Source Xref -->
+<!-- VISITING PAGE - href: xref-test/index.html / name: Test Source Xref -->
+<!-- VISITING PAGE - href: cpd.html / name: CPD -->
+<!-- VISITING PAGE - href: pmd.html / name: PMD -->
+<!-- VISITING PAGE - href: plugin-info.html / name: Plugin Documentation -->
+<!-- READING MENU - name: $menu.name ref: $menu.ref -->
+<!-- VISITING PAGE - href: index.html / name: About -->
+<!-- RENAMING already seen PAGE: href=index.html, FROM name=About TO name=About -->
+<!-- VISITING PAGE - href: configuration.html / name: Configuration Examples -->
+<!-- VISITING PAGE - href: create-mojo.html / name: Goal — hibernate:create -->
+<!-- VISITING PAGE - href: update-mojo.html / name: Goal — hibernate:update -->
+<!-- VISITING PAGE - href: drop-mojo.html / name: Goal — hibernate:drop -->
+<!-- VISITING PAGE - href: help-mojo.html / name: Goal — hibernate:help -->
+<!-- VISITING PAGE - href: debugging.html / name: Enable Debugging-Output -->
+<!-- VISITING PAGE - href: skip.html / name: Skipping Execution -->
+<!-- VISITING PAGE - href: force.html / name: Force Exceution -->
+<!-- VISITING PAGE - href: pitfalls.html / name: Known Pitfalls (FAQ) -->
+<!-- VISITING PAGE - href: project-info.html / name: Project Information -->
+<!-- RENAMING already seen PAGE: href=project-info.html, FROM name=Project Information TO name=Project Information -->
+<!-- VISITING PAGE - href: project-reports.html / name: Project Reports -->
+<!-- RENAMING already seen PAGE: href=project-reports.html, FROM name=Project Reports TO name=Project Reports -->
--- /dev/null
+---
+title: Plugin Documentation
+weight: 19
+outputs:
+ - html
+url: /projects/hibernate-maven-plugin/2.1.0/plugin-info.html
+layout: article
+---
+<div id="sili-body">
+<section>
+<h2><a name="Plugin_Documentation"></a>Plugin Documentation</h2><a name="Plugin_Documentation"></a>
+<p>Goals available for this plugin:</p>
+<table border="0" class="bodyTable">
+<tr class="a">
+<th>Goal</th>
+<th>Description</th></tr>
+<tr class="b">
+<td><a href="create-mojo.html">hibernate:create</a></td>
+<td>Generate/Execute SQL to create a database-schema that represents
+the configured mappings.</td></tr>
+<tr class="a">
+<td><a href="drop-mojo.html">hibernate:drop</a></td>
+<td>Generate/Execute SQL to drop all tables of a database-schema that
+represents the configured mappings.</td></tr>
+<tr class="b">
+<td><a href="help-mojo.html">hibernate:help</a></td>
+<td>Display help information on hibernate-maven-plugin.<br />
+Call <code>mvn hibernate:help -Ddetail=true
+-Dgoal=<goal-name></code> to display parameter details.</td></tr>
+<tr class="a">
+<td><a href="update-mojo.html">hibernate:update</a></td>
+<td>Generate/Execute SQL to update the database-schema according to the
+configured mappings.</td></tr></table><section>
+<h3><a name="System_Requirements"></a>System Requirements</h3><a name="System_Requirements"></a>
+<p>The following specifies the minimum requirements to run this Maven plugin:</p>
+<table border="0" class="bodyTable">
+<tr class="a">
+<td>Maven</td>
+<td>2.0.6</td></tr>
+<tr class="b">
+<td>JDK</td>
+<td>1.6</td></tr>
+<tr class="a">
+<td>Memory</td>
+<td>No minimum requirement.</td></tr>
+<tr class="b">
+<td>Disk Space</td>
+<td>No minimum requirement.</td></tr></table></section><section>
+<h3><a name="Usage"></a>Usage</h3><a name="Usage"></a>
+<p>You should specify the version in your project's plugin configuration:</p>
+<div class="source">
+{{< highlight guess >}}
+<project>
+ ...
+ <build>
+ <!-- To define the plugin version in your parent POM -->
+ <pluginManagement>
+ <plugins>
+ <plugin>
+ <groupId>de.juplo</groupId>
+ <artifactId>hibernate-maven-plugin</artifactId>
+ <version>2.1.0</version>
+ </plugin>
+ ...
+ </plugins>
+ </pluginManagement>
+ <!-- To use the plugin goals in your POM or parent POM -->
+ <plugins>
+ <plugin>
+ <groupId>de.juplo</groupId>
+ <artifactId>hibernate-maven-plugin</artifactId>
+ <version>2.1.0</version>
+ </plugin>
+ ...
+ </plugins>
+ </build>
+ ...
+</project>
+
+{{< /highlight >}}</div>
+<p>For more information, see <a class="externalLink" href="http://maven.apache.org/guides/mini/guide-configuring-plugins.html">"Guide to Configuring Plug-ins"</a></p></section></section>
+</div>
+<!-- PREPARING ROOT-ENTRY - name: Hibernate Maven Plugin ref: index.html -->
+<!-- READING MENU - name: Project Documentation ref: reports -->
+<!-- VISITING PAGE - href: /project-info.html / name: Project Information -->
+<!-- VISITING PAGE - href: ci-management.html / name: CI Management -->
+<!-- VISITING PAGE - href: dependencies.html / name: Dependencies -->
+<!-- VISITING PAGE - href: dependency-info.html / name: Maven Coordinates -->
+<!-- VISITING PAGE - href: distribution-management.html / name: Distribution Management -->
+<!-- VISITING PAGE - href: index.html / name: About -->
+<!-- RENAMING already seen PAGE: href=index.html, FROM name=Hibernate Maven Plugin TO name=About -->
+<!-- VISITING PAGE - href: licenses.html / name: Licenses -->
+<!-- VISITING PAGE - href: plugin-management.html / name: Plugin Management -->
+<!-- VISITING PAGE - href: plugins.html / name: Plugins -->
+<!-- VISITING PAGE - href: scm.html / name: Source Code Management -->
+<!-- VISITING PAGE - href: summary.html / name: Summary -->
+<!-- VISITING PAGE - href: team.html / name: Team -->
+<!-- VISITING PAGE - href: /project-reports.html / name: Project Reports -->
+<!-- VISITING PAGE - href: testapidocs/index.html / name: Test JavaDocs -->
+<!-- VISITING PAGE - href: apidocs/index.html / name: JavaDocs -->
+<!-- VISITING PAGE - href: xref/index.html / name: Source Xref -->
+<!-- VISITING PAGE - href: xref-test/index.html / name: Test Source Xref -->
+<!-- VISITING PAGE - href: cpd.html / name: CPD -->
+<!-- VISITING PAGE - href: pmd.html / name: PMD -->
+<!-- VISITING PAGE - href: plugin-info.html / name: Plugin Documentation -->
+<!-- READING MENU - name: $menu.name ref: $menu.ref -->
+<!-- VISITING PAGE - href: index.html / name: About -->
+<!-- RENAMING already seen PAGE: href=index.html, FROM name=About TO name=About -->
+<!-- VISITING PAGE - href: configuration.html / name: Configuration Examples -->
+<!-- VISITING PAGE - href: create-mojo.html / name: Goal — hibernate:create -->
+<!-- VISITING PAGE - href: update-mojo.html / name: Goal — hibernate:update -->
+<!-- VISITING PAGE - href: drop-mojo.html / name: Goal — hibernate:drop -->
+<!-- VISITING PAGE - href: help-mojo.html / name: Goal — hibernate:help -->
+<!-- VISITING PAGE - href: debugging.html / name: Enable Debugging-Output -->
+<!-- VISITING PAGE - href: skip.html / name: Skipping Execution -->
+<!-- VISITING PAGE - href: force.html / name: Force Exceution -->
+<!-- VISITING PAGE - href: pitfalls.html / name: Known Pitfalls (FAQ) -->
+<!-- VISITING PAGE - href: project-info.html / name: Project Information -->
+<!-- RENAMING already seen PAGE: href=project-info.html, FROM name=Project Information TO name=Project Information -->
+<!-- VISITING PAGE - href: project-reports.html / name: Project Reports -->
+<!-- RENAMING already seen PAGE: href=project-reports.html, FROM name=Project Reports TO name=Project Reports -->
--- /dev/null
+---
+title: Goal — hibernate:create
+weight: 21
+outputs:
+ - html
+url: /projects/hibernate-maven-plugin/2.1.0/create-mojo.html
+layout: article
+---
+<div id="sili-body">
+
+
+ <section>
+<h2><a name="hibernate:create"></a>hibernate:create</h2>
+
+<p><b>Full name</b>:</p>
+
+<p>de.juplo:hibernate-maven-plugin:2.1.0:create</p>
+
+<p><b>Description</b>:</p>
+
+<div>Generate/Execute SQL to create a database-schema that represents
+the configured mappings.</div>
+
+<p><b>Attributes</b>:</p>
+
+<ul>
+
+<li>Requires a Maven project to be executed.</li>
+
+<li>Requires dependency resolution of artifacts in scope: <code>runtime</code>.</li>
+
+<li>The goal is thread-safe and supports parallel builds.</li>
+
+<li>Binds by default to the <a class="externalLink" href="http://maven.apache.org/ref/current/maven-core/lifecycles.html">lifecycle phase</a>: <code>process-classes</code>.</li>
+ </ul>
+ <section>
+<h3><a name="Optional_Parameters"></a>Optional Parameters</h3>
+
+<table class="bodyTable" border="0">
+
+<tr class="a">
+
+<th>Name</th>
+
+<th>Type</th>
+
+<th>Since</th>
+
+<th>Description</th>
+ </tr>
+
+<tr class="b">
+
+<td><b><a href="#createNamespaces">createNamespaces</a></b></td>
+
+<td><code>Boolean</code></td>
+
+<td><code>2.0</code></td>
+
+<td>Specifies whether to automatically create also the database
+schema/catalog.<br /><b>Default value is</b>: <code>false</code>.<br /><b>User property is</b>: <code>hibernate.hbm2dll.create_namespaces</code>.</td>
+ </tr>
+
+<tr class="a">
+
+<td><b><a href="#delimiter">delimiter</a></b></td>
+
+<td><code>String</code></td>
+
+<td><code>1.0</code></td>
+
+<td>Delimiter in output-file.
+
+<p><b>Important:</b> This configuration value can only be
+configured through the <code>pom.xml</code>, or by the definition
+of a system-property, because it is not known by Hibernate nor JPA
+and, hence, not picked up from their configuration!</p><br /><b>Default value is</b>: <code>;</code>.<br /><b>User property is</b>: <code>hibernate.hbm2ddl.delimiter</code>.</td>
+ </tr>
+
+<tr class="b">
+
+<td><b><a href="#dialect">dialect</a></b></td>
+
+<td><code>String</code></td>
+
+<td><code>1.0</code></td>
+
+<td>Hibernate dialect.<br /><b>User property is</b>: <code>hibernate.dialect</code>.</td>
+ </tr>
+
+<tr class="a">
+
+<td><b><a href="#driver">driver</a></b></td>
+
+<td><code>String</code></td>
+
+<td><code>1.0</code></td>
+
+<td>SQL-Driver name.<br /><b>User property is</b>: <code>hibernate.connection.driver_class</code>.</td>
+ </tr>
+
+<tr class="b">
+
+<td><b><a href="#execute">execute</a></b></td>
+
+<td><code>Boolean</code></td>
+
+<td><code>2.0</code></td>
+
+<td>Excecute the generated SQL. If set to <code>false</code>, only the
+SQL-script is created and the database is not touched.
+
+<p><b>Important:</b> This configuration value can only be
+configured through the <code>pom.xml</code>, or by the definition
+of a system-property, because it is not known by Hibernate nor JPA
+and, hence, not picked up from their configuration!</p><br /><b>Default value is</b>: <code>true</code>.<br /><b>User property is</b>: <code>hibernate.schema.execute</code>.</td>
+ </tr>
+
+<tr class="a">
+
+<td><b><a href="#force">force</a></b></td>
+
+<td><code>boolean</code></td>
+
+<td><code>1.0</code></td>
+
+<td>Force generation/execution
+
+<p>Force the generation and (if configured) the execution of the
+SQL, even if no modified or newly added annotated classes where
+found and the configuration was not changed.</p>
+
+<p><code>skip</code> takes precedence over <code>force</code>.</p>
+
+<p><b>Important:</b> This configuration value can only be
+configured through the <code>pom.xml</code>, or by the definition
+of a system-property, because it is not known by Hibernate nor JPA
+and, hence, not picked up from their configuration!</p><br /><b>Default value is</b>: <code>false</code>.<br /><b>User property is</b>: <code>hibernate.schema.force</code>.</td>
+ </tr>
+
+<tr class="b">
+
+<td><b><a href="#format">format</a></b></td>
+
+<td><code>Boolean</code></td>
+
+<td><code>1.0</code></td>
+
+<td>Format output-file.<br /><b>User property is</b>: <code>hibernate.format_sql</code>.</td>
+ </tr>
+
+<tr class="a">
+
+<td><b><a href="#hibernateConfig">hibernateConfig</a></b></td>
+
+<td><code>String</code></td>
+
+<td><code>1.1.0</code></td>
+
+<td>Path to Hibernate configuration file (.cfg.xml). If this parameter
+is specified, the plugin will try to load configuration values from
+a file with the given path or a ressource on the classpath with the
+given name. If both fails, the execution of the plugin will fail.
+
+<p>If this parameter is not set the plugin will load configuration
+values from a ressource named <code>hibernate.cfg.xml</code> on the
+classpath, if it is present, but will not fail if there is no such
+ressource.</p>
+
+<p>During ressource-lookup, the test-classpath takes
+precedence.</p>
+
+<p>Settings in this file will overwrite settings in the properties
+file.</p><br /></td>
+ </tr>
+
+<tr class="b">
+
+<td><b><a href="#hibernateProperties">hibernateProperties</a></b></td>
+
+<td><code>String</code></td>
+
+<td><code>1.0</code></td>
+
+<td>Path to a file or name of a ressource with hibernate properties. If
+this parameter is specified, the plugin will try to load
+configuration values from a file with the given path or a ressource
+on the classpath with the given name. If both fails, the execution
+of the plugin will fail.
+
+<p>If this parameter is not set the plugin will load configuration
+values from a ressource named <code>hibernate.properties</code> on
+the classpath, if it is present, but will not fail if there is no
+such ressource.</p>
+
+<p>During ressource-lookup, the test-classpath takes
+precedence.</p><br /></td>
+ </tr>
+
+<tr class="a">
+
+<td><b><a href="#implicitNamingStrategy">implicitNamingStrategy</a></b></td>
+
+<td><code>String</code></td>
+
+<td><code>2.0</code></td>
+
+<td>Implicit naming strategy<br /><b>User property is</b>: <code>hibernate.implicit_naming_strategy</code>.</td>
+ </tr>
+
+<tr class="b">
+
+<td><b><a href="#mappings">mappings</a></b></td>
+
+<td><code>String</code></td>
+
+<td><code>1.0.2</code></td>
+
+<td>List of Hibernate-Mapping-Files (XML). Multiple files can be
+separated with white-spaces and/or commas.<br /><b>User property is</b>: <code>hibernate.mapping</code>.</td>
+ </tr>
+
+<tr class="a">
+
+<td><b><a href="#outputDirectory">outputDirectory</a></b></td>
+
+<td><code>String</code></td>
+
+<td><code>1.0</code></td>
+
+<td>Classes-Directory to scan.
+
+<p>This parameter defaults to the maven build-output-directory for
+classes. Additionally, all dependencies are scanned for annotated
+classes.</p>
+
+<p><b>Important:</b> This configuration value can only be
+configured through the <code>pom.xml</code>, or by the definition
+of a system-property, because it is not known by Hibernate nor JPA
+and, hence, not picked up from their configuration!</p><br /><b>User property is</b>: <code>project.build.outputDirectory</code>.</td>
+ </tr>
+
+<tr class="b">
+
+<td><b><a href="#outputFile">outputFile</a></b></td>
+
+<td><code>String</code></td>
+
+<td><code>1.0</code></td>
+
+<td>Output file.
+
+<p>If the specified filename is not absolut, the file will be
+created relative to the project build directory
+(<code>project.build.directory</code>).</p><br /><b>Default value is</b>: <code>create.sql</code>.<br /><b>User property is</b>: <code>hibernate.schema.create</code>.</td>
+ </tr>
+
+<tr class="a">
+
+<td><b><a href="#password">password</a></b></td>
+
+<td><code>String</code></td>
+
+<td><code>1.0</code></td>
+
+<td>Database password<br /><b>User property is</b>: <code>hibernate.connection.password</code>.</td>
+ </tr>
+
+<tr class="b">
+
+<td><b><a href="#persistenceUnit">persistenceUnit</a></b></td>
+
+<td><code>String</code></td>
+
+<td><code>1.1.0</code></td>
+
+<td>Name of the persistence-unit. If this parameter is specified, the
+plugin will try to load configuration values from a
+persistence-unit with the specified name. If no such
+persistence-unit can be found, the plugin will throw an exception.
+
+<p>If this parameter is not set and there is only one
+persistence-unit available, that unit will be used automatically.
+But if this parameter is not set and there are multiple
+persistence-units available on, the class-path, the execution of
+the plugin will fail.</p>
+
+<p>Settings in this file will overwrite settings in the properties
+or the configuration file.</p><br /></td>
+ </tr>
+
+<tr class="a">
+
+<td><b><a href="#physicalNamingStrategy">physicalNamingStrategy</a></b></td>
+
+<td><code>String</code></td>
+
+<td><code>2.0</code></td>
+
+<td>Physical naming strategy<br /><b>User property is</b>: <code>hibernate.physical_naming_strategy</code>.</td>
+ </tr>
+
+<tr class="b">
+
+<td><b><a href="#scanClasses">scanClasses</a></b></td>
+
+<td><code>Boolean</code></td>
+
+<td><code>2.0</code></td>
+
+<td>Wether the project should be scanned for annotated-classes, or not
+
+<p>This parameter is intended to allow overwriting of the parameter
+<code>exclude-unlisted-classes</code> of a
+<code>persistence-unit</code>. If not specified, it defaults to
+<code>true</code></p><br /><b>User property is</b>: <code>hibernate.schema.scan.classes</code>.</td>
+ </tr>
+
+<tr class="a">
+
+<td><b><a href="#scanDependencies">scanDependencies</a></b></td>
+
+<td><code>String</code></td>
+
+<td><code>1.0.3</code></td>
+
+<td>Dependency-Scopes, that should be scanned for annotated classes.
+
+<p>By default, only dependencies in the scope <code>compile</code>
+are scanned for annotated classes. Multiple scopes can be seperated
+by white space or commas.</p>
+
+<p>If you do not want any dependencies to be scanned for annotated
+classes, set this parameter to <code>none</code>.</p>
+
+<p>The plugin does not scan for annotated classes in transitive
+dependencies. If some of your annotated classes are hidden in a
+transitive dependency, you can simply add that dependency
+explicitly.</p><br /><b>Default value is</b>: <code>compile</code>.<br /><b>User property is</b>: <code>hibernate.schema.scan.dependencies</code>.</td>
+ </tr>
+
+<tr class="b">
+
+<td><b><a href="#scanTestClasses">scanTestClasses</a></b></td>
+
+<td><code>Boolean</code></td>
+
+<td><code>1.0.1</code></td>
+
+<td>Whether to scan the test-branch of the project for annotated
+classes, or not.
+
+<p>If this parameter is set to <code>true</code> the test-classes
+of the artifact will be scanned for hibernate-annotated classes
+additionally.</p>
+
+<p><b>Important:</b> This configuration value can only be
+configured through the <code>pom.xml</code>, or by the definition
+of a system-property, because it is not known by Hibernate nor JPA
+and, hence, not picked up from their configuration!</p><br /><b>Default value is</b>: <code>false</code>.<br /><b>User property is</b>: <code>hibernate.schema.scan.test_classes</code>.</td>
+ </tr>
+
+<tr class="a">
+
+<td><b><a href="#show">show</a></b></td>
+
+<td><code>Boolean</code></td>
+
+<td><code>1.0</code></td>
+
+<td>Show the generated SQL in the command-line output.<br /><b>User property is</b>: <code>hibernate.show_sql</code>.</td>
+ </tr>
+
+<tr class="b">
+
+<td><b><a href="#skip">skip</a></b></td>
+
+<td><code>boolean</code></td>
+
+<td><code>1.0</code></td>
+
+<td>Skip execution
+
+<p>If set to <code>true</code>, the execution is skipped.</p>
+
+<p>A skipped execution is signaled via the maven-property
+<code>${hibernate.schema.skipped}</code>.</p>
+
+<p>The execution is skipped automatically, if no modified or newly
+added annotated classes are found and the dialect was not
+changed.</p>
+
+<p><b>Important:</b> This configuration value can only be
+configured through the <code>pom.xml</code>, or by the definition
+of a system-property, because it is not known by Hibernate nor JPA
+and, hence, not picked up from their configuration!</p><br /><b>Default value is</b>: <code>${maven.test.skip}</code>.<br /><b>User property is</b>: <code>hibernate.schema.skip</code>.</td>
+ </tr>
+
+<tr class="a">
+
+<td><b><a href="#testOutputDirectory">testOutputDirectory</a></b></td>
+
+<td><code>String</code></td>
+
+<td><code>1.0.2</code></td>
+
+<td>Test-Classes-Directory to scan.
+
+<p>This parameter defaults to the maven build-output-directory for
+test-classes.</p>
+
+<p>This parameter is only used, when <code>scanTestClasses</code>
+is set to <code>true</code>!</p>
+
+<p><b>Important:</b> This configuration value can only be
+configured through the <code>pom.xml</code>, or by the definition
+of a system-property, because it is not known by Hibernate nor JPA
+and, hence, not picked up from their configuration!</p><br /><b>User property is</b>: <code>project.build.testOutputDirectory</code>.</td>
+ </tr>
+
+<tr class="b">
+
+<td><b><a href="#url">url</a></b></td>
+
+<td><code>String</code></td>
+
+<td><code>1.0</code></td>
+
+<td>Database URL.<br /><b>User property is</b>: <code>hibernate.connection.url</code>.</td>
+ </tr>
+
+<tr class="a">
+
+<td><b><a href="#username">username</a></b></td>
+
+<td><code>String</code></td>
+
+<td><code>1.0</code></td>
+
+<td>Database username<br /><b>User property is</b>: <code>hibernate.connection.username</code>.</td>
+ </tr>
+ </table>
+ </section>
+ <section>
+<h3><a name="Parameter_Details"></a>Parameter Details</h3>
+
+<p><b><a name="createNamespaces">createNamespaces</a>:</b></p>
+
+<div>Specifies whether to automatically create also the database
+schema/catalog.</div>
+
+<ul>
+
+<li><b>Type</b>: <code>java.lang.Boolean</code></li>
+
+<li><b>Since</b>: <code>2.0</code></li>
+
+<li><b>Required</b>: <code>No</code></li>
+
+<li><b>User Property</b>: <code>hibernate.hbm2dll.create_namespaces</code></li>
+
+<li><b>Default</b>: <code>false</code></li>
+ </ul><hr />
+<p><b><a name="delimiter">delimiter</a>:</b></p>
+
+<div>Delimiter in output-file.
+
+<p><b>Important:</b> This configuration value can only be
+configured through the <code>pom.xml</code>, or by the definition
+of a system-property, because it is not known by Hibernate nor JPA
+and, hence, not picked up from their configuration!</p></div>
+
+<ul>
+
+<li><b>Type</b>: <code>java.lang.String</code></li>
+
+<li><b>Since</b>: <code>1.0</code></li>
+
+<li><b>Required</b>: <code>No</code></li>
+
+<li><b>User Property</b>: <code>hibernate.hbm2ddl.delimiter</code></li>
+
+<li><b>Default</b>: <code>;</code></li>
+ </ul><hr />
+<p><b><a name="dialect">dialect</a>:</b></p>
+
+<div>Hibernate dialect.</div>
+
+<ul>
+
+<li><b>Type</b>: <code>java.lang.String</code></li>
+
+<li><b>Since</b>: <code>1.0</code></li>
+
+<li><b>Required</b>: <code>No</code></li>
+
+<li><b>User Property</b>: <code>hibernate.dialect</code></li>
+ </ul><hr />
+<p><b><a name="driver">driver</a>:</b></p>
+
+<div>SQL-Driver name.</div>
+
+<ul>
+
+<li><b>Type</b>: <code>java.lang.String</code></li>
+
+<li><b>Since</b>: <code>1.0</code></li>
+
+<li><b>Required</b>: <code>No</code></li>
+
+<li><b>User Property</b>: <code>hibernate.connection.driver_class</code></li>
+ </ul><hr />
+<p><b><a name="execute">execute</a>:</b></p>
+
+<div>Excecute the generated SQL. If set to <code>false</code>, only the
+SQL-script is created and the database is not touched.
+
+<p><b>Important:</b> This configuration value can only be
+configured through the <code>pom.xml</code>, or by the definition
+of a system-property, because it is not known by Hibernate nor JPA
+and, hence, not picked up from their configuration!</p></div>
+
+<ul>
+
+<li><b>Type</b>: <code>java.lang.Boolean</code></li>
+
+<li><b>Since</b>: <code>2.0</code></li>
+
+<li><b>Required</b>: <code>No</code></li>
+
+<li><b>User Property</b>: <code>hibernate.schema.execute</code></li>
+
+<li><b>Default</b>: <code>true</code></li>
+ </ul><hr />
+<p><b><a name="force">force</a>:</b></p>
+
+<div>Force generation/execution
+
+<p>Force the generation and (if configured) the execution of the
+SQL, even if no modified or newly added annotated classes where
+found and the configuration was not changed.</p>
+
+<p><code>skip</code> takes precedence over <code>force</code>.</p>
+
+<p><b>Important:</b> This configuration value can only be
+configured through the <code>pom.xml</code>, or by the definition
+of a system-property, because it is not known by Hibernate nor JPA
+and, hence, not picked up from their configuration!</p></div>
+
+<ul>
+
+<li><b>Type</b>: <code>boolean</code></li>
+
+<li><b>Since</b>: <code>1.0</code></li>
+
+<li><b>Required</b>: <code>No</code></li>
+
+<li><b>User Property</b>: <code>hibernate.schema.force</code></li>
+
+<li><b>Default</b>: <code>false</code></li>
+ </ul><hr />
+<p><b><a name="format">format</a>:</b></p>
+
+<div>Format output-file.</div>
+
+<ul>
+
+<li><b>Type</b>: <code>java.lang.Boolean</code></li>
+
+<li><b>Since</b>: <code>1.0</code></li>
+
+<li><b>Required</b>: <code>No</code></li>
+
+<li><b>User Property</b>: <code>hibernate.format_sql</code></li>
+ </ul><hr />
+<p><b><a name="hibernateConfig">hibernateConfig</a>:</b></p>
+
+<div>Path to Hibernate configuration file (.cfg.xml). If this parameter
+is specified, the plugin will try to load configuration values from
+a file with the given path or a ressource on the classpath with the
+given name. If both fails, the execution of the plugin will fail.
+
+<p>If this parameter is not set the plugin will load configuration
+values from a ressource named <code>hibernate.cfg.xml</code> on the
+classpath, if it is present, but will not fail if there is no such
+ressource.</p>
+
+<p>During ressource-lookup, the test-classpath takes
+precedence.</p>
+
+<p>Settings in this file will overwrite settings in the properties
+file.</p></div>
+
+<ul>
+
+<li><b>Type</b>: <code>java.lang.String</code></li>
+
+<li><b>Since</b>: <code>1.1.0</code></li>
+
+<li><b>Required</b>: <code>No</code></li>
+ </ul><hr />
+<p><b><a name="hibernateProperties">hibernateProperties</a>:</b></p>
+
+<div>Path to a file or name of a ressource with hibernate properties. If
+this parameter is specified, the plugin will try to load
+configuration values from a file with the given path or a ressource
+on the classpath with the given name. If both fails, the execution
+of the plugin will fail.
+
+<p>If this parameter is not set the plugin will load configuration
+values from a ressource named <code>hibernate.properties</code> on
+the classpath, if it is present, but will not fail if there is no
+such ressource.</p>
+
+<p>During ressource-lookup, the test-classpath takes
+precedence.</p></div>
+
+<ul>
+
+<li><b>Type</b>: <code>java.lang.String</code></li>
+
+<li><b>Since</b>: <code>1.0</code></li>
+
+<li><b>Required</b>: <code>No</code></li>
+ </ul><hr />
+<p><b><a name="implicitNamingStrategy">implicitNamingStrategy</a>:</b></p>
+
+<div>Implicit naming strategy</div>
+
+<ul>
+
+<li><b>Type</b>: <code>java.lang.String</code></li>
+
+<li><b>Since</b>: <code>2.0</code></li>
+
+<li><b>Required</b>: <code>No</code></li>
+
+<li><b>User Property</b>: <code>hibernate.implicit_naming_strategy</code></li>
+ </ul><hr />
+<p><b><a name="mappings">mappings</a>:</b></p>
+
+<div>List of Hibernate-Mapping-Files (XML). Multiple files can be
+separated with white-spaces and/or commas.</div>
+
+<ul>
+
+<li><b>Type</b>: <code>java.lang.String</code></li>
+
+<li><b>Since</b>: <code>1.0.2</code></li>
+
+<li><b>Required</b>: <code>No</code></li>
+
+<li><b>User Property</b>: <code>hibernate.mapping</code></li>
+ </ul><hr />
+<p><b><a name="outputDirectory">outputDirectory</a>:</b></p>
+
+<div>Classes-Directory to scan.
+
+<p>This parameter defaults to the maven build-output-directory for
+classes. Additionally, all dependencies are scanned for annotated
+classes.</p>
+
+<p><b>Important:</b> This configuration value can only be
+configured through the <code>pom.xml</code>, or by the definition
+of a system-property, because it is not known by Hibernate nor JPA
+and, hence, not picked up from their configuration!</p></div>
+
+<ul>
+
+<li><b>Type</b>: <code>java.lang.String</code></li>
+
+<li><b>Since</b>: <code>1.0</code></li>
+
+<li><b>Required</b>: <code>No</code></li>
+
+<li><b>User Property</b>: <code>project.build.outputDirectory</code></li>
+ </ul><hr />
+<p><b><a name="outputFile">outputFile</a>:</b></p>
+
+<div>Output file.
+
+<p>If the specified filename is not absolut, the file will be
+created relative to the project build directory
+(<code>project.build.directory</code>).</p></div>
+
+<ul>
+
+<li><b>Type</b>: <code>java.lang.String</code></li>
+
+<li><b>Since</b>: <code>1.0</code></li>
+
+<li><b>Required</b>: <code>No</code></li>
+
+<li><b>User Property</b>: <code>hibernate.schema.create</code></li>
+
+<li><b>Default</b>: <code>create.sql</code></li>
+ </ul><hr />
+<p><b><a name="password">password</a>:</b></p>
+
+<div>Database password</div>
+
+<ul>
+
+<li><b>Type</b>: <code>java.lang.String</code></li>
+
+<li><b>Since</b>: <code>1.0</code></li>
+
+<li><b>Required</b>: <code>No</code></li>
+
+<li><b>User Property</b>: <code>hibernate.connection.password</code></li>
+ </ul><hr />
+<p><b><a name="persistenceUnit">persistenceUnit</a>:</b></p>
+
+<div>Name of the persistence-unit. If this parameter is specified, the
+plugin will try to load configuration values from a
+persistence-unit with the specified name. If no such
+persistence-unit can be found, the plugin will throw an exception.
+
+<p>If this parameter is not set and there is only one
+persistence-unit available, that unit will be used automatically.
+But if this parameter is not set and there are multiple
+persistence-units available on, the class-path, the execution of
+the plugin will fail.</p>
+
+<p>Settings in this file will overwrite settings in the properties
+or the configuration file.</p></div>
+
+<ul>
+
+<li><b>Type</b>: <code>java.lang.String</code></li>
+
+<li><b>Since</b>: <code>1.1.0</code></li>
+
+<li><b>Required</b>: <code>No</code></li>
+ </ul><hr />
+<p><b><a name="physicalNamingStrategy">physicalNamingStrategy</a>:</b></p>
+
+<div>Physical naming strategy</div>
+
+<ul>
+
+<li><b>Type</b>: <code>java.lang.String</code></li>
+
+<li><b>Since</b>: <code>2.0</code></li>
+
+<li><b>Required</b>: <code>No</code></li>
+
+<li><b>User Property</b>: <code>hibernate.physical_naming_strategy</code></li>
+ </ul><hr />
+<p><b><a name="scanClasses">scanClasses</a>:</b></p>
+
+<div>Wether the project should be scanned for annotated-classes, or not
+
+<p>This parameter is intended to allow overwriting of the parameter
+<code>exclude-unlisted-classes</code> of a
+<code>persistence-unit</code>. If not specified, it defaults to
+<code>true</code></p></div>
+
+<ul>
+
+<li><b>Type</b>: <code>java.lang.Boolean</code></li>
+
+<li><b>Since</b>: <code>2.0</code></li>
+
+<li><b>Required</b>: <code>No</code></li>
+
+<li><b>User Property</b>: <code>hibernate.schema.scan.classes</code></li>
+ </ul><hr />
+<p><b><a name="scanDependencies">scanDependencies</a>:</b></p>
+
+<div>Dependency-Scopes, that should be scanned for annotated classes.
+
+<p>By default, only dependencies in the scope <code>compile</code>
+are scanned for annotated classes. Multiple scopes can be seperated
+by white space or commas.</p>
+
+<p>If you do not want any dependencies to be scanned for annotated
+classes, set this parameter to <code>none</code>.</p>
+
+<p>The plugin does not scan for annotated classes in transitive
+dependencies. If some of your annotated classes are hidden in a
+transitive dependency, you can simply add that dependency
+explicitly.</p></div>
+
+<ul>
+
+<li><b>Type</b>: <code>java.lang.String</code></li>
+
+<li><b>Since</b>: <code>1.0.3</code></li>
+
+<li><b>Required</b>: <code>No</code></li>
+
+<li><b>User Property</b>: <code>hibernate.schema.scan.dependencies</code></li>
+
+<li><b>Default</b>: <code>compile</code></li>
+ </ul><hr />
+<p><b><a name="scanTestClasses">scanTestClasses</a>:</b></p>
+
+<div>Whether to scan the test-branch of the project for annotated
+classes, or not.
+
+<p>If this parameter is set to <code>true</code> the test-classes
+of the artifact will be scanned for hibernate-annotated classes
+additionally.</p>
+
+<p><b>Important:</b> This configuration value can only be
+configured through the <code>pom.xml</code>, or by the definition
+of a system-property, because it is not known by Hibernate nor JPA
+and, hence, not picked up from their configuration!</p></div>
+
+<ul>
+
+<li><b>Type</b>: <code>java.lang.Boolean</code></li>
+
+<li><b>Since</b>: <code>1.0.1</code></li>
+
+<li><b>Required</b>: <code>No</code></li>
+
+<li><b>User Property</b>: <code>hibernate.schema.scan.test_classes</code></li>
+
+<li><b>Default</b>: <code>false</code></li>
+ </ul><hr />
+<p><b><a name="show">show</a>:</b></p>
+
+<div>Show the generated SQL in the command-line output.</div>
+
+<ul>
+
+<li><b>Type</b>: <code>java.lang.Boolean</code></li>
+
+<li><b>Since</b>: <code>1.0</code></li>
+
+<li><b>Required</b>: <code>No</code></li>
+
+<li><b>User Property</b>: <code>hibernate.show_sql</code></li>
+ </ul><hr />
+<p><b><a name="skip">skip</a>:</b></p>
+
+<div>Skip execution
+
+<p>If set to <code>true</code>, the execution is skipped.</p>
+
+<p>A skipped execution is signaled via the maven-property
+<code>${hibernate.schema.skipped}</code>.</p>
+
+<p>The execution is skipped automatically, if no modified or newly
+added annotated classes are found and the dialect was not
+changed.</p>
+
+<p><b>Important:</b> This configuration value can only be
+configured through the <code>pom.xml</code>, or by the definition
+of a system-property, because it is not known by Hibernate nor JPA
+and, hence, not picked up from their configuration!</p></div>
+
+<ul>
+
+<li><b>Type</b>: <code>boolean</code></li>
+
+<li><b>Since</b>: <code>1.0</code></li>
+
+<li><b>Required</b>: <code>No</code></li>
+
+<li><b>User Property</b>: <code>hibernate.schema.skip</code></li>
+
+<li><b>Default</b>: <code>${maven.test.skip}</code></li>
+ </ul><hr />
+<p><b><a name="testOutputDirectory">testOutputDirectory</a>:</b></p>
+
+<div>Test-Classes-Directory to scan.
+
+<p>This parameter defaults to the maven build-output-directory for
+test-classes.</p>
+
+<p>This parameter is only used, when <code>scanTestClasses</code>
+is set to <code>true</code>!</p>
+
+<p><b>Important:</b> This configuration value can only be
+configured through the <code>pom.xml</code>, or by the definition
+of a system-property, because it is not known by Hibernate nor JPA
+and, hence, not picked up from their configuration!</p></div>
+
+<ul>
+
+<li><b>Type</b>: <code>java.lang.String</code></li>
+
+<li><b>Since</b>: <code>1.0.2</code></li>
+
+<li><b>Required</b>: <code>No</code></li>
+
+<li><b>User Property</b>: <code>project.build.testOutputDirectory</code></li>
+ </ul><hr />
+<p><b><a name="url">url</a>:</b></p>
+
+<div>Database URL.</div>
+
+<ul>
+
+<li><b>Type</b>: <code>java.lang.String</code></li>
+
+<li><b>Since</b>: <code>1.0</code></li>
+
+<li><b>Required</b>: <code>No</code></li>
+
+<li><b>User Property</b>: <code>hibernate.connection.url</code></li>
+ </ul><hr />
+<p><b><a name="username">username</a>:</b></p>
+
+<div>Database username</div>
+
+<ul>
+
+<li><b>Type</b>: <code>java.lang.String</code></li>
+
+<li><b>Since</b>: <code>1.0</code></li>
+
+<li><b>Required</b>: <code>No</code></li>
+
+<li><b>User Property</b>: <code>hibernate.connection.username</code></li>
+ </ul>
+ </section>
+ </section>
+
+
+</div>
+<!-- PREPARING ROOT-ENTRY - name: Hibernate Maven Plugin ref: index.html -->
+<!-- READING MENU - name: Project Documentation ref: reports -->
+<!-- VISITING PAGE - href: /project-info.html / name: Project Information -->
+<!-- VISITING PAGE - href: ci-management.html / name: CI Management -->
+<!-- VISITING PAGE - href: dependencies.html / name: Dependencies -->
+<!-- VISITING PAGE - href: dependency-info.html / name: Maven Coordinates -->
+<!-- VISITING PAGE - href: distribution-management.html / name: Distribution Management -->
+<!-- VISITING PAGE - href: index.html / name: About -->
+<!-- RENAMING already seen PAGE: href=index.html, FROM name=Hibernate Maven Plugin TO name=About -->
+<!-- VISITING PAGE - href: licenses.html / name: Licenses -->
+<!-- VISITING PAGE - href: plugin-management.html / name: Plugin Management -->
+<!-- VISITING PAGE - href: plugins.html / name: Plugins -->
+<!-- VISITING PAGE - href: scm.html / name: Source Code Management -->
+<!-- VISITING PAGE - href: summary.html / name: Summary -->
+<!-- VISITING PAGE - href: team.html / name: Team -->
+<!-- VISITING PAGE - href: /project-reports.html / name: Project Reports -->
+<!-- VISITING PAGE - href: testapidocs/index.html / name: Test JavaDocs -->
+<!-- VISITING PAGE - href: apidocs/index.html / name: JavaDocs -->
+<!-- VISITING PAGE - href: xref/index.html / name: Source Xref -->
+<!-- VISITING PAGE - href: xref-test/index.html / name: Test Source Xref -->
+<!-- VISITING PAGE - href: cpd.html / name: CPD -->
+<!-- VISITING PAGE - href: pmd.html / name: PMD -->
+<!-- VISITING PAGE - href: plugin-info.html / name: Plugin Documentation -->
+<!-- READING MENU - name: $menu.name ref: $menu.ref -->
+<!-- VISITING PAGE - href: index.html / name: About -->
+<!-- RENAMING already seen PAGE: href=index.html, FROM name=About TO name=About -->
+<!-- VISITING PAGE - href: configuration.html / name: Configuration Examples -->
+<!-- VISITING PAGE - href: create-mojo.html / name: Goal — hibernate:create -->
+<!-- VISITING PAGE - href: update-mojo.html / name: Goal — hibernate:update -->
+<!-- VISITING PAGE - href: drop-mojo.html / name: Goal — hibernate:drop -->
+<!-- VISITING PAGE - href: help-mojo.html / name: Goal — hibernate:help -->
+<!-- VISITING PAGE - href: debugging.html / name: Enable Debugging-Output -->
+<!-- VISITING PAGE - href: skip.html / name: Skipping Execution -->
+<!-- VISITING PAGE - href: force.html / name: Force Exceution -->
+<!-- VISITING PAGE - href: pitfalls.html / name: Known Pitfalls (FAQ) -->
+<!-- VISITING PAGE - href: project-info.html / name: Project Information -->
+<!-- RENAMING already seen PAGE: href=project-info.html, FROM name=Project Information TO name=Project Information -->
+<!-- VISITING PAGE - href: project-reports.html / name: Project Reports -->
+<!-- RENAMING already seen PAGE: href=project-reports.html, FROM name=Project Reports TO name=Project Reports -->
--- /dev/null
+---
+title: Goal — hibernate:drop
+weight: 23
+outputs:
+ - html
+url: /projects/hibernate-maven-plugin/2.1.0/drop-mojo.html
+layout: article
+---
+<div id="sili-body">
+
+
+ <section>
+<h2><a name="hibernate:drop"></a>hibernate:drop</h2>
+
+<p><b>Full name</b>:</p>
+
+<p>de.juplo:hibernate-maven-plugin:2.1.0:drop</p>
+
+<p><b>Description</b>:</p>
+
+<div>Generate/Execute SQL to drop all tables of a database-schema that
+represents the configured mappings.</div>
+
+<p><b>Attributes</b>:</p>
+
+<ul>
+
+<li>Requires a Maven project to be executed.</li>
+
+<li>Requires dependency resolution of artifacts in scope: <code>runtime</code>.</li>
+
+<li>The goal is thread-safe and supports parallel builds.</li>
+
+<li>Binds by default to the <a class="externalLink" href="http://maven.apache.org/ref/current/maven-core/lifecycles.html">lifecycle phase</a>: <code>process-classes</code>.</li>
+ </ul>
+ <section>
+<h3><a name="Optional_Parameters"></a>Optional Parameters</h3>
+
+<table class="bodyTable" border="0">
+
+<tr class="a">
+
+<th>Name</th>
+
+<th>Type</th>
+
+<th>Since</th>
+
+<th>Description</th>
+ </tr>
+
+<tr class="b">
+
+<td><b><a href="#createNamespaces">createNamespaces</a></b></td>
+
+<td><code>Boolean</code></td>
+
+<td><code>2.0</code></td>
+
+<td>Specifies whether to automatically create also the database
+schema/catalog.<br /><b>Default value is</b>: <code>false</code>.<br /><b>User property is</b>: <code>hibernate.hbm2dll.create_namespaces</code>.</td>
+ </tr>
+
+<tr class="a">
+
+<td><b><a href="#delimiter">delimiter</a></b></td>
+
+<td><code>String</code></td>
+
+<td><code>1.0</code></td>
+
+<td>Delimiter in output-file.
+
+<p><b>Important:</b> This configuration value can only be
+configured through the <code>pom.xml</code>, or by the definition
+of a system-property, because it is not known by Hibernate nor JPA
+and, hence, not picked up from their configuration!</p><br /><b>Default value is</b>: <code>;</code>.<br /><b>User property is</b>: <code>hibernate.hbm2ddl.delimiter</code>.</td>
+ </tr>
+
+<tr class="b">
+
+<td><b><a href="#dialect">dialect</a></b></td>
+
+<td><code>String</code></td>
+
+<td><code>1.0</code></td>
+
+<td>Hibernate dialect.<br /><b>User property is</b>: <code>hibernate.dialect</code>.</td>
+ </tr>
+
+<tr class="a">
+
+<td><b><a href="#driver">driver</a></b></td>
+
+<td><code>String</code></td>
+
+<td><code>1.0</code></td>
+
+<td>SQL-Driver name.<br /><b>User property is</b>: <code>hibernate.connection.driver_class</code>.</td>
+ </tr>
+
+<tr class="b">
+
+<td><b><a href="#execute">execute</a></b></td>
+
+<td><code>Boolean</code></td>
+
+<td><code>2.0</code></td>
+
+<td>Excecute the generated SQL. If set to <code>false</code>, only the
+SQL-script is created and the database is not touched.
+
+<p><b>Important:</b> This configuration value can only be
+configured through the <code>pom.xml</code>, or by the definition
+of a system-property, because it is not known by Hibernate nor JPA
+and, hence, not picked up from their configuration!</p><br /><b>Default value is</b>: <code>true</code>.<br /><b>User property is</b>: <code>hibernate.schema.execute</code>.</td>
+ </tr>
+
+<tr class="a">
+
+<td><b><a href="#force">force</a></b></td>
+
+<td><code>boolean</code></td>
+
+<td><code>1.0</code></td>
+
+<td>Force generation/execution
+
+<p>Force the generation and (if configured) the execution of the
+SQL, even if no modified or newly added annotated classes where
+found and the configuration was not changed.</p>
+
+<p><code>skip</code> takes precedence over <code>force</code>.</p>
+
+<p><b>Important:</b> This configuration value can only be
+configured through the <code>pom.xml</code>, or by the definition
+of a system-property, because it is not known by Hibernate nor JPA
+and, hence, not picked up from their configuration!</p><br /><b>Default value is</b>: <code>false</code>.<br /><b>User property is</b>: <code>hibernate.schema.force</code>.</td>
+ </tr>
+
+<tr class="b">
+
+<td><b><a href="#format">format</a></b></td>
+
+<td><code>Boolean</code></td>
+
+<td><code>1.0</code></td>
+
+<td>Format output-file.<br /><b>User property is</b>: <code>hibernate.format_sql</code>.</td>
+ </tr>
+
+<tr class="a">
+
+<td><b><a href="#hibernateConfig">hibernateConfig</a></b></td>
+
+<td><code>String</code></td>
+
+<td><code>1.1.0</code></td>
+
+<td>Path to Hibernate configuration file (.cfg.xml). If this parameter
+is specified, the plugin will try to load configuration values from
+a file with the given path or a ressource on the classpath with the
+given name. If both fails, the execution of the plugin will fail.
+
+<p>If this parameter is not set the plugin will load configuration
+values from a ressource named <code>hibernate.cfg.xml</code> on the
+classpath, if it is present, but will not fail if there is no such
+ressource.</p>
+
+<p>During ressource-lookup, the test-classpath takes
+precedence.</p>
+
+<p>Settings in this file will overwrite settings in the properties
+file.</p><br /></td>
+ </tr>
+
+<tr class="b">
+
+<td><b><a href="#hibernateProperties">hibernateProperties</a></b></td>
+
+<td><code>String</code></td>
+
+<td><code>1.0</code></td>
+
+<td>Path to a file or name of a ressource with hibernate properties. If
+this parameter is specified, the plugin will try to load
+configuration values from a file with the given path or a ressource
+on the classpath with the given name. If both fails, the execution
+of the plugin will fail.
+
+<p>If this parameter is not set the plugin will load configuration
+values from a ressource named <code>hibernate.properties</code> on
+the classpath, if it is present, but will not fail if there is no
+such ressource.</p>
+
+<p>During ressource-lookup, the test-classpath takes
+precedence.</p><br /></td>
+ </tr>
+
+<tr class="a">
+
+<td><b><a href="#implicitNamingStrategy">implicitNamingStrategy</a></b></td>
+
+<td><code>String</code></td>
+
+<td><code>2.0</code></td>
+
+<td>Implicit naming strategy<br /><b>User property is</b>: <code>hibernate.implicit_naming_strategy</code>.</td>
+ </tr>
+
+<tr class="b">
+
+<td><b><a href="#mappings">mappings</a></b></td>
+
+<td><code>String</code></td>
+
+<td><code>1.0.2</code></td>
+
+<td>List of Hibernate-Mapping-Files (XML). Multiple files can be
+separated with white-spaces and/or commas.<br /><b>User property is</b>: <code>hibernate.mapping</code>.</td>
+ </tr>
+
+<tr class="a">
+
+<td><b><a href="#outputDirectory">outputDirectory</a></b></td>
+
+<td><code>String</code></td>
+
+<td><code>1.0</code></td>
+
+<td>Classes-Directory to scan.
+
+<p>This parameter defaults to the maven build-output-directory for
+classes. Additionally, all dependencies are scanned for annotated
+classes.</p>
+
+<p><b>Important:</b> This configuration value can only be
+configured through the <code>pom.xml</code>, or by the definition
+of a system-property, because it is not known by Hibernate nor JPA
+and, hence, not picked up from their configuration!</p><br /><b>User property is</b>: <code>project.build.outputDirectory</code>.</td>
+ </tr>
+
+<tr class="b">
+
+<td><b><a href="#outputFile">outputFile</a></b></td>
+
+<td><code>String</code></td>
+
+<td><code>1.0</code></td>
+
+<td>Output file.
+
+<p>If the specified filename is not absolut, the file will be
+created relative to the project build directory
+(<code>project.build.directory</code>).</p><br /><b>Default value is</b>: <code>drop.sql</code>.<br /><b>User property is</b>: <code>hibernate.schema.drop</code>.</td>
+ </tr>
+
+<tr class="a">
+
+<td><b><a href="#password">password</a></b></td>
+
+<td><code>String</code></td>
+
+<td><code>1.0</code></td>
+
+<td>Database password<br /><b>User property is</b>: <code>hibernate.connection.password</code>.</td>
+ </tr>
+
+<tr class="b">
+
+<td><b><a href="#persistenceUnit">persistenceUnit</a></b></td>
+
+<td><code>String</code></td>
+
+<td><code>1.1.0</code></td>
+
+<td>Name of the persistence-unit. If this parameter is specified, the
+plugin will try to load configuration values from a
+persistence-unit with the specified name. If no such
+persistence-unit can be found, the plugin will throw an exception.
+
+<p>If this parameter is not set and there is only one
+persistence-unit available, that unit will be used automatically.
+But if this parameter is not set and there are multiple
+persistence-units available on, the class-path, the execution of
+the plugin will fail.</p>
+
+<p>Settings in this file will overwrite settings in the properties
+or the configuration file.</p><br /></td>
+ </tr>
+
+<tr class="a">
+
+<td><b><a href="#physicalNamingStrategy">physicalNamingStrategy</a></b></td>
+
+<td><code>String</code></td>
+
+<td><code>2.0</code></td>
+
+<td>Physical naming strategy<br /><b>User property is</b>: <code>hibernate.physical_naming_strategy</code>.</td>
+ </tr>
+
+<tr class="b">
+
+<td><b><a href="#scanClasses">scanClasses</a></b></td>
+
+<td><code>Boolean</code></td>
+
+<td><code>2.0</code></td>
+
+<td>Wether the project should be scanned for annotated-classes, or not
+
+<p>This parameter is intended to allow overwriting of the parameter
+<code>exclude-unlisted-classes</code> of a
+<code>persistence-unit</code>. If not specified, it defaults to
+<code>true</code></p><br /><b>User property is</b>: <code>hibernate.schema.scan.classes</code>.</td>
+ </tr>
+
+<tr class="a">
+
+<td><b><a href="#scanDependencies">scanDependencies</a></b></td>
+
+<td><code>String</code></td>
+
+<td><code>1.0.3</code></td>
+
+<td>Dependency-Scopes, that should be scanned for annotated classes.
+
+<p>By default, only dependencies in the scope <code>compile</code>
+are scanned for annotated classes. Multiple scopes can be seperated
+by white space or commas.</p>
+
+<p>If you do not want any dependencies to be scanned for annotated
+classes, set this parameter to <code>none</code>.</p>
+
+<p>The plugin does not scan for annotated classes in transitive
+dependencies. If some of your annotated classes are hidden in a
+transitive dependency, you can simply add that dependency
+explicitly.</p><br /><b>Default value is</b>: <code>compile</code>.<br /><b>User property is</b>: <code>hibernate.schema.scan.dependencies</code>.</td>
+ </tr>
+
+<tr class="b">
+
+<td><b><a href="#scanTestClasses">scanTestClasses</a></b></td>
+
+<td><code>Boolean</code></td>
+
+<td><code>1.0.1</code></td>
+
+<td>Whether to scan the test-branch of the project for annotated
+classes, or not.
+
+<p>If this parameter is set to <code>true</code> the test-classes
+of the artifact will be scanned for hibernate-annotated classes
+additionally.</p>
+
+<p><b>Important:</b> This configuration value can only be
+configured through the <code>pom.xml</code>, or by the definition
+of a system-property, because it is not known by Hibernate nor JPA
+and, hence, not picked up from their configuration!</p><br /><b>Default value is</b>: <code>false</code>.<br /><b>User property is</b>: <code>hibernate.schema.scan.test_classes</code>.</td>
+ </tr>
+
+<tr class="a">
+
+<td><b><a href="#show">show</a></b></td>
+
+<td><code>Boolean</code></td>
+
+<td><code>1.0</code></td>
+
+<td>Show the generated SQL in the command-line output.<br /><b>User property is</b>: <code>hibernate.show_sql</code>.</td>
+ </tr>
+
+<tr class="b">
+
+<td><b><a href="#skip">skip</a></b></td>
+
+<td><code>boolean</code></td>
+
+<td><code>1.0</code></td>
+
+<td>Skip execution
+
+<p>If set to <code>true</code>, the execution is skipped.</p>
+
+<p>A skipped execution is signaled via the maven-property
+<code>${hibernate.schema.skipped}</code>.</p>
+
+<p>The execution is skipped automatically, if no modified or newly
+added annotated classes are found and the dialect was not
+changed.</p>
+
+<p><b>Important:</b> This configuration value can only be
+configured through the <code>pom.xml</code>, or by the definition
+of a system-property, because it is not known by Hibernate nor JPA
+and, hence, not picked up from their configuration!</p><br /><b>Default value is</b>: <code>${maven.test.skip}</code>.<br /><b>User property is</b>: <code>hibernate.schema.skip</code>.</td>
+ </tr>
+
+<tr class="a">
+
+<td><b><a href="#testOutputDirectory">testOutputDirectory</a></b></td>
+
+<td><code>String</code></td>
+
+<td><code>1.0.2</code></td>
+
+<td>Test-Classes-Directory to scan.
+
+<p>This parameter defaults to the maven build-output-directory for
+test-classes.</p>
+
+<p>This parameter is only used, when <code>scanTestClasses</code>
+is set to <code>true</code>!</p>
+
+<p><b>Important:</b> This configuration value can only be
+configured through the <code>pom.xml</code>, or by the definition
+of a system-property, because it is not known by Hibernate nor JPA
+and, hence, not picked up from their configuration!</p><br /><b>User property is</b>: <code>project.build.testOutputDirectory</code>.</td>
+ </tr>
+
+<tr class="b">
+
+<td><b><a href="#url">url</a></b></td>
+
+<td><code>String</code></td>
+
+<td><code>1.0</code></td>
+
+<td>Database URL.<br /><b>User property is</b>: <code>hibernate.connection.url</code>.</td>
+ </tr>
+
+<tr class="a">
+
+<td><b><a href="#username">username</a></b></td>
+
+<td><code>String</code></td>
+
+<td><code>1.0</code></td>
+
+<td>Database username<br /><b>User property is</b>: <code>hibernate.connection.username</code>.</td>
+ </tr>
+ </table>
+ </section>
+ <section>
+<h3><a name="Parameter_Details"></a>Parameter Details</h3>
+
+<p><b><a name="createNamespaces">createNamespaces</a>:</b></p>
+
+<div>Specifies whether to automatically create also the database
+schema/catalog.</div>
+
+<ul>
+
+<li><b>Type</b>: <code>java.lang.Boolean</code></li>
+
+<li><b>Since</b>: <code>2.0</code></li>
+
+<li><b>Required</b>: <code>No</code></li>
+
+<li><b>User Property</b>: <code>hibernate.hbm2dll.create_namespaces</code></li>
+
+<li><b>Default</b>: <code>false</code></li>
+ </ul><hr />
+<p><b><a name="delimiter">delimiter</a>:</b></p>
+
+<div>Delimiter in output-file.
+
+<p><b>Important:</b> This configuration value can only be
+configured through the <code>pom.xml</code>, or by the definition
+of a system-property, because it is not known by Hibernate nor JPA
+and, hence, not picked up from their configuration!</p></div>
+
+<ul>
+
+<li><b>Type</b>: <code>java.lang.String</code></li>
+
+<li><b>Since</b>: <code>1.0</code></li>
+
+<li><b>Required</b>: <code>No</code></li>
+
+<li><b>User Property</b>: <code>hibernate.hbm2ddl.delimiter</code></li>
+
+<li><b>Default</b>: <code>;</code></li>
+ </ul><hr />
+<p><b><a name="dialect">dialect</a>:</b></p>
+
+<div>Hibernate dialect.</div>
+
+<ul>
+
+<li><b>Type</b>: <code>java.lang.String</code></li>
+
+<li><b>Since</b>: <code>1.0</code></li>
+
+<li><b>Required</b>: <code>No</code></li>
+
+<li><b>User Property</b>: <code>hibernate.dialect</code></li>
+ </ul><hr />
+<p><b><a name="driver">driver</a>:</b></p>
+
+<div>SQL-Driver name.</div>
+
+<ul>
+
+<li><b>Type</b>: <code>java.lang.String</code></li>
+
+<li><b>Since</b>: <code>1.0</code></li>
+
+<li><b>Required</b>: <code>No</code></li>
+
+<li><b>User Property</b>: <code>hibernate.connection.driver_class</code></li>
+ </ul><hr />
+<p><b><a name="execute">execute</a>:</b></p>
+
+<div>Excecute the generated SQL. If set to <code>false</code>, only the
+SQL-script is created and the database is not touched.
+
+<p><b>Important:</b> This configuration value can only be
+configured through the <code>pom.xml</code>, or by the definition
+of a system-property, because it is not known by Hibernate nor JPA
+and, hence, not picked up from their configuration!</p></div>
+
+<ul>
+
+<li><b>Type</b>: <code>java.lang.Boolean</code></li>
+
+<li><b>Since</b>: <code>2.0</code></li>
+
+<li><b>Required</b>: <code>No</code></li>
+
+<li><b>User Property</b>: <code>hibernate.schema.execute</code></li>
+
+<li><b>Default</b>: <code>true</code></li>
+ </ul><hr />
+<p><b><a name="force">force</a>:</b></p>
+
+<div>Force generation/execution
+
+<p>Force the generation and (if configured) the execution of the
+SQL, even if no modified or newly added annotated classes where
+found and the configuration was not changed.</p>
+
+<p><code>skip</code> takes precedence over <code>force</code>.</p>
+
+<p><b>Important:</b> This configuration value can only be
+configured through the <code>pom.xml</code>, or by the definition
+of a system-property, because it is not known by Hibernate nor JPA
+and, hence, not picked up from their configuration!</p></div>
+
+<ul>
+
+<li><b>Type</b>: <code>boolean</code></li>
+
+<li><b>Since</b>: <code>1.0</code></li>
+
+<li><b>Required</b>: <code>No</code></li>
+
+<li><b>User Property</b>: <code>hibernate.schema.force</code></li>
+
+<li><b>Default</b>: <code>false</code></li>
+ </ul><hr />
+<p><b><a name="format">format</a>:</b></p>
+
+<div>Format output-file.</div>
+
+<ul>
+
+<li><b>Type</b>: <code>java.lang.Boolean</code></li>
+
+<li><b>Since</b>: <code>1.0</code></li>
+
+<li><b>Required</b>: <code>No</code></li>
+
+<li><b>User Property</b>: <code>hibernate.format_sql</code></li>
+ </ul><hr />
+<p><b><a name="hibernateConfig">hibernateConfig</a>:</b></p>
+
+<div>Path to Hibernate configuration file (.cfg.xml). If this parameter
+is specified, the plugin will try to load configuration values from
+a file with the given path or a ressource on the classpath with the
+given name. If both fails, the execution of the plugin will fail.
+
+<p>If this parameter is not set the plugin will load configuration
+values from a ressource named <code>hibernate.cfg.xml</code> on the
+classpath, if it is present, but will not fail if there is no such
+ressource.</p>
+
+<p>During ressource-lookup, the test-classpath takes
+precedence.</p>
+
+<p>Settings in this file will overwrite settings in the properties
+file.</p></div>
+
+<ul>
+
+<li><b>Type</b>: <code>java.lang.String</code></li>
+
+<li><b>Since</b>: <code>1.1.0</code></li>
+
+<li><b>Required</b>: <code>No</code></li>
+ </ul><hr />
+<p><b><a name="hibernateProperties">hibernateProperties</a>:</b></p>
+
+<div>Path to a file or name of a ressource with hibernate properties. If
+this parameter is specified, the plugin will try to load
+configuration values from a file with the given path or a ressource
+on the classpath with the given name. If both fails, the execution
+of the plugin will fail.
+
+<p>If this parameter is not set the plugin will load configuration
+values from a ressource named <code>hibernate.properties</code> on
+the classpath, if it is present, but will not fail if there is no
+such ressource.</p>
+
+<p>During ressource-lookup, the test-classpath takes
+precedence.</p></div>
+
+<ul>
+
+<li><b>Type</b>: <code>java.lang.String</code></li>
+
+<li><b>Since</b>: <code>1.0</code></li>
+
+<li><b>Required</b>: <code>No</code></li>
+ </ul><hr />
+<p><b><a name="implicitNamingStrategy">implicitNamingStrategy</a>:</b></p>
+
+<div>Implicit naming strategy</div>
+
+<ul>
+
+<li><b>Type</b>: <code>java.lang.String</code></li>
+
+<li><b>Since</b>: <code>2.0</code></li>
+
+<li><b>Required</b>: <code>No</code></li>
+
+<li><b>User Property</b>: <code>hibernate.implicit_naming_strategy</code></li>
+ </ul><hr />
+<p><b><a name="mappings">mappings</a>:</b></p>
+
+<div>List of Hibernate-Mapping-Files (XML). Multiple files can be
+separated with white-spaces and/or commas.</div>
+
+<ul>
+
+<li><b>Type</b>: <code>java.lang.String</code></li>
+
+<li><b>Since</b>: <code>1.0.2</code></li>
+
+<li><b>Required</b>: <code>No</code></li>
+
+<li><b>User Property</b>: <code>hibernate.mapping</code></li>
+ </ul><hr />
+<p><b><a name="outputDirectory">outputDirectory</a>:</b></p>
+
+<div>Classes-Directory to scan.
+
+<p>This parameter defaults to the maven build-output-directory for
+classes. Additionally, all dependencies are scanned for annotated
+classes.</p>
+
+<p><b>Important:</b> This configuration value can only be
+configured through the <code>pom.xml</code>, or by the definition
+of a system-property, because it is not known by Hibernate nor JPA
+and, hence, not picked up from their configuration!</p></div>
+
+<ul>
+
+<li><b>Type</b>: <code>java.lang.String</code></li>
+
+<li><b>Since</b>: <code>1.0</code></li>
+
+<li><b>Required</b>: <code>No</code></li>
+
+<li><b>User Property</b>: <code>project.build.outputDirectory</code></li>
+ </ul><hr />
+<p><b><a name="outputFile">outputFile</a>:</b></p>
+
+<div>Output file.
+
+<p>If the specified filename is not absolut, the file will be
+created relative to the project build directory
+(<code>project.build.directory</code>).</p></div>
+
+<ul>
+
+<li><b>Type</b>: <code>java.lang.String</code></li>
+
+<li><b>Since</b>: <code>1.0</code></li>
+
+<li><b>Required</b>: <code>No</code></li>
+
+<li><b>User Property</b>: <code>hibernate.schema.drop</code></li>
+
+<li><b>Default</b>: <code>drop.sql</code></li>
+ </ul><hr />
+<p><b><a name="password">password</a>:</b></p>
+
+<div>Database password</div>
+
+<ul>
+
+<li><b>Type</b>: <code>java.lang.String</code></li>
+
+<li><b>Since</b>: <code>1.0</code></li>
+
+<li><b>Required</b>: <code>No</code></li>
+
+<li><b>User Property</b>: <code>hibernate.connection.password</code></li>
+ </ul><hr />
+<p><b><a name="persistenceUnit">persistenceUnit</a>:</b></p>
+
+<div>Name of the persistence-unit. If this parameter is specified, the
+plugin will try to load configuration values from a
+persistence-unit with the specified name. If no such
+persistence-unit can be found, the plugin will throw an exception.
+
+<p>If this parameter is not set and there is only one
+persistence-unit available, that unit will be used automatically.
+But if this parameter is not set and there are multiple
+persistence-units available on, the class-path, the execution of
+the plugin will fail.</p>
+
+<p>Settings in this file will overwrite settings in the properties
+or the configuration file.</p></div>
+
+<ul>
+
+<li><b>Type</b>: <code>java.lang.String</code></li>
+
+<li><b>Since</b>: <code>1.1.0</code></li>
+
+<li><b>Required</b>: <code>No</code></li>
+ </ul><hr />
+<p><b><a name="physicalNamingStrategy">physicalNamingStrategy</a>:</b></p>
+
+<div>Physical naming strategy</div>
+
+<ul>
+
+<li><b>Type</b>: <code>java.lang.String</code></li>
+
+<li><b>Since</b>: <code>2.0</code></li>
+
+<li><b>Required</b>: <code>No</code></li>
+
+<li><b>User Property</b>: <code>hibernate.physical_naming_strategy</code></li>
+ </ul><hr />
+<p><b><a name="scanClasses">scanClasses</a>:</b></p>
+
+<div>Wether the project should be scanned for annotated-classes, or not
+
+<p>This parameter is intended to allow overwriting of the parameter
+<code>exclude-unlisted-classes</code> of a
+<code>persistence-unit</code>. If not specified, it defaults to
+<code>true</code></p></div>
+
+<ul>
+
+<li><b>Type</b>: <code>java.lang.Boolean</code></li>
+
+<li><b>Since</b>: <code>2.0</code></li>
+
+<li><b>Required</b>: <code>No</code></li>
+
+<li><b>User Property</b>: <code>hibernate.schema.scan.classes</code></li>
+ </ul><hr />
+<p><b><a name="scanDependencies">scanDependencies</a>:</b></p>
+
+<div>Dependency-Scopes, that should be scanned for annotated classes.
+
+<p>By default, only dependencies in the scope <code>compile</code>
+are scanned for annotated classes. Multiple scopes can be seperated
+by white space or commas.</p>
+
+<p>If you do not want any dependencies to be scanned for annotated
+classes, set this parameter to <code>none</code>.</p>
+
+<p>The plugin does not scan for annotated classes in transitive
+dependencies. If some of your annotated classes are hidden in a
+transitive dependency, you can simply add that dependency
+explicitly.</p></div>
+
+<ul>
+
+<li><b>Type</b>: <code>java.lang.String</code></li>
+
+<li><b>Since</b>: <code>1.0.3</code></li>
+
+<li><b>Required</b>: <code>No</code></li>
+
+<li><b>User Property</b>: <code>hibernate.schema.scan.dependencies</code></li>
+
+<li><b>Default</b>: <code>compile</code></li>
+ </ul><hr />
+<p><b><a name="scanTestClasses">scanTestClasses</a>:</b></p>
+
+<div>Whether to scan the test-branch of the project for annotated
+classes, or not.
+
+<p>If this parameter is set to <code>true</code> the test-classes
+of the artifact will be scanned for hibernate-annotated classes
+additionally.</p>
+
+<p><b>Important:</b> This configuration value can only be
+configured through the <code>pom.xml</code>, or by the definition
+of a system-property, because it is not known by Hibernate nor JPA
+and, hence, not picked up from their configuration!</p></div>
+
+<ul>
+
+<li><b>Type</b>: <code>java.lang.Boolean</code></li>
+
+<li><b>Since</b>: <code>1.0.1</code></li>
+
+<li><b>Required</b>: <code>No</code></li>
+
+<li><b>User Property</b>: <code>hibernate.schema.scan.test_classes</code></li>
+
+<li><b>Default</b>: <code>false</code></li>
+ </ul><hr />
+<p><b><a name="show">show</a>:</b></p>
+
+<div>Show the generated SQL in the command-line output.</div>
+
+<ul>
+
+<li><b>Type</b>: <code>java.lang.Boolean</code></li>
+
+<li><b>Since</b>: <code>1.0</code></li>
+
+<li><b>Required</b>: <code>No</code></li>
+
+<li><b>User Property</b>: <code>hibernate.show_sql</code></li>
+ </ul><hr />
+<p><b><a name="skip">skip</a>:</b></p>
+
+<div>Skip execution
+
+<p>If set to <code>true</code>, the execution is skipped.</p>
+
+<p>A skipped execution is signaled via the maven-property
+<code>${hibernate.schema.skipped}</code>.</p>
+
+<p>The execution is skipped automatically, if no modified or newly
+added annotated classes are found and the dialect was not
+changed.</p>
+
+<p><b>Important:</b> This configuration value can only be
+configured through the <code>pom.xml</code>, or by the definition
+of a system-property, because it is not known by Hibernate nor JPA
+and, hence, not picked up from their configuration!</p></div>
+
+<ul>
+
+<li><b>Type</b>: <code>boolean</code></li>
+
+<li><b>Since</b>: <code>1.0</code></li>
+
+<li><b>Required</b>: <code>No</code></li>
+
+<li><b>User Property</b>: <code>hibernate.schema.skip</code></li>
+
+<li><b>Default</b>: <code>${maven.test.skip}</code></li>
+ </ul><hr />
+<p><b><a name="testOutputDirectory">testOutputDirectory</a>:</b></p>
+
+<div>Test-Classes-Directory to scan.
+
+<p>This parameter defaults to the maven build-output-directory for
+test-classes.</p>
+
+<p>This parameter is only used, when <code>scanTestClasses</code>
+is set to <code>true</code>!</p>
+
+<p><b>Important:</b> This configuration value can only be
+configured through the <code>pom.xml</code>, or by the definition
+of a system-property, because it is not known by Hibernate nor JPA
+and, hence, not picked up from their configuration!</p></div>
+
+<ul>
+
+<li><b>Type</b>: <code>java.lang.String</code></li>
+
+<li><b>Since</b>: <code>1.0.2</code></li>
+
+<li><b>Required</b>: <code>No</code></li>
+
+<li><b>User Property</b>: <code>project.build.testOutputDirectory</code></li>
+ </ul><hr />
+<p><b><a name="url">url</a>:</b></p>
+
+<div>Database URL.</div>
+
+<ul>
+
+<li><b>Type</b>: <code>java.lang.String</code></li>
+
+<li><b>Since</b>: <code>1.0</code></li>
+
+<li><b>Required</b>: <code>No</code></li>
+
+<li><b>User Property</b>: <code>hibernate.connection.url</code></li>
+ </ul><hr />
+<p><b><a name="username">username</a>:</b></p>
+
+<div>Database username</div>
+
+<ul>
+
+<li><b>Type</b>: <code>java.lang.String</code></li>
+
+<li><b>Since</b>: <code>1.0</code></li>
+
+<li><b>Required</b>: <code>No</code></li>
+
+<li><b>User Property</b>: <code>hibernate.connection.username</code></li>
+ </ul>
+ </section>
+ </section>
+
+
+</div>
+<!-- PREPARING ROOT-ENTRY - name: Hibernate Maven Plugin ref: index.html -->
+<!-- READING MENU - name: Project Documentation ref: reports -->
+<!-- VISITING PAGE - href: /project-info.html / name: Project Information -->
+<!-- VISITING PAGE - href: ci-management.html / name: CI Management -->
+<!-- VISITING PAGE - href: dependencies.html / name: Dependencies -->
+<!-- VISITING PAGE - href: dependency-info.html / name: Maven Coordinates -->
+<!-- VISITING PAGE - href: distribution-management.html / name: Distribution Management -->
+<!-- VISITING PAGE - href: index.html / name: About -->
+<!-- RENAMING already seen PAGE: href=index.html, FROM name=Hibernate Maven Plugin TO name=About -->
+<!-- VISITING PAGE - href: licenses.html / name: Licenses -->
+<!-- VISITING PAGE - href: plugin-management.html / name: Plugin Management -->
+<!-- VISITING PAGE - href: plugins.html / name: Plugins -->
+<!-- VISITING PAGE - href: scm.html / name: Source Code Management -->
+<!-- VISITING PAGE - href: summary.html / name: Summary -->
+<!-- VISITING PAGE - href: team.html / name: Team -->
+<!-- VISITING PAGE - href: /project-reports.html / name: Project Reports -->
+<!-- VISITING PAGE - href: testapidocs/index.html / name: Test JavaDocs -->
+<!-- VISITING PAGE - href: apidocs/index.html / name: JavaDocs -->
+<!-- VISITING PAGE - href: xref/index.html / name: Source Xref -->
+<!-- VISITING PAGE - href: xref-test/index.html / name: Test Source Xref -->
+<!-- VISITING PAGE - href: cpd.html / name: CPD -->
+<!-- VISITING PAGE - href: pmd.html / name: PMD -->
+<!-- VISITING PAGE - href: plugin-info.html / name: Plugin Documentation -->
+<!-- READING MENU - name: $menu.name ref: $menu.ref -->
+<!-- VISITING PAGE - href: index.html / name: About -->
+<!-- RENAMING already seen PAGE: href=index.html, FROM name=About TO name=About -->
+<!-- VISITING PAGE - href: configuration.html / name: Configuration Examples -->
+<!-- VISITING PAGE - href: create-mojo.html / name: Goal — hibernate:create -->
+<!-- VISITING PAGE - href: update-mojo.html / name: Goal — hibernate:update -->
+<!-- VISITING PAGE - href: drop-mojo.html / name: Goal — hibernate:drop -->
+<!-- VISITING PAGE - href: help-mojo.html / name: Goal — hibernate:help -->
+<!-- VISITING PAGE - href: debugging.html / name: Enable Debugging-Output -->
+<!-- VISITING PAGE - href: skip.html / name: Skipping Execution -->
+<!-- VISITING PAGE - href: force.html / name: Force Exceution -->
+<!-- VISITING PAGE - href: pitfalls.html / name: Known Pitfalls (FAQ) -->
+<!-- VISITING PAGE - href: project-info.html / name: Project Information -->
+<!-- RENAMING already seen PAGE: href=project-info.html, FROM name=Project Information TO name=Project Information -->
+<!-- VISITING PAGE - href: project-reports.html / name: Project Reports -->
+<!-- RENAMING already seen PAGE: href=project-reports.html, FROM name=Project Reports TO name=Project Reports -->
--- /dev/null
+---
+title: Goal — hibernate:help
+weight: 24
+outputs:
+ - html
+url: /projects/hibernate-maven-plugin/2.1.0/help-mojo.html
+layout: article
+---
+<div id="sili-body">
+
+
+ <section>
+<h2><a name="hibernate:help"></a>hibernate:help</h2>
+
+<p><b>Full name</b>:</p>
+
+<p>de.juplo:hibernate-maven-plugin:2.1.0:help</p>
+
+<p><b>Description</b>:</p>
+
+<div>Display help information on hibernate-maven-plugin.<br />
+Call <code>mvn hibernate:help -Ddetail=true
+-Dgoal=<goal-name></code> to display parameter details.</div>
+
+<p><b>Attributes</b>:</p>
+
+<ul>
+
+<li>The goal is thread-safe and supports parallel builds.</li>
+ </ul>
+ <section>
+<h3><a name="Optional_Parameters"></a>Optional Parameters</h3>
+
+<table class="bodyTable" border="0">
+
+<tr class="a">
+
+<th>Name</th>
+
+<th>Type</th>
+
+<th>Since</th>
+
+<th>Description</th>
+ </tr>
+
+<tr class="b">
+
+<td><b><a href="#detail">detail</a></b></td>
+
+<td><code>boolean</code></td>
+
+<td><code>-</code></td>
+
+<td>If <code>true</code>, display all settable properties for each
+goal.<br /><b>Default value is</b>: <code>false</code>.<br /><b>User property is</b>: <code>detail</code>.</td>
+ </tr>
+
+<tr class="a">
+
+<td><b><a href="#goal">goal</a></b></td>
+
+<td><code>String</code></td>
+
+<td><code>-</code></td>
+
+<td>The name of the goal for which to show help. If unspecified, all
+goals will be displayed.<br /><b>User property is</b>: <code>goal</code>.</td>
+ </tr>
+
+<tr class="b">
+
+<td><b><a href="#indentSize">indentSize</a></b></td>
+
+<td><code>int</code></td>
+
+<td><code>-</code></td>
+
+<td>The number of spaces per indentation level, should be positive.<br /><b>Default value is</b>: <code>2</code>.<br /><b>User property is</b>: <code>indentSize</code>.</td>
+ </tr>
+
+<tr class="a">
+
+<td><b><a href="#lineLength">lineLength</a></b></td>
+
+<td><code>int</code></td>
+
+<td><code>-</code></td>
+
+<td>The maximum length of a display line, should be positive.<br /><b>Default value is</b>: <code>80</code>.<br /><b>User property is</b>: <code>lineLength</code>.</td>
+ </tr>
+ </table>
+ </section>
+ <section>
+<h3><a name="Parameter_Details"></a>Parameter Details</h3>
+
+<p><b><a name="detail">detail</a>:</b></p>
+
+<div>If <code>true</code>, display all settable properties for each
+goal.</div>
+
+<ul>
+
+<li><b>Type</b>: <code>boolean</code></li>
+
+<li><b>Required</b>: <code>No</code></li>
+
+<li><b>User Property</b>: <code>detail</code></li>
+
+<li><b>Default</b>: <code>false</code></li>
+ </ul><hr />
+<p><b><a name="goal">goal</a>:</b></p>
+
+<div>The name of the goal for which to show help. If unspecified, all
+goals will be displayed.</div>
+
+<ul>
+
+<li><b>Type</b>: <code>java.lang.String</code></li>
+
+<li><b>Required</b>: <code>No</code></li>
+
+<li><b>User Property</b>: <code>goal</code></li>
+ </ul><hr />
+<p><b><a name="indentSize">indentSize</a>:</b></p>
+
+<div>The number of spaces per indentation level, should be positive.</div>
+
+<ul>
+
+<li><b>Type</b>: <code>int</code></li>
+
+<li><b>Required</b>: <code>No</code></li>
+
+<li><b>User Property</b>: <code>indentSize</code></li>
+
+<li><b>Default</b>: <code>2</code></li>
+ </ul><hr />
+<p><b><a name="lineLength">lineLength</a>:</b></p>
+
+<div>The maximum length of a display line, should be positive.</div>
+
+<ul>
+
+<li><b>Type</b>: <code>int</code></li>
+
+<li><b>Required</b>: <code>No</code></li>
+
+<li><b>User Property</b>: <code>lineLength</code></li>
+
+<li><b>Default</b>: <code>80</code></li>
+ </ul>
+ </section>
+ </section>
+
+
+</div>
+<!-- PREPARING ROOT-ENTRY - name: Hibernate Maven Plugin ref: index.html -->
+<!-- READING MENU - name: Project Documentation ref: reports -->
+<!-- VISITING PAGE - href: /project-info.html / name: Project Information -->
+<!-- VISITING PAGE - href: ci-management.html / name: CI Management -->
+<!-- VISITING PAGE - href: dependencies.html / name: Dependencies -->
+<!-- VISITING PAGE - href: dependency-info.html / name: Maven Coordinates -->
+<!-- VISITING PAGE - href: distribution-management.html / name: Distribution Management -->
+<!-- VISITING PAGE - href: index.html / name: About -->
+<!-- RENAMING already seen PAGE: href=index.html, FROM name=Hibernate Maven Plugin TO name=About -->
+<!-- VISITING PAGE - href: licenses.html / name: Licenses -->
+<!-- VISITING PAGE - href: plugin-management.html / name: Plugin Management -->
+<!-- VISITING PAGE - href: plugins.html / name: Plugins -->
+<!-- VISITING PAGE - href: scm.html / name: Source Code Management -->
+<!-- VISITING PAGE - href: summary.html / name: Summary -->
+<!-- VISITING PAGE - href: team.html / name: Team -->
+<!-- VISITING PAGE - href: /project-reports.html / name: Project Reports -->
+<!-- VISITING PAGE - href: testapidocs/index.html / name: Test JavaDocs -->
+<!-- VISITING PAGE - href: apidocs/index.html / name: JavaDocs -->
+<!-- VISITING PAGE - href: xref/index.html / name: Source Xref -->
+<!-- VISITING PAGE - href: xref-test/index.html / name: Test Source Xref -->
+<!-- VISITING PAGE - href: cpd.html / name: CPD -->
+<!-- VISITING PAGE - href: pmd.html / name: PMD -->
+<!-- VISITING PAGE - href: plugin-info.html / name: Plugin Documentation -->
+<!-- READING MENU - name: $menu.name ref: $menu.ref -->
+<!-- VISITING PAGE - href: index.html / name: About -->
+<!-- RENAMING already seen PAGE: href=index.html, FROM name=About TO name=About -->
+<!-- VISITING PAGE - href: configuration.html / name: Configuration Examples -->
+<!-- VISITING PAGE - href: create-mojo.html / name: Goal — hibernate:create -->
+<!-- VISITING PAGE - href: update-mojo.html / name: Goal — hibernate:update -->
+<!-- VISITING PAGE - href: drop-mojo.html / name: Goal — hibernate:drop -->
+<!-- VISITING PAGE - href: help-mojo.html / name: Goal — hibernate:help -->
+<!-- VISITING PAGE - href: debugging.html / name: Enable Debugging-Output -->
+<!-- VISITING PAGE - href: skip.html / name: Skipping Execution -->
+<!-- VISITING PAGE - href: force.html / name: Force Exceution -->
+<!-- VISITING PAGE - href: pitfalls.html / name: Known Pitfalls (FAQ) -->
+<!-- VISITING PAGE - href: project-info.html / name: Project Information -->
+<!-- RENAMING already seen PAGE: href=project-info.html, FROM name=Project Information TO name=Project Information -->
+<!-- VISITING PAGE - href: project-reports.html / name: Project Reports -->
+<!-- RENAMING already seen PAGE: href=project-reports.html, FROM name=Project Reports TO name=Project Reports -->
--- /dev/null
+---
+title: Goal — hibernate:update
+weight: 22
+outputs:
+ - html
+url: /projects/hibernate-maven-plugin/2.1.0/update-mojo.html
+layout: article
+---
+<div id="sili-body">
+
+
+ <section>
+<h2><a name="hibernate:update"></a>hibernate:update</h2>
+
+<p><b>Full name</b>:</p>
+
+<p>de.juplo:hibernate-maven-plugin:2.1.0:update</p>
+
+<p><b>Description</b>:</p>
+
+<div>Generate/Execute SQL to update the database-schema according to the
+configured mappings.</div>
+
+<p><b>Attributes</b>:</p>
+
+<ul>
+
+<li>Requires a Maven project to be executed.</li>
+
+<li>Requires dependency resolution of artifacts in scope: <code>runtime</code>.</li>
+
+<li>The goal is thread-safe and supports parallel builds.</li>
+
+<li>Binds by default to the <a class="externalLink" href="http://maven.apache.org/ref/current/maven-core/lifecycles.html">lifecycle phase</a>: <code>process-classes</code>.</li>
+ </ul>
+ <section>
+<h3><a name="Optional_Parameters"></a>Optional Parameters</h3>
+
+<table class="bodyTable" border="0">
+
+<tr class="a">
+
+<th>Name</th>
+
+<th>Type</th>
+
+<th>Since</th>
+
+<th>Description</th>
+ </tr>
+
+<tr class="b">
+
+<td><b><a href="#createNamespaces">createNamespaces</a></b></td>
+
+<td><code>Boolean</code></td>
+
+<td><code>2.0</code></td>
+
+<td>Specifies whether to automatically create also the database
+schema/catalog.<br /><b>Default value is</b>: <code>false</code>.<br /><b>User property is</b>: <code>hibernate.hbm2dll.create_namespaces</code>.</td>
+ </tr>
+
+<tr class="a">
+
+<td><b><a href="#delimiter">delimiter</a></b></td>
+
+<td><code>String</code></td>
+
+<td><code>1.0</code></td>
+
+<td>Delimiter in output-file.
+
+<p><b>Important:</b> This configuration value can only be
+configured through the <code>pom.xml</code>, or by the definition
+of a system-property, because it is not known by Hibernate nor JPA
+and, hence, not picked up from their configuration!</p><br /><b>Default value is</b>: <code>;</code>.<br /><b>User property is</b>: <code>hibernate.hbm2ddl.delimiter</code>.</td>
+ </tr>
+
+<tr class="b">
+
+<td><b><a href="#dialect">dialect</a></b></td>
+
+<td><code>String</code></td>
+
+<td><code>1.0</code></td>
+
+<td>Hibernate dialect.<br /><b>User property is</b>: <code>hibernate.dialect</code>.</td>
+ </tr>
+
+<tr class="a">
+
+<td><b><a href="#driver">driver</a></b></td>
+
+<td><code>String</code></td>
+
+<td><code>1.0</code></td>
+
+<td>SQL-Driver name.<br /><b>User property is</b>: <code>hibernate.connection.driver_class</code>.</td>
+ </tr>
+
+<tr class="b">
+
+<td><b><a href="#execute">execute</a></b></td>
+
+<td><code>Boolean</code></td>
+
+<td><code>2.0</code></td>
+
+<td>Excecute the generated SQL. If set to <code>false</code>, only the
+SQL-script is created and the database is not touched.
+
+<p><b>Important:</b> This configuration value can only be
+configured through the <code>pom.xml</code>, or by the definition
+of a system-property, because it is not known by Hibernate nor JPA
+and, hence, not picked up from their configuration!</p><br /><b>Default value is</b>: <code>true</code>.<br /><b>User property is</b>: <code>hibernate.schema.execute</code>.</td>
+ </tr>
+
+<tr class="a">
+
+<td><b><a href="#force">force</a></b></td>
+
+<td><code>boolean</code></td>
+
+<td><code>1.0</code></td>
+
+<td>Force generation/execution
+
+<p>Force the generation and (if configured) the execution of the
+SQL, even if no modified or newly added annotated classes where
+found and the configuration was not changed.</p>
+
+<p><code>skip</code> takes precedence over <code>force</code>.</p>
+
+<p><b>Important:</b> This configuration value can only be
+configured through the <code>pom.xml</code>, or by the definition
+of a system-property, because it is not known by Hibernate nor JPA
+and, hence, not picked up from their configuration!</p><br /><b>Default value is</b>: <code>false</code>.<br /><b>User property is</b>: <code>hibernate.schema.force</code>.</td>
+ </tr>
+
+<tr class="b">
+
+<td><b><a href="#format">format</a></b></td>
+
+<td><code>Boolean</code></td>
+
+<td><code>1.0</code></td>
+
+<td>Format output-file.<br /><b>User property is</b>: <code>hibernate.format_sql</code>.</td>
+ </tr>
+
+<tr class="a">
+
+<td><b><a href="#hibernateConfig">hibernateConfig</a></b></td>
+
+<td><code>String</code></td>
+
+<td><code>1.1.0</code></td>
+
+<td>Path to Hibernate configuration file (.cfg.xml). If this parameter
+is specified, the plugin will try to load configuration values from
+a file with the given path or a ressource on the classpath with the
+given name. If both fails, the execution of the plugin will fail.
+
+<p>If this parameter is not set the plugin will load configuration
+values from a ressource named <code>hibernate.cfg.xml</code> on the
+classpath, if it is present, but will not fail if there is no such
+ressource.</p>
+
+<p>During ressource-lookup, the test-classpath takes
+precedence.</p>
+
+<p>Settings in this file will overwrite settings in the properties
+file.</p><br /></td>
+ </tr>
+
+<tr class="b">
+
+<td><b><a href="#hibernateProperties">hibernateProperties</a></b></td>
+
+<td><code>String</code></td>
+
+<td><code>1.0</code></td>
+
+<td>Path to a file or name of a ressource with hibernate properties. If
+this parameter is specified, the plugin will try to load
+configuration values from a file with the given path or a ressource
+on the classpath with the given name. If both fails, the execution
+of the plugin will fail.
+
+<p>If this parameter is not set the plugin will load configuration
+values from a ressource named <code>hibernate.properties</code> on
+the classpath, if it is present, but will not fail if there is no
+such ressource.</p>
+
+<p>During ressource-lookup, the test-classpath takes
+precedence.</p><br /></td>
+ </tr>
+
+<tr class="a">
+
+<td><b><a href="#implicitNamingStrategy">implicitNamingStrategy</a></b></td>
+
+<td><code>String</code></td>
+
+<td><code>2.0</code></td>
+
+<td>Implicit naming strategy<br /><b>User property is</b>: <code>hibernate.implicit_naming_strategy</code>.</td>
+ </tr>
+
+<tr class="b">
+
+<td><b><a href="#mappings">mappings</a></b></td>
+
+<td><code>String</code></td>
+
+<td><code>1.0.2</code></td>
+
+<td>List of Hibernate-Mapping-Files (XML). Multiple files can be
+separated with white-spaces and/or commas.<br /><b>User property is</b>: <code>hibernate.mapping</code>.</td>
+ </tr>
+
+<tr class="a">
+
+<td><b><a href="#outputDirectory">outputDirectory</a></b></td>
+
+<td><code>String</code></td>
+
+<td><code>1.0</code></td>
+
+<td>Classes-Directory to scan.
+
+<p>This parameter defaults to the maven build-output-directory for
+classes. Additionally, all dependencies are scanned for annotated
+classes.</p>
+
+<p><b>Important:</b> This configuration value can only be
+configured through the <code>pom.xml</code>, or by the definition
+of a system-property, because it is not known by Hibernate nor JPA
+and, hence, not picked up from their configuration!</p><br /><b>User property is</b>: <code>project.build.outputDirectory</code>.</td>
+ </tr>
+
+<tr class="b">
+
+<td><b><a href="#outputFile">outputFile</a></b></td>
+
+<td><code>String</code></td>
+
+<td><code>1.0</code></td>
+
+<td>Output file.
+
+<p>If the specified filename is not absolut, the file will be
+created relative to the project build directory
+(<code>project.build.directory</code>).</p><br /><b>Default value is</b>: <code>update.sql</code>.<br /><b>User property is</b>: <code>hibernate.schema.update</code>.</td>
+ </tr>
+
+<tr class="a">
+
+<td><b><a href="#password">password</a></b></td>
+
+<td><code>String</code></td>
+
+<td><code>1.0</code></td>
+
+<td>Database password<br /><b>User property is</b>: <code>hibernate.connection.password</code>.</td>
+ </tr>
+
+<tr class="b">
+
+<td><b><a href="#persistenceUnit">persistenceUnit</a></b></td>
+
+<td><code>String</code></td>
+
+<td><code>1.1.0</code></td>
+
+<td>Name of the persistence-unit. If this parameter is specified, the
+plugin will try to load configuration values from a
+persistence-unit with the specified name. If no such
+persistence-unit can be found, the plugin will throw an exception.
+
+<p>If this parameter is not set and there is only one
+persistence-unit available, that unit will be used automatically.
+But if this parameter is not set and there are multiple
+persistence-units available on, the class-path, the execution of
+the plugin will fail.</p>
+
+<p>Settings in this file will overwrite settings in the properties
+or the configuration file.</p><br /></td>
+ </tr>
+
+<tr class="a">
+
+<td><b><a href="#physicalNamingStrategy">physicalNamingStrategy</a></b></td>
+
+<td><code>String</code></td>
+
+<td><code>2.0</code></td>
+
+<td>Physical naming strategy<br /><b>User property is</b>: <code>hibernate.physical_naming_strategy</code>.</td>
+ </tr>
+
+<tr class="b">
+
+<td><b><a href="#scanClasses">scanClasses</a></b></td>
+
+<td><code>Boolean</code></td>
+
+<td><code>2.0</code></td>
+
+<td>Wether the project should be scanned for annotated-classes, or not
+
+<p>This parameter is intended to allow overwriting of the parameter
+<code>exclude-unlisted-classes</code> of a
+<code>persistence-unit</code>. If not specified, it defaults to
+<code>true</code></p><br /><b>User property is</b>: <code>hibernate.schema.scan.classes</code>.</td>
+ </tr>
+
+<tr class="a">
+
+<td><b><a href="#scanDependencies">scanDependencies</a></b></td>
+
+<td><code>String</code></td>
+
+<td><code>1.0.3</code></td>
+
+<td>Dependency-Scopes, that should be scanned for annotated classes.
+
+<p>By default, only dependencies in the scope <code>compile</code>
+are scanned for annotated classes. Multiple scopes can be seperated
+by white space or commas.</p>
+
+<p>If you do not want any dependencies to be scanned for annotated
+classes, set this parameter to <code>none</code>.</p>
+
+<p>The plugin does not scan for annotated classes in transitive
+dependencies. If some of your annotated classes are hidden in a
+transitive dependency, you can simply add that dependency
+explicitly.</p><br /><b>Default value is</b>: <code>compile</code>.<br /><b>User property is</b>: <code>hibernate.schema.scan.dependencies</code>.</td>
+ </tr>
+
+<tr class="b">
+
+<td><b><a href="#scanTestClasses">scanTestClasses</a></b></td>
+
+<td><code>Boolean</code></td>
+
+<td><code>1.0.1</code></td>
+
+<td>Whether to scan the test-branch of the project for annotated
+classes, or not.
+
+<p>If this parameter is set to <code>true</code> the test-classes
+of the artifact will be scanned for hibernate-annotated classes
+additionally.</p>
+
+<p><b>Important:</b> This configuration value can only be
+configured through the <code>pom.xml</code>, or by the definition
+of a system-property, because it is not known by Hibernate nor JPA
+and, hence, not picked up from their configuration!</p><br /><b>Default value is</b>: <code>false</code>.<br /><b>User property is</b>: <code>hibernate.schema.scan.test_classes</code>.</td>
+ </tr>
+
+<tr class="a">
+
+<td><b><a href="#show">show</a></b></td>
+
+<td><code>Boolean</code></td>
+
+<td><code>1.0</code></td>
+
+<td>Show the generated SQL in the command-line output.<br /><b>User property is</b>: <code>hibernate.show_sql</code>.</td>
+ </tr>
+
+<tr class="b">
+
+<td><b><a href="#skip">skip</a></b></td>
+
+<td><code>boolean</code></td>
+
+<td><code>1.0</code></td>
+
+<td>Skip execution
+
+<p>If set to <code>true</code>, the execution is skipped.</p>
+
+<p>A skipped execution is signaled via the maven-property
+<code>${hibernate.schema.skipped}</code>.</p>
+
+<p>The execution is skipped automatically, if no modified or newly
+added annotated classes are found and the dialect was not
+changed.</p>
+
+<p><b>Important:</b> This configuration value can only be
+configured through the <code>pom.xml</code>, or by the definition
+of a system-property, because it is not known by Hibernate nor JPA
+and, hence, not picked up from their configuration!</p><br /><b>Default value is</b>: <code>${maven.test.skip}</code>.<br /><b>User property is</b>: <code>hibernate.schema.skip</code>.</td>
+ </tr>
+
+<tr class="a">
+
+<td><b><a href="#testOutputDirectory">testOutputDirectory</a></b></td>
+
+<td><code>String</code></td>
+
+<td><code>1.0.2</code></td>
+
+<td>Test-Classes-Directory to scan.
+
+<p>This parameter defaults to the maven build-output-directory for
+test-classes.</p>
+
+<p>This parameter is only used, when <code>scanTestClasses</code>
+is set to <code>true</code>!</p>
+
+<p><b>Important:</b> This configuration value can only be
+configured through the <code>pom.xml</code>, or by the definition
+of a system-property, because it is not known by Hibernate nor JPA
+and, hence, not picked up from their configuration!</p><br /><b>User property is</b>: <code>project.build.testOutputDirectory</code>.</td>
+ </tr>
+
+<tr class="b">
+
+<td><b><a href="#url">url</a></b></td>
+
+<td><code>String</code></td>
+
+<td><code>1.0</code></td>
+
+<td>Database URL.<br /><b>User property is</b>: <code>hibernate.connection.url</code>.</td>
+ </tr>
+
+<tr class="a">
+
+<td><b><a href="#username">username</a></b></td>
+
+<td><code>String</code></td>
+
+<td><code>1.0</code></td>
+
+<td>Database username<br /><b>User property is</b>: <code>hibernate.connection.username</code>.</td>
+ </tr>
+ </table>
+ </section>
+ <section>
+<h3><a name="Parameter_Details"></a>Parameter Details</h3>
+
+<p><b><a name="createNamespaces">createNamespaces</a>:</b></p>
+
+<div>Specifies whether to automatically create also the database
+schema/catalog.</div>
+
+<ul>
+
+<li><b>Type</b>: <code>java.lang.Boolean</code></li>
+
+<li><b>Since</b>: <code>2.0</code></li>
+
+<li><b>Required</b>: <code>No</code></li>
+
+<li><b>User Property</b>: <code>hibernate.hbm2dll.create_namespaces</code></li>
+
+<li><b>Default</b>: <code>false</code></li>
+ </ul><hr />
+<p><b><a name="delimiter">delimiter</a>:</b></p>
+
+<div>Delimiter in output-file.
+
+<p><b>Important:</b> This configuration value can only be
+configured through the <code>pom.xml</code>, or by the definition
+of a system-property, because it is not known by Hibernate nor JPA
+and, hence, not picked up from their configuration!</p></div>
+
+<ul>
+
+<li><b>Type</b>: <code>java.lang.String</code></li>
+
+<li><b>Since</b>: <code>1.0</code></li>
+
+<li><b>Required</b>: <code>No</code></li>
+
+<li><b>User Property</b>: <code>hibernate.hbm2ddl.delimiter</code></li>
+
+<li><b>Default</b>: <code>;</code></li>
+ </ul><hr />
+<p><b><a name="dialect">dialect</a>:</b></p>
+
+<div>Hibernate dialect.</div>
+
+<ul>
+
+<li><b>Type</b>: <code>java.lang.String</code></li>
+
+<li><b>Since</b>: <code>1.0</code></li>
+
+<li><b>Required</b>: <code>No</code></li>
+
+<li><b>User Property</b>: <code>hibernate.dialect</code></li>
+ </ul><hr />
+<p><b><a name="driver">driver</a>:</b></p>
+
+<div>SQL-Driver name.</div>
+
+<ul>
+
+<li><b>Type</b>: <code>java.lang.String</code></li>
+
+<li><b>Since</b>: <code>1.0</code></li>
+
+<li><b>Required</b>: <code>No</code></li>
+
+<li><b>User Property</b>: <code>hibernate.connection.driver_class</code></li>
+ </ul><hr />
+<p><b><a name="execute">execute</a>:</b></p>
+
+<div>Excecute the generated SQL. If set to <code>false</code>, only the
+SQL-script is created and the database is not touched.
+
+<p><b>Important:</b> This configuration value can only be
+configured through the <code>pom.xml</code>, or by the definition
+of a system-property, because it is not known by Hibernate nor JPA
+and, hence, not picked up from their configuration!</p></div>
+
+<ul>
+
+<li><b>Type</b>: <code>java.lang.Boolean</code></li>
+
+<li><b>Since</b>: <code>2.0</code></li>
+
+<li><b>Required</b>: <code>No</code></li>
+
+<li><b>User Property</b>: <code>hibernate.schema.execute</code></li>
+
+<li><b>Default</b>: <code>true</code></li>
+ </ul><hr />
+<p><b><a name="force">force</a>:</b></p>
+
+<div>Force generation/execution
+
+<p>Force the generation and (if configured) the execution of the
+SQL, even if no modified or newly added annotated classes where
+found and the configuration was not changed.</p>
+
+<p><code>skip</code> takes precedence over <code>force</code>.</p>
+
+<p><b>Important:</b> This configuration value can only be
+configured through the <code>pom.xml</code>, or by the definition
+of a system-property, because it is not known by Hibernate nor JPA
+and, hence, not picked up from their configuration!</p></div>
+
+<ul>
+
+<li><b>Type</b>: <code>boolean</code></li>
+
+<li><b>Since</b>: <code>1.0</code></li>
+
+<li><b>Required</b>: <code>No</code></li>
+
+<li><b>User Property</b>: <code>hibernate.schema.force</code></li>
+
+<li><b>Default</b>: <code>false</code></li>
+ </ul><hr />
+<p><b><a name="format">format</a>:</b></p>
+
+<div>Format output-file.</div>
+
+<ul>
+
+<li><b>Type</b>: <code>java.lang.Boolean</code></li>
+
+<li><b>Since</b>: <code>1.0</code></li>
+
+<li><b>Required</b>: <code>No</code></li>
+
+<li><b>User Property</b>: <code>hibernate.format_sql</code></li>
+ </ul><hr />
+<p><b><a name="hibernateConfig">hibernateConfig</a>:</b></p>
+
+<div>Path to Hibernate configuration file (.cfg.xml). If this parameter
+is specified, the plugin will try to load configuration values from
+a file with the given path or a ressource on the classpath with the
+given name. If both fails, the execution of the plugin will fail.
+
+<p>If this parameter is not set the plugin will load configuration
+values from a ressource named <code>hibernate.cfg.xml</code> on the
+classpath, if it is present, but will not fail if there is no such
+ressource.</p>
+
+<p>During ressource-lookup, the test-classpath takes
+precedence.</p>
+
+<p>Settings in this file will overwrite settings in the properties
+file.</p></div>
+
+<ul>
+
+<li><b>Type</b>: <code>java.lang.String</code></li>
+
+<li><b>Since</b>: <code>1.1.0</code></li>
+
+<li><b>Required</b>: <code>No</code></li>
+ </ul><hr />
+<p><b><a name="hibernateProperties">hibernateProperties</a>:</b></p>
+
+<div>Path to a file or name of a ressource with hibernate properties. If
+this parameter is specified, the plugin will try to load
+configuration values from a file with the given path or a ressource
+on the classpath with the given name. If both fails, the execution
+of the plugin will fail.
+
+<p>If this parameter is not set the plugin will load configuration
+values from a ressource named <code>hibernate.properties</code> on
+the classpath, if it is present, but will not fail if there is no
+such ressource.</p>
+
+<p>During ressource-lookup, the test-classpath takes
+precedence.</p></div>
+
+<ul>
+
+<li><b>Type</b>: <code>java.lang.String</code></li>
+
+<li><b>Since</b>: <code>1.0</code></li>
+
+<li><b>Required</b>: <code>No</code></li>
+ </ul><hr />
+<p><b><a name="implicitNamingStrategy">implicitNamingStrategy</a>:</b></p>
+
+<div>Implicit naming strategy</div>
+
+<ul>
+
+<li><b>Type</b>: <code>java.lang.String</code></li>
+
+<li><b>Since</b>: <code>2.0</code></li>
+
+<li><b>Required</b>: <code>No</code></li>
+
+<li><b>User Property</b>: <code>hibernate.implicit_naming_strategy</code></li>
+ </ul><hr />
+<p><b><a name="mappings">mappings</a>:</b></p>
+
+<div>List of Hibernate-Mapping-Files (XML). Multiple files can be
+separated with white-spaces and/or commas.</div>
+
+<ul>
+
+<li><b>Type</b>: <code>java.lang.String</code></li>
+
+<li><b>Since</b>: <code>1.0.2</code></li>
+
+<li><b>Required</b>: <code>No</code></li>
+
+<li><b>User Property</b>: <code>hibernate.mapping</code></li>
+ </ul><hr />
+<p><b><a name="outputDirectory">outputDirectory</a>:</b></p>
+
+<div>Classes-Directory to scan.
+
+<p>This parameter defaults to the maven build-output-directory for
+classes. Additionally, all dependencies are scanned for annotated
+classes.</p>
+
+<p><b>Important:</b> This configuration value can only be
+configured through the <code>pom.xml</code>, or by the definition
+of a system-property, because it is not known by Hibernate nor JPA
+and, hence, not picked up from their configuration!</p></div>
+
+<ul>
+
+<li><b>Type</b>: <code>java.lang.String</code></li>
+
+<li><b>Since</b>: <code>1.0</code></li>
+
+<li><b>Required</b>: <code>No</code></li>
+
+<li><b>User Property</b>: <code>project.build.outputDirectory</code></li>
+ </ul><hr />
+<p><b><a name="outputFile">outputFile</a>:</b></p>
+
+<div>Output file.
+
+<p>If the specified filename is not absolut, the file will be
+created relative to the project build directory
+(<code>project.build.directory</code>).</p></div>
+
+<ul>
+
+<li><b>Type</b>: <code>java.lang.String</code></li>
+
+<li><b>Since</b>: <code>1.0</code></li>
+
+<li><b>Required</b>: <code>No</code></li>
+
+<li><b>User Property</b>: <code>hibernate.schema.update</code></li>
+
+<li><b>Default</b>: <code>update.sql</code></li>
+ </ul><hr />
+<p><b><a name="password">password</a>:</b></p>
+
+<div>Database password</div>
+
+<ul>
+
+<li><b>Type</b>: <code>java.lang.String</code></li>
+
+<li><b>Since</b>: <code>1.0</code></li>
+
+<li><b>Required</b>: <code>No</code></li>
+
+<li><b>User Property</b>: <code>hibernate.connection.password</code></li>
+ </ul><hr />
+<p><b><a name="persistenceUnit">persistenceUnit</a>:</b></p>
+
+<div>Name of the persistence-unit. If this parameter is specified, the
+plugin will try to load configuration values from a
+persistence-unit with the specified name. If no such
+persistence-unit can be found, the plugin will throw an exception.
+
+<p>If this parameter is not set and there is only one
+persistence-unit available, that unit will be used automatically.
+But if this parameter is not set and there are multiple
+persistence-units available on, the class-path, the execution of
+the plugin will fail.</p>
+
+<p>Settings in this file will overwrite settings in the properties
+or the configuration file.</p></div>
+
+<ul>
+
+<li><b>Type</b>: <code>java.lang.String</code></li>
+
+<li><b>Since</b>: <code>1.1.0</code></li>
+
+<li><b>Required</b>: <code>No</code></li>
+ </ul><hr />
+<p><b><a name="physicalNamingStrategy">physicalNamingStrategy</a>:</b></p>
+
+<div>Physical naming strategy</div>
+
+<ul>
+
+<li><b>Type</b>: <code>java.lang.String</code></li>
+
+<li><b>Since</b>: <code>2.0</code></li>
+
+<li><b>Required</b>: <code>No</code></li>
+
+<li><b>User Property</b>: <code>hibernate.physical_naming_strategy</code></li>
+ </ul><hr />
+<p><b><a name="scanClasses">scanClasses</a>:</b></p>
+
+<div>Wether the project should be scanned for annotated-classes, or not
+
+<p>This parameter is intended to allow overwriting of the parameter
+<code>exclude-unlisted-classes</code> of a
+<code>persistence-unit</code>. If not specified, it defaults to
+<code>true</code></p></div>
+
+<ul>
+
+<li><b>Type</b>: <code>java.lang.Boolean</code></li>
+
+<li><b>Since</b>: <code>2.0</code></li>
+
+<li><b>Required</b>: <code>No</code></li>
+
+<li><b>User Property</b>: <code>hibernate.schema.scan.classes</code></li>
+ </ul><hr />
+<p><b><a name="scanDependencies">scanDependencies</a>:</b></p>
+
+<div>Dependency-Scopes, that should be scanned for annotated classes.
+
+<p>By default, only dependencies in the scope <code>compile</code>
+are scanned for annotated classes. Multiple scopes can be seperated
+by white space or commas.</p>
+
+<p>If you do not want any dependencies to be scanned for annotated
+classes, set this parameter to <code>none</code>.</p>
+
+<p>The plugin does not scan for annotated classes in transitive
+dependencies. If some of your annotated classes are hidden in a
+transitive dependency, you can simply add that dependency
+explicitly.</p></div>
+
+<ul>
+
+<li><b>Type</b>: <code>java.lang.String</code></li>
+
+<li><b>Since</b>: <code>1.0.3</code></li>
+
+<li><b>Required</b>: <code>No</code></li>
+
+<li><b>User Property</b>: <code>hibernate.schema.scan.dependencies</code></li>
+
+<li><b>Default</b>: <code>compile</code></li>
+ </ul><hr />
+<p><b><a name="scanTestClasses">scanTestClasses</a>:</b></p>
+
+<div>Whether to scan the test-branch of the project for annotated
+classes, or not.
+
+<p>If this parameter is set to <code>true</code> the test-classes
+of the artifact will be scanned for hibernate-annotated classes
+additionally.</p>
+
+<p><b>Important:</b> This configuration value can only be
+configured through the <code>pom.xml</code>, or by the definition
+of a system-property, because it is not known by Hibernate nor JPA
+and, hence, not picked up from their configuration!</p></div>
+
+<ul>
+
+<li><b>Type</b>: <code>java.lang.Boolean</code></li>
+
+<li><b>Since</b>: <code>1.0.1</code></li>
+
+<li><b>Required</b>: <code>No</code></li>
+
+<li><b>User Property</b>: <code>hibernate.schema.scan.test_classes</code></li>
+
+<li><b>Default</b>: <code>false</code></li>
+ </ul><hr />
+<p><b><a name="show">show</a>:</b></p>
+
+<div>Show the generated SQL in the command-line output.</div>
+
+<ul>
+
+<li><b>Type</b>: <code>java.lang.Boolean</code></li>
+
+<li><b>Since</b>: <code>1.0</code></li>
+
+<li><b>Required</b>: <code>No</code></li>
+
+<li><b>User Property</b>: <code>hibernate.show_sql</code></li>
+ </ul><hr />
+<p><b><a name="skip">skip</a>:</b></p>
+
+<div>Skip execution
+
+<p>If set to <code>true</code>, the execution is skipped.</p>
+
+<p>A skipped execution is signaled via the maven-property
+<code>${hibernate.schema.skipped}</code>.</p>
+
+<p>The execution is skipped automatically, if no modified or newly
+added annotated classes are found and the dialect was not
+changed.</p>
+
+<p><b>Important:</b> This configuration value can only be
+configured through the <code>pom.xml</code>, or by the definition
+of a system-property, because it is not known by Hibernate nor JPA
+and, hence, not picked up from their configuration!</p></div>
+
+<ul>
+
+<li><b>Type</b>: <code>boolean</code></li>
+
+<li><b>Since</b>: <code>1.0</code></li>
+
+<li><b>Required</b>: <code>No</code></li>
+
+<li><b>User Property</b>: <code>hibernate.schema.skip</code></li>
+
+<li><b>Default</b>: <code>${maven.test.skip}</code></li>
+ </ul><hr />
+<p><b><a name="testOutputDirectory">testOutputDirectory</a>:</b></p>
+
+<div>Test-Classes-Directory to scan.
+
+<p>This parameter defaults to the maven build-output-directory for
+test-classes.</p>
+
+<p>This parameter is only used, when <code>scanTestClasses</code>
+is set to <code>true</code>!</p>
+
+<p><b>Important:</b> This configuration value can only be
+configured through the <code>pom.xml</code>, or by the definition
+of a system-property, because it is not known by Hibernate nor JPA
+and, hence, not picked up from their configuration!</p></div>
+
+<ul>
+
+<li><b>Type</b>: <code>java.lang.String</code></li>
+
+<li><b>Since</b>: <code>1.0.2</code></li>
+
+<li><b>Required</b>: <code>No</code></li>
+
+<li><b>User Property</b>: <code>project.build.testOutputDirectory</code></li>
+ </ul><hr />
+<p><b><a name="url">url</a>:</b></p>
+
+<div>Database URL.</div>
+
+<ul>
+
+<li><b>Type</b>: <code>java.lang.String</code></li>
+
+<li><b>Since</b>: <code>1.0</code></li>
+
+<li><b>Required</b>: <code>No</code></li>
+
+<li><b>User Property</b>: <code>hibernate.connection.url</code></li>
+ </ul><hr />
+<p><b><a name="username">username</a>:</b></p>
+
+<div>Database username</div>
+
+<ul>
+
+<li><b>Type</b>: <code>java.lang.String</code></li>
+
+<li><b>Since</b>: <code>1.0</code></li>
+
+<li><b>Required</b>: <code>No</code></li>
+
+<li><b>User Property</b>: <code>hibernate.connection.username</code></li>
+ </ul>
+ </section>
+ </section>
+
+
+</div>
+<!-- PREPARING ROOT-ENTRY - name: Hibernate Maven Plugin ref: index.html -->
+<!-- READING MENU - name: Project Documentation ref: reports -->
+<!-- VISITING PAGE - href: /project-info.html / name: Project Information -->
+<!-- VISITING PAGE - href: ci-management.html / name: CI Management -->
+<!-- VISITING PAGE - href: dependencies.html / name: Dependencies -->
+<!-- VISITING PAGE - href: dependency-info.html / name: Maven Coordinates -->
+<!-- VISITING PAGE - href: distribution-management.html / name: Distribution Management -->
+<!-- VISITING PAGE - href: index.html / name: About -->
+<!-- RENAMING already seen PAGE: href=index.html, FROM name=Hibernate Maven Plugin TO name=About -->
+<!-- VISITING PAGE - href: licenses.html / name: Licenses -->
+<!-- VISITING PAGE - href: plugin-management.html / name: Plugin Management -->
+<!-- VISITING PAGE - href: plugins.html / name: Plugins -->
+<!-- VISITING PAGE - href: scm.html / name: Source Code Management -->
+<!-- VISITING PAGE - href: summary.html / name: Summary -->
+<!-- VISITING PAGE - href: team.html / name: Team -->
+<!-- VISITING PAGE - href: /project-reports.html / name: Project Reports -->
+<!-- VISITING PAGE - href: testapidocs/index.html / name: Test JavaDocs -->
+<!-- VISITING PAGE - href: apidocs/index.html / name: JavaDocs -->
+<!-- VISITING PAGE - href: xref/index.html / name: Source Xref -->
+<!-- VISITING PAGE - href: xref-test/index.html / name: Test Source Xref -->
+<!-- VISITING PAGE - href: cpd.html / name: CPD -->
+<!-- VISITING PAGE - href: pmd.html / name: PMD -->
+<!-- VISITING PAGE - href: plugin-info.html / name: Plugin Documentation -->
+<!-- READING MENU - name: $menu.name ref: $menu.ref -->
+<!-- VISITING PAGE - href: index.html / name: About -->
+<!-- RENAMING already seen PAGE: href=index.html, FROM name=About TO name=About -->
+<!-- VISITING PAGE - href: configuration.html / name: Configuration Examples -->
+<!-- VISITING PAGE - href: create-mojo.html / name: Goal — hibernate:create -->
+<!-- VISITING PAGE - href: update-mojo.html / name: Goal — hibernate:update -->
+<!-- VISITING PAGE - href: drop-mojo.html / name: Goal — hibernate:drop -->
+<!-- VISITING PAGE - href: help-mojo.html / name: Goal — hibernate:help -->
+<!-- VISITING PAGE - href: debugging.html / name: Enable Debugging-Output -->
+<!-- VISITING PAGE - href: skip.html / name: Skipping Execution -->
+<!-- VISITING PAGE - href: force.html / name: Force Exceution -->
+<!-- VISITING PAGE - href: pitfalls.html / name: Known Pitfalls (FAQ) -->
+<!-- VISITING PAGE - href: project-info.html / name: Project Information -->
+<!-- RENAMING already seen PAGE: href=project-info.html, FROM name=Project Information TO name=Project Information -->
+<!-- VISITING PAGE - href: project-reports.html / name: Project Reports -->
+<!-- RENAMING already seen PAGE: href=project-reports.html, FROM name=Project Reports TO name=Project Reports -->
--- /dev/null
+---
+title: PMD
+weight: 18
+outputs:
+ - html
+url: /projects/hibernate-maven-plugin/2.1.0/pmd.html
+layout: article
+---
+<div id="sili-body">
+<section>
+<h2><a name="PMD_Results"></a>PMD Results</h2>
+<p>The following document contains the results of <a class="externalLink" href="http://pmd.sourceforge.net/">PMD</a> 5.2.3.</p></section><section>
+<h2><a name="Files"></a>Files</h2><section>
+<h3><a name="de.2Fjuplo.2Fplugins.2Fhibernate.2FAbstractSchemaMojo.java"></a>de/juplo/plugins/hibernate/AbstractSchemaMojo.java</h3>
+<table border="0" class="bodyTable">
+<tr class="a">
+<th>Violation</th>
+<th>Line</th></tr>
+<tr class="b">
+<td>Too many static imports may lead to messy code</td>
+<td><a href="./xref/de/juplo/plugins/hibernate/AbstractSchemaMojo.html#L1">1</a>–<a href="./xref/de/juplo/plugins/hibernate/AbstractSchemaMojo.html#L1420">1420</a></td></tr></table></section><section>
+<h3><a name="de.2Fjuplo.2Fplugins.2Fhibernate.2FModificationTracker.java"></a>de/juplo/plugins/hibernate/ModificationTracker.java</h3>
+<table border="0" class="bodyTable">
+<tr class="a">
+<th>Violation</th>
+<th>Line</th></tr>
+<tr class="b">
+<td>Unnecessary use of fully qualified name 'java.security.MessageDigest.getInstance' due to existing import 'java.security.MessageDigest'</td>
+<td><a href="./xref/de/juplo/plugins/hibernate/ModificationTracker.html#L60">60</a></td></tr></table></section><section>
+<h3><a name="de.2Fjuplo.2Fplugins.2Fhibernate.2FSimpleConnectionProvider.java"></a>de/juplo/plugins/hibernate/SimpleConnectionProvider.java</h3>
+<table border="0" class="bodyTable">
+<tr class="a">
+<th>Violation</th>
+<th>Line</th></tr>
+<tr class="b">
+<td>Too many static imports may lead to messy code</td>
+<td><a href="./xref/de/juplo/plugins/hibernate/SimpleConnectionProvider.html#L1">1</a>–<a href="./xref/de/juplo/plugins/hibernate/SimpleConnectionProvider.html#L232">232</a></td></tr>
+<tr class="a">
+<td>Avoid unused imports such as 'org.eclipse.aether.repository.AuthenticationContext.PASSWORD'</td>
+<td><a href="./xref/de/juplo/plugins/hibernate/SimpleConnectionProvider.html#L13">13</a></td></tr>
+<tr class="b">
+<td>Avoid unused imports such as 'org.eclipse.aether.repository.AuthenticationContext.USERNAME'</td>
+<td><a href="./xref/de/juplo/plugins/hibernate/SimpleConnectionProvider.html#L14">14</a></td></tr>
+<tr class="a">
+<td>Avoid unused imports such as 'org.hibernate.jpa.AvailableSettings.JDBC_DRIVER'</td>
+<td><a href="./xref/de/juplo/plugins/hibernate/SimpleConnectionProvider.html#L21">21</a></td></tr>
+<tr class="b">
+<td>Avoid unused imports such as 'org.hibernate.jpa.AvailableSettings.JDBC_PASSWORD'</td>
+<td><a href="./xref/de/juplo/plugins/hibernate/SimpleConnectionProvider.html#L22">22</a></td></tr>
+<tr class="a">
+<td>Avoid unused imports such as 'org.hibernate.jpa.AvailableSettings.JDBC_URL'</td>
+<td><a href="./xref/de/juplo/plugins/hibernate/SimpleConnectionProvider.html#L23">23</a></td></tr>
+<tr class="b">
+<td>Avoid unused imports such as 'org.hibernate.jpa.AvailableSettings.JDBC_USER'</td>
+<td><a href="./xref/de/juplo/plugins/hibernate/SimpleConnectionProvider.html#L24">24</a></td></tr>
+<tr class="a">
+<td>Unnecessary use of fully qualified name 'java.sql.Driver' due to existing import 'java.sql.Driver'</td>
+<td><a href="./xref/de/juplo/plugins/hibernate/SimpleConnectionProvider.html#L151">151</a></td></tr>
+<tr class="b">
+<td>Unnecessary use of fully qualified name 'java.sql.Connection' due to existing import 'java.sql.Connection'</td>
+<td><a href="./xref/de/juplo/plugins/hibernate/SimpleConnectionProvider.html#L163">163</a></td></tr>
+<tr class="a">
+<td>Unnecessary use of fully qualified name 'java.util.Properties' due to existing import 'java.util.Properties'</td>
+<td><a href="./xref/de/juplo/plugins/hibernate/SimpleConnectionProvider.html#L165">165</a></td></tr></table></section></section>
+</div>
+<!-- PREPARING ROOT-ENTRY - name: Hibernate Maven Plugin ref: index.html -->
+<!-- READING MENU - name: Project Documentation ref: reports -->
+<!-- VISITING PAGE - href: /project-info.html / name: Project Information -->
+<!-- VISITING PAGE - href: ci-management.html / name: CI Management -->
+<!-- VISITING PAGE - href: dependencies.html / name: Dependencies -->
+<!-- VISITING PAGE - href: dependency-info.html / name: Maven Coordinates -->
+<!-- VISITING PAGE - href: distribution-management.html / name: Distribution Management -->
+<!-- VISITING PAGE - href: index.html / name: About -->
+<!-- RENAMING already seen PAGE: href=index.html, FROM name=Hibernate Maven Plugin TO name=About -->
+<!-- VISITING PAGE - href: licenses.html / name: Licenses -->
+<!-- VISITING PAGE - href: plugin-management.html / name: Plugin Management -->
+<!-- VISITING PAGE - href: plugins.html / name: Plugins -->
+<!-- VISITING PAGE - href: scm.html / name: Source Code Management -->
+<!-- VISITING PAGE - href: summary.html / name: Summary -->
+<!-- VISITING PAGE - href: team.html / name: Team -->
+<!-- VISITING PAGE - href: /project-reports.html / name: Project Reports -->
+<!-- VISITING PAGE - href: testapidocs/index.html / name: Test JavaDocs -->
+<!-- VISITING PAGE - href: apidocs/index.html / name: JavaDocs -->
+<!-- VISITING PAGE - href: xref/index.html / name: Source Xref -->
+<!-- VISITING PAGE - href: xref-test/index.html / name: Test Source Xref -->
+<!-- VISITING PAGE - href: cpd.html / name: CPD -->
+<!-- VISITING PAGE - href: pmd.html / name: PMD -->
+<!-- VISITING PAGE - href: plugin-info.html / name: Plugin Documentation -->
+<!-- READING MENU - name: $menu.name ref: $menu.ref -->
+<!-- VISITING PAGE - href: index.html / name: About -->
+<!-- RENAMING already seen PAGE: href=index.html, FROM name=About TO name=About -->
+<!-- VISITING PAGE - href: configuration.html / name: Configuration Examples -->
+<!-- VISITING PAGE - href: create-mojo.html / name: Goal — hibernate:create -->
+<!-- VISITING PAGE - href: update-mojo.html / name: Goal — hibernate:update -->
+<!-- VISITING PAGE - href: drop-mojo.html / name: Goal — hibernate:drop -->
+<!-- VISITING PAGE - href: help-mojo.html / name: Goal — hibernate:help -->
+<!-- VISITING PAGE - href: debugging.html / name: Enable Debugging-Output -->
+<!-- VISITING PAGE - href: skip.html / name: Skipping Execution -->
+<!-- VISITING PAGE - href: force.html / name: Force Exceution -->
+<!-- VISITING PAGE - href: pitfalls.html / name: Known Pitfalls (FAQ) -->
+<!-- VISITING PAGE - href: project-info.html / name: Project Information -->
+<!-- RENAMING already seen PAGE: href=project-info.html, FROM name=Project Information TO name=Project Information -->
+<!-- VISITING PAGE - href: project-reports.html / name: Project Reports -->
+<!-- RENAMING already seen PAGE: href=project-reports.html, FROM name=Project Reports TO name=Project Reports -->
--- /dev/null
+---
+title: Test JavaDocs
+weight: 13
+---
+<script type="text/javascript">window.location.replace('../../testapidocs/index.html')</script>
+<noscript><p>JavaScript is deactivated.</p></noscript>
+<p><a href="../../testapidocs/index.html">View Test JavaDocs</a></p>
--- /dev/null
+---
+title: Test Source Xref
+weight: 16
+---
+<script type="text/javascript">window.location.replace('../../xref-test/index.html')</script>
+<noscript><p>JavaScript is deactivated.</p></noscript>
+<p><a href="../../xref-test/index.html">View Test Source Xref</a></p>
--- /dev/null
+---
+title: Source Xref
+weight: 15
+---
+<script type="text/javascript">window.location.replace('../../xref/index.html')</script>
+<noscript><p>JavaScript is deactivated.</p></noscript>
+<p><a href="../../xref/index.html">View Source Xref</a></p>
+++ /dev/null
-<!DOCTYPE html>
-<!--/*-->
-<!-- Generated by Apache Maven Doxia Site Renderer 1.9.2 at 2025-11-07 -->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: ci-management.html / name: CI Management -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: dependencies.html / name: Dependencies -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: dependency-info.html / name: Maven Coordinates -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: distribution-management.html / name: Distribution Management -->
-
-
-
-
-
- <!-- Skipping already seen entry: uri=index.html, name=About -->
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: licenses.html / name: Licenses -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: plugin-management.html / name: Plugin Management -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: plugins.html / name: Plugins -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: scm.html / name: Source Code Management -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: summary.html / name: Summary -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: team.html / name: Team -->
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: project-info.html / name: Project Information -->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: testapidocs/index.html / name: Test JavaDocs -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: apidocs/index.html / name: JavaDocs -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: xref/index.html / name: Source Xref -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: xref-test/index.html / name: Test Source Xref -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: cpd.html / name: CPD -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: pmd.html / name: PMD -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: plugin-info.html / name: Plugin Documentation -->
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: project-reports.html / name: Project Reports -->
-
-
-
-
- <!-- DONE WITH MENUE - - $page.name-->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: index.html?about / name: Overview -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: configuration.html / name: Configuration Examples -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: create-mojo.html / name: Goal — hibernate:create -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: update-mojo.html / name: Goal — hibernate:update -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: drop-mojo.html / name: Goal — hibernate:drop -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: help-mojo.html / name: Goal — hibernate:help -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: debugging.html / name: Enable Debugging-Output -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: skip.html / name: Skipping Execution -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: force.html / name: Force Exceution -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: pitfalls.html / name: Known Pitfalls (FAQ) -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- OVERWRITING PAGE - uri: project-info.html / name: Project Information -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- OVERWRITING PAGE - uri: project-reports.html / name: Project Reports -->
-
-
-
-
- <!-- DONE WITH MENUE - - (no name)-->
-
-
-
-<!-- name: Source Code Management -->
-<!-- title: Hibernate Maven Plugin – Source Code Management -->
-<!-- short title: Source Code Management -->
-<!-- current page: scm.html -->
-<!-- path: /projects/hibernate-maven-plugin/2.1.0/ -->
-<!-- crumbs: "/index.html","/projects.html" -->
-<!-- pages: {index.html={uri=index.html, name=Hibernate Maven Plugin, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}], childs={index.html?about=Overview, configuration.html=Configuration Examples, create-mojo.html=Goal — hibernate:create, update-mojo.html=Goal — hibernate:update, drop-mojo.html=Goal — hibernate:drop, help-mojo.html=Goal — hibernate:help, debugging.html=Enable Debugging-Output, skip.html=Skipping Execution, force.html=Force Exceution, pitfalls.html=Known Pitfalls (FAQ), project-info.html=Project Information, project-reports.html=Project Reports}}, ci-management.html={name=CI Management, uri=ci-management.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=ci-management.html, name=CI Management}]}, dependencies.html={name=Dependencies, uri=dependencies.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=dependencies.html, name=Dependencies}]}, dependency-info.html={name=Maven Coordinates, uri=dependency-info.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=dependency-info.html, name=Maven Coordinates}]}, distribution-management.html={name=Distribution Management, uri=distribution-management.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=distribution-management.html, name=Distribution Management}]}, licenses.html={name=Licenses, uri=licenses.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=licenses.html, name=Licenses}]}, plugin-management.html={name=Plugin Management, uri=plugin-management.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=plugin-management.html, name=Plugin Management}]}, plugins.html={name=Plugins, uri=plugins.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=plugins.html, name=Plugins}]}, scm.html={name=Source Code Management, uri=scm.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=scm.html, name=Source Code Management}]}, summary.html={name=Summary, uri=summary.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=summary.html, name=Summary}]}, team.html={name=Team, uri=team.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=team.html, name=Team}]}, project-info.html={name=Project Information, uri=project-info.html, childs={ci-management.html=CI Management, dependencies.html=Dependencies, dependency-info.html=Maven Coordinates, distribution-management.html=Distribution Management, licenses.html=Licenses, plugin-management.html=Plugin Management, plugins.html=Plugins, scm.html=Source Code Management, summary.html=Summary, team.html=Team}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}]}, testapidocs/index.html={name=Test JavaDocs, uri=testapidocs/index.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=testapidocs/index.html, name=Test JavaDocs}]}, apidocs/index.html={name=JavaDocs, uri=apidocs/index.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=apidocs/index.html, name=JavaDocs}]}, xref/index.html={name=Source Xref, uri=xref/index.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=xref/index.html, name=Source Xref}]}, xref-test/index.html={name=Test Source Xref, uri=xref-test/index.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=xref-test/index.html, name=Test Source Xref}]}, cpd.html={name=CPD, uri=cpd.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=cpd.html, name=CPD}]}, pmd.html={name=PMD, uri=pmd.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=pmd.html, name=PMD}]}, plugin-info.html={name=Plugin Documentation, uri=plugin-info.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=plugin-info.html, name=Plugin Documentation}]}, project-reports.html={name=Project Reports, uri=project-reports.html, childs={testapidocs/index.html=Test JavaDocs, apidocs/index.html=JavaDocs, xref/index.html=Source Xref, xref-test/index.html=Test Source Xref, cpd.html=CPD, pmd.html=PMD, plugin-info.html=Plugin Documentation}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}]}, index.html?about={name=Overview, uri=index.html?about, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=index.html?about, name=Overview}]}, configuration.html={name=Configuration Examples, uri=configuration.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=configuration.html, name=Configuration Examples}]}, create-mojo.html={name=Goal — hibernate:create, uri=create-mojo.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=create-mojo.html, name=Goal — hibernate:create}]}, update-mojo.html={name=Goal — hibernate:update, uri=update-mojo.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=update-mojo.html, name=Goal — hibernate:update}]}, drop-mojo.html={name=Goal — hibernate:drop, uri=drop-mojo.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=drop-mojo.html, name=Goal — hibernate:drop}]}, help-mojo.html={name=Goal — hibernate:help, uri=help-mojo.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=help-mojo.html, name=Goal — hibernate:help}]}, debugging.html={name=Enable Debugging-Output, uri=debugging.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=debugging.html, name=Enable Debugging-Output}]}, skip.html={name=Skipping Execution, uri=skip.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=skip.html, name=Skipping Execution}]}, force.html={name=Force Exceution, uri=force.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=force.html, name=Force Exceution}]}, pitfalls.html={name=Known Pitfalls (FAQ), uri=pitfalls.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=pitfalls.html, name=Known Pitfalls (FAQ)}]}} -->
-
-
-<!--*/-->
-<html xmlns="http://www.w3.org/1999/xhtml" th:replace="~{/templates/layout.html :: layout(uri='' + ~{:: code[class='site_uri']/text()}, title=~{:: title}, maincontent=~{:: .maincontent}, json='MERGE:' + ~{:: pre[class='json']/text()})}">
- <head>
- <title class="title">Hibernate Maven Plugin – Source Code Management</title>
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
- <link id="canonical" rel="canonical" href="/hibernate-maven-plugin/scm.html"/>
- </head>
- <body>
- <h1 class="short_title">Source Code Management</h1>
- <h2>URI</h2>
- <ul>
- <li><strong>site:</strong> <code class="site_uri">/projects/hibernate-maven-plugin/2.1.0/scm.html</code></li>
- <li><strong>canonical:</strong> <code class="canonical_uri">/hibernate-maven-plugin/scm.html</code></li>
- <li><strong>relative:</strong> <code class="relative_uri">scm.html</code></li>
- </ul>
- <h2>Path</h2>
- <p>
- <ol>
- <li><a href="index.html">Hibernate Maven Plugin</a></li><li><a href="project-info.html">Project Information</a></li><li><a href="scm.html">Source Code Management</a></li> </ol>
- </p>
- <hr />
- <article class="maincontent">
- <section><a name="Overview"></a>
-<h2><a name="Overview"></a>Overview</h2>
-<p>This project uses <a class="externalLink" href="https://git-scm.com/">Git</a> to manage its source code. Instructions on Git use can be found at <a class="externalLink" href="https://git-scm.com/doc">https://git-scm.com/doc</a>.</p></section><section><a name="Web_Browser_Access"></a>
-<h2><a name="Web_Browser_Access"></a>Web Browser Access</h2>
-<p>The following is a link to a browsable version of the source repository:</p>
- </article>
- <hr />
- <h2>Page Structure as JSON</h2>
- <pre class="json">
-{
- "_titles": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": "Hibernate Maven Plugin",
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html": "CI Management",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html": "Dependencies",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html": "Maven Coordinates",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html": "Distribution Management",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html": "Licenses",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html": "Plugin Management",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html": "Plugins",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html": "Source Code Management",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html": "Summary",
- "/projects/hibernate-maven-plugin/2.1.0/team.html": "Team",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": "Project Information",
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html": "Test JavaDocs",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html": "JavaDocs",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html": "Source Xref",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html": "Test Source Xref",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html": "CPD",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html": "PMD",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html": "Plugin Documentation",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": "Project Reports",
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about": "Overview",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html": "Configuration Examples",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html": "Goal — hibernate:create",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html": "Goal — hibernate:update",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": "Goal — hibernate:drop",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html": "Goal — hibernate:help",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html": "Enable Debugging-Output",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html": "Skipping Execution",
- "/projects/hibernate-maven-plugin/2.1.0/force.html": "Force Exceution",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html": "Known Pitfalls (FAQ)"
- },
- "_childs": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": [
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html",
- "/projects/hibernate-maven-plugin/2.1.0/force.html",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": [
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html",
- "/projects/hibernate-maven-plugin/2.1.0/team.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": [
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html"
- ]
- },
- "_crumbs": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/scm.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/summary.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/team.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/team.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/skip.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/force.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/force.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html"
- ]
- },
- "_canonical": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": "/hibernate-maven-plugin/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html": "/hibernate-maven-plugin/ci-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html": "/hibernate-maven-plugin/dependencies.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html": "/hibernate-maven-plugin/dependency-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html": "/hibernate-maven-plugin/distribution-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html": "/hibernate-maven-plugin/licenses.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html": "/hibernate-maven-plugin/plugin-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html": "/hibernate-maven-plugin/plugins.html",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html": "/hibernate-maven-plugin/scm.html",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html": "/hibernate-maven-plugin/summary.html",
- "/projects/hibernate-maven-plugin/2.1.0/team.html": "/hibernate-maven-plugin/team.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": "/hibernate-maven-plugin/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html": "/hibernate-maven-plugin/testapidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html": "/hibernate-maven-plugin/apidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html": "/hibernate-maven-plugin/xref/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html": "/hibernate-maven-plugin/xref-test/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html": "/hibernate-maven-plugin/cpd.html",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html": "/hibernate-maven-plugin/pmd.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html": "/hibernate-maven-plugin/plugin-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": "/hibernate-maven-plugin/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about": "/hibernate-maven-plugin/index.html?about",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html": "/hibernate-maven-plugin/configuration.html",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html": "/hibernate-maven-plugin/create-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html": "/hibernate-maven-plugin/update-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": "/hibernate-maven-plugin/drop-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html": "/hibernate-maven-plugin/help-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html": "/hibernate-maven-plugin/debugging.html",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html": "/hibernate-maven-plugin/skip.html",
- "/projects/hibernate-maven-plugin/2.1.0/force.html": "/hibernate-maven-plugin/force.html",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html": "/hibernate-maven-plugin/pitfalls.html"
- }
-}
- </pre>
- <h2>All Pages</h2>
- <p>
- <ul>
- <li><a href="index.html">Hibernate Maven Plugin</a></li><li><a href="ci-management.html">CI Management</a></li><li><a href="dependencies.html">Dependencies</a></li><li><a href="dependency-info.html">Maven Coordinates</a></li><li><a href="distribution-management.html">Distribution Management</a></li><li><a href="licenses.html">Licenses</a></li><li><a href="plugin-management.html">Plugin Management</a></li><li><a href="plugins.html">Plugins</a></li><li><a href="scm.html">Source Code Management</a></li><li><a href="summary.html">Summary</a></li><li><a href="team.html">Team</a></li><li><a href="project-info.html">Project Information</a></li><li><a href="testapidocs/index.html">Test JavaDocs</a></li><li><a href="apidocs/index.html">JavaDocs</a></li><li><a href="xref/index.html">Source Xref</a></li><li><a href="xref-test/index.html">Test Source Xref</a></li><li><a href="cpd.html">CPD</a></li><li><a href="pmd.html">PMD</a></li><li><a href="plugin-info.html">Plugin Documentation</a></li><li><a href="project-reports.html">Project Reports</a></li><li><a href="index.html?about">Overview</a></li><li><a href="configuration.html">Configuration Examples</a></li><li><a href="create-mojo.html">Goal — hibernate:create</a></li><li><a href="update-mojo.html">Goal — hibernate:update</a></li><li><a href="drop-mojo.html">Goal — hibernate:drop</a></li><li><a href="help-mojo.html">Goal — hibernate:help</a></li><li><a href="debugging.html">Enable Debugging-Output</a></li><li><a href="skip.html">Skipping Execution</a></li><li><a href="force.html">Force Exceution</a></li><li><a href="pitfalls.html">Known Pitfalls (FAQ)</a></li> </ul>
- </p>
- </body>
-</html>
-<!DOCTYPE html>
-<!--/*-->
-<!-- Generated by Apache Maven Doxia Site Renderer 1.9.2 at 2025-11-07 -->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: ci-management.html / name: CI Management -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: dependencies.html / name: Dependencies -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: dependency-info.html / name: Maven Coordinates -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: distribution-management.html / name: Distribution Management -->
-
-
-
-
-
- <!-- Skipping already seen entry: uri=index.html, name=About -->
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: licenses.html / name: Licenses -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: plugin-management.html / name: Plugin Management -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: plugins.html / name: Plugins -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: scm.html / name: Source Code Management -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: summary.html / name: Summary -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: team.html / name: Team -->
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: project-info.html / name: Project Information -->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: testapidocs/index.html / name: Test JavaDocs -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: apidocs/index.html / name: JavaDocs -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: xref/index.html / name: Source Xref -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: xref-test/index.html / name: Test Source Xref -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: cpd.html / name: CPD -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: pmd.html / name: PMD -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: plugin-info.html / name: Plugin Documentation -->
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: project-reports.html / name: Project Reports -->
-
-
-
-
- <!-- DONE WITH MENUE - - $page.name-->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: index.html?about / name: Overview -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: configuration.html / name: Configuration Examples -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: create-mojo.html / name: Goal — hibernate:create -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: update-mojo.html / name: Goal — hibernate:update -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: drop-mojo.html / name: Goal — hibernate:drop -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: help-mojo.html / name: Goal — hibernate:help -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: debugging.html / name: Enable Debugging-Output -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: skip.html / name: Skipping Execution -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: force.html / name: Force Exceution -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: pitfalls.html / name: Known Pitfalls (FAQ) -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- OVERWRITING PAGE - uri: project-info.html / name: Project Information -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- OVERWRITING PAGE - uri: project-reports.html / name: Project Reports -->
-
-
-
-
- <!-- DONE WITH MENUE - - (no name)-->
-
-
-
-<!-- name: Skipping Execution -->
-<!-- title: Hibernate Maven Plugin – -->
-<!-- short title: -->
-<!-- current page: skip.html -->
-<!-- path: /projects/hibernate-maven-plugin/2.1.0/ -->
-<!-- crumbs: "/index.html","/projects.html" -->
-<!-- pages: {index.html={uri=index.html, name=Hibernate Maven Plugin, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}], childs={index.html?about=Overview, configuration.html=Configuration Examples, create-mojo.html=Goal — hibernate:create, update-mojo.html=Goal — hibernate:update, drop-mojo.html=Goal — hibernate:drop, help-mojo.html=Goal — hibernate:help, debugging.html=Enable Debugging-Output, skip.html=Skipping Execution, force.html=Force Exceution, pitfalls.html=Known Pitfalls (FAQ), project-info.html=Project Information, project-reports.html=Project Reports}}, ci-management.html={name=CI Management, uri=ci-management.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=ci-management.html, name=CI Management}]}, dependencies.html={name=Dependencies, uri=dependencies.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=dependencies.html, name=Dependencies}]}, dependency-info.html={name=Maven Coordinates, uri=dependency-info.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=dependency-info.html, name=Maven Coordinates}]}, distribution-management.html={name=Distribution Management, uri=distribution-management.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=distribution-management.html, name=Distribution Management}]}, licenses.html={name=Licenses, uri=licenses.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=licenses.html, name=Licenses}]}, plugin-management.html={name=Plugin Management, uri=plugin-management.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=plugin-management.html, name=Plugin Management}]}, plugins.html={name=Plugins, uri=plugins.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=plugins.html, name=Plugins}]}, scm.html={name=Source Code Management, uri=scm.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=scm.html, name=Source Code Management}]}, summary.html={name=Summary, uri=summary.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=summary.html, name=Summary}]}, team.html={name=Team, uri=team.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=team.html, name=Team}]}, project-info.html={name=Project Information, uri=project-info.html, childs={ci-management.html=CI Management, dependencies.html=Dependencies, dependency-info.html=Maven Coordinates, distribution-management.html=Distribution Management, licenses.html=Licenses, plugin-management.html=Plugin Management, plugins.html=Plugins, scm.html=Source Code Management, summary.html=Summary, team.html=Team}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}]}, testapidocs/index.html={name=Test JavaDocs, uri=testapidocs/index.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=testapidocs/index.html, name=Test JavaDocs}]}, apidocs/index.html={name=JavaDocs, uri=apidocs/index.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=apidocs/index.html, name=JavaDocs}]}, xref/index.html={name=Source Xref, uri=xref/index.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=xref/index.html, name=Source Xref}]}, xref-test/index.html={name=Test Source Xref, uri=xref-test/index.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=xref-test/index.html, name=Test Source Xref}]}, cpd.html={name=CPD, uri=cpd.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=cpd.html, name=CPD}]}, pmd.html={name=PMD, uri=pmd.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=pmd.html, name=PMD}]}, plugin-info.html={name=Plugin Documentation, uri=plugin-info.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=plugin-info.html, name=Plugin Documentation}]}, project-reports.html={name=Project Reports, uri=project-reports.html, childs={testapidocs/index.html=Test JavaDocs, apidocs/index.html=JavaDocs, xref/index.html=Source Xref, xref-test/index.html=Test Source Xref, cpd.html=CPD, pmd.html=PMD, plugin-info.html=Plugin Documentation}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}]}, index.html?about={name=Overview, uri=index.html?about, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=index.html?about, name=Overview}]}, configuration.html={name=Configuration Examples, uri=configuration.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=configuration.html, name=Configuration Examples}]}, create-mojo.html={name=Goal — hibernate:create, uri=create-mojo.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=create-mojo.html, name=Goal — hibernate:create}]}, update-mojo.html={name=Goal — hibernate:update, uri=update-mojo.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=update-mojo.html, name=Goal — hibernate:update}]}, drop-mojo.html={name=Goal — hibernate:drop, uri=drop-mojo.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=drop-mojo.html, name=Goal — hibernate:drop}]}, help-mojo.html={name=Goal — hibernate:help, uri=help-mojo.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=help-mojo.html, name=Goal — hibernate:help}]}, debugging.html={name=Enable Debugging-Output, uri=debugging.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=debugging.html, name=Enable Debugging-Output}]}, skip.html={name=Skipping Execution, uri=skip.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=skip.html, name=Skipping Execution}]}, force.html={name=Force Exceution, uri=force.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=force.html, name=Force Exceution}]}, pitfalls.html={name=Known Pitfalls (FAQ), uri=pitfalls.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=pitfalls.html, name=Known Pitfalls (FAQ)}]}} -->
-
-
-<!--*/-->
-<html xmlns="http://www.w3.org/1999/xhtml" th:replace="~{/templates/layout.html :: layout(uri='' + ~{:: code[class='site_uri']/text()}, title=~{:: title}, maincontent=~{:: .maincontent}, json='MERGE:' + ~{:: pre[class='json']/text()})}">
- <head>
- <title class="title">Hibernate Maven Plugin – </title>
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
- <link id="canonical" rel="canonical" href="/hibernate-maven-plugin/skip.html"/>
- </head>
- <body>
- <h1 class="short_title"></h1>
- <h2>URI</h2>
- <ul>
- <li><strong>site:</strong> <code class="site_uri">/projects/hibernate-maven-plugin/2.1.0/skip.html</code></li>
- <li><strong>canonical:</strong> <code class="canonical_uri">/hibernate-maven-plugin/skip.html</code></li>
- <li><strong>relative:</strong> <code class="relative_uri">skip.html</code></li>
- </ul>
- <h2>Path</h2>
- <p>
- <ol>
- <li><a href="index.html">Hibernate Maven Plugin</a></li><li><a href="skip.html">Skipping Execution</a></li> </ol>
- </p>
- <hr />
- <article class="maincontent">
-
-
-
-
+---
+title: Skipping Execution
+weight: 26
+outputs:
+ - html
+url: /projects/hibernate-maven-plugin/2.1.0/skip.html
+layout: article
+---
+<div id="sili-body">
<h1>Skipping Execution</h1>
<p>
</p>
<div>
-<pre class="prettyprint linenums lang-html">
-<plugin>
- <groupId>de.juplo</groupId>
- <artifactId>hibernate-maven-plugin</artifactId>
+{{< highlight guess >}}
+
+<plugin>
+ <groupId>de.juplo</groupId>
+ <artifactId>hibernate-maven-plugin</artifactId>
...
- <configuration>
- <skip>false</skip>
- </configuration>
-</plugin></pre></div>
+ <configuration>
+ <skip>false</skip>
+ </configuration>
+</plugin>
+{{< /highlight >}}</div>
<p>
Or, if you want the plugin to be executed by default and to be skipped
</p>
<div>
-<pre class="prettyprint linenums lang-html">
-<plugin>
- <groupId>de.juplo</groupId>
- <artifactId>hibernate-maven-plugin</artifactId>
+{{< highlight guess >}}
+
+<plugin>
+ <groupId>de.juplo</groupId>
+ <artifactId>hibernate-maven-plugin</artifactId>
...
- <configuration>
- <skip>${foo.bar}</skip>
- </configuration>
-</plugin></pre></div>
+ <configuration>
+ <skip>${foo.bar}</skip>
+ </configuration>
+</plugin>
+{{< /highlight >}}</div>
<p>
This way, the plugin would be skipped, if you set the property
<code>foo.bar</code> to <code>true</code>. For example, if you specify <code>-Dfoo.bar=true</code>
on the command-line.
</p>
-
-
- </article>
- <hr />
- <h2>Page Structure as JSON</h2>
- <pre class="json">
-{
- "_titles": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": "Hibernate Maven Plugin",
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html": "CI Management",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html": "Dependencies",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html": "Maven Coordinates",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html": "Distribution Management",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html": "Licenses",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html": "Plugin Management",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html": "Plugins",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html": "Source Code Management",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html": "Summary",
- "/projects/hibernate-maven-plugin/2.1.0/team.html": "Team",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": "Project Information",
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html": "Test JavaDocs",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html": "JavaDocs",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html": "Source Xref",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html": "Test Source Xref",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html": "CPD",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html": "PMD",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html": "Plugin Documentation",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": "Project Reports",
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about": "Overview",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html": "Configuration Examples",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html": "Goal — hibernate:create",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html": "Goal — hibernate:update",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": "Goal — hibernate:drop",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html": "Goal — hibernate:help",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html": "Enable Debugging-Output",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html": "Skipping Execution",
- "/projects/hibernate-maven-plugin/2.1.0/force.html": "Force Exceution",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html": "Known Pitfalls (FAQ)"
- },
- "_childs": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": [
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html",
- "/projects/hibernate-maven-plugin/2.1.0/force.html",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": [
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html",
- "/projects/hibernate-maven-plugin/2.1.0/team.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": [
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html"
- ]
- },
- "_crumbs": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/scm.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/summary.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/team.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/team.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/skip.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/force.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/force.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html"
- ]
- },
- "_canonical": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": "/hibernate-maven-plugin/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html": "/hibernate-maven-plugin/ci-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html": "/hibernate-maven-plugin/dependencies.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html": "/hibernate-maven-plugin/dependency-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html": "/hibernate-maven-plugin/distribution-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html": "/hibernate-maven-plugin/licenses.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html": "/hibernate-maven-plugin/plugin-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html": "/hibernate-maven-plugin/plugins.html",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html": "/hibernate-maven-plugin/scm.html",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html": "/hibernate-maven-plugin/summary.html",
- "/projects/hibernate-maven-plugin/2.1.0/team.html": "/hibernate-maven-plugin/team.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": "/hibernate-maven-plugin/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html": "/hibernate-maven-plugin/testapidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html": "/hibernate-maven-plugin/apidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html": "/hibernate-maven-plugin/xref/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html": "/hibernate-maven-plugin/xref-test/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html": "/hibernate-maven-plugin/cpd.html",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html": "/hibernate-maven-plugin/pmd.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html": "/hibernate-maven-plugin/plugin-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": "/hibernate-maven-plugin/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about": "/hibernate-maven-plugin/index.html?about",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html": "/hibernate-maven-plugin/configuration.html",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html": "/hibernate-maven-plugin/create-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html": "/hibernate-maven-plugin/update-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": "/hibernate-maven-plugin/drop-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html": "/hibernate-maven-plugin/help-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html": "/hibernate-maven-plugin/debugging.html",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html": "/hibernate-maven-plugin/skip.html",
- "/projects/hibernate-maven-plugin/2.1.0/force.html": "/hibernate-maven-plugin/force.html",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html": "/hibernate-maven-plugin/pitfalls.html"
- }
-}
- </pre>
- <h2>All Pages</h2>
- <p>
- <ul>
- <li><a href="index.html">Hibernate Maven Plugin</a></li><li><a href="ci-management.html">CI Management</a></li><li><a href="dependencies.html">Dependencies</a></li><li><a href="dependency-info.html">Maven Coordinates</a></li><li><a href="distribution-management.html">Distribution Management</a></li><li><a href="licenses.html">Licenses</a></li><li><a href="plugin-management.html">Plugin Management</a></li><li><a href="plugins.html">Plugins</a></li><li><a href="scm.html">Source Code Management</a></li><li><a href="summary.html">Summary</a></li><li><a href="team.html">Team</a></li><li><a href="project-info.html">Project Information</a></li><li><a href="testapidocs/index.html">Test JavaDocs</a></li><li><a href="apidocs/index.html">JavaDocs</a></li><li><a href="xref/index.html">Source Xref</a></li><li><a href="xref-test/index.html">Test Source Xref</a></li><li><a href="cpd.html">CPD</a></li><li><a href="pmd.html">PMD</a></li><li><a href="plugin-info.html">Plugin Documentation</a></li><li><a href="project-reports.html">Project Reports</a></li><li><a href="index.html?about">Overview</a></li><li><a href="configuration.html">Configuration Examples</a></li><li><a href="create-mojo.html">Goal — hibernate:create</a></li><li><a href="update-mojo.html">Goal — hibernate:update</a></li><li><a href="drop-mojo.html">Goal — hibernate:drop</a></li><li><a href="help-mojo.html">Goal — hibernate:help</a></li><li><a href="debugging.html">Enable Debugging-Output</a></li><li><a href="skip.html">Skipping Execution</a></li><li><a href="force.html">Force Exceution</a></li><li><a href="pitfalls.html">Known Pitfalls (FAQ)</a></li> </ul>
- </p>
- </body>
-</html>
+</div>
+<!-- PREPARING ROOT-ENTRY - name: Hibernate Maven Plugin ref: index.html -->
+<!-- READING MENU - name: Project Documentation ref: reports -->
+<!-- VISITING PAGE - href: /project-info.html / name: Project Information -->
+<!-- VISITING PAGE - href: ci-management.html / name: CI Management -->
+<!-- VISITING PAGE - href: dependencies.html / name: Dependencies -->
+<!-- VISITING PAGE - href: dependency-info.html / name: Maven Coordinates -->
+<!-- VISITING PAGE - href: distribution-management.html / name: Distribution Management -->
+<!-- VISITING PAGE - href: index.html / name: About -->
+<!-- RENAMING already seen PAGE: href=index.html, FROM name=Hibernate Maven Plugin TO name=About -->
+<!-- VISITING PAGE - href: licenses.html / name: Licenses -->
+<!-- VISITING PAGE - href: plugin-management.html / name: Plugin Management -->
+<!-- VISITING PAGE - href: plugins.html / name: Plugins -->
+<!-- VISITING PAGE - href: scm.html / name: Source Code Management -->
+<!-- VISITING PAGE - href: summary.html / name: Summary -->
+<!-- VISITING PAGE - href: team.html / name: Team -->
+<!-- VISITING PAGE - href: /project-reports.html / name: Project Reports -->
+<!-- VISITING PAGE - href: testapidocs/index.html / name: Test JavaDocs -->
+<!-- VISITING PAGE - href: apidocs/index.html / name: JavaDocs -->
+<!-- VISITING PAGE - href: xref/index.html / name: Source Xref -->
+<!-- VISITING PAGE - href: xref-test/index.html / name: Test Source Xref -->
+<!-- VISITING PAGE - href: cpd.html / name: CPD -->
+<!-- VISITING PAGE - href: pmd.html / name: PMD -->
+<!-- VISITING PAGE - href: plugin-info.html / name: Plugin Documentation -->
+<!-- READING MENU - name: $menu.name ref: $menu.ref -->
+<!-- VISITING PAGE - href: index.html / name: About -->
+<!-- RENAMING already seen PAGE: href=index.html, FROM name=About TO name=About -->
+<!-- VISITING PAGE - href: configuration.html / name: Configuration Examples -->
+<!-- VISITING PAGE - href: create-mojo.html / name: Goal — hibernate:create -->
+<!-- VISITING PAGE - href: update-mojo.html / name: Goal — hibernate:update -->
+<!-- VISITING PAGE - href: drop-mojo.html / name: Goal — hibernate:drop -->
+<!-- VISITING PAGE - href: help-mojo.html / name: Goal — hibernate:help -->
+<!-- VISITING PAGE - href: debugging.html / name: Enable Debugging-Output -->
+<!-- VISITING PAGE - href: skip.html / name: Skipping Execution -->
+<!-- VISITING PAGE - href: force.html / name: Force Exceution -->
+<!-- VISITING PAGE - href: pitfalls.html / name: Known Pitfalls (FAQ) -->
+<!-- VISITING PAGE - href: project-info.html / name: Project Information -->
+<!-- RENAMING already seen PAGE: href=project-info.html, FROM name=Project Information TO name=Project Information -->
+<!-- VISITING PAGE - href: project-reports.html / name: Project Reports -->
+<!-- RENAMING already seen PAGE: href=project-reports.html, FROM name=Project Reports TO name=Project Reports -->
+++ /dev/null
-<!DOCTYPE html>
-<!--/*-->
-<!-- Generated by Apache Maven Doxia Site Renderer 1.9.2 at 2025-11-07 -->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: ci-management.html / name: CI Management -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: dependencies.html / name: Dependencies -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: dependency-info.html / name: Maven Coordinates -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: distribution-management.html / name: Distribution Management -->
-
-
-
-
-
- <!-- Skipping already seen entry: uri=index.html, name=About -->
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: licenses.html / name: Licenses -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: plugin-management.html / name: Plugin Management -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: plugins.html / name: Plugins -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: scm.html / name: Source Code Management -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: summary.html / name: Summary -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: team.html / name: Team -->
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: project-info.html / name: Project Information -->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: testapidocs/index.html / name: Test JavaDocs -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: apidocs/index.html / name: JavaDocs -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: xref/index.html / name: Source Xref -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: xref-test/index.html / name: Test Source Xref -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: cpd.html / name: CPD -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: pmd.html / name: PMD -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: plugin-info.html / name: Plugin Documentation -->
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: project-reports.html / name: Project Reports -->
-
-
-
-
- <!-- DONE WITH MENUE - - $page.name-->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: index.html?about / name: Overview -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: configuration.html / name: Configuration Examples -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: create-mojo.html / name: Goal — hibernate:create -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: update-mojo.html / name: Goal — hibernate:update -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: drop-mojo.html / name: Goal — hibernate:drop -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: help-mojo.html / name: Goal — hibernate:help -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: debugging.html / name: Enable Debugging-Output -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: skip.html / name: Skipping Execution -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: force.html / name: Force Exceution -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: pitfalls.html / name: Known Pitfalls (FAQ) -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- OVERWRITING PAGE - uri: project-info.html / name: Project Information -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- OVERWRITING PAGE - uri: project-reports.html / name: Project Reports -->
-
-
-
-
- <!-- DONE WITH MENUE - - (no name)-->
-
-
-
-<!-- name: Summary -->
-<!-- title: Hibernate Maven Plugin – Project Summary -->
-<!-- short title: Project Summary -->
-<!-- current page: summary.html -->
-<!-- path: /projects/hibernate-maven-plugin/2.1.0/ -->
-<!-- crumbs: "/index.html","/projects.html" -->
-<!-- pages: {index.html={uri=index.html, name=Hibernate Maven Plugin, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}], childs={index.html?about=Overview, configuration.html=Configuration Examples, create-mojo.html=Goal — hibernate:create, update-mojo.html=Goal — hibernate:update, drop-mojo.html=Goal — hibernate:drop, help-mojo.html=Goal — hibernate:help, debugging.html=Enable Debugging-Output, skip.html=Skipping Execution, force.html=Force Exceution, pitfalls.html=Known Pitfalls (FAQ), project-info.html=Project Information, project-reports.html=Project Reports}}, ci-management.html={name=CI Management, uri=ci-management.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=ci-management.html, name=CI Management}]}, dependencies.html={name=Dependencies, uri=dependencies.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=dependencies.html, name=Dependencies}]}, dependency-info.html={name=Maven Coordinates, uri=dependency-info.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=dependency-info.html, name=Maven Coordinates}]}, distribution-management.html={name=Distribution Management, uri=distribution-management.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=distribution-management.html, name=Distribution Management}]}, licenses.html={name=Licenses, uri=licenses.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=licenses.html, name=Licenses}]}, plugin-management.html={name=Plugin Management, uri=plugin-management.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=plugin-management.html, name=Plugin Management}]}, plugins.html={name=Plugins, uri=plugins.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=plugins.html, name=Plugins}]}, scm.html={name=Source Code Management, uri=scm.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=scm.html, name=Source Code Management}]}, summary.html={name=Summary, uri=summary.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=summary.html, name=Summary}]}, team.html={name=Team, uri=team.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=team.html, name=Team}]}, project-info.html={name=Project Information, uri=project-info.html, childs={ci-management.html=CI Management, dependencies.html=Dependencies, dependency-info.html=Maven Coordinates, distribution-management.html=Distribution Management, licenses.html=Licenses, plugin-management.html=Plugin Management, plugins.html=Plugins, scm.html=Source Code Management, summary.html=Summary, team.html=Team}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}]}, testapidocs/index.html={name=Test JavaDocs, uri=testapidocs/index.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=testapidocs/index.html, name=Test JavaDocs}]}, apidocs/index.html={name=JavaDocs, uri=apidocs/index.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=apidocs/index.html, name=JavaDocs}]}, xref/index.html={name=Source Xref, uri=xref/index.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=xref/index.html, name=Source Xref}]}, xref-test/index.html={name=Test Source Xref, uri=xref-test/index.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=xref-test/index.html, name=Test Source Xref}]}, cpd.html={name=CPD, uri=cpd.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=cpd.html, name=CPD}]}, pmd.html={name=PMD, uri=pmd.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=pmd.html, name=PMD}]}, plugin-info.html={name=Plugin Documentation, uri=plugin-info.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=plugin-info.html, name=Plugin Documentation}]}, project-reports.html={name=Project Reports, uri=project-reports.html, childs={testapidocs/index.html=Test JavaDocs, apidocs/index.html=JavaDocs, xref/index.html=Source Xref, xref-test/index.html=Test Source Xref, cpd.html=CPD, pmd.html=PMD, plugin-info.html=Plugin Documentation}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}]}, index.html?about={name=Overview, uri=index.html?about, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=index.html?about, name=Overview}]}, configuration.html={name=Configuration Examples, uri=configuration.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=configuration.html, name=Configuration Examples}]}, create-mojo.html={name=Goal — hibernate:create, uri=create-mojo.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=create-mojo.html, name=Goal — hibernate:create}]}, update-mojo.html={name=Goal — hibernate:update, uri=update-mojo.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=update-mojo.html, name=Goal — hibernate:update}]}, drop-mojo.html={name=Goal — hibernate:drop, uri=drop-mojo.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=drop-mojo.html, name=Goal — hibernate:drop}]}, help-mojo.html={name=Goal — hibernate:help, uri=help-mojo.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=help-mojo.html, name=Goal — hibernate:help}]}, debugging.html={name=Enable Debugging-Output, uri=debugging.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=debugging.html, name=Enable Debugging-Output}]}, skip.html={name=Skipping Execution, uri=skip.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=skip.html, name=Skipping Execution}]}, force.html={name=Force Exceution, uri=force.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=force.html, name=Force Exceution}]}, pitfalls.html={name=Known Pitfalls (FAQ), uri=pitfalls.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=pitfalls.html, name=Known Pitfalls (FAQ)}]}} -->
-
-
-<!--*/-->
-<html xmlns="http://www.w3.org/1999/xhtml" th:replace="~{/templates/layout.html :: layout(uri='' + ~{:: code[class='site_uri']/text()}, title=~{:: title}, maincontent=~{:: .maincontent}, json='MERGE:' + ~{:: pre[class='json']/text()})}">
- <head>
- <title class="title">Hibernate Maven Plugin – Project Summary</title>
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
- <link id="canonical" rel="canonical" href="/hibernate-maven-plugin/summary.html"/>
- </head>
- <body>
- <h1 class="short_title">Project Summary</h1>
- <h2>URI</h2>
- <ul>
- <li><strong>site:</strong> <code class="site_uri">/projects/hibernate-maven-plugin/2.1.0/summary.html</code></li>
- <li><strong>canonical:</strong> <code class="canonical_uri">/hibernate-maven-plugin/summary.html</code></li>
- <li><strong>relative:</strong> <code class="relative_uri">summary.html</code></li>
- </ul>
- <h2>Path</h2>
- <p>
- <ol>
- <li><a href="index.html">Hibernate Maven Plugin</a></li><li><a href="project-info.html">Project Information</a></li><li><a href="summary.html">Summary</a></li> </ol>
- </p>
- <hr />
- <article class="maincontent">
- <section><a name="Project_Summary"></a>
-<h2><a name="Project_Summary"></a>Project Summary</h2><section><a name="Project_Information"></a>
-<h3><a name="Project_Information"></a>Project Information</h3>
-<table border="0" class="bodyTable">
-<tr class="a">
-<th>Field</th>
-<th>Value</th></tr>
-<tr class="b">
-<td>Name</td>
-<td>Hibernate Maven Plugin</td></tr>
-<tr class="a">
-<td>Description</td>
-<td>A simple plugin for generating a database-schema from Hibernate-Mappings</td></tr>
-<tr class="b">
-<td>Homepage</td>
-<td><a class="externalLink" href="https://juplo.de/hibernate-maven-plugin/index.html">https://juplo.de/hibernate-maven-plugin/index.html</a></td></tr></table></section><section><a name="Project_Organization"></a>
-<h3><a name="Project_Organization"></a>Project Organization</h3>
-<p>This project does not belong to an organization.</p></section><section><a name="Build_Information"></a>
-<h3><a name="Build_Information"></a>Build Information</h3>
-<table border="0" class="bodyTable">
-<tr class="a">
-<th>Field</th>
-<th>Value</th></tr>
-<tr class="b">
-<td>GroupId</td>
-<td>de.juplo</td></tr>
-<tr class="a">
-<td>ArtifactId</td>
-<td>hibernate-maven-plugin</td></tr>
-<tr class="b">
-<td>Version</td>
-<td>2.1.0</td></tr>
-<tr class="a">
-<td>Type</td>
-<td>maven-plugin</td></tr>
-<tr class="b">
-<td>Java Version</td>
-<td>1.6</td></tr></table></section></section>
- </article>
- <hr />
- <h2>Page Structure as JSON</h2>
- <pre class="json">
-{
- "_titles": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": "Hibernate Maven Plugin",
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html": "CI Management",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html": "Dependencies",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html": "Maven Coordinates",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html": "Distribution Management",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html": "Licenses",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html": "Plugin Management",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html": "Plugins",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html": "Source Code Management",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html": "Summary",
- "/projects/hibernate-maven-plugin/2.1.0/team.html": "Team",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": "Project Information",
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html": "Test JavaDocs",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html": "JavaDocs",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html": "Source Xref",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html": "Test Source Xref",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html": "CPD",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html": "PMD",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html": "Plugin Documentation",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": "Project Reports",
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about": "Overview",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html": "Configuration Examples",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html": "Goal — hibernate:create",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html": "Goal — hibernate:update",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": "Goal — hibernate:drop",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html": "Goal — hibernate:help",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html": "Enable Debugging-Output",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html": "Skipping Execution",
- "/projects/hibernate-maven-plugin/2.1.0/force.html": "Force Exceution",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html": "Known Pitfalls (FAQ)"
- },
- "_childs": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": [
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html",
- "/projects/hibernate-maven-plugin/2.1.0/force.html",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": [
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html",
- "/projects/hibernate-maven-plugin/2.1.0/team.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": [
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html"
- ]
- },
- "_crumbs": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/scm.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/summary.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/team.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/team.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/skip.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/force.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/force.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html"
- ]
- },
- "_canonical": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": "/hibernate-maven-plugin/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html": "/hibernate-maven-plugin/ci-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html": "/hibernate-maven-plugin/dependencies.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html": "/hibernate-maven-plugin/dependency-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html": "/hibernate-maven-plugin/distribution-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html": "/hibernate-maven-plugin/licenses.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html": "/hibernate-maven-plugin/plugin-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html": "/hibernate-maven-plugin/plugins.html",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html": "/hibernate-maven-plugin/scm.html",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html": "/hibernate-maven-plugin/summary.html",
- "/projects/hibernate-maven-plugin/2.1.0/team.html": "/hibernate-maven-plugin/team.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": "/hibernate-maven-plugin/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html": "/hibernate-maven-plugin/testapidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html": "/hibernate-maven-plugin/apidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html": "/hibernate-maven-plugin/xref/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html": "/hibernate-maven-plugin/xref-test/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html": "/hibernate-maven-plugin/cpd.html",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html": "/hibernate-maven-plugin/pmd.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html": "/hibernate-maven-plugin/plugin-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": "/hibernate-maven-plugin/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about": "/hibernate-maven-plugin/index.html?about",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html": "/hibernate-maven-plugin/configuration.html",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html": "/hibernate-maven-plugin/create-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html": "/hibernate-maven-plugin/update-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": "/hibernate-maven-plugin/drop-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html": "/hibernate-maven-plugin/help-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html": "/hibernate-maven-plugin/debugging.html",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html": "/hibernate-maven-plugin/skip.html",
- "/projects/hibernate-maven-plugin/2.1.0/force.html": "/hibernate-maven-plugin/force.html",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html": "/hibernate-maven-plugin/pitfalls.html"
- }
-}
- </pre>
- <h2>All Pages</h2>
- <p>
- <ul>
- <li><a href="index.html">Hibernate Maven Plugin</a></li><li><a href="ci-management.html">CI Management</a></li><li><a href="dependencies.html">Dependencies</a></li><li><a href="dependency-info.html">Maven Coordinates</a></li><li><a href="distribution-management.html">Distribution Management</a></li><li><a href="licenses.html">Licenses</a></li><li><a href="plugin-management.html">Plugin Management</a></li><li><a href="plugins.html">Plugins</a></li><li><a href="scm.html">Source Code Management</a></li><li><a href="summary.html">Summary</a></li><li><a href="team.html">Team</a></li><li><a href="project-info.html">Project Information</a></li><li><a href="testapidocs/index.html">Test JavaDocs</a></li><li><a href="apidocs/index.html">JavaDocs</a></li><li><a href="xref/index.html">Source Xref</a></li><li><a href="xref-test/index.html">Test Source Xref</a></li><li><a href="cpd.html">CPD</a></li><li><a href="pmd.html">PMD</a></li><li><a href="plugin-info.html">Plugin Documentation</a></li><li><a href="project-reports.html">Project Reports</a></li><li><a href="index.html?about">Overview</a></li><li><a href="configuration.html">Configuration Examples</a></li><li><a href="create-mojo.html">Goal — hibernate:create</a></li><li><a href="update-mojo.html">Goal — hibernate:update</a></li><li><a href="drop-mojo.html">Goal — hibernate:drop</a></li><li><a href="help-mojo.html">Goal — hibernate:help</a></li><li><a href="debugging.html">Enable Debugging-Output</a></li><li><a href="skip.html">Skipping Execution</a></li><li><a href="force.html">Force Exceution</a></li><li><a href="pitfalls.html">Known Pitfalls (FAQ)</a></li> </ul>
- </p>
- </body>
-</html>
+++ /dev/null
-<!DOCTYPE html>
-<!--/*-->
-<!-- Generated by Apache Maven Doxia Site Renderer 1.9.2 at 2025-11-07 -->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: ci-management.html / name: CI Management -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: dependencies.html / name: Dependencies -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: dependency-info.html / name: Maven Coordinates -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: distribution-management.html / name: Distribution Management -->
-
-
-
-
-
- <!-- Skipping already seen entry: uri=index.html, name=About -->
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: licenses.html / name: Licenses -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: plugin-management.html / name: Plugin Management -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: plugins.html / name: Plugins -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: scm.html / name: Source Code Management -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: summary.html / name: Summary -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: team.html / name: Team -->
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: project-info.html / name: Project Information -->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: testapidocs/index.html / name: Test JavaDocs -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: apidocs/index.html / name: JavaDocs -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: xref/index.html / name: Source Xref -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: xref-test/index.html / name: Test Source Xref -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: cpd.html / name: CPD -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: pmd.html / name: PMD -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: plugin-info.html / name: Plugin Documentation -->
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: project-reports.html / name: Project Reports -->
-
-
-
-
- <!-- DONE WITH MENUE - - $page.name-->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: index.html?about / name: Overview -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: configuration.html / name: Configuration Examples -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: create-mojo.html / name: Goal — hibernate:create -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: update-mojo.html / name: Goal — hibernate:update -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: drop-mojo.html / name: Goal — hibernate:drop -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: help-mojo.html / name: Goal — hibernate:help -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: debugging.html / name: Enable Debugging-Output -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: skip.html / name: Skipping Execution -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: force.html / name: Force Exceution -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: pitfalls.html / name: Known Pitfalls (FAQ) -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- OVERWRITING PAGE - uri: project-info.html / name: Project Information -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- OVERWRITING PAGE - uri: project-reports.html / name: Project Reports -->
-
-
-
-
- <!-- DONE WITH MENUE - - (no name)-->
-
-
-
-<!-- name: Team -->
-<!-- title: Hibernate Maven Plugin – Project Team -->
-<!-- short title: Project Team -->
-<!-- current page: team.html -->
-<!-- path: /projects/hibernate-maven-plugin/2.1.0/ -->
-<!-- crumbs: "/index.html","/projects.html" -->
-<!-- pages: {index.html={uri=index.html, name=Hibernate Maven Plugin, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}], childs={index.html?about=Overview, configuration.html=Configuration Examples, create-mojo.html=Goal — hibernate:create, update-mojo.html=Goal — hibernate:update, drop-mojo.html=Goal — hibernate:drop, help-mojo.html=Goal — hibernate:help, debugging.html=Enable Debugging-Output, skip.html=Skipping Execution, force.html=Force Exceution, pitfalls.html=Known Pitfalls (FAQ), project-info.html=Project Information, project-reports.html=Project Reports}}, ci-management.html={name=CI Management, uri=ci-management.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=ci-management.html, name=CI Management}]}, dependencies.html={name=Dependencies, uri=dependencies.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=dependencies.html, name=Dependencies}]}, dependency-info.html={name=Maven Coordinates, uri=dependency-info.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=dependency-info.html, name=Maven Coordinates}]}, distribution-management.html={name=Distribution Management, uri=distribution-management.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=distribution-management.html, name=Distribution Management}]}, licenses.html={name=Licenses, uri=licenses.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=licenses.html, name=Licenses}]}, plugin-management.html={name=Plugin Management, uri=plugin-management.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=plugin-management.html, name=Plugin Management}]}, plugins.html={name=Plugins, uri=plugins.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=plugins.html, name=Plugins}]}, scm.html={name=Source Code Management, uri=scm.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=scm.html, name=Source Code Management}]}, summary.html={name=Summary, uri=summary.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=summary.html, name=Summary}]}, team.html={name=Team, uri=team.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=team.html, name=Team}]}, project-info.html={name=Project Information, uri=project-info.html, childs={ci-management.html=CI Management, dependencies.html=Dependencies, dependency-info.html=Maven Coordinates, distribution-management.html=Distribution Management, licenses.html=Licenses, plugin-management.html=Plugin Management, plugins.html=Plugins, scm.html=Source Code Management, summary.html=Summary, team.html=Team}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}]}, testapidocs/index.html={name=Test JavaDocs, uri=testapidocs/index.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=testapidocs/index.html, name=Test JavaDocs}]}, apidocs/index.html={name=JavaDocs, uri=apidocs/index.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=apidocs/index.html, name=JavaDocs}]}, xref/index.html={name=Source Xref, uri=xref/index.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=xref/index.html, name=Source Xref}]}, xref-test/index.html={name=Test Source Xref, uri=xref-test/index.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=xref-test/index.html, name=Test Source Xref}]}, cpd.html={name=CPD, uri=cpd.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=cpd.html, name=CPD}]}, pmd.html={name=PMD, uri=pmd.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=pmd.html, name=PMD}]}, plugin-info.html={name=Plugin Documentation, uri=plugin-info.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=plugin-info.html, name=Plugin Documentation}]}, project-reports.html={name=Project Reports, uri=project-reports.html, childs={testapidocs/index.html=Test JavaDocs, apidocs/index.html=JavaDocs, xref/index.html=Source Xref, xref-test/index.html=Test Source Xref, cpd.html=CPD, pmd.html=PMD, plugin-info.html=Plugin Documentation}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}]}, index.html?about={name=Overview, uri=index.html?about, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=index.html?about, name=Overview}]}, configuration.html={name=Configuration Examples, uri=configuration.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=configuration.html, name=Configuration Examples}]}, create-mojo.html={name=Goal — hibernate:create, uri=create-mojo.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=create-mojo.html, name=Goal — hibernate:create}]}, update-mojo.html={name=Goal — hibernate:update, uri=update-mojo.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=update-mojo.html, name=Goal — hibernate:update}]}, drop-mojo.html={name=Goal — hibernate:drop, uri=drop-mojo.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=drop-mojo.html, name=Goal — hibernate:drop}]}, help-mojo.html={name=Goal — hibernate:help, uri=help-mojo.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=help-mojo.html, name=Goal — hibernate:help}]}, debugging.html={name=Enable Debugging-Output, uri=debugging.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=debugging.html, name=Enable Debugging-Output}]}, skip.html={name=Skipping Execution, uri=skip.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=skip.html, name=Skipping Execution}]}, force.html={name=Force Exceution, uri=force.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=force.html, name=Force Exceution}]}, pitfalls.html={name=Known Pitfalls (FAQ), uri=pitfalls.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=pitfalls.html, name=Known Pitfalls (FAQ)}]}} -->
-
-
-<!--*/-->
-<html xmlns="http://www.w3.org/1999/xhtml" th:replace="~{/templates/layout.html :: layout(uri='' + ~{:: code[class='site_uri']/text()}, title=~{:: title}, maincontent=~{:: .maincontent}, json='MERGE:' + ~{:: pre[class='json']/text()})}">
- <head>
- <title class="title">Hibernate Maven Plugin – Project Team</title>
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
- <link id="canonical" rel="canonical" href="/hibernate-maven-plugin/team.html"/>
- </head>
- <body>
- <h1 class="short_title">Project Team</h1>
- <h2>URI</h2>
- <ul>
- <li><strong>site:</strong> <code class="site_uri">/projects/hibernate-maven-plugin/2.1.0/team.html</code></li>
- <li><strong>canonical:</strong> <code class="canonical_uri">/hibernate-maven-plugin/team.html</code></li>
- <li><strong>relative:</strong> <code class="relative_uri">team.html</code></li>
- </ul>
- <h2>Path</h2>
- <p>
- <ol>
- <li><a href="index.html">Hibernate Maven Plugin</a></li><li><a href="project-info.html">Project Information</a></li><li><a href="team.html">Team</a></li> </ol>
- </p>
- <hr />
- <article class="maincontent">
- <section><a name="Project_Team"></a>
-<h2><a name="Project_Team"></a>Project Team</h2>
-<p>A successful project requires many people to play many roles. Some members write code or documentation, while others are valuable as testers, submitting patches and suggestions.</p>
-<p>The project team is comprised of Members and Contributors. Members have direct access to the source of a project and actively evolve the code-base. Contributors improve the project through submission of patches and suggestions to the Members. The number of Contributors to the project is unbounded. Get involved today. All contributions to the project are greatly appreciated.</p><section><a name="Members"></a>
-<h3><a name="Members"></a>Members</h3>
-<p>The following is a list of developers with commit privileges that have directly contributed to the project in one way or another.</p>
-<table border="0" class="bodyTable">
-<tr class="a">
-<th>Image</th>
-<th>Id</th>
-<th>Name</th>
-<th>Email</th></tr>
-<tr class="b">
-<td><figure><img src="https://www.gravatar.com/avatar/ffd81035609a093991a5b231c16b52fd.jpg?d=blank&s=60" alt="" /></figure></td>
-<td><a id="kai"></a>kai</td>
-<td>Kai Moritz</td>
-<td><a class="externalLink" href="mailto:kai@juplo.de">kai@juplo.de</a></td></tr></table></section><section><a name="Contributors"></a>
-<h3><a name="Contributors"></a>Contributors</h3>
-<p>The following additional people have contributed to this project through the way of suggestions, patches or documentation.</p>
-<table border="0" class="bodyTable">
-<tr class="a">
-<th>Image</th>
-<th>Name</th>
-<th>Email</th></tr>
-<tr class="b">
-<td><figure><img src="https://www.gravatar.com/avatar/d6ee3a5e8cbb9df33314e7164d5ebbdb.jpg?d=blank&s=60" alt="" /></figure></td>
-<td>Adriano Machado</td>
-<td><a class="externalLink" href="mailto:adriano.m.machado@hotmail.com">adriano.m.machado@hotmail.com</a></td></tr>
-<tr class="a">
-<td><figure><img src="https://www.gravatar.com/avatar/e94e0e70f65e8941a8b1af67d3a9c1bb.jpg?d=blank&s=60" alt="" /></figure></td>
-<td>Lorenzo Nicora</td>
-<td><a class="externalLink" href="mailto:lorenzo.nicora@nicus.it">lorenzo.nicora@nicus.it</a></td></tr>
-<tr class="b">
-<td><figure><img src="https://www.gravatar.com/avatar/e3e23010f9119cf7124cd51a03ee683b.jpg?d=blank&s=60" alt="" /></figure></td>
-<td>Eduard Szente</td>
-<td><a class="externalLink" href="mailto:eduard.szente@gmail.com">eduard.szente@gmail.com</a></td></tr>
-<tr class="a">
-<td><figure><img src="https://www.gravatar.com/avatar/4a803ab82ac92aa51b44932b2cd6f0be.jpg?d=blank&s=60" alt="" /></figure></td>
-<td>Stephen Johnson</td>
-<td><a class="externalLink" href="mailto:stejohns@redhat.com">stejohns@redhat.com</a></td></tr>
-<tr class="b">
-<td><figure><img src="https://www.gravatar.com/avatar/739064e69e06194e334ee4a688a842fd.jpg?d=blank&s=60" alt="" /></figure></td>
-<td>Victor Tatai</td>
-<td><a class="externalLink" href="mailto:vtatai@gmail.com">vtatai@gmail.com</a></td></tr>
-<tr class="a">
-<td><figure><img src="https://www.gravatar.com/avatar/53ee0e29febaf3f1522fcda24747ee0f.jpg?d=blank&s=60" alt="" /></figure></td>
-<td>Erik-Berndt Scheper</td>
-<td><a class="externalLink" href="mailto:erik.berndt.scheper@gmail.com">erik.berndt.scheper@gmail.com</a></td></tr>
-<tr class="b">
-<td><figure><img src="https://www.gravatar.com/avatar/cd20e3cd52a83a5054f30dc41467256a.jpg?d=blank&s=60" alt="" /></figure></td>
-<td>Guido Wimmel</td>
-<td><a class="externalLink" href="mailto:Wimmel.Guido@swm.de">Wimmel.Guido@swm.de</a></td></tr>
-<tr class="a">
-<td><figure><img src="https://www.gravatar.com/avatar/04a95a4697da727f815e4c9c60397130.jpg?d=blank&s=60" alt="" /></figure></td>
-<td>Joel Johnson</td>
-<td><a class="externalLink" href="mailto:mrjoel@lixil.net">mrjoel@lixil.net</a></td></tr>
-<tr class="b">
-<td><figure><img src="https://www.gravatar.com/avatar/b7115b318b2d45ecf504cc53b5a00522.jpg?d=blank&s=60" alt="" /></figure></td>
-<td>Paul K. Moore</td>
-<td><a class="externalLink" href="mailto:paulkmoore@gmail.com">paulkmoore@gmail.com</a></td></tr>
-<tr class="a">
-<td><figure><img src="https://www.gravatar.com/avatar/b81d0254e82338d279eee481405103d5.jpg?d=blank&s=60" alt="" /></figure></td>
-<td>Mark Robinson</td>
-<td><a class="externalLink" href="mailto:mark@mrobinson.ca">mark@mrobinson.ca</a></td></tr>
-<tr class="b">
-<td><figure><img src="https://www.gravatar.com/avatar/3e6724056f06c887a784d8bae785355c.jpg?d=blank&s=60" alt="" /></figure></td>
-<td>Claus Graf</td>
-<td><a class="externalLink" href="mailto:clausgraf@gmail.com">clausgraf@gmail.com</a></td></tr>
-<tr class="a">
-<td><figure><img src="https://www.gravatar.com/avatar/c5fa1d491b2afaee55caf04a1310b717.jpg?d=blank&s=60" alt="" /></figure></td>
-<td>Joachim Van der Auwera</td>
-<td><a class="externalLink" href="mailto:joachim@progs.be">joachim@progs.be</a></td></tr>
-<tr class="b">
-<td><figure><img src="https://www.gravatar.com/avatar/3593cf9232a221035732cd6ae308f70f.jpg?d=blank&s=60" alt="" /></figure></td>
-<td>Andreas Kuhtz</td>
-<td><a class="externalLink" href="mailto:andreas.kuhtz@gmail.com">andreas.kuhtz@gmail.com</a></td></tr>
-<tr class="a">
-<td><figure><img src="https://www.gravatar.com/avatar/aca80ee4b65cc380bc94f2b60186a417.jpg?d=blank&s=60" alt="" /></figure></td>
-<td>Heer Fabio</td>
-<td><a class="externalLink" href="mailto:fabio.heer@dvbern.ch">fabio.heer@dvbern.ch</a></td></tr></table></section></section>
- </article>
- <hr />
- <h2>Page Structure as JSON</h2>
- <pre class="json">
-{
- "_titles": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": "Hibernate Maven Plugin",
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html": "CI Management",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html": "Dependencies",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html": "Maven Coordinates",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html": "Distribution Management",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html": "Licenses",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html": "Plugin Management",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html": "Plugins",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html": "Source Code Management",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html": "Summary",
- "/projects/hibernate-maven-plugin/2.1.0/team.html": "Team",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": "Project Information",
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html": "Test JavaDocs",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html": "JavaDocs",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html": "Source Xref",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html": "Test Source Xref",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html": "CPD",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html": "PMD",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html": "Plugin Documentation",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": "Project Reports",
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about": "Overview",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html": "Configuration Examples",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html": "Goal — hibernate:create",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html": "Goal — hibernate:update",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": "Goal — hibernate:drop",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html": "Goal — hibernate:help",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html": "Enable Debugging-Output",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html": "Skipping Execution",
- "/projects/hibernate-maven-plugin/2.1.0/force.html": "Force Exceution",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html": "Known Pitfalls (FAQ)"
- },
- "_childs": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": [
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html",
- "/projects/hibernate-maven-plugin/2.1.0/force.html",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": [
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html",
- "/projects/hibernate-maven-plugin/2.1.0/team.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": [
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html"
- ]
- },
- "_crumbs": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/scm.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/summary.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/team.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/team.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/skip.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/force.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/force.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html"
- ]
- },
- "_canonical": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": "/hibernate-maven-plugin/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html": "/hibernate-maven-plugin/ci-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html": "/hibernate-maven-plugin/dependencies.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html": "/hibernate-maven-plugin/dependency-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html": "/hibernate-maven-plugin/distribution-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html": "/hibernate-maven-plugin/licenses.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html": "/hibernate-maven-plugin/plugin-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html": "/hibernate-maven-plugin/plugins.html",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html": "/hibernate-maven-plugin/scm.html",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html": "/hibernate-maven-plugin/summary.html",
- "/projects/hibernate-maven-plugin/2.1.0/team.html": "/hibernate-maven-plugin/team.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": "/hibernate-maven-plugin/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html": "/hibernate-maven-plugin/testapidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html": "/hibernate-maven-plugin/apidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html": "/hibernate-maven-plugin/xref/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html": "/hibernate-maven-plugin/xref-test/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html": "/hibernate-maven-plugin/cpd.html",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html": "/hibernate-maven-plugin/pmd.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html": "/hibernate-maven-plugin/plugin-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": "/hibernate-maven-plugin/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about": "/hibernate-maven-plugin/index.html?about",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html": "/hibernate-maven-plugin/configuration.html",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html": "/hibernate-maven-plugin/create-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html": "/hibernate-maven-plugin/update-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": "/hibernate-maven-plugin/drop-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html": "/hibernate-maven-plugin/help-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html": "/hibernate-maven-plugin/debugging.html",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html": "/hibernate-maven-plugin/skip.html",
- "/projects/hibernate-maven-plugin/2.1.0/force.html": "/hibernate-maven-plugin/force.html",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html": "/hibernate-maven-plugin/pitfalls.html"
- }
-}
- </pre>
- <h2>All Pages</h2>
- <p>
- <ul>
- <li><a href="index.html">Hibernate Maven Plugin</a></li><li><a href="ci-management.html">CI Management</a></li><li><a href="dependencies.html">Dependencies</a></li><li><a href="dependency-info.html">Maven Coordinates</a></li><li><a href="distribution-management.html">Distribution Management</a></li><li><a href="licenses.html">Licenses</a></li><li><a href="plugin-management.html">Plugin Management</a></li><li><a href="plugins.html">Plugins</a></li><li><a href="scm.html">Source Code Management</a></li><li><a href="summary.html">Summary</a></li><li><a href="team.html">Team</a></li><li><a href="project-info.html">Project Information</a></li><li><a href="testapidocs/index.html">Test JavaDocs</a></li><li><a href="apidocs/index.html">JavaDocs</a></li><li><a href="xref/index.html">Source Xref</a></li><li><a href="xref-test/index.html">Test Source Xref</a></li><li><a href="cpd.html">CPD</a></li><li><a href="pmd.html">PMD</a></li><li><a href="plugin-info.html">Plugin Documentation</a></li><li><a href="project-reports.html">Project Reports</a></li><li><a href="index.html?about">Overview</a></li><li><a href="configuration.html">Configuration Examples</a></li><li><a href="create-mojo.html">Goal — hibernate:create</a></li><li><a href="update-mojo.html">Goal — hibernate:update</a></li><li><a href="drop-mojo.html">Goal — hibernate:drop</a></li><li><a href="help-mojo.html">Goal — hibernate:help</a></li><li><a href="debugging.html">Enable Debugging-Output</a></li><li><a href="skip.html">Skipping Execution</a></li><li><a href="force.html">Force Exceution</a></li><li><a href="pitfalls.html">Known Pitfalls (FAQ)</a></li> </ul>
- </p>
- </body>
-</html>
+++ /dev/null
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!-- NewPage -->
-<html lang="en">
-<head>
-<!-- Generated by javadoc (1.8.0_342) on Fri Nov 07 12:27:08 UTC 2025 -->
-<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>All Classes (Hibernate Maven Plugin 2.1.0 Test API)</title>
-<meta name="date" content="2025-11-07">
-<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
-<script type="text/javascript" src="script.js"></script>
-</head>
-<body>
-<h1 class="bar">All Classes</h1>
-<div class="indexContainer">
-<ul>
-<li><a href="de/juplo/test/FileComparator.html" title="class in de.juplo.test" target="classFrame">FileComparator</a></li>
-</ul>
-</div>
-</body>
-</html>
+++ /dev/null
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!-- NewPage -->
-<html lang="en">
-<head>
-<!-- Generated by javadoc (1.8.0_342) on Fri Nov 07 12:27:08 UTC 2025 -->
-<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>All Classes (Hibernate Maven Plugin 2.1.0 Test API)</title>
-<meta name="date" content="2025-11-07">
-<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
-<script type="text/javascript" src="script.js"></script>
-</head>
-<body>
-<h1 class="bar">All Classes</h1>
-<div class="indexContainer">
-<ul>
-<li><a href="de/juplo/test/FileComparator.html" title="class in de.juplo.test">FileComparator</a></li>
-</ul>
-</div>
-</body>
-</html>
+++ /dev/null
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!-- NewPage -->
-<html lang="en">
-<head>
-<!-- Generated by javadoc (1.8.0_342) on Fri Nov 07 12:27:08 UTC 2025 -->
-<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Constant Field Values (Hibernate Maven Plugin 2.1.0 Test API)</title>
-<meta name="date" content="2025-11-07">
-<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
-<script type="text/javascript" src="script.js"></script>
-</head>
-<body>
-<script type="text/javascript"><!--
- try {
- if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Constant Field Values (Hibernate Maven Plugin 2.1.0 Test API)";
- }
- }
- catch(err) {
- }
-//-->
-</script>
-<noscript>
-<div>JavaScript is disabled on your browser.</div>
-</noscript>
-<!-- ========= START OF TOP NAVBAR ======= -->
-<div class="topNav"><a name="navbar.top">
-<!-- -->
-</a>
-<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
-<a name="navbar.top.firstrow">
-<!-- -->
-</a>
-<ul class="navList" title="Navigation">
-<li><a href="de/juplo/test/package-summary.html">Package</a></li>
-<li>Class</li>
-<li>Use</li>
-<li><a href="de/juplo/test/package-tree.html">Tree</a></li>
-<li><a href="deprecated-list.html">Deprecated</a></li>
-<li><a href="index-all.html">Index</a></li>
-<li><a href="help-doc.html">Help</a></li>
-</ul>
-</div>
-<div class="subNav">
-<ul class="navList">
-<li>Prev</li>
-<li>Next</li>
-</ul>
-<ul class="navList">
-<li><a href="index.html?constant-values.html" target="_top">Frames</a></li>
-<li><a href="constant-values.html" target="_top">No Frames</a></li>
-</ul>
-<ul class="navList" id="allclasses_navbar_top">
-<li><a href="allclasses-noframe.html">All Classes</a></li>
-</ul>
-<div>
-<script type="text/javascript"><!--
- allClassesLink = document.getElementById("allclasses_navbar_top");
- if(window==top) {
- allClassesLink.style.display = "block";
- }
- else {
- allClassesLink.style.display = "none";
- }
- //-->
-</script>
-</div>
-<a name="skip.navbar.top">
-<!-- -->
-</a></div>
-<!-- ========= END OF TOP NAVBAR ========= -->
-<div class="header">
-<h1 title="Constant Field Values" class="title">Constant Field Values</h1>
-<h2 title="Contents">Contents</h2>
-</div>
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<div class="bottomNav"><a name="navbar.bottom">
-<!-- -->
-</a>
-<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
-<a name="navbar.bottom.firstrow">
-<!-- -->
-</a>
-<ul class="navList" title="Navigation">
-<li><a href="de/juplo/test/package-summary.html">Package</a></li>
-<li>Class</li>
-<li>Use</li>
-<li><a href="de/juplo/test/package-tree.html">Tree</a></li>
-<li><a href="deprecated-list.html">Deprecated</a></li>
-<li><a href="index-all.html">Index</a></li>
-<li><a href="help-doc.html">Help</a></li>
-</ul>
-</div>
-<div class="subNav">
-<ul class="navList">
-<li>Prev</li>
-<li>Next</li>
-</ul>
-<ul class="navList">
-<li><a href="index.html?constant-values.html" target="_top">Frames</a></li>
-<li><a href="constant-values.html" target="_top">No Frames</a></li>
-</ul>
-<ul class="navList" id="allclasses_navbar_bottom">
-<li><a href="allclasses-noframe.html">All Classes</a></li>
-</ul>
-<div>
-<script type="text/javascript"><!--
- allClassesLink = document.getElementById("allclasses_navbar_bottom");
- if(window==top) {
- allClassesLink.style.display = "block";
- }
- else {
- allClassesLink.style.display = "none";
- }
- //-->
-</script>
-</div>
-<a name="skip.navbar.bottom">
-<!-- -->
-</a></div>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright © 2025. All Rights Reserved.</small></p>
-</body>
-</html>
+++ /dev/null
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!-- NewPage -->
-<html lang="en">
-<head>
-<!-- Generated by javadoc (1.8.0_342) on Fri Nov 07 12:27:08 UTC 2025 -->
-<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>FileComparator (Hibernate Maven Plugin 2.1.0 Test API)</title>
-<meta name="date" content="2025-11-07">
-<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
-<script type="text/javascript" src="../../../script.js"></script>
-</head>
-<body>
-<script type="text/javascript"><!--
- try {
- if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="FileComparator (Hibernate Maven Plugin 2.1.0 Test API)";
- }
- }
- catch(err) {
- }
-//-->
-var methods = {"i0":10};
-var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
-var altColor = "altColor";
-var rowColor = "rowColor";
-var tableTab = "tableTab";
-var activeTableTab = "activeTableTab";
-</script>
-<noscript>
-<div>JavaScript is disabled on your browser.</div>
-</noscript>
-<!-- ========= START OF TOP NAVBAR ======= -->
-<div class="topNav"><a name="navbar.top">
-<!-- -->
-</a>
-<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
-<a name="navbar.top.firstrow">
-<!-- -->
-</a>
-<ul class="navList" title="Navigation">
-<li><a href="../../../de/juplo/test/package-summary.html">Package</a></li>
-<li class="navBarCell1Rev">Class</li>
-<li><a href="class-use/FileComparator.html">Use</a></li>
-<li><a href="package-tree.html">Tree</a></li>
-<li><a href="../../../deprecated-list.html">Deprecated</a></li>
-<li><a href="../../../index-all.html">Index</a></li>
-<li><a href="../../../help-doc.html">Help</a></li>
-</ul>
-</div>
-<div class="subNav">
-<ul class="navList">
-<li>Prev Class</li>
-<li>Next Class</li>
-</ul>
-<ul class="navList">
-<li><a href="../../../index.html?de/juplo/test/FileComparator.html" target="_top">Frames</a></li>
-<li><a href="FileComparator.html" target="_top">No Frames</a></li>
-</ul>
-<ul class="navList" id="allclasses_navbar_top">
-<li><a href="../../../allclasses-noframe.html">All Classes</a></li>
-</ul>
-<div>
-<script type="text/javascript"><!--
- allClassesLink = document.getElementById("allclasses_navbar_top");
- if(window==top) {
- allClassesLink.style.display = "block";
- }
- else {
- allClassesLink.style.display = "none";
- }
- //-->
-</script>
-</div>
-<div>
-<ul class="subNavList">
-<li>Summary: </li>
-<li>Nested | </li>
-<li>Field | </li>
-<li><a href="#constructor.summary">Constr</a> | </li>
-<li><a href="#method.summary">Method</a></li>
-</ul>
-<ul class="subNavList">
-<li>Detail: </li>
-<li>Field | </li>
-<li><a href="#constructor.detail">Constr</a> | </li>
-<li><a href="#method.detail">Method</a></li>
-</ul>
-</div>
-<a name="skip.navbar.top">
-<!-- -->
-</a></div>
-<!-- ========= END OF TOP NAVBAR ========= -->
-<!-- ======== START OF CLASS DATA ======== -->
-<div class="header">
-<div class="subTitle">de.juplo.test</div>
-<h2 title="Class FileComparator" class="title">Class FileComparator</h2>
-</div>
-<div class="contentContainer">
-<ul class="inheritance">
-<li>java.lang.Object</li>
-<li>
-<ul class="inheritance">
-<li>de.juplo.test.FileComparator</li>
-</ul>
-</li>
-</ul>
-<div class="description">
-<ul class="blockList">
-<li class="blockList">
-<hr>
-<br>
-<pre>public class <span class="typeNameLabel">FileComparator</span>
-extends java.lang.Object</pre>
-</li>
-</ul>
-</div>
-<div class="summary">
-<ul class="blockList">
-<li class="blockList">
-<!-- ======== CONSTRUCTOR SUMMARY ======== -->
-<ul class="blockList">
-<li class="blockList"><a name="constructor.summary">
-<!-- -->
-</a>
-<h3>Constructor Summary</h3>
-<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
-<caption><span>Constructors</span><span class="tabEnd"> </span></caption>
-<tr>
-<th class="colOne" scope="col">Constructor and Description</th>
-</tr>
-<tr class="altColor">
-<td class="colOne"><code><span class="memberNameLink"><a href="../../../de/juplo/test/FileComparator.html#FileComparator-java.io.File-">FileComparator</a></span>(java.io.File basedir)</code> </td>
-</tr>
-</table>
-</li>
-</ul>
-<!-- ========== METHOD SUMMARY =========== -->
-<ul class="blockList">
-<li class="blockList"><a name="method.summary">
-<!-- -->
-</a>
-<h3>Method Summary</h3>
-<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
-<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd"> </span></span></caption>
-<tr>
-<th class="colFirst" scope="col">Modifier and Type</th>
-<th class="colLast" scope="col">Method and Description</th>
-</tr>
-<tr id="i0" class="altColor">
-<td class="colFirst"><code>boolean</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/juplo/test/FileComparator.html#isEqual-java.lang.String-java.lang.String-">isEqual</a></span>(java.lang.String expectedFile,
- java.lang.String foundFile)</code> </td>
-</tr>
-</table>
-<ul class="blockList">
-<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
-<!-- -->
-</a>
-<h3>Methods inherited from class java.lang.Object</h3>
-<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
-</ul>
-</li>
-</ul>
-</li>
-</ul>
-</div>
-<div class="details">
-<ul class="blockList">
-<li class="blockList">
-<!-- ========= CONSTRUCTOR DETAIL ======== -->
-<ul class="blockList">
-<li class="blockList"><a name="constructor.detail">
-<!-- -->
-</a>
-<h3>Constructor Detail</h3>
-<a name="FileComparator-java.io.File-">
-<!-- -->
-</a>
-<ul class="blockListLast">
-<li class="blockList">
-<h4>FileComparator</h4>
-<pre>public FileComparator(java.io.File basedir)</pre>
-</li>
-</ul>
-</li>
-</ul>
-<!-- ============ METHOD DETAIL ========== -->
-<ul class="blockList">
-<li class="blockList"><a name="method.detail">
-<!-- -->
-</a>
-<h3>Method Detail</h3>
-<a name="isEqual-java.lang.String-java.lang.String-">
-<!-- -->
-</a>
-<ul class="blockListLast">
-<li class="blockList">
-<h4>isEqual</h4>
-<pre>public boolean isEqual(java.lang.String expectedFile,
- java.lang.String foundFile)
- throws java.io.FileNotFoundException,
- java.io.IOException</pre>
-<dl>
-<dt><span class="throwsLabel">Throws:</span></dt>
-<dd><code>java.io.FileNotFoundException</code></dd>
-<dd><code>java.io.IOException</code></dd>
-</dl>
-</li>
-</ul>
-</li>
-</ul>
-</li>
-</ul>
-</div>
-</div>
-<!-- ========= END OF CLASS DATA ========= -->
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<div class="bottomNav"><a name="navbar.bottom">
-<!-- -->
-</a>
-<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
-<a name="navbar.bottom.firstrow">
-<!-- -->
-</a>
-<ul class="navList" title="Navigation">
-<li><a href="../../../de/juplo/test/package-summary.html">Package</a></li>
-<li class="navBarCell1Rev">Class</li>
-<li><a href="class-use/FileComparator.html">Use</a></li>
-<li><a href="package-tree.html">Tree</a></li>
-<li><a href="../../../deprecated-list.html">Deprecated</a></li>
-<li><a href="../../../index-all.html">Index</a></li>
-<li><a href="../../../help-doc.html">Help</a></li>
-</ul>
-</div>
-<div class="subNav">
-<ul class="navList">
-<li>Prev Class</li>
-<li>Next Class</li>
-</ul>
-<ul class="navList">
-<li><a href="../../../index.html?de/juplo/test/FileComparator.html" target="_top">Frames</a></li>
-<li><a href="FileComparator.html" target="_top">No Frames</a></li>
-</ul>
-<ul class="navList" id="allclasses_navbar_bottom">
-<li><a href="../../../allclasses-noframe.html">All Classes</a></li>
-</ul>
-<div>
-<script type="text/javascript"><!--
- allClassesLink = document.getElementById("allclasses_navbar_bottom");
- if(window==top) {
- allClassesLink.style.display = "block";
- }
- else {
- allClassesLink.style.display = "none";
- }
- //-->
-</script>
-</div>
-<div>
-<ul class="subNavList">
-<li>Summary: </li>
-<li>Nested | </li>
-<li>Field | </li>
-<li><a href="#constructor.summary">Constr</a> | </li>
-<li><a href="#method.summary">Method</a></li>
-</ul>
-<ul class="subNavList">
-<li>Detail: </li>
-<li>Field | </li>
-<li><a href="#constructor.detail">Constr</a> | </li>
-<li><a href="#method.detail">Method</a></li>
-</ul>
-</div>
-<a name="skip.navbar.bottom">
-<!-- -->
-</a></div>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright © 2025. All Rights Reserved.</small></p>
-</body>
-</html>
+++ /dev/null
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!-- NewPage -->
-<html lang="en">
-<head>
-<!-- Generated by javadoc (1.8.0_342) on Fri Nov 07 12:27:08 UTC 2025 -->
-<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class de.juplo.test.FileComparator (Hibernate Maven Plugin 2.1.0 Test API)</title>
-<meta name="date" content="2025-11-07">
-<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
-<script type="text/javascript" src="../../../../script.js"></script>
-</head>
-<body>
-<script type="text/javascript"><!--
- try {
- if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Uses of Class de.juplo.test.FileComparator (Hibernate Maven Plugin 2.1.0 Test API)";
- }
- }
- catch(err) {
- }
-//-->
-</script>
-<noscript>
-<div>JavaScript is disabled on your browser.</div>
-</noscript>
-<!-- ========= START OF TOP NAVBAR ======= -->
-<div class="topNav"><a name="navbar.top">
-<!-- -->
-</a>
-<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
-<a name="navbar.top.firstrow">
-<!-- -->
-</a>
-<ul class="navList" title="Navigation">
-<li><a href="../../../../de/juplo/test/package-summary.html">Package</a></li>
-<li><a href="../../../../de/juplo/test/FileComparator.html" title="class in de.juplo.test">Class</a></li>
-<li class="navBarCell1Rev">Use</li>
-<li><a href="../package-tree.html">Tree</a></li>
-<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
-<li><a href="../../../../index-all.html">Index</a></li>
-<li><a href="../../../../help-doc.html">Help</a></li>
-</ul>
-</div>
-<div class="subNav">
-<ul class="navList">
-<li>Prev</li>
-<li>Next</li>
-</ul>
-<ul class="navList">
-<li><a href="../../../../index.html?de/juplo/test/class-use/FileComparator.html" target="_top">Frames</a></li>
-<li><a href="FileComparator.html" target="_top">No Frames</a></li>
-</ul>
-<ul class="navList" id="allclasses_navbar_top">
-<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
-</ul>
-<div>
-<script type="text/javascript"><!--
- allClassesLink = document.getElementById("allclasses_navbar_top");
- if(window==top) {
- allClassesLink.style.display = "block";
- }
- else {
- allClassesLink.style.display = "none";
- }
- //-->
-</script>
-</div>
-<a name="skip.navbar.top">
-<!-- -->
-</a></div>
-<!-- ========= END OF TOP NAVBAR ========= -->
-<div class="header">
-<h2 title="Uses of Class de.juplo.test.FileComparator" class="title">Uses of Class<br>de.juplo.test.FileComparator</h2>
-</div>
-<div class="classUseContainer">No usage of de.juplo.test.FileComparator</div>
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<div class="bottomNav"><a name="navbar.bottom">
-<!-- -->
-</a>
-<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
-<a name="navbar.bottom.firstrow">
-<!-- -->
-</a>
-<ul class="navList" title="Navigation">
-<li><a href="../../../../de/juplo/test/package-summary.html">Package</a></li>
-<li><a href="../../../../de/juplo/test/FileComparator.html" title="class in de.juplo.test">Class</a></li>
-<li class="navBarCell1Rev">Use</li>
-<li><a href="../package-tree.html">Tree</a></li>
-<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
-<li><a href="../../../../index-all.html">Index</a></li>
-<li><a href="../../../../help-doc.html">Help</a></li>
-</ul>
-</div>
-<div class="subNav">
-<ul class="navList">
-<li>Prev</li>
-<li>Next</li>
-</ul>
-<ul class="navList">
-<li><a href="../../../../index.html?de/juplo/test/class-use/FileComparator.html" target="_top">Frames</a></li>
-<li><a href="FileComparator.html" target="_top">No Frames</a></li>
-</ul>
-<ul class="navList" id="allclasses_navbar_bottom">
-<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
-</ul>
-<div>
-<script type="text/javascript"><!--
- allClassesLink = document.getElementById("allclasses_navbar_bottom");
- if(window==top) {
- allClassesLink.style.display = "block";
- }
- else {
- allClassesLink.style.display = "none";
- }
- //-->
-</script>
-</div>
-<a name="skip.navbar.bottom">
-<!-- -->
-</a></div>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright © 2025. All Rights Reserved.</small></p>
-</body>
-</html>
+++ /dev/null
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!-- NewPage -->
-<html lang="en">
-<head>
-<!-- Generated by javadoc (1.8.0_342) on Fri Nov 07 12:27:08 UTC 2025 -->
-<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>de.juplo.test (Hibernate Maven Plugin 2.1.0 Test API)</title>
-<meta name="date" content="2025-11-07">
-<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
-<script type="text/javascript" src="../../../script.js"></script>
-</head>
-<body>
-<h1 class="bar"><a href="../../../de/juplo/test/package-summary.html" target="classFrame">de.juplo.test</a></h1>
-<div class="indexContainer">
-<h2 title="Classes">Classes</h2>
-<ul title="Classes">
-<li><a href="FileComparator.html" title="class in de.juplo.test" target="classFrame">FileComparator</a></li>
-</ul>
-</div>
-</body>
-</html>
+++ /dev/null
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!-- NewPage -->
-<html lang="en">
-<head>
-<!-- Generated by javadoc (1.8.0_342) on Fri Nov 07 12:27:08 UTC 2025 -->
-<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>de.juplo.test (Hibernate Maven Plugin 2.1.0 Test API)</title>
-<meta name="date" content="2025-11-07">
-<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
-<script type="text/javascript" src="../../../script.js"></script>
-</head>
-<body>
-<script type="text/javascript"><!--
- try {
- if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="de.juplo.test (Hibernate Maven Plugin 2.1.0 Test API)";
- }
- }
- catch(err) {
- }
-//-->
-</script>
-<noscript>
-<div>JavaScript is disabled on your browser.</div>
-</noscript>
-<!-- ========= START OF TOP NAVBAR ======= -->
-<div class="topNav"><a name="navbar.top">
-<!-- -->
-</a>
-<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
-<a name="navbar.top.firstrow">
-<!-- -->
-</a>
-<ul class="navList" title="Navigation">
-<li><a href="../../../de/juplo/test/package-summary.html">Package</a></li>
-<li>Class</li>
-<li><a href="package-use.html">Use</a></li>
-<li><a href="package-tree.html">Tree</a></li>
-<li><a href="../../../deprecated-list.html">Deprecated</a></li>
-<li><a href="../../../index-all.html">Index</a></li>
-<li><a href="../../../help-doc.html">Help</a></li>
-</ul>
-</div>
-<div class="subNav">
-<ul class="navList">
-<li>Prev Package</li>
-<li>Next Package</li>
-</ul>
-<ul class="navList">
-<li><a href="../../../index.html?de/juplo/test/package-summary.html" target="_top">Frames</a></li>
-<li><a href="package-summary.html" target="_top">No Frames</a></li>
-</ul>
-<ul class="navList" id="allclasses_navbar_top">
-<li><a href="../../../allclasses-noframe.html">All Classes</a></li>
-</ul>
-<div>
-<script type="text/javascript"><!--
- allClassesLink = document.getElementById("allclasses_navbar_top");
- if(window==top) {
- allClassesLink.style.display = "block";
- }
- else {
- allClassesLink.style.display = "none";
- }
- //-->
-</script>
-</div>
-<a name="skip.navbar.top">
-<!-- -->
-</a></div>
-<!-- ========= END OF TOP NAVBAR ========= -->
-<div class="header">
-<h1 title="Package" class="title">Package de.juplo.test</h1>
-</div>
-<div class="contentContainer">
-<ul class="blockList">
-<li class="blockList">
-<table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Class Summary table, listing classes, and an explanation">
-<caption><span>Class Summary</span><span class="tabEnd"> </span></caption>
-<tr>
-<th class="colFirst" scope="col">Class</th>
-<th class="colLast" scope="col">Description</th>
-</tr>
-<tbody>
-<tr class="altColor">
-<td class="colFirst"><a href="../../../de/juplo/test/FileComparator.html" title="class in de.juplo.test">FileComparator</a></td>
-<td class="colLast"> </td>
-</tr>
-</tbody>
-</table>
-</li>
-</ul>
-</div>
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<div class="bottomNav"><a name="navbar.bottom">
-<!-- -->
-</a>
-<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
-<a name="navbar.bottom.firstrow">
-<!-- -->
-</a>
-<ul class="navList" title="Navigation">
-<li><a href="../../../de/juplo/test/package-summary.html">Package</a></li>
-<li>Class</li>
-<li><a href="package-use.html">Use</a></li>
-<li><a href="package-tree.html">Tree</a></li>
-<li><a href="../../../deprecated-list.html">Deprecated</a></li>
-<li><a href="../../../index-all.html">Index</a></li>
-<li><a href="../../../help-doc.html">Help</a></li>
-</ul>
-</div>
-<div class="subNav">
-<ul class="navList">
-<li>Prev Package</li>
-<li>Next Package</li>
-</ul>
-<ul class="navList">
-<li><a href="../../../index.html?de/juplo/test/package-summary.html" target="_top">Frames</a></li>
-<li><a href="package-summary.html" target="_top">No Frames</a></li>
-</ul>
-<ul class="navList" id="allclasses_navbar_bottom">
-<li><a href="../../../allclasses-noframe.html">All Classes</a></li>
-</ul>
-<div>
-<script type="text/javascript"><!--
- allClassesLink = document.getElementById("allclasses_navbar_bottom");
- if(window==top) {
- allClassesLink.style.display = "block";
- }
- else {
- allClassesLink.style.display = "none";
- }
- //-->
-</script>
-</div>
-<a name="skip.navbar.bottom">
-<!-- -->
-</a></div>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright © 2025. All Rights Reserved.</small></p>
-</body>
-</html>
+++ /dev/null
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!-- NewPage -->
-<html lang="en">
-<head>
-<!-- Generated by javadoc (1.8.0_342) on Fri Nov 07 12:27:08 UTC 2025 -->
-<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>de.juplo.test Class Hierarchy (Hibernate Maven Plugin 2.1.0 Test API)</title>
-<meta name="date" content="2025-11-07">
-<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
-<script type="text/javascript" src="../../../script.js"></script>
-</head>
-<body>
-<script type="text/javascript"><!--
- try {
- if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="de.juplo.test Class Hierarchy (Hibernate Maven Plugin 2.1.0 Test API)";
- }
- }
- catch(err) {
- }
-//-->
-</script>
-<noscript>
-<div>JavaScript is disabled on your browser.</div>
-</noscript>
-<!-- ========= START OF TOP NAVBAR ======= -->
-<div class="topNav"><a name="navbar.top">
-<!-- -->
-</a>
-<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
-<a name="navbar.top.firstrow">
-<!-- -->
-</a>
-<ul class="navList" title="Navigation">
-<li><a href="../../../de/juplo/test/package-summary.html">Package</a></li>
-<li>Class</li>
-<li>Use</li>
-<li class="navBarCell1Rev">Tree</li>
-<li><a href="../../../deprecated-list.html">Deprecated</a></li>
-<li><a href="../../../index-all.html">Index</a></li>
-<li><a href="../../../help-doc.html">Help</a></li>
-</ul>
-</div>
-<div class="subNav">
-<ul class="navList">
-<li>Prev</li>
-<li>Next</li>
-</ul>
-<ul class="navList">
-<li><a href="../../../index.html?de/juplo/test/package-tree.html" target="_top">Frames</a></li>
-<li><a href="package-tree.html" target="_top">No Frames</a></li>
-</ul>
-<ul class="navList" id="allclasses_navbar_top">
-<li><a href="../../../allclasses-noframe.html">All Classes</a></li>
-</ul>
-<div>
-<script type="text/javascript"><!--
- allClassesLink = document.getElementById("allclasses_navbar_top");
- if(window==top) {
- allClassesLink.style.display = "block";
- }
- else {
- allClassesLink.style.display = "none";
- }
- //-->
-</script>
-</div>
-<a name="skip.navbar.top">
-<!-- -->
-</a></div>
-<!-- ========= END OF TOP NAVBAR ========= -->
-<div class="header">
-<h1 class="title">Hierarchy For Package de.juplo.test</h1>
-</div>
-<div class="contentContainer">
-<h2 title="Class Hierarchy">Class Hierarchy</h2>
-<ul>
-<li type="circle">java.lang.Object
-<ul>
-<li type="circle">de.juplo.test.<a href="../../../de/juplo/test/FileComparator.html" title="class in de.juplo.test"><span class="typeNameLink">FileComparator</span></a></li>
-</ul>
-</li>
-</ul>
-</div>
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<div class="bottomNav"><a name="navbar.bottom">
-<!-- -->
-</a>
-<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
-<a name="navbar.bottom.firstrow">
-<!-- -->
-</a>
-<ul class="navList" title="Navigation">
-<li><a href="../../../de/juplo/test/package-summary.html">Package</a></li>
-<li>Class</li>
-<li>Use</li>
-<li class="navBarCell1Rev">Tree</li>
-<li><a href="../../../deprecated-list.html">Deprecated</a></li>
-<li><a href="../../../index-all.html">Index</a></li>
-<li><a href="../../../help-doc.html">Help</a></li>
-</ul>
-</div>
-<div class="subNav">
-<ul class="navList">
-<li>Prev</li>
-<li>Next</li>
-</ul>
-<ul class="navList">
-<li><a href="../../../index.html?de/juplo/test/package-tree.html" target="_top">Frames</a></li>
-<li><a href="package-tree.html" target="_top">No Frames</a></li>
-</ul>
-<ul class="navList" id="allclasses_navbar_bottom">
-<li><a href="../../../allclasses-noframe.html">All Classes</a></li>
-</ul>
-<div>
-<script type="text/javascript"><!--
- allClassesLink = document.getElementById("allclasses_navbar_bottom");
- if(window==top) {
- allClassesLink.style.display = "block";
- }
- else {
- allClassesLink.style.display = "none";
- }
- //-->
-</script>
-</div>
-<a name="skip.navbar.bottom">
-<!-- -->
-</a></div>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright © 2025. All Rights Reserved.</small></p>
-</body>
-</html>
+++ /dev/null
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!-- NewPage -->
-<html lang="en">
-<head>
-<!-- Generated by javadoc (1.8.0_342) on Fri Nov 07 12:27:08 UTC 2025 -->
-<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Package de.juplo.test (Hibernate Maven Plugin 2.1.0 Test API)</title>
-<meta name="date" content="2025-11-07">
-<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
-<script type="text/javascript" src="../../../script.js"></script>
-</head>
-<body>
-<script type="text/javascript"><!--
- try {
- if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Uses of Package de.juplo.test (Hibernate Maven Plugin 2.1.0 Test API)";
- }
- }
- catch(err) {
- }
-//-->
-</script>
-<noscript>
-<div>JavaScript is disabled on your browser.</div>
-</noscript>
-<!-- ========= START OF TOP NAVBAR ======= -->
-<div class="topNav"><a name="navbar.top">
-<!-- -->
-</a>
-<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
-<a name="navbar.top.firstrow">
-<!-- -->
-</a>
-<ul class="navList" title="Navigation">
-<li><a href="../../../de/juplo/test/package-summary.html">Package</a></li>
-<li>Class</li>
-<li class="navBarCell1Rev">Use</li>
-<li><a href="package-tree.html">Tree</a></li>
-<li><a href="../../../deprecated-list.html">Deprecated</a></li>
-<li><a href="../../../index-all.html">Index</a></li>
-<li><a href="../../../help-doc.html">Help</a></li>
-</ul>
-</div>
-<div class="subNav">
-<ul class="navList">
-<li>Prev</li>
-<li>Next</li>
-</ul>
-<ul class="navList">
-<li><a href="../../../index.html?de/juplo/test/package-use.html" target="_top">Frames</a></li>
-<li><a href="package-use.html" target="_top">No Frames</a></li>
-</ul>
-<ul class="navList" id="allclasses_navbar_top">
-<li><a href="../../../allclasses-noframe.html">All Classes</a></li>
-</ul>
-<div>
-<script type="text/javascript"><!--
- allClassesLink = document.getElementById("allclasses_navbar_top");
- if(window==top) {
- allClassesLink.style.display = "block";
- }
- else {
- allClassesLink.style.display = "none";
- }
- //-->
-</script>
-</div>
-<a name="skip.navbar.top">
-<!-- -->
-</a></div>
-<!-- ========= END OF TOP NAVBAR ========= -->
-<div class="header">
-<h1 title="Uses of Package de.juplo.test" class="title">Uses of Package<br>de.juplo.test</h1>
-</div>
-<div class="contentContainer">No usage of de.juplo.test</div>
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<div class="bottomNav"><a name="navbar.bottom">
-<!-- -->
-</a>
-<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
-<a name="navbar.bottom.firstrow">
-<!-- -->
-</a>
-<ul class="navList" title="Navigation">
-<li><a href="../../../de/juplo/test/package-summary.html">Package</a></li>
-<li>Class</li>
-<li class="navBarCell1Rev">Use</li>
-<li><a href="package-tree.html">Tree</a></li>
-<li><a href="../../../deprecated-list.html">Deprecated</a></li>
-<li><a href="../../../index-all.html">Index</a></li>
-<li><a href="../../../help-doc.html">Help</a></li>
-</ul>
-</div>
-<div class="subNav">
-<ul class="navList">
-<li>Prev</li>
-<li>Next</li>
-</ul>
-<ul class="navList">
-<li><a href="../../../index.html?de/juplo/test/package-use.html" target="_top">Frames</a></li>
-<li><a href="package-use.html" target="_top">No Frames</a></li>
-</ul>
-<ul class="navList" id="allclasses_navbar_bottom">
-<li><a href="../../../allclasses-noframe.html">All Classes</a></li>
-</ul>
-<div>
-<script type="text/javascript"><!--
- allClassesLink = document.getElementById("allclasses_navbar_bottom");
- if(window==top) {
- allClassesLink.style.display = "block";
- }
- else {
- allClassesLink.style.display = "none";
- }
- //-->
-</script>
-</div>
-<a name="skip.navbar.bottom">
-<!-- -->
-</a></div>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright © 2025. All Rights Reserved.</small></p>
-</body>
-</html>
+++ /dev/null
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!-- NewPage -->
-<html lang="en">
-<head>
-<!-- Generated by javadoc (1.8.0_342) on Fri Nov 07 12:27:08 UTC 2025 -->
-<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Deprecated List (Hibernate Maven Plugin 2.1.0 Test API)</title>
-<meta name="date" content="2025-11-07">
-<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
-<script type="text/javascript" src="script.js"></script>
-</head>
-<body>
-<script type="text/javascript"><!--
- try {
- if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Deprecated List (Hibernate Maven Plugin 2.1.0 Test API)";
- }
- }
- catch(err) {
- }
-//-->
-</script>
-<noscript>
-<div>JavaScript is disabled on your browser.</div>
-</noscript>
-<!-- ========= START OF TOP NAVBAR ======= -->
-<div class="topNav"><a name="navbar.top">
-<!-- -->
-</a>
-<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
-<a name="navbar.top.firstrow">
-<!-- -->
-</a>
-<ul class="navList" title="Navigation">
-<li><a href="de/juplo/test/package-summary.html">Package</a></li>
-<li>Class</li>
-<li>Use</li>
-<li><a href="de/juplo/test/package-tree.html">Tree</a></li>
-<li class="navBarCell1Rev">Deprecated</li>
-<li><a href="index-all.html">Index</a></li>
-<li><a href="help-doc.html">Help</a></li>
-</ul>
-</div>
-<div class="subNav">
-<ul class="navList">
-<li>Prev</li>
-<li>Next</li>
-</ul>
-<ul class="navList">
-<li><a href="index.html?deprecated-list.html" target="_top">Frames</a></li>
-<li><a href="deprecated-list.html" target="_top">No Frames</a></li>
-</ul>
-<ul class="navList" id="allclasses_navbar_top">
-<li><a href="allclasses-noframe.html">All Classes</a></li>
-</ul>
-<div>
-<script type="text/javascript"><!--
- allClassesLink = document.getElementById("allclasses_navbar_top");
- if(window==top) {
- allClassesLink.style.display = "block";
- }
- else {
- allClassesLink.style.display = "none";
- }
- //-->
-</script>
-</div>
-<a name="skip.navbar.top">
-<!-- -->
-</a></div>
-<!-- ========= END OF TOP NAVBAR ========= -->
-<div class="header">
-<h1 title="Deprecated API" class="title">Deprecated API</h1>
-<h2 title="Contents">Contents</h2>
-</div>
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<div class="bottomNav"><a name="navbar.bottom">
-<!-- -->
-</a>
-<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
-<a name="navbar.bottom.firstrow">
-<!-- -->
-</a>
-<ul class="navList" title="Navigation">
-<li><a href="de/juplo/test/package-summary.html">Package</a></li>
-<li>Class</li>
-<li>Use</li>
-<li><a href="de/juplo/test/package-tree.html">Tree</a></li>
-<li class="navBarCell1Rev">Deprecated</li>
-<li><a href="index-all.html">Index</a></li>
-<li><a href="help-doc.html">Help</a></li>
-</ul>
-</div>
-<div class="subNav">
-<ul class="navList">
-<li>Prev</li>
-<li>Next</li>
-</ul>
-<ul class="navList">
-<li><a href="index.html?deprecated-list.html" target="_top">Frames</a></li>
-<li><a href="deprecated-list.html" target="_top">No Frames</a></li>
-</ul>
-<ul class="navList" id="allclasses_navbar_bottom">
-<li><a href="allclasses-noframe.html">All Classes</a></li>
-</ul>
-<div>
-<script type="text/javascript"><!--
- allClassesLink = document.getElementById("allclasses_navbar_bottom");
- if(window==top) {
- allClassesLink.style.display = "block";
- }
- else {
- allClassesLink.style.display = "none";
- }
- //-->
-</script>
-</div>
-<a name="skip.navbar.bottom">
-<!-- -->
-</a></div>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright © 2025. All Rights Reserved.</small></p>
-</body>
-</html>
+++ /dev/null
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!-- NewPage -->
-<html lang="en">
-<head>
-<!-- Generated by javadoc (1.8.0_342) on Fri Nov 07 12:27:08 UTC 2025 -->
-<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>API Help (Hibernate Maven Plugin 2.1.0 Test API)</title>
-<meta name="date" content="2025-11-07">
-<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
-<script type="text/javascript" src="script.js"></script>
-</head>
-<body>
-<script type="text/javascript"><!--
- try {
- if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="API Help (Hibernate Maven Plugin 2.1.0 Test API)";
- }
- }
- catch(err) {
- }
-//-->
-</script>
-<noscript>
-<div>JavaScript is disabled on your browser.</div>
-</noscript>
-<!-- ========= START OF TOP NAVBAR ======= -->
-<div class="topNav"><a name="navbar.top">
-<!-- -->
-</a>
-<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
-<a name="navbar.top.firstrow">
-<!-- -->
-</a>
-<ul class="navList" title="Navigation">
-<li><a href="de/juplo/test/package-summary.html">Package</a></li>
-<li>Class</li>
-<li>Use</li>
-<li><a href="de/juplo/test/package-tree.html">Tree</a></li>
-<li><a href="deprecated-list.html">Deprecated</a></li>
-<li><a href="index-all.html">Index</a></li>
-<li class="navBarCell1Rev">Help</li>
-</ul>
-</div>
-<div class="subNav">
-<ul class="navList">
-<li>Prev</li>
-<li>Next</li>
-</ul>
-<ul class="navList">
-<li><a href="index.html?help-doc.html" target="_top">Frames</a></li>
-<li><a href="help-doc.html" target="_top">No Frames</a></li>
-</ul>
-<ul class="navList" id="allclasses_navbar_top">
-<li><a href="allclasses-noframe.html">All Classes</a></li>
-</ul>
-<div>
-<script type="text/javascript"><!--
- allClassesLink = document.getElementById("allclasses_navbar_top");
- if(window==top) {
- allClassesLink.style.display = "block";
- }
- else {
- allClassesLink.style.display = "none";
- }
- //-->
-</script>
-</div>
-<a name="skip.navbar.top">
-<!-- -->
-</a></div>
-<!-- ========= END OF TOP NAVBAR ========= -->
-<div class="header">
-<h1 class="title">How This API Document Is Organized</h1>
-<div class="subTitle">This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows.</div>
-</div>
-<div class="contentContainer">
-<ul class="blockList">
-<li class="blockList">
-<h2>Package</h2>
-<p>Each package has a page that contains a list of its classes and interfaces, with a summary for each. This page can contain six categories:</p>
-<ul>
-<li>Interfaces (italic)</li>
-<li>Classes</li>
-<li>Enums</li>
-<li>Exceptions</li>
-<li>Errors</li>
-<li>Annotation Types</li>
-</ul>
-</li>
-<li class="blockList">
-<h2>Class/Interface</h2>
-<p>Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:</p>
-<ul>
-<li>Class inheritance diagram</li>
-<li>Direct Subclasses</li>
-<li>All Known Subinterfaces</li>
-<li>All Known Implementing Classes</li>
-<li>Class/interface declaration</li>
-<li>Class/interface description</li>
-</ul>
-<ul>
-<li>Nested Class Summary</li>
-<li>Field Summary</li>
-<li>Constructor Summary</li>
-<li>Method Summary</li>
-</ul>
-<ul>
-<li>Field Detail</li>
-<li>Constructor Detail</li>
-<li>Method Detail</li>
-</ul>
-<p>Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.</p>
-</li>
-<li class="blockList">
-<h2>Annotation Type</h2>
-<p>Each annotation type has its own separate page with the following sections:</p>
-<ul>
-<li>Annotation Type declaration</li>
-<li>Annotation Type description</li>
-<li>Required Element Summary</li>
-<li>Optional Element Summary</li>
-<li>Element Detail</li>
-</ul>
-</li>
-<li class="blockList">
-<h2>Enum</h2>
-<p>Each enum has its own separate page with the following sections:</p>
-<ul>
-<li>Enum declaration</li>
-<li>Enum description</li>
-<li>Enum Constant Summary</li>
-<li>Enum Constant Detail</li>
-</ul>
-</li>
-<li class="blockList">
-<h2>Use</h2>
-<p>Each documented package, class and interface has its own Use page. This page describes what packages, classes, methods, constructors and fields use any part of the given class or package. Given a class or interface A, its Use page includes subclasses of A, fields declared as A, methods that return A, and methods and constructors with parameters of type A. You can access this page by first going to the package, class or interface, then clicking on the "Use" link in the navigation bar.</p>
-</li>
-<li class="blockList">
-<h2>Tree (Class Hierarchy)</h2>
-<p>There is a <a href="overview-tree.html">Class Hierarchy</a> page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are organized by inheritance structure starting with <code>java.lang.Object</code>. The interfaces do not inherit from <code>java.lang.Object</code>.</p>
-<ul>
-<li>When viewing the Overview page, clicking on "Tree" displays the hierarchy for all packages.</li>
-<li>When viewing a particular package, class or interface page, clicking "Tree" displays the hierarchy for only that package.</li>
-</ul>
-</li>
-<li class="blockList">
-<h2>Deprecated API</h2>
-<p>The <a href="deprecated-list.html">Deprecated API</a> page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to improvements, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.</p>
-</li>
-<li class="blockList">
-<h2>Index</h2>
-<p>The <a href="index-all.html">Index</a> contains an alphabetic list of all classes, interfaces, constructors, methods, and fields.</p>
-</li>
-<li class="blockList">
-<h2>Prev/Next</h2>
-<p>These links take you to the next or previous class, interface, package, or related page.</p>
-</li>
-<li class="blockList">
-<h2>Frames/No Frames</h2>
-<p>These links show and hide the HTML frames. All pages are available with or without frames.</p>
-</li>
-<li class="blockList">
-<h2>All Classes</h2>
-<p>The <a href="allclasses-noframe.html">All Classes</a> link shows all classes and interfaces except non-static nested types.</p>
-</li>
-<li class="blockList">
-<h2>Serialized Form</h2>
-<p>Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to re-implementors, not to developers using the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See also" section of the class description.</p>
-</li>
-<li class="blockList">
-<h2>Constant Field Values</h2>
-<p>The <a href="constant-values.html">Constant Field Values</a> page lists the static final fields and their values.</p>
-</li>
-</ul>
-<span class="emphasizedPhrase">This help file applies to API documentation generated using the standard doclet.</span></div>
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<div class="bottomNav"><a name="navbar.bottom">
-<!-- -->
-</a>
-<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
-<a name="navbar.bottom.firstrow">
-<!-- -->
-</a>
-<ul class="navList" title="Navigation">
-<li><a href="de/juplo/test/package-summary.html">Package</a></li>
-<li>Class</li>
-<li>Use</li>
-<li><a href="de/juplo/test/package-tree.html">Tree</a></li>
-<li><a href="deprecated-list.html">Deprecated</a></li>
-<li><a href="index-all.html">Index</a></li>
-<li class="navBarCell1Rev">Help</li>
-</ul>
-</div>
-<div class="subNav">
-<ul class="navList">
-<li>Prev</li>
-<li>Next</li>
-</ul>
-<ul class="navList">
-<li><a href="index.html?help-doc.html" target="_top">Frames</a></li>
-<li><a href="help-doc.html" target="_top">No Frames</a></li>
-</ul>
-<ul class="navList" id="allclasses_navbar_bottom">
-<li><a href="allclasses-noframe.html">All Classes</a></li>
-</ul>
-<div>
-<script type="text/javascript"><!--
- allClassesLink = document.getElementById("allclasses_navbar_bottom");
- if(window==top) {
- allClassesLink.style.display = "block";
- }
- else {
- allClassesLink.style.display = "none";
- }
- //-->
-</script>
-</div>
-<a name="skip.navbar.bottom">
-<!-- -->
-</a></div>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright © 2025. All Rights Reserved.</small></p>
-</body>
-</html>
+++ /dev/null
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!-- NewPage -->
-<html lang="en">
-<head>
-<!-- Generated by javadoc (1.8.0_342) on Fri Nov 07 12:27:08 UTC 2025 -->
-<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Index (Hibernate Maven Plugin 2.1.0 Test API)</title>
-<meta name="date" content="2025-11-07">
-<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
-<script type="text/javascript" src="script.js"></script>
-</head>
-<body>
-<script type="text/javascript"><!--
- try {
- if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Index (Hibernate Maven Plugin 2.1.0 Test API)";
- }
- }
- catch(err) {
- }
-//-->
-</script>
-<noscript>
-<div>JavaScript is disabled on your browser.</div>
-</noscript>
-<!-- ========= START OF TOP NAVBAR ======= -->
-<div class="topNav"><a name="navbar.top">
-<!-- -->
-</a>
-<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
-<a name="navbar.top.firstrow">
-<!-- -->
-</a>
-<ul class="navList" title="Navigation">
-<li><a href="de/juplo/test/package-summary.html">Package</a></li>
-<li>Class</li>
-<li>Use</li>
-<li><a href="de/juplo/test/package-tree.html">Tree</a></li>
-<li><a href="deprecated-list.html">Deprecated</a></li>
-<li class="navBarCell1Rev">Index</li>
-<li><a href="help-doc.html">Help</a></li>
-</ul>
-</div>
-<div class="subNav">
-<ul class="navList">
-<li>Prev</li>
-<li>Next</li>
-</ul>
-<ul class="navList">
-<li><a href="index.html?index-all.html" target="_top">Frames</a></li>
-<li><a href="index-all.html" target="_top">No Frames</a></li>
-</ul>
-<ul class="navList" id="allclasses_navbar_top">
-<li><a href="allclasses-noframe.html">All Classes</a></li>
-</ul>
-<div>
-<script type="text/javascript"><!--
- allClassesLink = document.getElementById("allclasses_navbar_top");
- if(window==top) {
- allClassesLink.style.display = "block";
- }
- else {
- allClassesLink.style.display = "none";
- }
- //-->
-</script>
-</div>
-<a name="skip.navbar.top">
-<!-- -->
-</a></div>
-<!-- ========= END OF TOP NAVBAR ========= -->
-<div class="contentContainer"><a href="#I:D">D</a> <a href="#I:F">F</a> <a href="#I:I">I</a> <a name="I:D">
-<!-- -->
-</a>
-<h2 class="title">D</h2>
-<dl>
-<dt><a href="de/juplo/test/package-summary.html">de.juplo.test</a> - package de.juplo.test</dt>
-<dd> </dd>
-</dl>
-<a name="I:F">
-<!-- -->
-</a>
-<h2 class="title">F</h2>
-<dl>
-<dt><a href="de/juplo/test/FileComparator.html" title="class in de.juplo.test"><span class="typeNameLink">FileComparator</span></a> - Class in <a href="de/juplo/test/package-summary.html">de.juplo.test</a></dt>
-<dd> </dd>
-<dt><span class="memberNameLink"><a href="de/juplo/test/FileComparator.html#FileComparator-java.io.File-">FileComparator(File)</a></span> - Constructor for class de.juplo.test.<a href="de/juplo/test/FileComparator.html" title="class in de.juplo.test">FileComparator</a></dt>
-<dd> </dd>
-</dl>
-<a name="I:I">
-<!-- -->
-</a>
-<h2 class="title">I</h2>
-<dl>
-<dt><span class="memberNameLink"><a href="de/juplo/test/FileComparator.html#isEqual-java.lang.String-java.lang.String-">isEqual(String, String)</a></span> - Method in class de.juplo.test.<a href="de/juplo/test/FileComparator.html" title="class in de.juplo.test">FileComparator</a></dt>
-<dd> </dd>
-</dl>
-<a href="#I:D">D</a> <a href="#I:F">F</a> <a href="#I:I">I</a> </div>
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<div class="bottomNav"><a name="navbar.bottom">
-<!-- -->
-</a>
-<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
-<a name="navbar.bottom.firstrow">
-<!-- -->
-</a>
-<ul class="navList" title="Navigation">
-<li><a href="de/juplo/test/package-summary.html">Package</a></li>
-<li>Class</li>
-<li>Use</li>
-<li><a href="de/juplo/test/package-tree.html">Tree</a></li>
-<li><a href="deprecated-list.html">Deprecated</a></li>
-<li class="navBarCell1Rev">Index</li>
-<li><a href="help-doc.html">Help</a></li>
-</ul>
-</div>
-<div class="subNav">
-<ul class="navList">
-<li>Prev</li>
-<li>Next</li>
-</ul>
-<ul class="navList">
-<li><a href="index.html?index-all.html" target="_top">Frames</a></li>
-<li><a href="index-all.html" target="_top">No Frames</a></li>
-</ul>
-<ul class="navList" id="allclasses_navbar_bottom">
-<li><a href="allclasses-noframe.html">All Classes</a></li>
-</ul>
-<div>
-<script type="text/javascript"><!--
- allClassesLink = document.getElementById("allclasses_navbar_bottom");
- if(window==top) {
- allClassesLink.style.display = "block";
- }
- else {
- allClassesLink.style.display = "none";
- }
- //-->
-</script>
-</div>
-<a name="skip.navbar.bottom">
-<!-- -->
-</a></div>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright © 2025. All Rights Reserved.</small></p>
-</body>
-</html>
+++ /dev/null
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
-<!-- NewPage -->
-<html lang="en">
-<head>
-<!-- Generated by javadoc (1.8.0_342) on Fri Nov 07 12:27:08 UTC 2025 -->
-<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Hibernate Maven Plugin 2.1.0 Test API</title>
-<script type="text/javascript">
- tmpTargetPage = "" + window.location.search;
- if (tmpTargetPage != "" && tmpTargetPage != "undefined")
- tmpTargetPage = tmpTargetPage.substring(1);
- if (tmpTargetPage.indexOf(":") != -1 || (tmpTargetPage != "" && !validURL(tmpTargetPage)))
- tmpTargetPage = "undefined";
- targetPage = tmpTargetPage;
- function validURL(url) {
- try {
- url = decodeURIComponent(url);
- }
- catch (error) {
- return false;
- }
- var pos = url.indexOf(".html");
- if (pos == -1 || pos != url.length - 5)
- return false;
- var allowNumber = false;
- var allowSep = false;
- var seenDot = false;
- for (var i = 0; i < url.length - 5; i++) {
- var ch = url.charAt(i);
- if ('a' <= ch && ch <= 'z' ||
- 'A' <= ch && ch <= 'Z' ||
- ch == '$' ||
- ch == '_' ||
- ch.charCodeAt(0) > 127) {
- allowNumber = true;
- allowSep = true;
- } else if ('0' <= ch && ch <= '9'
- || ch == '-') {
- if (!allowNumber)
- return false;
- } else if (ch == '/' || ch == '.') {
- if (!allowSep)
- return false;
- allowNumber = false;
- allowSep = false;
- if (ch == '.')
- seenDot = true;
- if (ch == '/' && seenDot)
- return false;
- } else {
- return false;
- }
- }
- return true;
- }
- function loadFrames() {
- if (targetPage != "" && targetPage != "undefined")
- top.classFrame.location = top.targetPage;
- }
-</script>
-</head>
-<frameset cols="20%,80%" title="Documentation frame" onload="top.loadFrames()">
-<frame src="allclasses-frame.html" name="packageFrame" title="All classes and interfaces (except non-static nested types)">
-<frame src="de/juplo/test/package-summary.html" name="classFrame" title="Package, class and interface descriptions" scrolling="yes">
-<noframes>
-<noscript>
-<div>JavaScript is disabled on your browser.</div>
-</noscript>
-<h2>Frame Alert</h2>
-<p>This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. Link to <a href="de/juplo/test/package-summary.html">Non-frame version</a>.</p>
-</noframes>
-</frameset>
-</html>
+++ /dev/null
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!-- NewPage -->
-<html lang="en">
-<head>
-<!-- Generated by javadoc (1.8.0_342) on Fri Nov 07 12:27:08 UTC 2025 -->
-<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Class Hierarchy (Hibernate Maven Plugin 2.1.0 Test API)</title>
-<meta name="date" content="2025-11-07">
-<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
-<script type="text/javascript" src="script.js"></script>
-</head>
-<body>
-<script type="text/javascript"><!--
- try {
- if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Class Hierarchy (Hibernate Maven Plugin 2.1.0 Test API)";
- }
- }
- catch(err) {
- }
-//-->
-</script>
-<noscript>
-<div>JavaScript is disabled on your browser.</div>
-</noscript>
-<!-- ========= START OF TOP NAVBAR ======= -->
-<div class="topNav"><a name="navbar.top">
-<!-- -->
-</a>
-<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
-<a name="navbar.top.firstrow">
-<!-- -->
-</a>
-<ul class="navList" title="Navigation">
-<li><a href="de/juplo/test/package-summary.html">Package</a></li>
-<li>Class</li>
-<li>Use</li>
-<li class="navBarCell1Rev">Tree</li>
-<li><a href="deprecated-list.html">Deprecated</a></li>
-<li><a href="index-all.html">Index</a></li>
-<li><a href="help-doc.html">Help</a></li>
-</ul>
-</div>
-<div class="subNav">
-<ul class="navList">
-<li>Prev</li>
-<li>Next</li>
-</ul>
-<ul class="navList">
-<li><a href="index.html?overview-tree.html" target="_top">Frames</a></li>
-<li><a href="overview-tree.html" target="_top">No Frames</a></li>
-</ul>
-<ul class="navList" id="allclasses_navbar_top">
-<li><a href="allclasses-noframe.html">All Classes</a></li>
-</ul>
-<div>
-<script type="text/javascript"><!--
- allClassesLink = document.getElementById("allclasses_navbar_top");
- if(window==top) {
- allClassesLink.style.display = "block";
- }
- else {
- allClassesLink.style.display = "none";
- }
- //-->
-</script>
-</div>
-<a name="skip.navbar.top">
-<!-- -->
-</a></div>
-<!-- ========= END OF TOP NAVBAR ========= -->
-<div class="header">
-<h1 class="title">Hierarchy For All Packages</h1>
-<span class="packageHierarchyLabel">Package Hierarchies:</span>
-<ul class="horizontal">
-<li><a href="de/juplo/test/package-tree.html">de.juplo.test</a></li>
-</ul>
-</div>
-<div class="contentContainer">
-<h2 title="Class Hierarchy">Class Hierarchy</h2>
-<ul>
-<li type="circle">java.lang.Object
-<ul>
-<li type="circle">de.juplo.test.<a href="de/juplo/test/FileComparator.html" title="class in de.juplo.test"><span class="typeNameLink">FileComparator</span></a></li>
-</ul>
-</li>
-</ul>
-</div>
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<div class="bottomNav"><a name="navbar.bottom">
-<!-- -->
-</a>
-<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
-<a name="navbar.bottom.firstrow">
-<!-- -->
-</a>
-<ul class="navList" title="Navigation">
-<li><a href="de/juplo/test/package-summary.html">Package</a></li>
-<li>Class</li>
-<li>Use</li>
-<li class="navBarCell1Rev">Tree</li>
-<li><a href="deprecated-list.html">Deprecated</a></li>
-<li><a href="index-all.html">Index</a></li>
-<li><a href="help-doc.html">Help</a></li>
-</ul>
-</div>
-<div class="subNav">
-<ul class="navList">
-<li>Prev</li>
-<li>Next</li>
-</ul>
-<ul class="navList">
-<li><a href="index.html?overview-tree.html" target="_top">Frames</a></li>
-<li><a href="overview-tree.html" target="_top">No Frames</a></li>
-</ul>
-<ul class="navList" id="allclasses_navbar_bottom">
-<li><a href="allclasses-noframe.html">All Classes</a></li>
-</ul>
-<div>
-<script type="text/javascript"><!--
- allClassesLink = document.getElementById("allclasses_navbar_bottom");
- if(window==top) {
- allClassesLink.style.display = "block";
- }
- else {
- allClassesLink.style.display = "none";
- }
- //-->
-</script>
-</div>
-<a name="skip.navbar.bottom">
-<!-- -->
-</a></div>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright © 2025. All Rights Reserved.</small></p>
-</body>
-</html>
+++ /dev/null
-de.juplo.test
+++ /dev/null
-function show(type)
-{
- count = 0;
- for (var key in methods) {
- var row = document.getElementById(key);
- if ((methods[key] & type) != 0) {
- row.style.display = '';
- row.className = (count++ % 2) ? rowColor : altColor;
- }
- else
- row.style.display = 'none';
- }
- updateTabs(type);
-}
-
-function updateTabs(type)
-{
- for (var value in tabs) {
- var sNode = document.getElementById(tabs[value][0]);
- var spanNode = sNode.firstChild;
- if (value == type) {
- sNode.className = activeTableTab;
- spanNode.innerHTML = tabs[value][1];
- }
- else {
- sNode.className = tableTab;
- spanNode.innerHTML = "<a href=\"javascript:show("+ value + ");\">" + tabs[value][1] + "</a>";
- }
- }
-}
+++ /dev/null
-/* Javadoc style sheet */
-/*
-Overall document style
-*/
-
-@import url('resources/fonts/dejavu.css');
-
-body {
- background-color:#ffffff;
- color:#353833;
- font-family:'DejaVu Sans', Arial, Helvetica, sans-serif;
- font-size:14px;
- margin:0;
-}
-a:link, a:visited {
- text-decoration:none;
- color:#4A6782;
-}
-a:hover, a:focus {
- text-decoration:none;
- color:#bb7a2a;
-}
-a:active {
- text-decoration:none;
- color:#4A6782;
-}
-a[name] {
- color:#353833;
-}
-a[name]:hover {
- text-decoration:none;
- color:#353833;
-}
-pre {
- font-family:'DejaVu Sans Mono', monospace;
- font-size:14px;
-}
-h1 {
- font-size:20px;
-}
-h2 {
- font-size:18px;
-}
-h3 {
- font-size:16px;
- font-style:italic;
-}
-h4 {
- font-size:13px;
-}
-h5 {
- font-size:12px;
-}
-h6 {
- font-size:11px;
-}
-ul {
- list-style-type:disc;
-}
-code, tt {
- font-family:'DejaVu Sans Mono', monospace;
- font-size:14px;
- padding-top:4px;
- margin-top:8px;
- line-height:1.4em;
-}
-dt code {
- font-family:'DejaVu Sans Mono', monospace;
- font-size:14px;
- padding-top:4px;
-}
-table tr td dt code {
- font-family:'DejaVu Sans Mono', monospace;
- font-size:14px;
- vertical-align:top;
- padding-top:4px;
-}
-sup {
- font-size:8px;
-}
-/*
-Document title and Copyright styles
-*/
-.clear {
- clear:both;
- height:0px;
- overflow:hidden;
-}
-.aboutLanguage {
- float:right;
- padding:0px 21px;
- font-size:11px;
- z-index:200;
- margin-top:-9px;
-}
-.legalCopy {
- margin-left:.5em;
-}
-.bar a, .bar a:link, .bar a:visited, .bar a:active {
- color:#FFFFFF;
- text-decoration:none;
-}
-.bar a:hover, .bar a:focus {
- color:#bb7a2a;
-}
-.tab {
- background-color:#0066FF;
- color:#ffffff;
- padding:8px;
- width:5em;
- font-weight:bold;
-}
-/*
-Navigation bar styles
-*/
-.bar {
- background-color:#4D7A97;
- color:#FFFFFF;
- padding:.8em .5em .4em .8em;
- height:auto;/*height:1.8em;*/
- font-size:11px;
- margin:0;
-}
-.topNav {
- background-color:#4D7A97;
- color:#FFFFFF;
- float:left;
- padding:0;
- width:100%;
- clear:right;
- height:2.8em;
- padding-top:10px;
- overflow:hidden;
- font-size:12px;
-}
-.bottomNav {
- margin-top:10px;
- background-color:#4D7A97;
- color:#FFFFFF;
- float:left;
- padding:0;
- width:100%;
- clear:right;
- height:2.8em;
- padding-top:10px;
- overflow:hidden;
- font-size:12px;
-}
-.subNav {
- background-color:#dee3e9;
- float:left;
- width:100%;
- overflow:hidden;
- font-size:12px;
-}
-.subNav div {
- clear:left;
- float:left;
- padding:0 0 5px 6px;
- text-transform:uppercase;
-}
-ul.navList, ul.subNavList {
- float:left;
- margin:0 25px 0 0;
- padding:0;
-}
-ul.navList li{
- list-style:none;
- float:left;
- padding: 5px 6px;
- text-transform:uppercase;
-}
-ul.subNavList li{
- list-style:none;
- float:left;
-}
-.topNav a:link, .topNav a:active, .topNav a:visited, .bottomNav a:link, .bottomNav a:active, .bottomNav a:visited {
- color:#FFFFFF;
- text-decoration:none;
- text-transform:uppercase;
-}
-.topNav a:hover, .bottomNav a:hover {
- text-decoration:none;
- color:#bb7a2a;
- text-transform:uppercase;
-}
-.navBarCell1Rev {
- background-color:#F8981D;
- color:#253441;
- margin: auto 5px;
-}
-.skipNav {
- position:absolute;
- top:auto;
- left:-9999px;
- overflow:hidden;
-}
-/*
-Page header and footer styles
-*/
-.header, .footer {
- clear:both;
- margin:0 20px;
- padding:5px 0 0 0;
-}
-.indexHeader {
- margin:10px;
- position:relative;
-}
-.indexHeader span{
- margin-right:15px;
-}
-.indexHeader h1 {
- font-size:13px;
-}
-.title {
- color:#2c4557;
- margin:10px 0;
-}
-.subTitle {
- margin:5px 0 0 0;
-}
-.header ul {
- margin:0 0 15px 0;
- padding:0;
-}
-.footer ul {
- margin:20px 0 5px 0;
-}
-.header ul li, .footer ul li {
- list-style:none;
- font-size:13px;
-}
-/*
-Heading styles
-*/
-div.details ul.blockList ul.blockList ul.blockList li.blockList h4, div.details ul.blockList ul.blockList ul.blockListLast li.blockList h4 {
- background-color:#dee3e9;
- border:1px solid #d0d9e0;
- margin:0 0 6px -8px;
- padding:7px 5px;
-}
-ul.blockList ul.blockList ul.blockList li.blockList h3 {
- background-color:#dee3e9;
- border:1px solid #d0d9e0;
- margin:0 0 6px -8px;
- padding:7px 5px;
-}
-ul.blockList ul.blockList li.blockList h3 {
- padding:0;
- margin:15px 0;
-}
-ul.blockList li.blockList h2 {
- padding:0px 0 20px 0;
-}
-/*
-Page layout container styles
-*/
-.contentContainer, .sourceContainer, .classUseContainer, .serializedFormContainer, .constantValuesContainer {
- clear:both;
- padding:10px 20px;
- position:relative;
-}
-.indexContainer {
- margin:10px;
- position:relative;
- font-size:12px;
-}
-.indexContainer h2 {
- font-size:13px;
- padding:0 0 3px 0;
-}
-.indexContainer ul {
- margin:0;
- padding:0;
-}
-.indexContainer ul li {
- list-style:none;
- padding-top:2px;
-}
-.contentContainer .description dl dt, .contentContainer .details dl dt, .serializedFormContainer dl dt {
- font-size:12px;
- font-weight:bold;
- margin:10px 0 0 0;
- color:#4E4E4E;
-}
-.contentContainer .description dl dd, .contentContainer .details dl dd, .serializedFormContainer dl dd {
- margin:5px 0 10px 0px;
- font-size:14px;
- font-family:'DejaVu Sans Mono',monospace;
-}
-.serializedFormContainer dl.nameValue dt {
- margin-left:1px;
- font-size:1.1em;
- display:inline;
- font-weight:bold;
-}
-.serializedFormContainer dl.nameValue dd {
- margin:0 0 0 1px;
- font-size:1.1em;
- display:inline;
-}
-/*
-List styles
-*/
-ul.horizontal li {
- display:inline;
- font-size:0.9em;
-}
-ul.inheritance {
- margin:0;
- padding:0;
-}
-ul.inheritance li {
- display:inline;
- list-style:none;
-}
-ul.inheritance li ul.inheritance {
- margin-left:15px;
- padding-left:15px;
- padding-top:1px;
-}
-ul.blockList, ul.blockListLast {
- margin:10px 0 10px 0;
- padding:0;
-}
-ul.blockList li.blockList, ul.blockListLast li.blockList {
- list-style:none;
- margin-bottom:15px;
- line-height:1.4;
-}
-ul.blockList ul.blockList li.blockList, ul.blockList ul.blockListLast li.blockList {
- padding:0px 20px 5px 10px;
- border:1px solid #ededed;
- background-color:#f8f8f8;
-}
-ul.blockList ul.blockList ul.blockList li.blockList, ul.blockList ul.blockList ul.blockListLast li.blockList {
- padding:0 0 5px 8px;
- background-color:#ffffff;
- border:none;
-}
-ul.blockList ul.blockList ul.blockList ul.blockList li.blockList {
- margin-left:0;
- padding-left:0;
- padding-bottom:15px;
- border:none;
-}
-ul.blockList ul.blockList ul.blockList ul.blockList li.blockListLast {
- list-style:none;
- border-bottom:none;
- padding-bottom:0;
-}
-table tr td dl, table tr td dl dt, table tr td dl dd {
- margin-top:0;
- margin-bottom:1px;
-}
-/*
-Table styles
-*/
-.overviewSummary, .memberSummary, .typeSummary, .useSummary, .constantsSummary, .deprecatedSummary {
- width:100%;
- border-left:1px solid #EEE;
- border-right:1px solid #EEE;
- border-bottom:1px solid #EEE;
-}
-.overviewSummary, .memberSummary {
- padding:0px;
-}
-.overviewSummary caption, .memberSummary caption, .typeSummary caption,
-.useSummary caption, .constantsSummary caption, .deprecatedSummary caption {
- position:relative;
- text-align:left;
- background-repeat:no-repeat;
- color:#253441;
- font-weight:bold;
- clear:none;
- overflow:hidden;
- padding:0px;
- padding-top:10px;
- padding-left:1px;
- margin:0px;
- white-space:pre;
-}
-.overviewSummary caption a:link, .memberSummary caption a:link, .typeSummary caption a:link,
-.useSummary caption a:link, .constantsSummary caption a:link, .deprecatedSummary caption a:link,
-.overviewSummary caption a:hover, .memberSummary caption a:hover, .typeSummary caption a:hover,
-.useSummary caption a:hover, .constantsSummary caption a:hover, .deprecatedSummary caption a:hover,
-.overviewSummary caption a:active, .memberSummary caption a:active, .typeSummary caption a:active,
-.useSummary caption a:active, .constantsSummary caption a:active, .deprecatedSummary caption a:active,
-.overviewSummary caption a:visited, .memberSummary caption a:visited, .typeSummary caption a:visited,
-.useSummary caption a:visited, .constantsSummary caption a:visited, .deprecatedSummary caption a:visited {
- color:#FFFFFF;
-}
-.overviewSummary caption span, .memberSummary caption span, .typeSummary caption span,
-.useSummary caption span, .constantsSummary caption span, .deprecatedSummary caption span {
- white-space:nowrap;
- padding-top:5px;
- padding-left:12px;
- padding-right:12px;
- padding-bottom:7px;
- display:inline-block;
- float:left;
- background-color:#F8981D;
- border: none;
- height:16px;
-}
-.memberSummary caption span.activeTableTab span {
- white-space:nowrap;
- padding-top:5px;
- padding-left:12px;
- padding-right:12px;
- margin-right:3px;
- display:inline-block;
- float:left;
- background-color:#F8981D;
- height:16px;
-}
-.memberSummary caption span.tableTab span {
- white-space:nowrap;
- padding-top:5px;
- padding-left:12px;
- padding-right:12px;
- margin-right:3px;
- display:inline-block;
- float:left;
- background-color:#4D7A97;
- height:16px;
-}
-.memberSummary caption span.tableTab, .memberSummary caption span.activeTableTab {
- padding-top:0px;
- padding-left:0px;
- padding-right:0px;
- background-image:none;
- float:none;
- display:inline;
-}
-.overviewSummary .tabEnd, .memberSummary .tabEnd, .typeSummary .tabEnd,
-.useSummary .tabEnd, .constantsSummary .tabEnd, .deprecatedSummary .tabEnd {
- display:none;
- width:5px;
- position:relative;
- float:left;
- background-color:#F8981D;
-}
-.memberSummary .activeTableTab .tabEnd {
- display:none;
- width:5px;
- margin-right:3px;
- position:relative;
- float:left;
- background-color:#F8981D;
-}
-.memberSummary .tableTab .tabEnd {
- display:none;
- width:5px;
- margin-right:3px;
- position:relative;
- background-color:#4D7A97;
- float:left;
-
-}
-.overviewSummary td, .memberSummary td, .typeSummary td,
-.useSummary td, .constantsSummary td, .deprecatedSummary td {
- text-align:left;
- padding:0px 0px 12px 10px;
-}
-th.colOne, th.colFirst, th.colLast, .useSummary th, .constantsSummary th,
-td.colOne, td.colFirst, td.colLast, .useSummary td, .constantsSummary td{
- vertical-align:top;
- padding-right:0px;
- padding-top:8px;
- padding-bottom:3px;
-}
-th.colFirst, th.colLast, th.colOne, .constantsSummary th {
- background:#dee3e9;
- text-align:left;
- padding:8px 3px 3px 7px;
-}
-td.colFirst, th.colFirst {
- white-space:nowrap;
- font-size:13px;
-}
-td.colLast, th.colLast {
- font-size:13px;
-}
-td.colOne, th.colOne {
- font-size:13px;
-}
-.overviewSummary td.colFirst, .overviewSummary th.colFirst,
-.useSummary td.colFirst, .useSummary th.colFirst,
-.overviewSummary td.colOne, .overviewSummary th.colOne,
-.memberSummary td.colFirst, .memberSummary th.colFirst,
-.memberSummary td.colOne, .memberSummary th.colOne,
-.typeSummary td.colFirst{
- width:25%;
- vertical-align:top;
-}
-td.colOne a:link, td.colOne a:active, td.colOne a:visited, td.colOne a:hover, td.colFirst a:link, td.colFirst a:active, td.colFirst a:visited, td.colFirst a:hover, td.colLast a:link, td.colLast a:active, td.colLast a:visited, td.colLast a:hover, .constantValuesContainer td a:link, .constantValuesContainer td a:active, .constantValuesContainer td a:visited, .constantValuesContainer td a:hover {
- font-weight:bold;
-}
-.tableSubHeadingColor {
- background-color:#EEEEFF;
-}
-.altColor {
- background-color:#FFFFFF;
-}
-.rowColor {
- background-color:#EEEEEF;
-}
-/*
-Content styles
-*/
-.description pre {
- margin-top:0;
-}
-.deprecatedContent {
- margin:0;
- padding:10px 0;
-}
-.docSummary {
- padding:0;
-}
-
-ul.blockList ul.blockList ul.blockList li.blockList h3 {
- font-style:normal;
-}
-
-div.block {
- font-size:14px;
- font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif;
-}
-
-td.colLast div {
- padding-top:0px;
-}
-
-
-td.colLast a {
- padding-bottom:3px;
-}
-/*
-Formatting effect styles
-*/
-.sourceLineNo {
- color:green;
- padding:0 30px 0 0;
-}
-h1.hidden {
- visibility:hidden;
- overflow:hidden;
- font-size:10px;
-}
-.block {
- display:block;
- margin:3px 10px 2px 0px;
- color:#474747;
-}
-.deprecatedLabel, .descfrmTypeLabel, .memberNameLabel, .memberNameLink,
-.overrideSpecifyLabel, .packageHierarchyLabel, .paramLabel, .returnLabel,
-.seeLabel, .simpleTagLabel, .throwsLabel, .typeNameLabel, .typeNameLink {
- font-weight:bold;
-}
-.deprecationComment, .emphasizedPhrase, .interfaceName {
- font-style:italic;
-}
-
-div.block div.block span.deprecationComment, div.block div.block span.emphasizedPhrase,
-div.block div.block span.interfaceName {
- font-style:normal;
-}
-
-div.contentContainer ul.blockList li.blockList h2{
- padding-bottom:0px;
-}
+++ /dev/null
-<!DOCTYPE html>
-<!--/*-->
-<!-- Generated by Apache Maven Doxia Site Renderer 1.9.2 at 2025-11-07 -->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: ci-management.html / name: CI Management -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: dependencies.html / name: Dependencies -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: dependency-info.html / name: Maven Coordinates -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: distribution-management.html / name: Distribution Management -->
-
-
-
-
-
- <!-- Skipping already seen entry: uri=index.html, name=About -->
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: licenses.html / name: Licenses -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: plugin-management.html / name: Plugin Management -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: plugins.html / name: Plugins -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: scm.html / name: Source Code Management -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: summary.html / name: Summary -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: team.html / name: Team -->
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: project-info.html / name: Project Information -->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: testapidocs/index.html / name: Test JavaDocs -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: apidocs/index.html / name: JavaDocs -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: xref/index.html / name: Source Xref -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: xref-test/index.html / name: Test Source Xref -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: cpd.html / name: CPD -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: pmd.html / name: PMD -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: plugin-info.html / name: Plugin Documentation -->
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: project-reports.html / name: Project Reports -->
-
-
-
-
- <!-- DONE WITH MENUE - - $page.name-->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: index.html?about / name: Overview -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: configuration.html / name: Configuration Examples -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: create-mojo.html / name: Goal — hibernate:create -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: update-mojo.html / name: Goal — hibernate:update -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: drop-mojo.html / name: Goal — hibernate:drop -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: help-mojo.html / name: Goal — hibernate:help -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: debugging.html / name: Enable Debugging-Output -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: skip.html / name: Skipping Execution -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: force.html / name: Force Exceution -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- NEW PAGE - - - - - uri: pitfalls.html / name: Known Pitfalls (FAQ) -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- OVERWRITING PAGE - uri: project-info.html / name: Project Information -->
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- OVERWRITING PAGE - uri: project-reports.html / name: Project Reports -->
-
-
-
-
- <!-- DONE WITH MENUE - - (no name)-->
-
-
-
-<!-- name: Goal — hibernate:update -->
-<!-- title: Hibernate Maven Plugin – hibernate:update -->
-<!-- short title: hibernate:update -->
-<!-- current page: update-mojo.html -->
-<!-- path: /projects/hibernate-maven-plugin/2.1.0/ -->
-<!-- crumbs: "/index.html","/projects.html" -->
-<!-- pages: {index.html={uri=index.html, name=Hibernate Maven Plugin, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}], childs={index.html?about=Overview, configuration.html=Configuration Examples, create-mojo.html=Goal — hibernate:create, update-mojo.html=Goal — hibernate:update, drop-mojo.html=Goal — hibernate:drop, help-mojo.html=Goal — hibernate:help, debugging.html=Enable Debugging-Output, skip.html=Skipping Execution, force.html=Force Exceution, pitfalls.html=Known Pitfalls (FAQ), project-info.html=Project Information, project-reports.html=Project Reports}}, ci-management.html={name=CI Management, uri=ci-management.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=ci-management.html, name=CI Management}]}, dependencies.html={name=Dependencies, uri=dependencies.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=dependencies.html, name=Dependencies}]}, dependency-info.html={name=Maven Coordinates, uri=dependency-info.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=dependency-info.html, name=Maven Coordinates}]}, distribution-management.html={name=Distribution Management, uri=distribution-management.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=distribution-management.html, name=Distribution Management}]}, licenses.html={name=Licenses, uri=licenses.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=licenses.html, name=Licenses}]}, plugin-management.html={name=Plugin Management, uri=plugin-management.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=plugin-management.html, name=Plugin Management}]}, plugins.html={name=Plugins, uri=plugins.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=plugins.html, name=Plugins}]}, scm.html={name=Source Code Management, uri=scm.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=scm.html, name=Source Code Management}]}, summary.html={name=Summary, uri=summary.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=summary.html, name=Summary}]}, team.html={name=Team, uri=team.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}, {uri=team.html, name=Team}]}, project-info.html={name=Project Information, uri=project-info.html, childs={ci-management.html=CI Management, dependencies.html=Dependencies, dependency-info.html=Maven Coordinates, distribution-management.html=Distribution Management, licenses.html=Licenses, plugin-management.html=Plugin Management, plugins.html=Plugins, scm.html=Source Code Management, summary.html=Summary, team.html=Team}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-info.html, name=Project Information}]}, testapidocs/index.html={name=Test JavaDocs, uri=testapidocs/index.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=testapidocs/index.html, name=Test JavaDocs}]}, apidocs/index.html={name=JavaDocs, uri=apidocs/index.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=apidocs/index.html, name=JavaDocs}]}, xref/index.html={name=Source Xref, uri=xref/index.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=xref/index.html, name=Source Xref}]}, xref-test/index.html={name=Test Source Xref, uri=xref-test/index.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=xref-test/index.html, name=Test Source Xref}]}, cpd.html={name=CPD, uri=cpd.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=cpd.html, name=CPD}]}, pmd.html={name=PMD, uri=pmd.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=pmd.html, name=PMD}]}, plugin-info.html={name=Plugin Documentation, uri=plugin-info.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}, {uri=plugin-info.html, name=Plugin Documentation}]}, project-reports.html={name=Project Reports, uri=project-reports.html, childs={testapidocs/index.html=Test JavaDocs, apidocs/index.html=JavaDocs, xref/index.html=Source Xref, xref-test/index.html=Test Source Xref, cpd.html=CPD, pmd.html=PMD, plugin-info.html=Plugin Documentation}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=project-reports.html, name=Project Reports}]}, index.html?about={name=Overview, uri=index.html?about, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=index.html?about, name=Overview}]}, configuration.html={name=Configuration Examples, uri=configuration.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=configuration.html, name=Configuration Examples}]}, create-mojo.html={name=Goal — hibernate:create, uri=create-mojo.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=create-mojo.html, name=Goal — hibernate:create}]}, update-mojo.html={name=Goal — hibernate:update, uri=update-mojo.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=update-mojo.html, name=Goal — hibernate:update}]}, drop-mojo.html={name=Goal — hibernate:drop, uri=drop-mojo.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=drop-mojo.html, name=Goal — hibernate:drop}]}, help-mojo.html={name=Goal — hibernate:help, uri=help-mojo.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=help-mojo.html, name=Goal — hibernate:help}]}, debugging.html={name=Enable Debugging-Output, uri=debugging.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=debugging.html, name=Enable Debugging-Output}]}, skip.html={name=Skipping Execution, uri=skip.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=skip.html, name=Skipping Execution}]}, force.html={name=Force Exceution, uri=force.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=force.html, name=Force Exceution}]}, pitfalls.html={name=Known Pitfalls (FAQ), uri=pitfalls.html, childs={}, crumbs=[{uri=index.html, name=Hibernate Maven Plugin}, {uri=pitfalls.html, name=Known Pitfalls (FAQ)}]}} -->
-
-
-<!--*/-->
-<html xmlns="http://www.w3.org/1999/xhtml" th:replace="~{/templates/layout.html :: layout(uri='' + ~{:: code[class='site_uri']/text()}, title=~{:: title}, maincontent=~{:: .maincontent}, json='MERGE:' + ~{:: pre[class='json']/text()})}">
- <head>
- <title class="title">Hibernate Maven Plugin – hibernate:update</title>
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
- <link id="canonical" rel="canonical" href="/hibernate-maven-plugin/update-mojo.html"/>
- </head>
- <body>
- <h1 class="short_title">hibernate:update</h1>
- <h2>URI</h2>
- <ul>
- <li><strong>site:</strong> <code class="site_uri">/projects/hibernate-maven-plugin/2.1.0/update-mojo.html</code></li>
- <li><strong>canonical:</strong> <code class="canonical_uri">/hibernate-maven-plugin/update-mojo.html</code></li>
- <li><strong>relative:</strong> <code class="relative_uri">update-mojo.html</code></li>
- </ul>
- <h2>Path</h2>
- <p>
- <ol>
- <li><a href="index.html">Hibernate Maven Plugin</a></li><li><a href="update-mojo.html">Goal — hibernate:update</a></li> </ol>
- </p>
- <hr />
- <article class="maincontent">
-
-
- <section>
-<h2><a name="hibernate:update"></a>hibernate:update</h2>
-
-<p><b>Full name</b>:</p>
-
-<p>de.juplo:hibernate-maven-plugin:2.1.0:update</p>
-
-<p><b>Description</b>:</p>
-
-<div>Generate/Execute SQL to update the database-schema according to the
-configured mappings.</div>
-
-<p><b>Attributes</b>:</p>
-
-<ul>
-
-<li>Requires a Maven project to be executed.</li>
-
-<li>Requires dependency resolution of artifacts in scope: <code>runtime</code>.</li>
-
-<li>The goal is thread-safe and supports parallel builds.</li>
-
-<li>Binds by default to the <a class="externalLink" href="http://maven.apache.org/ref/current/maven-core/lifecycles.html">lifecycle phase</a>: <code>process-classes</code>.</li>
- </ul>
- <section>
-<h3><a name="Optional_Parameters"></a>Optional Parameters</h3>
-
-<table class="bodyTable" border="0">
-
-<tr class="a">
-
-<th>Name</th>
-
-<th>Type</th>
-
-<th>Since</th>
-
-<th>Description</th>
- </tr>
-
-<tr class="b">
-
-<td><b><a href="#createNamespaces">createNamespaces</a></b></td>
-
-<td><code>Boolean</code></td>
-
-<td><code>2.0</code></td>
-
-<td>Specifies whether to automatically create also the database
-schema/catalog.<br /><b>Default value is</b>: <code>false</code>.<br /><b>User property is</b>: <code>hibernate.hbm2dll.create_namespaces</code>.</td>
- </tr>
-
-<tr class="a">
-
-<td><b><a href="#delimiter">delimiter</a></b></td>
-
-<td><code>String</code></td>
-
-<td><code>1.0</code></td>
-
-<td>Delimiter in output-file.
-
-<p><b>Important:</b> This configuration value can only be
-configured through the <code>pom.xml</code>, or by the definition
-of a system-property, because it is not known by Hibernate nor JPA
-and, hence, not picked up from their configuration!</p><br /><b>Default value is</b>: <code>;</code>.<br /><b>User property is</b>: <code>hibernate.hbm2ddl.delimiter</code>.</td>
- </tr>
-
-<tr class="b">
-
-<td><b><a href="#dialect">dialect</a></b></td>
-
-<td><code>String</code></td>
-
-<td><code>1.0</code></td>
-
-<td>Hibernate dialect.<br /><b>User property is</b>: <code>hibernate.dialect</code>.</td>
- </tr>
-
-<tr class="a">
-
-<td><b><a href="#driver">driver</a></b></td>
-
-<td><code>String</code></td>
-
-<td><code>1.0</code></td>
-
-<td>SQL-Driver name.<br /><b>User property is</b>: <code>hibernate.connection.driver_class</code>.</td>
- </tr>
-
-<tr class="b">
-
-<td><b><a href="#execute">execute</a></b></td>
-
-<td><code>Boolean</code></td>
-
-<td><code>2.0</code></td>
-
-<td>Excecute the generated SQL. If set to <code>false</code>, only the
-SQL-script is created and the database is not touched.
-
-<p><b>Important:</b> This configuration value can only be
-configured through the <code>pom.xml</code>, or by the definition
-of a system-property, because it is not known by Hibernate nor JPA
-and, hence, not picked up from their configuration!</p><br /><b>Default value is</b>: <code>true</code>.<br /><b>User property is</b>: <code>hibernate.schema.execute</code>.</td>
- </tr>
-
-<tr class="a">
-
-<td><b><a href="#force">force</a></b></td>
-
-<td><code>boolean</code></td>
-
-<td><code>1.0</code></td>
-
-<td>Force generation/execution
-
-<p>Force the generation and (if configured) the execution of the
-SQL, even if no modified or newly added annotated classes where
-found and the configuration was not changed.</p>
-
-<p><code>skip</code> takes precedence over <code>force</code>.</p>
-
-<p><b>Important:</b> This configuration value can only be
-configured through the <code>pom.xml</code>, or by the definition
-of a system-property, because it is not known by Hibernate nor JPA
-and, hence, not picked up from their configuration!</p><br /><b>Default value is</b>: <code>false</code>.<br /><b>User property is</b>: <code>hibernate.schema.force</code>.</td>
- </tr>
-
-<tr class="b">
-
-<td><b><a href="#format">format</a></b></td>
-
-<td><code>Boolean</code></td>
-
-<td><code>1.0</code></td>
-
-<td>Format output-file.<br /><b>User property is</b>: <code>hibernate.format_sql</code>.</td>
- </tr>
-
-<tr class="a">
-
-<td><b><a href="#hibernateConfig">hibernateConfig</a></b></td>
-
-<td><code>String</code></td>
-
-<td><code>1.1.0</code></td>
-
-<td>Path to Hibernate configuration file (.cfg.xml). If this parameter
-is specified, the plugin will try to load configuration values from
-a file with the given path or a ressource on the classpath with the
-given name. If both fails, the execution of the plugin will fail.
-
-<p>If this parameter is not set the plugin will load configuration
-values from a ressource named <code>hibernate.cfg.xml</code> on the
-classpath, if it is present, but will not fail if there is no such
-ressource.</p>
-
-<p>During ressource-lookup, the test-classpath takes
-precedence.</p>
-
-<p>Settings in this file will overwrite settings in the properties
-file.</p><br /></td>
- </tr>
-
-<tr class="b">
-
-<td><b><a href="#hibernateProperties">hibernateProperties</a></b></td>
-
-<td><code>String</code></td>
-
-<td><code>1.0</code></td>
-
-<td>Path to a file or name of a ressource with hibernate properties. If
-this parameter is specified, the plugin will try to load
-configuration values from a file with the given path or a ressource
-on the classpath with the given name. If both fails, the execution
-of the plugin will fail.
-
-<p>If this parameter is not set the plugin will load configuration
-values from a ressource named <code>hibernate.properties</code> on
-the classpath, if it is present, but will not fail if there is no
-such ressource.</p>
-
-<p>During ressource-lookup, the test-classpath takes
-precedence.</p><br /></td>
- </tr>
-
-<tr class="a">
-
-<td><b><a href="#implicitNamingStrategy">implicitNamingStrategy</a></b></td>
-
-<td><code>String</code></td>
-
-<td><code>2.0</code></td>
-
-<td>Implicit naming strategy<br /><b>User property is</b>: <code>hibernate.implicit_naming_strategy</code>.</td>
- </tr>
-
-<tr class="b">
-
-<td><b><a href="#mappings">mappings</a></b></td>
-
-<td><code>String</code></td>
-
-<td><code>1.0.2</code></td>
-
-<td>List of Hibernate-Mapping-Files (XML). Multiple files can be
-separated with white-spaces and/or commas.<br /><b>User property is</b>: <code>hibernate.mapping</code>.</td>
- </tr>
-
-<tr class="a">
-
-<td><b><a href="#outputDirectory">outputDirectory</a></b></td>
-
-<td><code>String</code></td>
-
-<td><code>1.0</code></td>
-
-<td>Classes-Directory to scan.
-
-<p>This parameter defaults to the maven build-output-directory for
-classes. Additionally, all dependencies are scanned for annotated
-classes.</p>
-
-<p><b>Important:</b> This configuration value can only be
-configured through the <code>pom.xml</code>, or by the definition
-of a system-property, because it is not known by Hibernate nor JPA
-and, hence, not picked up from their configuration!</p><br /><b>User property is</b>: <code>project.build.outputDirectory</code>.</td>
- </tr>
-
-<tr class="b">
-
-<td><b><a href="#outputFile">outputFile</a></b></td>
-
-<td><code>String</code></td>
-
-<td><code>1.0</code></td>
-
-<td>Output file.
-
-<p>If the specified filename is not absolut, the file will be
-created relative to the project build directory
-(<code>project.build.directory</code>).</p><br /><b>Default value is</b>: <code>update.sql</code>.<br /><b>User property is</b>: <code>hibernate.schema.update</code>.</td>
- </tr>
-
-<tr class="a">
-
-<td><b><a href="#password">password</a></b></td>
-
-<td><code>String</code></td>
-
-<td><code>1.0</code></td>
-
-<td>Database password<br /><b>User property is</b>: <code>hibernate.connection.password</code>.</td>
- </tr>
-
-<tr class="b">
-
-<td><b><a href="#persistenceUnit">persistenceUnit</a></b></td>
-
-<td><code>String</code></td>
-
-<td><code>1.1.0</code></td>
-
-<td>Name of the persistence-unit. If this parameter is specified, the
-plugin will try to load configuration values from a
-persistence-unit with the specified name. If no such
-persistence-unit can be found, the plugin will throw an exception.
-
-<p>If this parameter is not set and there is only one
-persistence-unit available, that unit will be used automatically.
-But if this parameter is not set and there are multiple
-persistence-units available on, the class-path, the execution of
-the plugin will fail.</p>
-
-<p>Settings in this file will overwrite settings in the properties
-or the configuration file.</p><br /></td>
- </tr>
-
-<tr class="a">
-
-<td><b><a href="#physicalNamingStrategy">physicalNamingStrategy</a></b></td>
-
-<td><code>String</code></td>
-
-<td><code>2.0</code></td>
-
-<td>Physical naming strategy<br /><b>User property is</b>: <code>hibernate.physical_naming_strategy</code>.</td>
- </tr>
-
-<tr class="b">
-
-<td><b><a href="#scanClasses">scanClasses</a></b></td>
-
-<td><code>Boolean</code></td>
-
-<td><code>2.0</code></td>
-
-<td>Wether the project should be scanned for annotated-classes, or not
-
-<p>This parameter is intended to allow overwriting of the parameter
-<code>exclude-unlisted-classes</code> of a
-<code>persistence-unit</code>. If not specified, it defaults to
-<code>true</code></p><br /><b>User property is</b>: <code>hibernate.schema.scan.classes</code>.</td>
- </tr>
-
-<tr class="a">
-
-<td><b><a href="#scanDependencies">scanDependencies</a></b></td>
-
-<td><code>String</code></td>
-
-<td><code>1.0.3</code></td>
-
-<td>Dependency-Scopes, that should be scanned for annotated classes.
-
-<p>By default, only dependencies in the scope <code>compile</code>
-are scanned for annotated classes. Multiple scopes can be seperated
-by white space or commas.</p>
-
-<p>If you do not want any dependencies to be scanned for annotated
-classes, set this parameter to <code>none</code>.</p>
-
-<p>The plugin does not scan for annotated classes in transitive
-dependencies. If some of your annotated classes are hidden in a
-transitive dependency, you can simply add that dependency
-explicitly.</p><br /><b>Default value is</b>: <code>compile</code>.<br /><b>User property is</b>: <code>hibernate.schema.scan.dependencies</code>.</td>
- </tr>
-
-<tr class="b">
-
-<td><b><a href="#scanTestClasses">scanTestClasses</a></b></td>
-
-<td><code>Boolean</code></td>
-
-<td><code>1.0.1</code></td>
-
-<td>Whether to scan the test-branch of the project for annotated
-classes, or not.
-
-<p>If this parameter is set to <code>true</code> the test-classes
-of the artifact will be scanned for hibernate-annotated classes
-additionally.</p>
-
-<p><b>Important:</b> This configuration value can only be
-configured through the <code>pom.xml</code>, or by the definition
-of a system-property, because it is not known by Hibernate nor JPA
-and, hence, not picked up from their configuration!</p><br /><b>Default value is</b>: <code>false</code>.<br /><b>User property is</b>: <code>hibernate.schema.scan.test_classes</code>.</td>
- </tr>
-
-<tr class="a">
-
-<td><b><a href="#show">show</a></b></td>
-
-<td><code>Boolean</code></td>
-
-<td><code>1.0</code></td>
-
-<td>Show the generated SQL in the command-line output.<br /><b>User property is</b>: <code>hibernate.show_sql</code>.</td>
- </tr>
-
-<tr class="b">
-
-<td><b><a href="#skip">skip</a></b></td>
-
-<td><code>boolean</code></td>
-
-<td><code>1.0</code></td>
-
-<td>Skip execution
-
-<p>If set to <code>true</code>, the execution is skipped.</p>
-
-<p>A skipped execution is signaled via the maven-property
-<code>${hibernate.schema.skipped}</code>.</p>
-
-<p>The execution is skipped automatically, if no modified or newly
-added annotated classes are found and the dialect was not
-changed.</p>
-
-<p><b>Important:</b> This configuration value can only be
-configured through the <code>pom.xml</code>, or by the definition
-of a system-property, because it is not known by Hibernate nor JPA
-and, hence, not picked up from their configuration!</p><br /><b>Default value is</b>: <code>${maven.test.skip}</code>.<br /><b>User property is</b>: <code>hibernate.schema.skip</code>.</td>
- </tr>
-
-<tr class="a">
-
-<td><b><a href="#testOutputDirectory">testOutputDirectory</a></b></td>
-
-<td><code>String</code></td>
-
-<td><code>1.0.2</code></td>
-
-<td>Test-Classes-Directory to scan.
-
-<p>This parameter defaults to the maven build-output-directory for
-test-classes.</p>
-
-<p>This parameter is only used, when <code>scanTestClasses</code>
-is set to <code>true</code>!</p>
-
-<p><b>Important:</b> This configuration value can only be
-configured through the <code>pom.xml</code>, or by the definition
-of a system-property, because it is not known by Hibernate nor JPA
-and, hence, not picked up from their configuration!</p><br /><b>User property is</b>: <code>project.build.testOutputDirectory</code>.</td>
- </tr>
-
-<tr class="b">
-
-<td><b><a href="#url">url</a></b></td>
-
-<td><code>String</code></td>
-
-<td><code>1.0</code></td>
-
-<td>Database URL.<br /><b>User property is</b>: <code>hibernate.connection.url</code>.</td>
- </tr>
-
-<tr class="a">
-
-<td><b><a href="#username">username</a></b></td>
-
-<td><code>String</code></td>
-
-<td><code>1.0</code></td>
-
-<td>Database username<br /><b>User property is</b>: <code>hibernate.connection.username</code>.</td>
- </tr>
- </table>
- </section>
- <section>
-<h3><a name="Parameter_Details"></a>Parameter Details</h3>
-
-<p><b><a name="createNamespaces">createNamespaces</a>:</b></p>
-
-<div>Specifies whether to automatically create also the database
-schema/catalog.</div>
-
-<ul>
-
-<li><b>Type</b>: <code>java.lang.Boolean</code></li>
-
-<li><b>Since</b>: <code>2.0</code></li>
-
-<li><b>Required</b>: <code>No</code></li>
-
-<li><b>User Property</b>: <code>hibernate.hbm2dll.create_namespaces</code></li>
-
-<li><b>Default</b>: <code>false</code></li>
- </ul><hr />
-<p><b><a name="delimiter">delimiter</a>:</b></p>
-
-<div>Delimiter in output-file.
-
-<p><b>Important:</b> This configuration value can only be
-configured through the <code>pom.xml</code>, or by the definition
-of a system-property, because it is not known by Hibernate nor JPA
-and, hence, not picked up from their configuration!</p></div>
-
-<ul>
-
-<li><b>Type</b>: <code>java.lang.String</code></li>
-
-<li><b>Since</b>: <code>1.0</code></li>
-
-<li><b>Required</b>: <code>No</code></li>
-
-<li><b>User Property</b>: <code>hibernate.hbm2ddl.delimiter</code></li>
-
-<li><b>Default</b>: <code>;</code></li>
- </ul><hr />
-<p><b><a name="dialect">dialect</a>:</b></p>
-
-<div>Hibernate dialect.</div>
-
-<ul>
-
-<li><b>Type</b>: <code>java.lang.String</code></li>
-
-<li><b>Since</b>: <code>1.0</code></li>
-
-<li><b>Required</b>: <code>No</code></li>
-
-<li><b>User Property</b>: <code>hibernate.dialect</code></li>
- </ul><hr />
-<p><b><a name="driver">driver</a>:</b></p>
-
-<div>SQL-Driver name.</div>
-
-<ul>
-
-<li><b>Type</b>: <code>java.lang.String</code></li>
-
-<li><b>Since</b>: <code>1.0</code></li>
-
-<li><b>Required</b>: <code>No</code></li>
-
-<li><b>User Property</b>: <code>hibernate.connection.driver_class</code></li>
- </ul><hr />
-<p><b><a name="execute">execute</a>:</b></p>
-
-<div>Excecute the generated SQL. If set to <code>false</code>, only the
-SQL-script is created and the database is not touched.
-
-<p><b>Important:</b> This configuration value can only be
-configured through the <code>pom.xml</code>, or by the definition
-of a system-property, because it is not known by Hibernate nor JPA
-and, hence, not picked up from their configuration!</p></div>
-
-<ul>
-
-<li><b>Type</b>: <code>java.lang.Boolean</code></li>
-
-<li><b>Since</b>: <code>2.0</code></li>
-
-<li><b>Required</b>: <code>No</code></li>
-
-<li><b>User Property</b>: <code>hibernate.schema.execute</code></li>
-
-<li><b>Default</b>: <code>true</code></li>
- </ul><hr />
-<p><b><a name="force">force</a>:</b></p>
-
-<div>Force generation/execution
-
-<p>Force the generation and (if configured) the execution of the
-SQL, even if no modified or newly added annotated classes where
-found and the configuration was not changed.</p>
-
-<p><code>skip</code> takes precedence over <code>force</code>.</p>
-
-<p><b>Important:</b> This configuration value can only be
-configured through the <code>pom.xml</code>, or by the definition
-of a system-property, because it is not known by Hibernate nor JPA
-and, hence, not picked up from their configuration!</p></div>
-
-<ul>
-
-<li><b>Type</b>: <code>boolean</code></li>
-
-<li><b>Since</b>: <code>1.0</code></li>
-
-<li><b>Required</b>: <code>No</code></li>
-
-<li><b>User Property</b>: <code>hibernate.schema.force</code></li>
-
-<li><b>Default</b>: <code>false</code></li>
- </ul><hr />
-<p><b><a name="format">format</a>:</b></p>
-
-<div>Format output-file.</div>
-
-<ul>
-
-<li><b>Type</b>: <code>java.lang.Boolean</code></li>
-
-<li><b>Since</b>: <code>1.0</code></li>
-
-<li><b>Required</b>: <code>No</code></li>
-
-<li><b>User Property</b>: <code>hibernate.format_sql</code></li>
- </ul><hr />
-<p><b><a name="hibernateConfig">hibernateConfig</a>:</b></p>
-
-<div>Path to Hibernate configuration file (.cfg.xml). If this parameter
-is specified, the plugin will try to load configuration values from
-a file with the given path or a ressource on the classpath with the
-given name. If both fails, the execution of the plugin will fail.
-
-<p>If this parameter is not set the plugin will load configuration
-values from a ressource named <code>hibernate.cfg.xml</code> on the
-classpath, if it is present, but will not fail if there is no such
-ressource.</p>
-
-<p>During ressource-lookup, the test-classpath takes
-precedence.</p>
-
-<p>Settings in this file will overwrite settings in the properties
-file.</p></div>
-
-<ul>
-
-<li><b>Type</b>: <code>java.lang.String</code></li>
-
-<li><b>Since</b>: <code>1.1.0</code></li>
-
-<li><b>Required</b>: <code>No</code></li>
- </ul><hr />
-<p><b><a name="hibernateProperties">hibernateProperties</a>:</b></p>
-
-<div>Path to a file or name of a ressource with hibernate properties. If
-this parameter is specified, the plugin will try to load
-configuration values from a file with the given path or a ressource
-on the classpath with the given name. If both fails, the execution
-of the plugin will fail.
-
-<p>If this parameter is not set the plugin will load configuration
-values from a ressource named <code>hibernate.properties</code> on
-the classpath, if it is present, but will not fail if there is no
-such ressource.</p>
-
-<p>During ressource-lookup, the test-classpath takes
-precedence.</p></div>
-
-<ul>
-
-<li><b>Type</b>: <code>java.lang.String</code></li>
-
-<li><b>Since</b>: <code>1.0</code></li>
-
-<li><b>Required</b>: <code>No</code></li>
- </ul><hr />
-<p><b><a name="implicitNamingStrategy">implicitNamingStrategy</a>:</b></p>
-
-<div>Implicit naming strategy</div>
-
-<ul>
-
-<li><b>Type</b>: <code>java.lang.String</code></li>
-
-<li><b>Since</b>: <code>2.0</code></li>
-
-<li><b>Required</b>: <code>No</code></li>
-
-<li><b>User Property</b>: <code>hibernate.implicit_naming_strategy</code></li>
- </ul><hr />
-<p><b><a name="mappings">mappings</a>:</b></p>
-
-<div>List of Hibernate-Mapping-Files (XML). Multiple files can be
-separated with white-spaces and/or commas.</div>
-
-<ul>
-
-<li><b>Type</b>: <code>java.lang.String</code></li>
-
-<li><b>Since</b>: <code>1.0.2</code></li>
-
-<li><b>Required</b>: <code>No</code></li>
-
-<li><b>User Property</b>: <code>hibernate.mapping</code></li>
- </ul><hr />
-<p><b><a name="outputDirectory">outputDirectory</a>:</b></p>
-
-<div>Classes-Directory to scan.
-
-<p>This parameter defaults to the maven build-output-directory for
-classes. Additionally, all dependencies are scanned for annotated
-classes.</p>
-
-<p><b>Important:</b> This configuration value can only be
-configured through the <code>pom.xml</code>, or by the definition
-of a system-property, because it is not known by Hibernate nor JPA
-and, hence, not picked up from their configuration!</p></div>
-
-<ul>
-
-<li><b>Type</b>: <code>java.lang.String</code></li>
-
-<li><b>Since</b>: <code>1.0</code></li>
-
-<li><b>Required</b>: <code>No</code></li>
-
-<li><b>User Property</b>: <code>project.build.outputDirectory</code></li>
- </ul><hr />
-<p><b><a name="outputFile">outputFile</a>:</b></p>
-
-<div>Output file.
-
-<p>If the specified filename is not absolut, the file will be
-created relative to the project build directory
-(<code>project.build.directory</code>).</p></div>
-
-<ul>
-
-<li><b>Type</b>: <code>java.lang.String</code></li>
-
-<li><b>Since</b>: <code>1.0</code></li>
-
-<li><b>Required</b>: <code>No</code></li>
-
-<li><b>User Property</b>: <code>hibernate.schema.update</code></li>
-
-<li><b>Default</b>: <code>update.sql</code></li>
- </ul><hr />
-<p><b><a name="password">password</a>:</b></p>
-
-<div>Database password</div>
-
-<ul>
-
-<li><b>Type</b>: <code>java.lang.String</code></li>
-
-<li><b>Since</b>: <code>1.0</code></li>
-
-<li><b>Required</b>: <code>No</code></li>
-
-<li><b>User Property</b>: <code>hibernate.connection.password</code></li>
- </ul><hr />
-<p><b><a name="persistenceUnit">persistenceUnit</a>:</b></p>
-
-<div>Name of the persistence-unit. If this parameter is specified, the
-plugin will try to load configuration values from a
-persistence-unit with the specified name. If no such
-persistence-unit can be found, the plugin will throw an exception.
-
-<p>If this parameter is not set and there is only one
-persistence-unit available, that unit will be used automatically.
-But if this parameter is not set and there are multiple
-persistence-units available on, the class-path, the execution of
-the plugin will fail.</p>
-
-<p>Settings in this file will overwrite settings in the properties
-or the configuration file.</p></div>
-
-<ul>
-
-<li><b>Type</b>: <code>java.lang.String</code></li>
-
-<li><b>Since</b>: <code>1.1.0</code></li>
-
-<li><b>Required</b>: <code>No</code></li>
- </ul><hr />
-<p><b><a name="physicalNamingStrategy">physicalNamingStrategy</a>:</b></p>
-
-<div>Physical naming strategy</div>
-
-<ul>
-
-<li><b>Type</b>: <code>java.lang.String</code></li>
-
-<li><b>Since</b>: <code>2.0</code></li>
-
-<li><b>Required</b>: <code>No</code></li>
-
-<li><b>User Property</b>: <code>hibernate.physical_naming_strategy</code></li>
- </ul><hr />
-<p><b><a name="scanClasses">scanClasses</a>:</b></p>
-
-<div>Wether the project should be scanned for annotated-classes, or not
-
-<p>This parameter is intended to allow overwriting of the parameter
-<code>exclude-unlisted-classes</code> of a
-<code>persistence-unit</code>. If not specified, it defaults to
-<code>true</code></p></div>
-
-<ul>
-
-<li><b>Type</b>: <code>java.lang.Boolean</code></li>
-
-<li><b>Since</b>: <code>2.0</code></li>
-
-<li><b>Required</b>: <code>No</code></li>
-
-<li><b>User Property</b>: <code>hibernate.schema.scan.classes</code></li>
- </ul><hr />
-<p><b><a name="scanDependencies">scanDependencies</a>:</b></p>
-
-<div>Dependency-Scopes, that should be scanned for annotated classes.
-
-<p>By default, only dependencies in the scope <code>compile</code>
-are scanned for annotated classes. Multiple scopes can be seperated
-by white space or commas.</p>
-
-<p>If you do not want any dependencies to be scanned for annotated
-classes, set this parameter to <code>none</code>.</p>
-
-<p>The plugin does not scan for annotated classes in transitive
-dependencies. If some of your annotated classes are hidden in a
-transitive dependency, you can simply add that dependency
-explicitly.</p></div>
-
-<ul>
-
-<li><b>Type</b>: <code>java.lang.String</code></li>
-
-<li><b>Since</b>: <code>1.0.3</code></li>
-
-<li><b>Required</b>: <code>No</code></li>
-
-<li><b>User Property</b>: <code>hibernate.schema.scan.dependencies</code></li>
-
-<li><b>Default</b>: <code>compile</code></li>
- </ul><hr />
-<p><b><a name="scanTestClasses">scanTestClasses</a>:</b></p>
-
-<div>Whether to scan the test-branch of the project for annotated
-classes, or not.
-
-<p>If this parameter is set to <code>true</code> the test-classes
-of the artifact will be scanned for hibernate-annotated classes
-additionally.</p>
-
-<p><b>Important:</b> This configuration value can only be
-configured through the <code>pom.xml</code>, or by the definition
-of a system-property, because it is not known by Hibernate nor JPA
-and, hence, not picked up from their configuration!</p></div>
-
-<ul>
-
-<li><b>Type</b>: <code>java.lang.Boolean</code></li>
-
-<li><b>Since</b>: <code>1.0.1</code></li>
-
-<li><b>Required</b>: <code>No</code></li>
-
-<li><b>User Property</b>: <code>hibernate.schema.scan.test_classes</code></li>
-
-<li><b>Default</b>: <code>false</code></li>
- </ul><hr />
-<p><b><a name="show">show</a>:</b></p>
-
-<div>Show the generated SQL in the command-line output.</div>
-
-<ul>
-
-<li><b>Type</b>: <code>java.lang.Boolean</code></li>
-
-<li><b>Since</b>: <code>1.0</code></li>
-
-<li><b>Required</b>: <code>No</code></li>
-
-<li><b>User Property</b>: <code>hibernate.show_sql</code></li>
- </ul><hr />
-<p><b><a name="skip">skip</a>:</b></p>
-
-<div>Skip execution
-
-<p>If set to <code>true</code>, the execution is skipped.</p>
-
-<p>A skipped execution is signaled via the maven-property
-<code>${hibernate.schema.skipped}</code>.</p>
-
-<p>The execution is skipped automatically, if no modified or newly
-added annotated classes are found and the dialect was not
-changed.</p>
-
-<p><b>Important:</b> This configuration value can only be
-configured through the <code>pom.xml</code>, or by the definition
-of a system-property, because it is not known by Hibernate nor JPA
-and, hence, not picked up from their configuration!</p></div>
-
-<ul>
-
-<li><b>Type</b>: <code>boolean</code></li>
-
-<li><b>Since</b>: <code>1.0</code></li>
-
-<li><b>Required</b>: <code>No</code></li>
-
-<li><b>User Property</b>: <code>hibernate.schema.skip</code></li>
-
-<li><b>Default</b>: <code>${maven.test.skip}</code></li>
- </ul><hr />
-<p><b><a name="testOutputDirectory">testOutputDirectory</a>:</b></p>
-
-<div>Test-Classes-Directory to scan.
-
-<p>This parameter defaults to the maven build-output-directory for
-test-classes.</p>
-
-<p>This parameter is only used, when <code>scanTestClasses</code>
-is set to <code>true</code>!</p>
-
-<p><b>Important:</b> This configuration value can only be
-configured through the <code>pom.xml</code>, or by the definition
-of a system-property, because it is not known by Hibernate nor JPA
-and, hence, not picked up from their configuration!</p></div>
-
-<ul>
-
-<li><b>Type</b>: <code>java.lang.String</code></li>
-
-<li><b>Since</b>: <code>1.0.2</code></li>
-
-<li><b>Required</b>: <code>No</code></li>
-
-<li><b>User Property</b>: <code>project.build.testOutputDirectory</code></li>
- </ul><hr />
-<p><b><a name="url">url</a>:</b></p>
-
-<div>Database URL.</div>
-
-<ul>
-
-<li><b>Type</b>: <code>java.lang.String</code></li>
-
-<li><b>Since</b>: <code>1.0</code></li>
-
-<li><b>Required</b>: <code>No</code></li>
-
-<li><b>User Property</b>: <code>hibernate.connection.url</code></li>
- </ul><hr />
-<p><b><a name="username">username</a>:</b></p>
-
-<div>Database username</div>
-
-<ul>
-
-<li><b>Type</b>: <code>java.lang.String</code></li>
-
-<li><b>Since</b>: <code>1.0</code></li>
-
-<li><b>Required</b>: <code>No</code></li>
-
-<li><b>User Property</b>: <code>hibernate.connection.username</code></li>
- </ul>
- </section>
- </section>
-
-
- </article>
- <hr />
- <h2>Page Structure as JSON</h2>
- <pre class="json">
-{
- "_titles": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": "Hibernate Maven Plugin",
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html": "CI Management",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html": "Dependencies",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html": "Maven Coordinates",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html": "Distribution Management",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html": "Licenses",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html": "Plugin Management",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html": "Plugins",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html": "Source Code Management",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html": "Summary",
- "/projects/hibernate-maven-plugin/2.1.0/team.html": "Team",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": "Project Information",
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html": "Test JavaDocs",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html": "JavaDocs",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html": "Source Xref",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html": "Test Source Xref",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html": "CPD",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html": "PMD",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html": "Plugin Documentation",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": "Project Reports",
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about": "Overview",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html": "Configuration Examples",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html": "Goal — hibernate:create",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html": "Goal — hibernate:update",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": "Goal — hibernate:drop",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html": "Goal — hibernate:help",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html": "Enable Debugging-Output",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html": "Skipping Execution",
- "/projects/hibernate-maven-plugin/2.1.0/force.html": "Force Exceution",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html": "Known Pitfalls (FAQ)"
- },
- "_childs": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": [
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html",
- "/projects/hibernate-maven-plugin/2.1.0/force.html",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": [
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html",
- "/projects/hibernate-maven-plugin/2.1.0/team.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": [
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html"
- ]
- },
- "_crumbs": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/scm.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/summary.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/team.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/team.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/skip.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/force.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/force.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html"
- ]
- },
- "_canonical": {
- "/projects/hibernate-maven-plugin/2.1.0/index.html": "/hibernate-maven-plugin/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/ci-management.html": "/hibernate-maven-plugin/ci-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependencies.html": "/hibernate-maven-plugin/dependencies.html",
- "/projects/hibernate-maven-plugin/2.1.0/dependency-info.html": "/hibernate-maven-plugin/dependency-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/distribution-management.html": "/hibernate-maven-plugin/distribution-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/licenses.html": "/hibernate-maven-plugin/licenses.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-management.html": "/hibernate-maven-plugin/plugin-management.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugins.html": "/hibernate-maven-plugin/plugins.html",
- "/projects/hibernate-maven-plugin/2.1.0/scm.html": "/hibernate-maven-plugin/scm.html",
- "/projects/hibernate-maven-plugin/2.1.0/summary.html": "/hibernate-maven-plugin/summary.html",
- "/projects/hibernate-maven-plugin/2.1.0/team.html": "/hibernate-maven-plugin/team.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-info.html": "/hibernate-maven-plugin/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/testapidocs/index.html": "/hibernate-maven-plugin/testapidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/apidocs/index.html": "/hibernate-maven-plugin/apidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref/index.html": "/hibernate-maven-plugin/xref/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/xref-test/index.html": "/hibernate-maven-plugin/xref-test/index.html",
- "/projects/hibernate-maven-plugin/2.1.0/cpd.html": "/hibernate-maven-plugin/cpd.html",
- "/projects/hibernate-maven-plugin/2.1.0/pmd.html": "/hibernate-maven-plugin/pmd.html",
- "/projects/hibernate-maven-plugin/2.1.0/plugin-info.html": "/hibernate-maven-plugin/plugin-info.html",
- "/projects/hibernate-maven-plugin/2.1.0/project-reports.html": "/hibernate-maven-plugin/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.0/index.html?about": "/hibernate-maven-plugin/index.html?about",
- "/projects/hibernate-maven-plugin/2.1.0/configuration.html": "/hibernate-maven-plugin/configuration.html",
- "/projects/hibernate-maven-plugin/2.1.0/create-mojo.html": "/hibernate-maven-plugin/create-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/update-mojo.html": "/hibernate-maven-plugin/update-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/drop-mojo.html": "/hibernate-maven-plugin/drop-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/help-mojo.html": "/hibernate-maven-plugin/help-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.0/debugging.html": "/hibernate-maven-plugin/debugging.html",
- "/projects/hibernate-maven-plugin/2.1.0/skip.html": "/hibernate-maven-plugin/skip.html",
- "/projects/hibernate-maven-plugin/2.1.0/force.html": "/hibernate-maven-plugin/force.html",
- "/projects/hibernate-maven-plugin/2.1.0/pitfalls.html": "/hibernate-maven-plugin/pitfalls.html"
- }
-}
- </pre>
- <h2>All Pages</h2>
- <p>
- <ul>
- <li><a href="index.html">Hibernate Maven Plugin</a></li><li><a href="ci-management.html">CI Management</a></li><li><a href="dependencies.html">Dependencies</a></li><li><a href="dependency-info.html">Maven Coordinates</a></li><li><a href="distribution-management.html">Distribution Management</a></li><li><a href="licenses.html">Licenses</a></li><li><a href="plugin-management.html">Plugin Management</a></li><li><a href="plugins.html">Plugins</a></li><li><a href="scm.html">Source Code Management</a></li><li><a href="summary.html">Summary</a></li><li><a href="team.html">Team</a></li><li><a href="project-info.html">Project Information</a></li><li><a href="testapidocs/index.html">Test JavaDocs</a></li><li><a href="apidocs/index.html">JavaDocs</a></li><li><a href="xref/index.html">Source Xref</a></li><li><a href="xref-test/index.html">Test Source Xref</a></li><li><a href="cpd.html">CPD</a></li><li><a href="pmd.html">PMD</a></li><li><a href="plugin-info.html">Plugin Documentation</a></li><li><a href="project-reports.html">Project Reports</a></li><li><a href="index.html?about">Overview</a></li><li><a href="configuration.html">Configuration Examples</a></li><li><a href="create-mojo.html">Goal — hibernate:create</a></li><li><a href="update-mojo.html">Goal — hibernate:update</a></li><li><a href="drop-mojo.html">Goal — hibernate:drop</a></li><li><a href="help-mojo.html">Goal — hibernate:help</a></li><li><a href="debugging.html">Enable Debugging-Output</a></li><li><a href="skip.html">Skipping Execution</a></li><li><a href="force.html">Force Exceution</a></li><li><a href="pitfalls.html">Known Pitfalls (FAQ)</a></li> </ul>
- </p>
- </body>
-</html>
+++ /dev/null
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xml:lang="en" lang="en">
- <head>
- <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
- <title>All Classes</title>
- <link rel="stylesheet" type="text/css" href="stylesheet.css" title="style" />
- </head>
- <body>
-
- <h3>All Classes</h3>
-
- <ul>
- <li>
- <a href="de/juplo/test/FileComparator.html" target="classFrame">FileComparator</a>
- </li>
- </ul>
-
- </body>
- </html>
+++ /dev/null
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head><meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-<title>FileComparator xref</title>
-<link type="text/css" rel="stylesheet" href="../../../stylesheet.css" />
-</head>
-<body>
-<div id="overview"><a href="../../../../testapidocs/de/juplo/test/FileComparator.html">View Javadoc</a></div><pre>
-<a class="jxr_linenumber" name="L1" href="#L1">1</a> <strong class="jxr_keyword">package</strong> de.juplo.test;
-<a class="jxr_linenumber" name="L2" href="#L2">2</a>
-<a class="jxr_linenumber" name="L3" href="#L3">3</a> <strong class="jxr_keyword">import</strong> java.io.BufferedReader;
-<a class="jxr_linenumber" name="L4" href="#L4">4</a> <strong class="jxr_keyword">import</strong> java.io.File;
-<a class="jxr_linenumber" name="L5" href="#L5">5</a> <strong class="jxr_keyword">import</strong> java.io.FileNotFoundException;
-<a class="jxr_linenumber" name="L6" href="#L6">6</a> <strong class="jxr_keyword">import</strong> java.io.FileReader;
-<a class="jxr_linenumber" name="L7" href="#L7">7</a> <strong class="jxr_keyword">import</strong> java.io.IOException;
-<a class="jxr_linenumber" name="L8" href="#L8">8</a>
-<a class="jxr_linenumber" name="L9" href="#L9">9</a>
-<a class="jxr_linenumber" name="L10" href="#L10">10</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">class</strong> <a href="../../../de/juplo/test/FileComparator.html">FileComparator</a>
-<a class="jxr_linenumber" name="L11" href="#L11">11</a> {
-<a class="jxr_linenumber" name="L12" href="#L12">12</a> <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">final</strong> File basedir;
-<a class="jxr_linenumber" name="L13" href="#L13">13</a> <strong class="jxr_keyword">private</strong> BufferedReader expectedReader;
-<a class="jxr_linenumber" name="L14" href="#L14">14</a> <strong class="jxr_keyword">private</strong> BufferedReader foundReader;
-<a class="jxr_linenumber" name="L15" href="#L15">15</a>
-<a class="jxr_linenumber" name="L16" href="#L16">16</a> <strong class="jxr_keyword">public</strong> <a href="../../../de/juplo/test/FileComparator.html">FileComparator</a>(File basedir)
-<a class="jxr_linenumber" name="L17" href="#L17">17</a> {
-<a class="jxr_linenumber" name="L18" href="#L18">18</a> <strong class="jxr_keyword">this</strong>.basedir = basedir;
-<a class="jxr_linenumber" name="L19" href="#L19">19</a> }
-<a class="jxr_linenumber" name="L20" href="#L20">20</a>
-<a class="jxr_linenumber" name="L21" href="#L21">21</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">boolean</strong> isEqual(<strong class="jxr_keyword">final</strong> String expectedFile, <strong class="jxr_keyword">final</strong> String foundFile)
-<a class="jxr_linenumber" name="L22" href="#L22">22</a> <strong class="jxr_keyword">throws</strong>
-<a class="jxr_linenumber" name="L23" href="#L23">23</a> FileNotFoundException,
-<a class="jxr_linenumber" name="L24" href="#L24">24</a> IOException
-<a class="jxr_linenumber" name="L25" href="#L25">25</a> {
-<a class="jxr_linenumber" name="L26" href="#L26">26</a> File file;
-<a class="jxr_linenumber" name="L27" href="#L27">27</a> String expected, found;
-<a class="jxr_linenumber" name="L28" href="#L28">28</a>
-<a class="jxr_linenumber" name="L29" href="#L29">29</a> file = <strong class="jxr_keyword">new</strong> File(basedir, expectedFile);
-<a class="jxr_linenumber" name="L30" href="#L30">30</a> expectedReader = <strong class="jxr_keyword">new</strong> BufferedReader(<strong class="jxr_keyword">new</strong> FileReader(file));
-<a class="jxr_linenumber" name="L31" href="#L31">31</a>
-<a class="jxr_linenumber" name="L32" href="#L32">32</a> file = <strong class="jxr_keyword">new</strong> File(basedir, foundFile);
-<a class="jxr_linenumber" name="L33" href="#L33">33</a> foundReader = <strong class="jxr_keyword">new</strong> BufferedReader(<strong class="jxr_keyword">new</strong> FileReader(file));
-<a class="jxr_linenumber" name="L34" href="#L34">34</a>
-<a class="jxr_linenumber" name="L35" href="#L35">35</a>
-<a class="jxr_linenumber" name="L36" href="#L36">36</a> <strong class="jxr_keyword">while</strong> ((expected = expectedReader.readLine()) != <strong class="jxr_keyword">null</strong>)
-<a class="jxr_linenumber" name="L37" href="#L37">37</a> {
-<a class="jxr_linenumber" name="L38" href="#L38">38</a> found = foundReader.readLine();
-<a class="jxr_linenumber" name="L39" href="#L39">39</a> <strong class="jxr_keyword">if</strong> (!expected.equals(found))
-<a class="jxr_linenumber" name="L40" href="#L40">40</a> {
-<a class="jxr_linenumber" name="L41" href="#L41">41</a> System.err.println(<span class="jxr_string">"Mismatch!"</span>);
-<a class="jxr_linenumber" name="L42" href="#L42">42</a> System.err.println(<span class="jxr_string">"Expected: "</span> + expected);
-<a class="jxr_linenumber" name="L43" href="#L43">43</a> System.err.println(<span class="jxr_string">"Found: "</span> + found);
-<a class="jxr_linenumber" name="L44" href="#L44">44</a> <strong class="jxr_keyword">return</strong> false;
-<a class="jxr_linenumber" name="L45" href="#L45">45</a> }
-<a class="jxr_linenumber" name="L46" href="#L46">46</a> }
-<a class="jxr_linenumber" name="L47" href="#L47">47</a>
-<a class="jxr_linenumber" name="L48" href="#L48">48</a> <strong class="jxr_keyword">if</strong> ((found = foundReader.readLine()) != <strong class="jxr_keyword">null</strong>)
-<a class="jxr_linenumber" name="L49" href="#L49">49</a> {
-<a class="jxr_linenumber" name="L50" href="#L50">50</a> System.err.println(<span class="jxr_string">"Found more content than expected!"</span>);
-<a class="jxr_linenumber" name="L51" href="#L51">51</a> System.err.println(<span class="jxr_string">"Starting with: "</span> + found);
-<a class="jxr_linenumber" name="L52" href="#L52">52</a> <strong class="jxr_keyword">return</strong> false;
-<a class="jxr_linenumber" name="L53" href="#L53">53</a> }
-<a class="jxr_linenumber" name="L54" href="#L54">54</a>
-<a class="jxr_linenumber" name="L55" href="#L55">55</a> <strong class="jxr_keyword">return</strong> <strong class="jxr_keyword">true</strong>;
-<a class="jxr_linenumber" name="L56" href="#L56">56</a> }
-<a class="jxr_linenumber" name="L57" href="#L57">57</a> }
-</pre>
-<hr/>
-<div id="footer">Copyright © 2025. All rights reserved.</div>
-</body>
-</html>
+++ /dev/null
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xml:lang="en" lang="en">
- <head>
- <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
- <title>Hibernate Maven Plugin 2.1.0 Reference Package de.juplo.test</title>
- <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="style" />
- </head>
- <body>
-
- <h3>
- <a href="package-summary.html" target="classFrame">de.juplo.test</a>
- </h3>
-
- <h3>Classes</h3>
-
- <ul>
- <li>
- <a href="FileComparator.html" target="classFrame">FileComparator</a>
- </li>
- </ul>
-
- </body>
-</html>
\ No newline at end of file
+++ /dev/null
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xml:lang="en" lang="en">
- <head>
- <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
- <title>Hibernate Maven Plugin 2.1.0 Reference Package de.juplo.test</title>
- <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="style" />
- </head>
- <body>
- <div class="overview">
- <ul>
- <li>
- <a href="../../../overview-summary.html">Overview</a>
- </li>
- <li class="selected">Package</li>
- </ul>
- </div>
- <div class="framenoframe">
- <ul>
- <li>
- <a href="../../../index.html" target="_top">FRAMES</a>
- </li>
- <li>
- <a href="package-summary.html" target="_top">NO FRAMES</a>
- </li>
- </ul>
- </div>
-
- <h2>Package de.juplo.test</h2>
-
- <table class="summary">
- <thead>
- <tr>
- <th>Class Summary</th>
- </tr>
- </thead>
- <tbody>
- <tr>
- <td>
- <a href="FileComparator.html" target="classFrame">FileComparator</a>
- </td>
- </tr>
- </tbody>
- </table>
-
- <div class="overview">
- <ul>
- <li>
- <a href="../../../overview-summary.html">Overview</a>
- </li>
- <li class="selected">Package</li>
- </ul>
- </div>
- <div class="framenoframe">
- <ul>
- <li>
- <a href="../../../index.html" target="_top">FRAMES</a>
- </li>
- <li>
- <a href="package-summary.html" target="_top">NO FRAMES</a>
- </li>
- </ul>
- </div>
- <hr />
- <div id="footer">
- Copyright © 2025. All rights reserved.
- </div>
- </body>
-</html>
\ No newline at end of file
+++ /dev/null
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
-<html xml:lang="en" lang="en">
-<!-- this is a JXR report set -->
- <head>
- <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
- <title>Hibernate Maven Plugin 2.1.0 Reference</title>
- </head>
- <frameset cols="20%,80%">
- <frameset rows="30%,70%">
- <frame src="overview-frame.html" name="packageListFrame" />
- <frame src="allclasses-frame.html" name="packageFrame" />
- </frameset>
- <frame src="overview-summary.html" name="classFrame" />
- <noframes>
- <body>
- <h1>Frame Alert</h1>
- <p>
- You don't have frames. Go <a href="overview-summary.html">here</a>
- </p>
- </body>
- </noframes>
- </frameset>
-</html>
-
+++ /dev/null
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xml:lang="en" lang="en">
- <head>
- <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
- <title>Hibernate Maven Plugin 2.1.0 Reference</title>
- <link rel="stylesheet" type="text/css" href="stylesheet.css" title="style" />
- </head>
- <body>
-
- <h3>
- <a href="allclasses-frame.html" target="packageFrame">All Classes</a>
- </h3>
-
- <h3>Packages</h3>
-
- <ul>
- <li>
- <a href="de/juplo/test/package-frame.html" target="packageFrame">de.juplo.test</a>
- </li>
- </ul>
-
- </body>
-</html>
-
+++ /dev/null
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xml:lang="en" lang="en">
- <head>
- <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
- <title>Hibernate Maven Plugin 2.1.0 Reference</title>
- <link rel="stylesheet" type="text/css" href="stylesheet.css" title="style" />
- </head>
- <body>
- <div class="overview">
- <ul>
- <li class="selected">Overview</li>
- <li>Package</li>
- </ul>
- </div>
- <div class="framenoframe">
- <ul>
- <li>
- <a href="index.html" target="_top">FRAMES</a>
- </li>
- <li>
- <a href="overview-summary.html" target="_top">NO FRAMES</a>
- </li>
- </ul>
- </div>
-
- <h2>Hibernate Maven Plugin 2.1.0 Reference</h2>
-
- <table class="summary">
- <thead>
- <tr>
- <th>Packages</th>
- </tr>
- </thead>
- <tbody>
- <tr>
- <td>
- <a href="de/juplo/test/package-summary.html">de.juplo.test</a>
- </td>
- </tr>
- </tbody>
- </table>
-
- <div class="overview">
- <ul>
- <li class="selected">Overview</li>
- <li>Package</li>
- </ul>
- </div>
- <div class="framenoframe">
- <ul>
- <li>
- <a href="index.html" target="_top">FRAMES</a>
- </li>
- <li>
- <a href="overview-summary.html" target="_top">NO FRAMES</a>
- </li>
- </ul>
- </div>
-
- <hr />
- <div id="footer">
- Copyright © 2025. All rights reserved.
- </div>
- </body>
-</html>
\ No newline at end of file
+++ /dev/null
-/* Javadoc style sheet */
-/* Define colors, fonts and other style attributes here to override the defaults */
-body {
- background-color: #fff;
- font-family: Arial, Helvetica, sans-serif;
-}
-
-a:link {
- color: #00f;
-}
-a:visited {
- color: #00a;
-}
-
-a:active, a:hover {
- color: #f30 !important;
-}
-
-ul, li {
- list-style-type:none;
- margin:0;
- padding:0;
-}
-
-table td {
- padding: 3px;
- border: 1px solid #000;
-}
-table {
- width:100%;
- border: 1px solid #000;
- border-collapse: collapse;
-}
-
-div.overview {
- background-color:#ddd;
- padding: 4px 4px 4px 0;
-}
-div.overview li, div.framenoframe li {
- display: inline;
-}
-div.framenoframe {
- text-align: center;
- font-size: x-small;
-}
-div.framenoframe li {
- margin: 0 3px 0 3px;
-}
-div.overview li {
- margin:3px 3px 0 3px;
- padding: 4px;
-}
-li.selected {
- background-color:#888;
- color: #fff;
- font-weight: bold;
-}
-
-table.summary {
- margin-bottom: 20px;
-}
-table.summary td, table.summary th {
- font-weight: bold;
- text-align: left;
- padding: 3px;
-}
-table.summary th {
- background-color:#036;
- color: #fff;
-}
-table.summary td {
- background-color:#eee;
- border: 1px solid black;
-}
-
-em {
- color: #A00;
-}
-em.comment {
- color: #390;
-}
-.string {
- color: #009;
-}
-
-#overview {
- padding:2px;
-}
-
-hr {
- height: 1px;
- color: #000;
-}
-
-/* JXR style sheet */
-.jxr_comment
-{
- color: #390;
-}
-
-.jxr_javadoccomment
-{
- color: #A00;
-}
-
-.jxr_string
-{
- color: #009;
-}
-
-.jxr_keyword
-{
- color: #000;
-}
+++ /dev/null
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xml:lang="en" lang="en">
- <head>
- <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
- <title>All Classes</title>
- <link rel="stylesheet" type="text/css" href="stylesheet.css" title="style" />
- </head>
- <body>
-
- <h3>All Classes</h3>
-
- <ul>
- <li>
- <a href="de/juplo/plugins/hibernate/AbstractSchemaMojo.html" target="classFrame">AbstractSchemaMojo</a>
- </li>
- <li>
- <a href="de/juplo/plugins/hibernate/CreateMojo.html" target="classFrame">CreateMojo</a>
- </li>
- <li>
- <a href="de/juplo/plugins/hibernate/SimpleConnectionProvider.html" target="classFrame">DriverProxy</a>
- </li>
- <li>
- <a href="de/juplo/plugins/hibernate/DropMojo.html" target="classFrame">DropMojo</a>
- </li>
- <li>
- <a href="de/juplo/plugins/hibernate/HelpMojo.html" target="classFrame">HelpMojo</a>
- </li>
- <li>
- <a href="de/juplo/plugins/hibernate/ModificationTracker.html" target="classFrame">ModificationTracker</a>
- </li>
- <li>
- <a href="de/juplo/plugins/hibernate/MutableClassLoader.html" target="classFrame">MutableClassLoader</a>
- </li>
- <li>
- <a href="de/juplo/plugins/hibernate/SimpleConnectionProvider.html" target="classFrame">SimpleConnectionProvider</a>
- </li>
- <li>
- <a href="de/juplo/plugins/hibernate/UpdateMojo.html" target="classFrame">UpdateMojo</a>
- </li>
- </ul>
-
- </body>
- </html>
+++ /dev/null
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head><meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-<title>AbstractSchemaMojo xref</title>
-<link type="text/css" rel="stylesheet" href="../../../../stylesheet.css" />
-</head>
-<body>
-<div id="overview"><a href="../../../../../apidocs/de/juplo/plugins/hibernate/AbstractSchemaMojo.html">View Javadoc</a></div><pre>
-<a class="jxr_linenumber" name="L1" href="#L1">1</a> <strong class="jxr_keyword">package</strong> de.juplo.plugins.hibernate;
-<a class="jxr_linenumber" name="L2" href="#L2">2</a>
-<a class="jxr_linenumber" name="L3" href="#L3">3</a>
-<a class="jxr_linenumber" name="L4" href="#L4">4</a> <strong class="jxr_keyword">import</strong> com.pyx4j.log4j.MavenLogAppender;
-<a class="jxr_linenumber" name="L5" href="#L5">5</a> <strong class="jxr_keyword">import</strong> java.io.File;
-<a class="jxr_linenumber" name="L6" href="#L6">6</a> <strong class="jxr_keyword">import</strong> java.io.FileInputStream;
-<a class="jxr_linenumber" name="L7" href="#L7">7</a> <strong class="jxr_keyword">import</strong> java.io.FileOutputStream;
-<a class="jxr_linenumber" name="L8" href="#L8">8</a> <strong class="jxr_keyword">import</strong> java.io.IOException;
-<a class="jxr_linenumber" name="L9" href="#L9">9</a> <strong class="jxr_keyword">import</strong> java.io.InputStream;
-<a class="jxr_linenumber" name="L10" href="#L10">10</a> <strong class="jxr_keyword">import</strong> java.net.MalformedURLException;
-<a class="jxr_linenumber" name="L11" href="#L11">11</a> <strong class="jxr_keyword">import</strong> java.net.URL;
-<a class="jxr_linenumber" name="L12" href="#L12">12</a> <strong class="jxr_keyword">import</strong> java.security.NoSuchAlgorithmException;
-<a class="jxr_linenumber" name="L13" href="#L13">13</a> <strong class="jxr_keyword">import</strong> java.time.ZonedDateTime;
-<a class="jxr_linenumber" name="L14" href="#L14">14</a> <strong class="jxr_keyword">import</strong> java.util.Collections;
-<a class="jxr_linenumber" name="L15" href="#L15">15</a> <strong class="jxr_keyword">import</strong> java.util.EnumSet;
-<a class="jxr_linenumber" name="L16" href="#L16">16</a> <strong class="jxr_keyword">import</strong> java.util.HashMap;
-<a class="jxr_linenumber" name="L17" href="#L17">17</a> <strong class="jxr_keyword">import</strong> java.util.HashSet;
-<a class="jxr_linenumber" name="L18" href="#L18">18</a> <strong class="jxr_keyword">import</strong> java.util.Iterator;
-<a class="jxr_linenumber" name="L19" href="#L19">19</a> <strong class="jxr_keyword">import</strong> java.util.LinkedHashSet;
-<a class="jxr_linenumber" name="L20" href="#L20">20</a> <strong class="jxr_keyword">import</strong> java.util.List;
-<a class="jxr_linenumber" name="L21" href="#L21">21</a> <strong class="jxr_keyword">import</strong> java.util.Map;
-<a class="jxr_linenumber" name="L22" href="#L22">22</a> <strong class="jxr_keyword">import</strong> java.util.Map.Entry;
-<a class="jxr_linenumber" name="L23" href="#L23">23</a> <strong class="jxr_keyword">import</strong> java.util.Properties;
-<a class="jxr_linenumber" name="L24" href="#L24">24</a> <strong class="jxr_keyword">import</strong> java.util.Set;
-<a class="jxr_linenumber" name="L25" href="#L25">25</a> <strong class="jxr_keyword">import</strong> java.util.regex.Matcher;
-<a class="jxr_linenumber" name="L26" href="#L26">26</a> <strong class="jxr_keyword">import</strong> java.util.regex.Pattern;
-<a class="jxr_linenumber" name="L27" href="#L27">27</a> <strong class="jxr_keyword">import</strong> javax.persistence.Embeddable;
-<a class="jxr_linenumber" name="L28" href="#L28">28</a> <strong class="jxr_keyword">import</strong> javax.persistence.Entity;
-<a class="jxr_linenumber" name="L29" href="#L29">29</a> <strong class="jxr_keyword">import</strong> javax.persistence.MappedSuperclass;
-<a class="jxr_linenumber" name="L30" href="#L30">30</a> <strong class="jxr_keyword">import</strong> javax.persistence.spi.PersistenceUnitTransactionType;
-<a class="jxr_linenumber" name="L31" href="#L31">31</a> <strong class="jxr_keyword">import</strong> org.apache.maven.artifact.Artifact;
-<a class="jxr_linenumber" name="L32" href="#L32">32</a> <strong class="jxr_keyword">import</strong> org.apache.maven.model.Resource;
-<a class="jxr_linenumber" name="L33" href="#L33">33</a> <strong class="jxr_keyword">import</strong> org.apache.maven.plugin.AbstractMojo;
-<a class="jxr_linenumber" name="L34" href="#L34">34</a> <strong class="jxr_keyword">import</strong> org.apache.maven.plugin.MojoExecutionException;
-<a class="jxr_linenumber" name="L35" href="#L35">35</a> <strong class="jxr_keyword">import</strong> org.apache.maven.plugin.MojoFailureException;
-<a class="jxr_linenumber" name="L36" href="#L36">36</a> <strong class="jxr_keyword">import</strong> org.apache.maven.project.MavenProject;
-<a class="jxr_linenumber" name="L37" href="#L37">37</a> <strong class="jxr_keyword">import</strong> org.hibernate.boot.MetadataBuilder;
-<a class="jxr_linenumber" name="L38" href="#L38">38</a> <strong class="jxr_keyword">import</strong> org.hibernate.boot.MetadataSources;
-<a class="jxr_linenumber" name="L39" href="#L39">39</a> <strong class="jxr_keyword">import</strong> org.hibernate.boot.cfgxml.internal.ConfigLoader;
-<a class="jxr_linenumber" name="L40" href="#L40">40</a> <strong class="jxr_keyword">import</strong> org.hibernate.boot.cfgxml.spi.LoadedConfig;
-<a class="jxr_linenumber" name="L41" href="#L41">41</a> <strong class="jxr_keyword">import</strong> org.hibernate.boot.cfgxml.spi.MappingReference;
-<a class="jxr_linenumber" name="L42" href="#L42">42</a> <strong class="jxr_keyword">import</strong> org.hibernate.boot.model.naming.ImplicitNamingStrategy;
-<a class="jxr_linenumber" name="L43" href="#L43">43</a> <strong class="jxr_keyword">import</strong> org.hibernate.boot.model.naming.PhysicalNamingStrategy;
-<a class="jxr_linenumber" name="L44" href="#L44">44</a> <strong class="jxr_keyword">import</strong> org.hibernate.boot.registry.BootstrapServiceRegistry;
-<a class="jxr_linenumber" name="L45" href="#L45">45</a> <strong class="jxr_keyword">import</strong> org.hibernate.boot.registry.BootstrapServiceRegistryBuilder;
-<a class="jxr_linenumber" name="L46" href="#L46">46</a> <strong class="jxr_keyword">import</strong> org.hibernate.boot.registry.StandardServiceRegistry;
-<a class="jxr_linenumber" name="L47" href="#L47">47</a> <strong class="jxr_keyword">import</strong> org.hibernate.boot.registry.StandardServiceRegistryBuilder;
-<a class="jxr_linenumber" name="L48" href="#L48">48</a> <strong class="jxr_keyword">import</strong> org.hibernate.boot.registry.classloading.spi.ClassLoaderService;
-<a class="jxr_linenumber" name="L49" href="#L49">49</a> <strong class="jxr_keyword">import</strong> org.hibernate.boot.registry.classloading.spi.ClassLoadingException;
-<a class="jxr_linenumber" name="L50" href="#L50">50</a> <strong class="jxr_keyword">import</strong> org.hibernate.boot.registry.selector.spi.StrategySelector;
-<a class="jxr_linenumber" name="L51" href="#L51">51</a> <strong class="jxr_keyword">import</strong> org.hibernate.boot.spi.MetadataImplementor;
-<a class="jxr_linenumber" name="L52" href="#L52">52</a> <strong class="jxr_keyword">import</strong> org.hibernate.cfg.AvailableSettings;
-<a class="jxr_linenumber" name="L53" href="#L53">53</a> <strong class="jxr_keyword">import</strong> <strong class="jxr_keyword">static</strong> org.hibernate.cfg.AvailableSettings.DIALECT;
-<a class="jxr_linenumber" name="L54" href="#L54">54</a> <strong class="jxr_keyword">import</strong> <strong class="jxr_keyword">static</strong> org.hibernate.cfg.AvailableSettings.DRIVER;
-<a class="jxr_linenumber" name="L55" href="#L55">55</a> <strong class="jxr_keyword">import</strong> <strong class="jxr_keyword">static</strong> org.hibernate.cfg.AvailableSettings.FORMAT_SQL;
-<a class="jxr_linenumber" name="L56" href="#L56">56</a> <strong class="jxr_keyword">import</strong> <strong class="jxr_keyword">static</strong> org.hibernate.cfg.AvailableSettings.HBM2DDL_DELIMITER;
-<a class="jxr_linenumber" name="L57" href="#L57">57</a> <strong class="jxr_keyword">import</strong> <strong class="jxr_keyword">static</strong> org.hibernate.cfg.AvailableSettings.HBM2DLL_CREATE_NAMESPACES;
-<a class="jxr_linenumber" name="L58" href="#L58">58</a> <strong class="jxr_keyword">import</strong> <strong class="jxr_keyword">static</strong> org.hibernate.cfg.AvailableSettings.IMPLICIT_NAMING_STRATEGY;
-<a class="jxr_linenumber" name="L59" href="#L59">59</a> <strong class="jxr_keyword">import</strong> <strong class="jxr_keyword">static</strong> org.hibernate.cfg.AvailableSettings.JPA_JDBC_DRIVER;
-<a class="jxr_linenumber" name="L60" href="#L60">60</a> <strong class="jxr_keyword">import</strong> <strong class="jxr_keyword">static</strong> org.hibernate.cfg.AvailableSettings.JPA_JDBC_PASSWORD;
-<a class="jxr_linenumber" name="L61" href="#L61">61</a> <strong class="jxr_keyword">import</strong> <strong class="jxr_keyword">static</strong> org.hibernate.cfg.AvailableSettings.JPA_JDBC_URL;
-<a class="jxr_linenumber" name="L62" href="#L62">62</a> <strong class="jxr_keyword">import</strong> <strong class="jxr_keyword">static</strong> org.hibernate.cfg.AvailableSettings.JPA_JDBC_USER;
-<a class="jxr_linenumber" name="L63" href="#L63">63</a> <strong class="jxr_keyword">import</strong> <strong class="jxr_keyword">static</strong> org.hibernate.cfg.AvailableSettings.PASS;
-<a class="jxr_linenumber" name="L64" href="#L64">64</a> <strong class="jxr_keyword">import</strong> <strong class="jxr_keyword">static</strong> org.hibernate.cfg.AvailableSettings.PHYSICAL_NAMING_STRATEGY;
-<a class="jxr_linenumber" name="L65" href="#L65">65</a> <strong class="jxr_keyword">import</strong> <strong class="jxr_keyword">static</strong> org.hibernate.cfg.AvailableSettings.SHOW_SQL;
-<a class="jxr_linenumber" name="L66" href="#L66">66</a> <strong class="jxr_keyword">import</strong> <strong class="jxr_keyword">static</strong> org.hibernate.cfg.AvailableSettings.USER;
-<a class="jxr_linenumber" name="L67" href="#L67">67</a> <strong class="jxr_keyword">import</strong> <strong class="jxr_keyword">static</strong> org.hibernate.cfg.AvailableSettings.URL;
-<a class="jxr_linenumber" name="L68" href="#L68">68</a> <strong class="jxr_keyword">import</strong> org.hibernate.engine.config.spi.ConfigurationService;
-<a class="jxr_linenumber" name="L69" href="#L69">69</a> <strong class="jxr_keyword">import</strong> org.hibernate.engine.jdbc.connections.spi.ConnectionProvider;
-<a class="jxr_linenumber" name="L70" href="#L70">70</a> <strong class="jxr_keyword">import</strong> org.hibernate.internal.util.config.ConfigurationException;
-<a class="jxr_linenumber" name="L71" href="#L71">71</a> <strong class="jxr_keyword">import</strong> org.hibernate.jpa.boot.internal.ParsedPersistenceXmlDescriptor;
-<a class="jxr_linenumber" name="L72" href="#L72">72</a> <strong class="jxr_keyword">import</strong> org.hibernate.jpa.boot.internal.PersistenceXmlParser;
-<a class="jxr_linenumber" name="L73" href="#L73">73</a> <strong class="jxr_keyword">import</strong> org.hibernate.tool.schema.TargetType;
-<a class="jxr_linenumber" name="L74" href="#L74">74</a> <strong class="jxr_keyword">import</strong> org.hibernate.tool.schema.internal.ExceptionHandlerCollectingImpl;
-<a class="jxr_linenumber" name="L75" href="#L75">75</a> <strong class="jxr_keyword">import</strong> org.hibernate.tool.schema.internal.exec.ScriptTargetOutputToFile;
-<a class="jxr_linenumber" name="L76" href="#L76">76</a> <strong class="jxr_keyword">import</strong> org.hibernate.tool.schema.spi.ExecutionOptions;
-<a class="jxr_linenumber" name="L77" href="#L77">77</a> <strong class="jxr_keyword">import</strong> org.hibernate.tool.schema.spi.SchemaManagementToolCoordinator;
-<a class="jxr_linenumber" name="L78" href="#L78">78</a> <strong class="jxr_keyword">import</strong> org.hibernate.tool.schema.spi.ScriptTargetOutput;
-<a class="jxr_linenumber" name="L79" href="#L79">79</a> <strong class="jxr_keyword">import</strong> org.hibernate.tool.schema.spi.TargetDescriptor;
-<a class="jxr_linenumber" name="L80" href="#L80">80</a> <strong class="jxr_keyword">import</strong> org.scannotation.AnnotationDB;
-<a class="jxr_linenumber" name="L81" href="#L81">81</a>
-<a class="jxr_linenumber" name="L82" href="#L82">82</a>
-<a class="jxr_linenumber" name="L83" href="#L83">83</a> <em class="jxr_javadoccomment">/**</em>
-<a class="jxr_linenumber" name="L84" href="#L84">84</a> <em class="jxr_javadoccomment"> * Baseclass with common attributes and methods.</em>
-<a class="jxr_linenumber" name="L85" href="#L85">85</a> <em class="jxr_javadoccomment"> *</em>
-<a class="jxr_linenumber" name="L86" href="#L86">86</a> <em class="jxr_javadoccomment"> * @phase process-classes</em>
-<a class="jxr_linenumber" name="L87" href="#L87">87</a> <em class="jxr_javadoccomment"> * @threadSafe</em>
-<a class="jxr_linenumber" name="L88" href="#L88">88</a> <em class="jxr_javadoccomment"> * @requiresDependencyResolution runtime</em>
-<a class="jxr_linenumber" name="L89" href="#L89">89</a> <em class="jxr_javadoccomment"> */</em>
-<a class="jxr_linenumber" name="L90" href="#L90">90</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">abstract</strong> <strong class="jxr_keyword">class</strong> <a href="../../../../de/juplo/plugins/hibernate/AbstractSchemaMojo.html">AbstractSchemaMojo</a> <strong class="jxr_keyword">extends</strong> AbstractMojo
-<a class="jxr_linenumber" name="L91" href="#L91">91</a> {
-<a class="jxr_linenumber" name="L92" href="#L92">92</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">final</strong> <strong class="jxr_keyword">static</strong> String EXECUTE = <span class="jxr_string">"hibernate.schema.execute"</span>;
-<a class="jxr_linenumber" name="L93" href="#L93">93</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">final</strong> <strong class="jxr_keyword">static</strong> String OUTPUTDIRECTORY = <span class="jxr_string">"project.build.outputDirectory"</span>;
-<a class="jxr_linenumber" name="L94" href="#L94">94</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">final</strong> <strong class="jxr_keyword">static</strong> String SCAN_CLASSES = <span class="jxr_string">"hibernate.schema.scan.classes"</span>;
-<a class="jxr_linenumber" name="L95" href="#L95">95</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">final</strong> <strong class="jxr_keyword">static</strong> String SCAN_DEPENDENCIES = <span class="jxr_string">"hibernate.schema.scan.dependencies"</span>;
-<a class="jxr_linenumber" name="L96" href="#L96">96</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">final</strong> <strong class="jxr_keyword">static</strong> String SCAN_TESTCLASSES = <span class="jxr_string">"hibernate.schema.scan.test_classes"</span>;
-<a class="jxr_linenumber" name="L97" href="#L97">97</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">final</strong> <strong class="jxr_keyword">static</strong> String TEST_OUTPUTDIRECTORY = <span class="jxr_string">"project.build.testOutputDirectory"</span>;
-<a class="jxr_linenumber" name="L98" href="#L98">98</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">final</strong> <strong class="jxr_keyword">static</strong> String SKIPPED = <span class="jxr_string">"hibernate.schema.skipped"</span>;
-<a class="jxr_linenumber" name="L99" href="#L99">99</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">final</strong> <strong class="jxr_keyword">static</strong> String SCRIPT = <span class="jxr_string">"hibernate.schema.script"</span>;
-<a class="jxr_linenumber" name="L100" href="#L100">100</a>
-<a class="jxr_linenumber" name="L101" href="#L101">101</a> <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">final</strong> <strong class="jxr_keyword">static</strong> Pattern SPLIT = Pattern.compile(<span class="jxr_string">"[^,\\s]+"</span>);
-<a class="jxr_linenumber" name="L102" href="#L102">102</a>
-<a class="jxr_linenumber" name="L103" href="#L103">103</a> <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">final</strong> Set<String> packages = <strong class="jxr_keyword">new</strong> HashSet<String>();
-<a class="jxr_linenumber" name="L104" href="#L104">104</a>
-<a class="jxr_linenumber" name="L105" href="#L105">105</a>
-<a class="jxr_linenumber" name="L106" href="#L106">106</a> <em class="jxr_javadoccomment">/**</em>
-<a class="jxr_linenumber" name="L107" href="#L107">107</a> <em class="jxr_javadoccomment"> * The maven project.</em>
-<a class="jxr_linenumber" name="L108" href="#L108">108</a> <em class="jxr_javadoccomment"> * <p></em>
-<a class="jxr_linenumber" name="L109" href="#L109">109</a> <em class="jxr_javadoccomment"> * Only needed internally.</em>
-<a class="jxr_linenumber" name="L110" href="#L110">110</a> <em class="jxr_javadoccomment"> *</em>
-<a class="jxr_linenumber" name="L111" href="#L111">111</a> <em class="jxr_javadoccomment"> * @parameter property="project"</em>
-<a class="jxr_linenumber" name="L112" href="#L112">112</a> <em class="jxr_javadoccomment"> * @required</em>
-<a class="jxr_linenumber" name="L113" href="#L113">113</a> <em class="jxr_javadoccomment"> * @readonly</em>
-<a class="jxr_linenumber" name="L114" href="#L114">114</a> <em class="jxr_javadoccomment"> */</em>
-<a class="jxr_linenumber" name="L115" href="#L115">115</a> <strong class="jxr_keyword">private</strong> MavenProject project;
-<a class="jxr_linenumber" name="L116" href="#L116">116</a>
-<a class="jxr_linenumber" name="L117" href="#L117">117</a> <em class="jxr_javadoccomment">/**</em>
-<a class="jxr_linenumber" name="L118" href="#L118">118</a> <em class="jxr_javadoccomment"> * Build-directory.</em>
-<a class="jxr_linenumber" name="L119" href="#L119">119</a> <em class="jxr_javadoccomment"> * <p></em>
-<a class="jxr_linenumber" name="L120" href="#L120">120</a> <em class="jxr_javadoccomment"> * Only needed internally.</em>
-<a class="jxr_linenumber" name="L121" href="#L121">121</a> <em class="jxr_javadoccomment"> *</em>
-<a class="jxr_linenumber" name="L122" href="#L122">122</a> <em class="jxr_javadoccomment"> * @parameter property="project.build.directory"</em>
-<a class="jxr_linenumber" name="L123" href="#L123">123</a> <em class="jxr_javadoccomment"> * @required</em>
-<a class="jxr_linenumber" name="L124" href="#L124">124</a> <em class="jxr_javadoccomment"> * @readonly</em>
-<a class="jxr_linenumber" name="L125" href="#L125">125</a> <em class="jxr_javadoccomment"> */</em>
-<a class="jxr_linenumber" name="L126" href="#L126">126</a> <strong class="jxr_keyword">private</strong> String buildDirectory;
-<a class="jxr_linenumber" name="L127" href="#L127">127</a>
-<a class="jxr_linenumber" name="L128" href="#L128">128</a>
-<a class="jxr_linenumber" name="L129" href="#L129">129</a> <em class="jxr_javadoccomment">/** Parameters to configure the genaration of the SQL *********************/</em>
-<a class="jxr_linenumber" name="L130" href="#L130">130</a>
-<a class="jxr_linenumber" name="L131" href="#L131">131</a> <em class="jxr_javadoccomment">/**</em>
-<a class="jxr_linenumber" name="L132" href="#L132">132</a> <em class="jxr_javadoccomment"> * Excecute the generated SQL.</em>
-<a class="jxr_linenumber" name="L133" href="#L133">133</a> <em class="jxr_javadoccomment"> * If set to <code>false</code>, only the SQL-script is created and the</em>
-<a class="jxr_linenumber" name="L134" href="#L134">134</a> <em class="jxr_javadoccomment"> * database is not touched.</em>
-<a class="jxr_linenumber" name="L135" href="#L135">135</a> <em class="jxr_javadoccomment"> * <p></em>
-<a class="jxr_linenumber" name="L136" href="#L136">136</a> <em class="jxr_javadoccomment"> * <strong>Important:</strong></em>
-<a class="jxr_linenumber" name="L137" href="#L137">137</a> <em class="jxr_javadoccomment"> * This configuration value can only be configured through the</em>
-<a class="jxr_linenumber" name="L138" href="#L138">138</a> <em class="jxr_javadoccomment"> * <code>pom.xml</code>, or by the definition of a system-property, because</em>
-<a class="jxr_linenumber" name="L139" href="#L139">139</a> <em class="jxr_javadoccomment"> * it is not known by Hibernate nor JPA and, hence, not picked up from</em>
-<a class="jxr_linenumber" name="L140" href="#L140">140</a> <em class="jxr_javadoccomment"> * their configuration!</em>
-<a class="jxr_linenumber" name="L141" href="#L141">141</a> <em class="jxr_javadoccomment"> *</em>
-<a class="jxr_linenumber" name="L142" href="#L142">142</a> <em class="jxr_javadoccomment"> * @parameter property="hibernate.schema.execute" default-value="true"</em>
-<a class="jxr_linenumber" name="L143" href="#L143">143</a> <em class="jxr_javadoccomment"> * @since 2.0</em>
-<a class="jxr_linenumber" name="L144" href="#L144">144</a> <em class="jxr_javadoccomment"> */</em>
-<a class="jxr_linenumber" name="L145" href="#L145">145</a> <strong class="jxr_keyword">private</strong> Boolean execute;
-<a class="jxr_linenumber" name="L146" href="#L146">146</a>
-<a class="jxr_linenumber" name="L147" href="#L147">147</a> <em class="jxr_javadoccomment">/**</em>
-<a class="jxr_linenumber" name="L148" href="#L148">148</a> <em class="jxr_javadoccomment"> * Skip execution</em>
-<a class="jxr_linenumber" name="L149" href="#L149">149</a> <em class="jxr_javadoccomment"> * <p></em>
-<a class="jxr_linenumber" name="L150" href="#L150">150</a> <em class="jxr_javadoccomment"> * If set to <code>true</code>, the execution is skipped.</em>
-<a class="jxr_linenumber" name="L151" href="#L151">151</a> <em class="jxr_javadoccomment"> * <p></em>
-<a class="jxr_linenumber" name="L152" href="#L152">152</a> <em class="jxr_javadoccomment"> * A skipped execution is signaled via the maven-property</em>
-<a class="jxr_linenumber" name="L153" href="#L153">153</a> <em class="jxr_javadoccomment"> * <code>${hibernate.schema.skipped}</code>.</em>
-<a class="jxr_linenumber" name="L154" href="#L154">154</a> <em class="jxr_javadoccomment"> * <p></em>
-<a class="jxr_linenumber" name="L155" href="#L155">155</a> <em class="jxr_javadoccomment"> * The execution is skipped automatically, if no modified or newly added</em>
-<a class="jxr_linenumber" name="L156" href="#L156">156</a> <em class="jxr_javadoccomment"> * annotated classes are found and the dialect was not changed.</em>
-<a class="jxr_linenumber" name="L157" href="#L157">157</a> <em class="jxr_javadoccomment"> * <p></em>
-<a class="jxr_linenumber" name="L158" href="#L158">158</a> <em class="jxr_javadoccomment"> * <strong>Important:</strong></em>
-<a class="jxr_linenumber" name="L159" href="#L159">159</a> <em class="jxr_javadoccomment"> * This configuration value can only be configured through the</em>
-<a class="jxr_linenumber" name="L160" href="#L160">160</a> <em class="jxr_javadoccomment"> * <code>pom.xml</code>, or by the definition of a system-property, because</em>
-<a class="jxr_linenumber" name="L161" href="#L161">161</a> <em class="jxr_javadoccomment"> * it is not known by Hibernate nor JPA and, hence, not picked up from</em>
-<a class="jxr_linenumber" name="L162" href="#L162">162</a> <em class="jxr_javadoccomment"> * their configuration!</em>
-<a class="jxr_linenumber" name="L163" href="#L163">163</a> <em class="jxr_javadoccomment"> *</em>
-<a class="jxr_linenumber" name="L164" href="#L164">164</a> <em class="jxr_javadoccomment"> * @parameter property="hibernate.schema.skip" default-value="${maven.test.skip}"</em>
-<a class="jxr_linenumber" name="L165" href="#L165">165</a> <em class="jxr_javadoccomment"> * @since 1.0</em>
-<a class="jxr_linenumber" name="L166" href="#L166">166</a> <em class="jxr_javadoccomment"> */</em>
-<a class="jxr_linenumber" name="L167" href="#L167">167</a> <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">boolean</strong> skip;
-<a class="jxr_linenumber" name="L168" href="#L168">168</a>
-<a class="jxr_linenumber" name="L169" href="#L169">169</a> <em class="jxr_javadoccomment">/**</em>
-<a class="jxr_linenumber" name="L170" href="#L170">170</a> <em class="jxr_javadoccomment"> * Force generation/execution</em>
-<a class="jxr_linenumber" name="L171" href="#L171">171</a> <em class="jxr_javadoccomment"> * <p></em>
-<a class="jxr_linenumber" name="L172" href="#L172">172</a> <em class="jxr_javadoccomment"> * Force the generation and (if configured) the execution of the SQL, even if</em>
-<a class="jxr_linenumber" name="L173" href="#L173">173</a> <em class="jxr_javadoccomment"> * no modified or newly added annotated classes where found and the</em>
-<a class="jxr_linenumber" name="L174" href="#L174">174</a> <em class="jxr_javadoccomment"> * configuration was not changed.</em>
-<a class="jxr_linenumber" name="L175" href="#L175">175</a> <em class="jxr_javadoccomment"> * <p></em>
-<a class="jxr_linenumber" name="L176" href="#L176">176</a> <em class="jxr_javadoccomment"> * <code>skip</code> takes precedence over <code>force</code>.</em>
-<a class="jxr_linenumber" name="L177" href="#L177">177</a> <em class="jxr_javadoccomment"> * <p></em>
-<a class="jxr_linenumber" name="L178" href="#L178">178</a> <em class="jxr_javadoccomment"> * <strong>Important:</strong></em>
-<a class="jxr_linenumber" name="L179" href="#L179">179</a> <em class="jxr_javadoccomment"> * This configuration value can only be configured through the</em>
-<a class="jxr_linenumber" name="L180" href="#L180">180</a> <em class="jxr_javadoccomment"> * <code>pom.xml</code>, or by the definition of a system-property, because</em>
-<a class="jxr_linenumber" name="L181" href="#L181">181</a> <em class="jxr_javadoccomment"> * it is not known by Hibernate nor JPA and, hence, not picked up from</em>
-<a class="jxr_linenumber" name="L182" href="#L182">182</a> <em class="jxr_javadoccomment"> * their configuration!</em>
-<a class="jxr_linenumber" name="L183" href="#L183">183</a> <em class="jxr_javadoccomment"> *</em>
-<a class="jxr_linenumber" name="L184" href="#L184">184</a> <em class="jxr_javadoccomment"> * @parameter property="hibernate.schema.force" default-value="false"</em>
-<a class="jxr_linenumber" name="L185" href="#L185">185</a> <em class="jxr_javadoccomment"> * @since 1.0</em>
-<a class="jxr_linenumber" name="L186" href="#L186">186</a> <em class="jxr_javadoccomment"> */</em>
-<a class="jxr_linenumber" name="L187" href="#L187">187</a> <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">boolean</strong> force;
-<a class="jxr_linenumber" name="L188" href="#L188">188</a>
-<a class="jxr_linenumber" name="L189" href="#L189">189</a> <em class="jxr_javadoccomment">/**</em>
-<a class="jxr_linenumber" name="L190" href="#L190">190</a> <em class="jxr_javadoccomment"> * Hibernate dialect.</em>
-<a class="jxr_linenumber" name="L191" href="#L191">191</a> <em class="jxr_javadoccomment"> *</em>
-<a class="jxr_linenumber" name="L192" href="#L192">192</a> <em class="jxr_javadoccomment"> * @parameter property="hibernate.dialect"</em>
-<a class="jxr_linenumber" name="L193" href="#L193">193</a> <em class="jxr_javadoccomment"> * @since 1.0</em>
-<a class="jxr_linenumber" name="L194" href="#L194">194</a> <em class="jxr_javadoccomment"> */</em>
-<a class="jxr_linenumber" name="L195" href="#L195">195</a> <strong class="jxr_keyword">private</strong> String dialect;
-<a class="jxr_linenumber" name="L196" href="#L196">196</a>
-<a class="jxr_linenumber" name="L197" href="#L197">197</a> <em class="jxr_javadoccomment">/**</em>
-<a class="jxr_linenumber" name="L198" href="#L198">198</a> <em class="jxr_javadoccomment"> * Delimiter in output-file.</em>
-<a class="jxr_linenumber" name="L199" href="#L199">199</a> <em class="jxr_javadoccomment"> * <p></em>
-<a class="jxr_linenumber" name="L200" href="#L200">200</a> <em class="jxr_javadoccomment"> * <strong>Important:</strong></em>
-<a class="jxr_linenumber" name="L201" href="#L201">201</a> <em class="jxr_javadoccomment"> * This configuration value can only be configured through the</em>
-<a class="jxr_linenumber" name="L202" href="#L202">202</a> <em class="jxr_javadoccomment"> * <code>pom.xml</code>, or by the definition of a system-property, because</em>
-<a class="jxr_linenumber" name="L203" href="#L203">203</a> <em class="jxr_javadoccomment"> * it is not known by Hibernate nor JPA and, hence, not picked up from</em>
-<a class="jxr_linenumber" name="L204" href="#L204">204</a> <em class="jxr_javadoccomment"> * their configuration!</em>
-<a class="jxr_linenumber" name="L205" href="#L205">205</a> <em class="jxr_javadoccomment"> *</em>
-<a class="jxr_linenumber" name="L206" href="#L206">206</a> <em class="jxr_javadoccomment"> * @parameter property="hibernate.hbm2ddl.delimiter" default-value=";"</em>
-<a class="jxr_linenumber" name="L207" href="#L207">207</a> <em class="jxr_javadoccomment"> * @since 1.0</em>
-<a class="jxr_linenumber" name="L208" href="#L208">208</a> <em class="jxr_javadoccomment"> */</em>
-<a class="jxr_linenumber" name="L209" href="#L209">209</a> <strong class="jxr_keyword">private</strong> String delimiter;
-<a class="jxr_linenumber" name="L210" href="#L210">210</a>
-<a class="jxr_linenumber" name="L211" href="#L211">211</a> <em class="jxr_javadoccomment">/**</em>
-<a class="jxr_linenumber" name="L212" href="#L212">212</a> <em class="jxr_javadoccomment"> * Show the generated SQL in the command-line output.</em>
-<a class="jxr_linenumber" name="L213" href="#L213">213</a> <em class="jxr_javadoccomment"> *</em>
-<a class="jxr_linenumber" name="L214" href="#L214">214</a> <em class="jxr_javadoccomment"> * @parameter property="hibernate.show_sql"</em>
-<a class="jxr_linenumber" name="L215" href="#L215">215</a> <em class="jxr_javadoccomment"> * @since 1.0</em>
-<a class="jxr_linenumber" name="L216" href="#L216">216</a> <em class="jxr_javadoccomment"> */</em>
-<a class="jxr_linenumber" name="L217" href="#L217">217</a> <strong class="jxr_keyword">private</strong> Boolean show;
-<a class="jxr_linenumber" name="L218" href="#L218">218</a>
-<a class="jxr_linenumber" name="L219" href="#L219">219</a> <em class="jxr_javadoccomment">/**</em>
-<a class="jxr_linenumber" name="L220" href="#L220">220</a> <em class="jxr_javadoccomment"> * Format output-file.</em>
-<a class="jxr_linenumber" name="L221" href="#L221">221</a> <em class="jxr_javadoccomment"> *</em>
-<a class="jxr_linenumber" name="L222" href="#L222">222</a> <em class="jxr_javadoccomment"> * @parameter property="hibernate.format_sql"</em>
-<a class="jxr_linenumber" name="L223" href="#L223">223</a> <em class="jxr_javadoccomment"> * @since 1.0</em>
-<a class="jxr_linenumber" name="L224" href="#L224">224</a> <em class="jxr_javadoccomment"> */</em>
-<a class="jxr_linenumber" name="L225" href="#L225">225</a> <strong class="jxr_keyword">private</strong> Boolean format;
-<a class="jxr_linenumber" name="L226" href="#L226">226</a>
-<a class="jxr_linenumber" name="L227" href="#L227">227</a> <em class="jxr_javadoccomment">/**</em>
-<a class="jxr_linenumber" name="L228" href="#L228">228</a> <em class="jxr_javadoccomment"> * Specifies whether to automatically create also the database schema/catalog.</em>
-<a class="jxr_linenumber" name="L229" href="#L229">229</a> <em class="jxr_javadoccomment"> *</em>
-<a class="jxr_linenumber" name="L230" href="#L230">230</a> <em class="jxr_javadoccomment"> * @parameter property="hibernate.hbm2dll.create_namespaces" default-value="false"</em>
-<a class="jxr_linenumber" name="L231" href="#L231">231</a> <em class="jxr_javadoccomment"> * @since 2.0</em>
-<a class="jxr_linenumber" name="L232" href="#L232">232</a> <em class="jxr_javadoccomment"> */</em>
-<a class="jxr_linenumber" name="L233" href="#L233">233</a> <strong class="jxr_keyword">private</strong> Boolean createNamespaces;
-<a class="jxr_linenumber" name="L234" href="#L234">234</a>
-<a class="jxr_linenumber" name="L235" href="#L235">235</a> <em class="jxr_javadoccomment">/**</em>
-<a class="jxr_linenumber" name="L236" href="#L236">236</a> <em class="jxr_javadoccomment"> * Implicit naming strategy</em>
-<a class="jxr_linenumber" name="L237" href="#L237">237</a> <em class="jxr_javadoccomment"> *</em>
-<a class="jxr_linenumber" name="L238" href="#L238">238</a> <em class="jxr_javadoccomment"> * @parameter property="hibernate.implicit_naming_strategy"</em>
-<a class="jxr_linenumber" name="L239" href="#L239">239</a> <em class="jxr_javadoccomment"> * @since 2.0</em>
-<a class="jxr_linenumber" name="L240" href="#L240">240</a> <em class="jxr_javadoccomment"> */</em>
-<a class="jxr_linenumber" name="L241" href="#L241">241</a> <strong class="jxr_keyword">private</strong> String implicitNamingStrategy;
-<a class="jxr_linenumber" name="L242" href="#L242">242</a>
-<a class="jxr_linenumber" name="L243" href="#L243">243</a> <em class="jxr_javadoccomment">/**</em>
-<a class="jxr_linenumber" name="L244" href="#L244">244</a> <em class="jxr_javadoccomment"> * Physical naming strategy</em>
-<a class="jxr_linenumber" name="L245" href="#L245">245</a> <em class="jxr_javadoccomment"> *</em>
-<a class="jxr_linenumber" name="L246" href="#L246">246</a> <em class="jxr_javadoccomment"> * @parameter property="hibernate.physical_naming_strategy"</em>
-<a class="jxr_linenumber" name="L247" href="#L247">247</a> <em class="jxr_javadoccomment"> * @since 2.0</em>
-<a class="jxr_linenumber" name="L248" href="#L248">248</a> <em class="jxr_javadoccomment"> */</em>
-<a class="jxr_linenumber" name="L249" href="#L249">249</a> <strong class="jxr_keyword">private</strong> String physicalNamingStrategy;
-<a class="jxr_linenumber" name="L250" href="#L250">250</a>
-<a class="jxr_linenumber" name="L251" href="#L251">251</a> <em class="jxr_javadoccomment">/**</em>
-<a class="jxr_linenumber" name="L252" href="#L252">252</a> <em class="jxr_javadoccomment"> * Wether the project should be scanned for annotated-classes, or not</em>
-<a class="jxr_linenumber" name="L253" href="#L253">253</a> <em class="jxr_javadoccomment"> * <p></em>
-<a class="jxr_linenumber" name="L254" href="#L254">254</a> <em class="jxr_javadoccomment"> * This parameter is intended to allow overwriting of the parameter</em>
-<a class="jxr_linenumber" name="L255" href="#L255">255</a> <em class="jxr_javadoccomment"> * <code>exclude-unlisted-classes</code> of a <code>persistence-unit</code>.</em>
-<a class="jxr_linenumber" name="L256" href="#L256">256</a> <em class="jxr_javadoccomment"> * If not specified, it defaults to <code>true</code></em>
-<a class="jxr_linenumber" name="L257" href="#L257">257</a> <em class="jxr_javadoccomment"> *</em>
-<a class="jxr_linenumber" name="L258" href="#L258">258</a> <em class="jxr_javadoccomment"> * @parameter property="hibernate.schema.scan.classes"</em>
-<a class="jxr_linenumber" name="L259" href="#L259">259</a> <em class="jxr_javadoccomment"> * @since 2.0</em>
-<a class="jxr_linenumber" name="L260" href="#L260">260</a> <em class="jxr_javadoccomment"> */</em>
-<a class="jxr_linenumber" name="L261" href="#L261">261</a> <strong class="jxr_keyword">private</strong> Boolean scanClasses;
-<a class="jxr_linenumber" name="L262" href="#L262">262</a>
-<a class="jxr_linenumber" name="L263" href="#L263">263</a> <em class="jxr_javadoccomment">/**</em>
-<a class="jxr_linenumber" name="L264" href="#L264">264</a> <em class="jxr_javadoccomment"> * Classes-Directory to scan.</em>
-<a class="jxr_linenumber" name="L265" href="#L265">265</a> <em class="jxr_javadoccomment"> * <p></em>
-<a class="jxr_linenumber" name="L266" href="#L266">266</a> <em class="jxr_javadoccomment"> * This parameter defaults to the maven build-output-directory for classes.</em>
-<a class="jxr_linenumber" name="L267" href="#L267">267</a> <em class="jxr_javadoccomment"> * Additionally, all dependencies are scanned for annotated classes.</em>
-<a class="jxr_linenumber" name="L268" href="#L268">268</a> <em class="jxr_javadoccomment"> * <p></em>
-<a class="jxr_linenumber" name="L269" href="#L269">269</a> <em class="jxr_javadoccomment"> * <strong>Important:</strong></em>
-<a class="jxr_linenumber" name="L270" href="#L270">270</a> <em class="jxr_javadoccomment"> * This configuration value can only be configured through the</em>
-<a class="jxr_linenumber" name="L271" href="#L271">271</a> <em class="jxr_javadoccomment"> * <code>pom.xml</code>, or by the definition of a system-property, because</em>
-<a class="jxr_linenumber" name="L272" href="#L272">272</a> <em class="jxr_javadoccomment"> * it is not known by Hibernate nor JPA and, hence, not picked up from</em>
-<a class="jxr_linenumber" name="L273" href="#L273">273</a> <em class="jxr_javadoccomment"> * their configuration!</em>
-<a class="jxr_linenumber" name="L274" href="#L274">274</a> <em class="jxr_javadoccomment"> *</em>
-<a class="jxr_linenumber" name="L275" href="#L275">275</a> <em class="jxr_javadoccomment"> * @parameter property="project.build.outputDirectory"</em>
-<a class="jxr_linenumber" name="L276" href="#L276">276</a> <em class="jxr_javadoccomment"> * @since 1.0</em>
-<a class="jxr_linenumber" name="L277" href="#L277">277</a> <em class="jxr_javadoccomment"> */</em>
-<a class="jxr_linenumber" name="L278" href="#L278">278</a> <strong class="jxr_keyword">private</strong> String outputDirectory;
-<a class="jxr_linenumber" name="L279" href="#L279">279</a>
-<a class="jxr_linenumber" name="L280" href="#L280">280</a> <em class="jxr_javadoccomment">/**</em>
-<a class="jxr_linenumber" name="L281" href="#L281">281</a> <em class="jxr_javadoccomment"> * Dependency-Scopes, that should be scanned for annotated classes.</em>
-<a class="jxr_linenumber" name="L282" href="#L282">282</a> <em class="jxr_javadoccomment"> * <p></em>
-<a class="jxr_linenumber" name="L283" href="#L283">283</a> <em class="jxr_javadoccomment"> * By default, only dependencies in the scope <code>compile</code> are</em>
-<a class="jxr_linenumber" name="L284" href="#L284">284</a> <em class="jxr_javadoccomment"> * scanned for annotated classes. Multiple scopes can be seperated by</em>
-<a class="jxr_linenumber" name="L285" href="#L285">285</a> <em class="jxr_javadoccomment"> * white space or commas.</em>
-<a class="jxr_linenumber" name="L286" href="#L286">286</a> <em class="jxr_javadoccomment"> * <p></em>
-<a class="jxr_linenumber" name="L287" href="#L287">287</a> <em class="jxr_javadoccomment"> * If you do not want any dependencies to be scanned for annotated</em>
-<a class="jxr_linenumber" name="L288" href="#L288">288</a> <em class="jxr_javadoccomment"> * classes, set this parameter to <code>none</code>.</em>
-<a class="jxr_linenumber" name="L289" href="#L289">289</a> <em class="jxr_javadoccomment"> * <p></em>
-<a class="jxr_linenumber" name="L290" href="#L290">290</a> <em class="jxr_javadoccomment"> * The plugin does not scan for annotated classes in transitive</em>
-<a class="jxr_linenumber" name="L291" href="#L291">291</a> <em class="jxr_javadoccomment"> * dependencies. If some of your annotated classes are hidden in a</em>
-<a class="jxr_linenumber" name="L292" href="#L292">292</a> <em class="jxr_javadoccomment"> * transitive dependency, you can simply add that dependency explicitly.</em>
-<a class="jxr_linenumber" name="L293" href="#L293">293</a> <em class="jxr_javadoccomment"> *</em>
-<a class="jxr_linenumber" name="L294" href="#L294">294</a> <em class="jxr_javadoccomment"> * @parameter property="hibernate.schema.scan.dependencies" default-value="compile"</em>
-<a class="jxr_linenumber" name="L295" href="#L295">295</a> <em class="jxr_javadoccomment"> * @since 1.0.3</em>
-<a class="jxr_linenumber" name="L296" href="#L296">296</a> <em class="jxr_javadoccomment"> */</em>
-<a class="jxr_linenumber" name="L297" href="#L297">297</a> <strong class="jxr_keyword">private</strong> String scanDependencies;
-<a class="jxr_linenumber" name="L298" href="#L298">298</a>
-<a class="jxr_linenumber" name="L299" href="#L299">299</a> <em class="jxr_javadoccomment">/**</em>
-<a class="jxr_linenumber" name="L300" href="#L300">300</a> <em class="jxr_javadoccomment"> * Whether to scan the test-branch of the project for annotated classes, or</em>
-<a class="jxr_linenumber" name="L301" href="#L301">301</a> <em class="jxr_javadoccomment"> * not.</em>
-<a class="jxr_linenumber" name="L302" href="#L302">302</a> <em class="jxr_javadoccomment"> * <p></em>
-<a class="jxr_linenumber" name="L303" href="#L303">303</a> <em class="jxr_javadoccomment"> * If this parameter is set to <code>true</code> the test-classes of the</em>
-<a class="jxr_linenumber" name="L304" href="#L304">304</a> <em class="jxr_javadoccomment"> * artifact will be scanned for hibernate-annotated classes additionally.</em>
-<a class="jxr_linenumber" name="L305" href="#L305">305</a> <em class="jxr_javadoccomment"> * <p></em>
-<a class="jxr_linenumber" name="L306" href="#L306">306</a> <em class="jxr_javadoccomment"> * <strong>Important:</strong></em>
-<a class="jxr_linenumber" name="L307" href="#L307">307</a> <em class="jxr_javadoccomment"> * This configuration value can only be configured through the</em>
-<a class="jxr_linenumber" name="L308" href="#L308">308</a> <em class="jxr_javadoccomment"> * <code>pom.xml</code>, or by the definition of a system-property, because</em>
-<a class="jxr_linenumber" name="L309" href="#L309">309</a> <em class="jxr_javadoccomment"> * it is not known by Hibernate nor JPA and, hence, not picked up from</em>
-<a class="jxr_linenumber" name="L310" href="#L310">310</a> <em class="jxr_javadoccomment"> * their configuration!</em>
-<a class="jxr_linenumber" name="L311" href="#L311">311</a> <em class="jxr_javadoccomment"> *</em>
-<a class="jxr_linenumber" name="L312" href="#L312">312</a> <em class="jxr_javadoccomment"> * @parameter property="hibernate.schema.scan.test_classes" default-value="false"</em>
-<a class="jxr_linenumber" name="L313" href="#L313">313</a> <em class="jxr_javadoccomment"> * @since 1.0.1</em>
-<a class="jxr_linenumber" name="L314" href="#L314">314</a> <em class="jxr_javadoccomment"> */</em>
-<a class="jxr_linenumber" name="L315" href="#L315">315</a> <strong class="jxr_keyword">private</strong> Boolean scanTestClasses;
-<a class="jxr_linenumber" name="L316" href="#L316">316</a>
-<a class="jxr_linenumber" name="L317" href="#L317">317</a> <em class="jxr_javadoccomment">/**</em>
-<a class="jxr_linenumber" name="L318" href="#L318">318</a> <em class="jxr_javadoccomment"> * Test-Classes-Directory to scan.</em>
-<a class="jxr_linenumber" name="L319" href="#L319">319</a> <em class="jxr_javadoccomment"> * <p></em>
-<a class="jxr_linenumber" name="L320" href="#L320">320</a> <em class="jxr_javadoccomment"> * This parameter defaults to the maven build-output-directory for</em>
-<a class="jxr_linenumber" name="L321" href="#L321">321</a> <em class="jxr_javadoccomment"> * test-classes.</em>
-<a class="jxr_linenumber" name="L322" href="#L322">322</a> <em class="jxr_javadoccomment"> * <p></em>
-<a class="jxr_linenumber" name="L323" href="#L323">323</a> <em class="jxr_javadoccomment"> * This parameter is only used, when <code>scanTestClasses</code> is set</em>
-<a class="jxr_linenumber" name="L324" href="#L324">324</a> <em class="jxr_javadoccomment"> * to <code>true</code>!</em>
-<a class="jxr_linenumber" name="L325" href="#L325">325</a> <em class="jxr_javadoccomment"> * <p></em>
-<a class="jxr_linenumber" name="L326" href="#L326">326</a> <em class="jxr_javadoccomment"> * <strong>Important:</strong></em>
-<a class="jxr_linenumber" name="L327" href="#L327">327</a> <em class="jxr_javadoccomment"> * This configuration value can only be configured through the</em>
-<a class="jxr_linenumber" name="L328" href="#L328">328</a> <em class="jxr_javadoccomment"> * <code>pom.xml</code>, or by the definition of a system-property, because</em>
-<a class="jxr_linenumber" name="L329" href="#L329">329</a> <em class="jxr_javadoccomment"> * it is not known by Hibernate nor JPA and, hence, not picked up from</em>
-<a class="jxr_linenumber" name="L330" href="#L330">330</a> <em class="jxr_javadoccomment"> * their configuration!</em>
-<a class="jxr_linenumber" name="L331" href="#L331">331</a> <em class="jxr_javadoccomment"> *</em>
-<a class="jxr_linenumber" name="L332" href="#L332">332</a> <em class="jxr_javadoccomment"> * @parameter property="project.build.testOutputDirectory"</em>
-<a class="jxr_linenumber" name="L333" href="#L333">333</a> <em class="jxr_javadoccomment"> * @since 1.0.2</em>
-<a class="jxr_linenumber" name="L334" href="#L334">334</a> <em class="jxr_javadoccomment"> */</em>
-<a class="jxr_linenumber" name="L335" href="#L335">335</a> <strong class="jxr_keyword">private</strong> String testOutputDirectory;
-<a class="jxr_linenumber" name="L336" href="#L336">336</a>
-<a class="jxr_linenumber" name="L337" href="#L337">337</a>
-<a class="jxr_linenumber" name="L338" href="#L338">338</a> <em class="jxr_javadoccomment">/** Conection parameters *************************************************/</em>
-<a class="jxr_linenumber" name="L339" href="#L339">339</a>
-<a class="jxr_linenumber" name="L340" href="#L340">340</a> <em class="jxr_javadoccomment">/**</em>
-<a class="jxr_linenumber" name="L341" href="#L341">341</a> <em class="jxr_javadoccomment"> * SQL-Driver name.</em>
-<a class="jxr_linenumber" name="L342" href="#L342">342</a> <em class="jxr_javadoccomment"> *</em>
-<a class="jxr_linenumber" name="L343" href="#L343">343</a> <em class="jxr_javadoccomment"> * @parameter property="hibernate.connection.driver_class"</em>
-<a class="jxr_linenumber" name="L344" href="#L344">344</a> <em class="jxr_javadoccomment"> * @since 1.0</em>
-<a class="jxr_linenumber" name="L345" href="#L345">345</a> <em class="jxr_javadoccomment"> */</em>
-<a class="jxr_linenumber" name="L346" href="#L346">346</a> <strong class="jxr_keyword">private</strong> String driver;
-<a class="jxr_linenumber" name="L347" href="#L347">347</a>
-<a class="jxr_linenumber" name="L348" href="#L348">348</a> <em class="jxr_javadoccomment">/**</em>
-<a class="jxr_linenumber" name="L349" href="#L349">349</a> <em class="jxr_javadoccomment"> * Database URL.</em>
-<a class="jxr_linenumber" name="L350" href="#L350">350</a> <em class="jxr_javadoccomment"> *</em>
-<a class="jxr_linenumber" name="L351" href="#L351">351</a> <em class="jxr_javadoccomment"> * @parameter property="hibernate.connection.url"</em>
-<a class="jxr_linenumber" name="L352" href="#L352">352</a> <em class="jxr_javadoccomment"> * @since 1.0</em>
-<a class="jxr_linenumber" name="L353" href="#L353">353</a> <em class="jxr_javadoccomment"> */</em>
-<a class="jxr_linenumber" name="L354" href="#L354">354</a> <strong class="jxr_keyword">private</strong> String url;
-<a class="jxr_linenumber" name="L355" href="#L355">355</a>
-<a class="jxr_linenumber" name="L356" href="#L356">356</a> <em class="jxr_javadoccomment">/**</em>
-<a class="jxr_linenumber" name="L357" href="#L357">357</a> <em class="jxr_javadoccomment"> * Database username</em>
-<a class="jxr_linenumber" name="L358" href="#L358">358</a> <em class="jxr_javadoccomment"> *</em>
-<a class="jxr_linenumber" name="L359" href="#L359">359</a> <em class="jxr_javadoccomment"> * @parameter property="hibernate.connection.username"</em>
-<a class="jxr_linenumber" name="L360" href="#L360">360</a> <em class="jxr_javadoccomment"> * @since 1.0</em>
-<a class="jxr_linenumber" name="L361" href="#L361">361</a> <em class="jxr_javadoccomment"> */</em>
-<a class="jxr_linenumber" name="L362" href="#L362">362</a> <strong class="jxr_keyword">private</strong> String username;
-<a class="jxr_linenumber" name="L363" href="#L363">363</a>
-<a class="jxr_linenumber" name="L364" href="#L364">364</a> <em class="jxr_javadoccomment">/**</em>
-<a class="jxr_linenumber" name="L365" href="#L365">365</a> <em class="jxr_javadoccomment"> * Database password</em>
-<a class="jxr_linenumber" name="L366" href="#L366">366</a> <em class="jxr_javadoccomment"> *</em>
-<a class="jxr_linenumber" name="L367" href="#L367">367</a> <em class="jxr_javadoccomment"> * @parameter property="hibernate.connection.password"</em>
-<a class="jxr_linenumber" name="L368" href="#L368">368</a> <em class="jxr_javadoccomment"> * @since 1.0</em>
-<a class="jxr_linenumber" name="L369" href="#L369">369</a> <em class="jxr_javadoccomment"> */</em>
-<a class="jxr_linenumber" name="L370" href="#L370">370</a> <strong class="jxr_keyword">private</strong> String password;
-<a class="jxr_linenumber" name="L371" href="#L371">371</a>
-<a class="jxr_linenumber" name="L372" href="#L372">372</a>
-<a class="jxr_linenumber" name="L373" href="#L373">373</a> <em class="jxr_javadoccomment">/** Parameters to locate configuration sources ****************************/</em>
-<a class="jxr_linenumber" name="L374" href="#L374">374</a>
-<a class="jxr_linenumber" name="L375" href="#L375">375</a> <em class="jxr_javadoccomment">/**</em>
-<a class="jxr_linenumber" name="L376" href="#L376">376</a> <em class="jxr_javadoccomment"> * Path to a file or name of a ressource with hibernate properties.</em>
-<a class="jxr_linenumber" name="L377" href="#L377">377</a> <em class="jxr_javadoccomment"> * If this parameter is specified, the plugin will try to load configuration</em>
-<a class="jxr_linenumber" name="L378" href="#L378">378</a> <em class="jxr_javadoccomment"> * values from a file with the given path or a ressource on the classpath with</em>
-<a class="jxr_linenumber" name="L379" href="#L379">379</a> <em class="jxr_javadoccomment"> * the given name. If both fails, the execution of the plugin will fail.</em>
-<a class="jxr_linenumber" name="L380" href="#L380">380</a> <em class="jxr_javadoccomment"> * <p></em>
-<a class="jxr_linenumber" name="L381" href="#L381">381</a> <em class="jxr_javadoccomment"> * If this parameter is not set the plugin will load configuration values</em>
-<a class="jxr_linenumber" name="L382" href="#L382">382</a> <em class="jxr_javadoccomment"> * from a ressource named <code>hibernate.properties</code> on the classpath,</em>
-<a class="jxr_linenumber" name="L383" href="#L383">383</a> <em class="jxr_javadoccomment"> * if it is present, but will not fail if there is no such ressource.</em>
-<a class="jxr_linenumber" name="L384" href="#L384">384</a> <em class="jxr_javadoccomment"> * <p></em>
-<a class="jxr_linenumber" name="L385" href="#L385">385</a> <em class="jxr_javadoccomment"> * During ressource-lookup, the test-classpath takes precedence.</em>
-<a class="jxr_linenumber" name="L386" href="#L386">386</a> <em class="jxr_javadoccomment"> *</em>
-<a class="jxr_linenumber" name="L387" href="#L387">387</a> <em class="jxr_javadoccomment"> * @parameter</em>
-<a class="jxr_linenumber" name="L388" href="#L388">388</a> <em class="jxr_javadoccomment"> * @since 1.0</em>
-<a class="jxr_linenumber" name="L389" href="#L389">389</a> <em class="jxr_javadoccomment"> */</em>
-<a class="jxr_linenumber" name="L390" href="#L390">390</a> <strong class="jxr_keyword">private</strong> String hibernateProperties;
-<a class="jxr_linenumber" name="L391" href="#L391">391</a>
-<a class="jxr_linenumber" name="L392" href="#L392">392</a> <em class="jxr_javadoccomment">/**</em>
-<a class="jxr_linenumber" name="L393" href="#L393">393</a> <em class="jxr_javadoccomment"> * Path to Hibernate configuration file (.cfg.xml).</em>
-<a class="jxr_linenumber" name="L394" href="#L394">394</a> <em class="jxr_javadoccomment"> * If this parameter is specified, the plugin will try to load configuration</em>
-<a class="jxr_linenumber" name="L395" href="#L395">395</a> <em class="jxr_javadoccomment"> * values from a file with the given path or a ressource on the classpath with</em>
-<a class="jxr_linenumber" name="L396" href="#L396">396</a> <em class="jxr_javadoccomment"> * the given name. If both fails, the execution of the plugin will fail.</em>
-<a class="jxr_linenumber" name="L397" href="#L397">397</a> <em class="jxr_javadoccomment"> * <p></em>
-<a class="jxr_linenumber" name="L398" href="#L398">398</a> <em class="jxr_javadoccomment"> * If this parameter is not set the plugin will load configuration values</em>
-<a class="jxr_linenumber" name="L399" href="#L399">399</a> <em class="jxr_javadoccomment"> * from a ressource named <code>hibernate.cfg.xml</code> on the classpath,</em>
-<a class="jxr_linenumber" name="L400" href="#L400">400</a> <em class="jxr_javadoccomment"> * if it is present, but will not fail if there is no such ressource.</em>
-<a class="jxr_linenumber" name="L401" href="#L401">401</a> <em class="jxr_javadoccomment"> * <p></em>
-<a class="jxr_linenumber" name="L402" href="#L402">402</a> <em class="jxr_javadoccomment"> * During ressource-lookup, the test-classpath takes precedence.</em>
-<a class="jxr_linenumber" name="L403" href="#L403">403</a> <em class="jxr_javadoccomment"> * <p></em>
-<a class="jxr_linenumber" name="L404" href="#L404">404</a> <em class="jxr_javadoccomment"> * Settings in this file will overwrite settings in the properties file.</em>
-<a class="jxr_linenumber" name="L405" href="#L405">405</a> <em class="jxr_javadoccomment"> *</em>
-<a class="jxr_linenumber" name="L406" href="#L406">406</a> <em class="jxr_javadoccomment"> * @parameter</em>
-<a class="jxr_linenumber" name="L407" href="#L407">407</a> <em class="jxr_javadoccomment"> * @since 1.1.0</em>
-<a class="jxr_linenumber" name="L408" href="#L408">408</a> <em class="jxr_javadoccomment"> */</em>
-<a class="jxr_linenumber" name="L409" href="#L409">409</a> <strong class="jxr_keyword">private</strong> String hibernateConfig;
-<a class="jxr_linenumber" name="L410" href="#L410">410</a>
-<a class="jxr_linenumber" name="L411" href="#L411">411</a> <em class="jxr_javadoccomment">/**</em>
-<a class="jxr_linenumber" name="L412" href="#L412">412</a> <em class="jxr_javadoccomment"> * Name of the persistence-unit.</em>
-<a class="jxr_linenumber" name="L413" href="#L413">413</a> <em class="jxr_javadoccomment"> * If this parameter is specified, the plugin will try to load configuration</em>
-<a class="jxr_linenumber" name="L414" href="#L414">414</a> <em class="jxr_javadoccomment"> * values from a persistence-unit with the specified name. If no such</em>
-<a class="jxr_linenumber" name="L415" href="#L415">415</a> <em class="jxr_javadoccomment"> * persistence-unit can be found, the plugin will throw an exception.</em>
-<a class="jxr_linenumber" name="L416" href="#L416">416</a> <em class="jxr_javadoccomment"> * <p></em>
-<a class="jxr_linenumber" name="L417" href="#L417">417</a> <em class="jxr_javadoccomment"> * If this parameter is not set and there is only one persistence-unit</em>
-<a class="jxr_linenumber" name="L418" href="#L418">418</a> <em class="jxr_javadoccomment"> * available, that unit will be used automatically. But if this parameter is</em>
-<a class="jxr_linenumber" name="L419" href="#L419">419</a> <em class="jxr_javadoccomment"> * not set and there are multiple persistence-units available on,</em>
-<a class="jxr_linenumber" name="L420" href="#L420">420</a> <em class="jxr_javadoccomment"> * the class-path, the execution of the plugin will fail.</em>
-<a class="jxr_linenumber" name="L421" href="#L421">421</a> <em class="jxr_javadoccomment"> * <p></em>
-<a class="jxr_linenumber" name="L422" href="#L422">422</a> <em class="jxr_javadoccomment"> * Settings in this file will overwrite settings in the properties or the</em>
-<a class="jxr_linenumber" name="L423" href="#L423">423</a> <em class="jxr_javadoccomment"> * configuration file.</em>
-<a class="jxr_linenumber" name="L424" href="#L424">424</a> <em class="jxr_javadoccomment"> *</em>
-<a class="jxr_linenumber" name="L425" href="#L425">425</a> <em class="jxr_javadoccomment"> * @parameter</em>
-<a class="jxr_linenumber" name="L426" href="#L426">426</a> <em class="jxr_javadoccomment"> * @since 1.1.0</em>
-<a class="jxr_linenumber" name="L427" href="#L427">427</a> <em class="jxr_javadoccomment"> */</em>
-<a class="jxr_linenumber" name="L428" href="#L428">428</a> <strong class="jxr_keyword">private</strong> String persistenceUnit;
-<a class="jxr_linenumber" name="L429" href="#L429">429</a>
-<a class="jxr_linenumber" name="L430" href="#L430">430</a> <em class="jxr_javadoccomment">/**</em>
-<a class="jxr_linenumber" name="L431" href="#L431">431</a> <em class="jxr_javadoccomment"> * List of Hibernate-Mapping-Files (XML).</em>
-<a class="jxr_linenumber" name="L432" href="#L432">432</a> <em class="jxr_javadoccomment"> * Multiple files can be separated with white-spaces and/or commas.</em>
-<a class="jxr_linenumber" name="L433" href="#L433">433</a> <em class="jxr_javadoccomment"> *</em>
-<a class="jxr_linenumber" name="L434" href="#L434">434</a> <em class="jxr_javadoccomment"> * @parameter property="hibernate.mapping"</em>
-<a class="jxr_linenumber" name="L435" href="#L435">435</a> <em class="jxr_javadoccomment"> * @since 1.0.2</em>
-<a class="jxr_linenumber" name="L436" href="#L436">436</a> <em class="jxr_javadoccomment"> */</em>
-<a class="jxr_linenumber" name="L437" href="#L437">437</a> <strong class="jxr_keyword">private</strong> String mappings;
-<a class="jxr_linenumber" name="L438" href="#L438">438</a>
-<a class="jxr_linenumber" name="L439" href="#L439">439</a>
-<a class="jxr_linenumber" name="L440" href="#L440">440</a>
-<a class="jxr_linenumber" name="L441" href="#L441">441</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">final</strong> <strong class="jxr_keyword">void</strong> execute(String filename)
-<a class="jxr_linenumber" name="L442" href="#L442">442</a> <strong class="jxr_keyword">throws</strong>
-<a class="jxr_linenumber" name="L443" href="#L443">443</a> MojoFailureException,
-<a class="jxr_linenumber" name="L444" href="#L444">444</a> MojoExecutionException
-<a class="jxr_linenumber" name="L445" href="#L445">445</a> {
-<a class="jxr_linenumber" name="L446" href="#L446">446</a> <strong class="jxr_keyword">if</strong> (skip)
-<a class="jxr_linenumber" name="L447" href="#L447">447</a> {
-<a class="jxr_linenumber" name="L448" href="#L448">448</a> getLog().info(<span class="jxr_string">"Execution of hibernate-maven-plugin was skipped!"</span>);
-<a class="jxr_linenumber" name="L449" href="#L449">449</a> project.getProperties().setProperty(SKIPPED, <span class="jxr_string">"true"</span>);
-<a class="jxr_linenumber" name="L450" href="#L450">450</a> <strong class="jxr_keyword">return</strong>;
-<a class="jxr_linenumber" name="L451" href="#L451">451</a> }
-<a class="jxr_linenumber" name="L452" href="#L452">452</a>
-<a class="jxr_linenumber" name="L453" href="#L453">453</a> <a href="../../../../de/juplo/plugins/hibernate/ModificationTracker.html">ModificationTracker</a> tracker;
-<a class="jxr_linenumber" name="L454" href="#L454">454</a> <strong class="jxr_keyword">try</strong>
-<a class="jxr_linenumber" name="L455" href="#L455">455</a> {
-<a class="jxr_linenumber" name="L456" href="#L456">456</a> tracker = <strong class="jxr_keyword">new</strong> <a href="../../../../de/juplo/plugins/hibernate/ModificationTracker.html">ModificationTracker</a>(buildDirectory, filename, getLog());
-<a class="jxr_linenumber" name="L457" href="#L457">457</a> }
-<a class="jxr_linenumber" name="L458" href="#L458">458</a> <strong class="jxr_keyword">catch</strong> (NoSuchAlgorithmException e)
-<a class="jxr_linenumber" name="L459" href="#L459">459</a> {
-<a class="jxr_linenumber" name="L460" href="#L460">460</a> <strong class="jxr_keyword">throw</strong> <strong class="jxr_keyword">new</strong> MojoFailureException(<span class="jxr_string">"Digest-Algorithm MD5 is missing!"</span>, e);
-<a class="jxr_linenumber" name="L461" href="#L461">461</a> }
-<a class="jxr_linenumber" name="L462" href="#L462">462</a>
-<a class="jxr_linenumber" name="L463" href="#L463">463</a> <strong class="jxr_keyword">final</strong> <a href="../../../../de/juplo/plugins/hibernate/SimpleConnectionProvider.html">SimpleConnectionProvider</a> connectionProvider =
-<a class="jxr_linenumber" name="L464" href="#L464">464</a> <strong class="jxr_keyword">new</strong> <a href="../../../../de/juplo/plugins/hibernate/SimpleConnectionProvider.html">SimpleConnectionProvider</a>(getLog());
-<a class="jxr_linenumber" name="L465" href="#L465">465</a>
-<a class="jxr_linenumber" name="L466" href="#L466">466</a> <strong class="jxr_keyword">try</strong>
-<a class="jxr_linenumber" name="L467" href="#L467">467</a> {
-<a class="jxr_linenumber" name="L468" href="#L468">468</a> <em class="jxr_javadoccomment">/** Start extended logging */</em>
-<a class="jxr_linenumber" name="L469" href="#L469">469</a> MavenLogAppender.startPluginLog(<strong class="jxr_keyword">this</strong>);
-<a class="jxr_linenumber" name="L470" href="#L470">470</a>
-<a class="jxr_linenumber" name="L471" href="#L471">471</a> <em class="jxr_javadoccomment">/** Load checksums for old mapping and configuration */</em>
-<a class="jxr_linenumber" name="L472" href="#L472">472</a> tracker.load();
-<a class="jxr_linenumber" name="L473" href="#L473">473</a>
-<a class="jxr_linenumber" name="L474" href="#L474">474</a> <em class="jxr_javadoccomment">/** Create the ClassLoader */</em>
-<a class="jxr_linenumber" name="L475" href="#L475">475</a> <a href="../../../../de/juplo/plugins/hibernate/MutableClassLoader.html">MutableClassLoader</a> classLoader = createClassLoader();
-<a class="jxr_linenumber" name="L476" href="#L476">476</a>
-<a class="jxr_linenumber" name="L477" href="#L477">477</a> <em class="jxr_javadoccomment">/** Create a BootstrapServiceRegistry with the created ClassLoader */</em>
-<a class="jxr_linenumber" name="L478" href="#L478">478</a> BootstrapServiceRegistry bootstrapServiceRegitry =
-<a class="jxr_linenumber" name="L479" href="#L479">479</a> <strong class="jxr_keyword">new</strong> BootstrapServiceRegistryBuilder()
-<a class="jxr_linenumber" name="L480" href="#L480">480</a> .applyClassLoader(classLoader)
-<a class="jxr_linenumber" name="L481" href="#L481">481</a> .build();
-<a class="jxr_linenumber" name="L482" href="#L482">482</a> ClassLoaderService classLoaderService =
-<a class="jxr_linenumber" name="L483" href="#L483">483</a> bootstrapServiceRegitry.getService(ClassLoaderService.<strong class="jxr_keyword">class</strong>);
-<a class="jxr_linenumber" name="L484" href="#L484">484</a>
-<a class="jxr_linenumber" name="L485" href="#L485">485</a> Properties properties = <strong class="jxr_keyword">new</strong> Properties();
-<a class="jxr_linenumber" name="L486" href="#L486">486</a> ConfigLoader configLoader = <strong class="jxr_keyword">new</strong> ConfigLoader(bootstrapServiceRegitry);
-<a class="jxr_linenumber" name="L487" href="#L487">487</a>
-<a class="jxr_linenumber" name="L488" href="#L488">488</a> <em class="jxr_javadoccomment">/** Loading and merging configuration */</em>
-<a class="jxr_linenumber" name="L489" href="#L489">489</a> properties.putAll(loadProperties(configLoader));
-<a class="jxr_linenumber" name="L490" href="#L490">490</a> LoadedConfig config = loadConfig(configLoader);
-<a class="jxr_linenumber" name="L491" href="#L491">491</a> <strong class="jxr_keyword">if</strong> (config != <strong class="jxr_keyword">null</strong>)
-<a class="jxr_linenumber" name="L492" href="#L492">492</a> properties.putAll(config.getConfigurationValues());
-<a class="jxr_linenumber" name="L493" href="#L493">493</a> ParsedPersistenceXmlDescriptor unit =
-<a class="jxr_linenumber" name="L494" href="#L494">494</a> loadPersistenceUnit(classLoaderService, properties);
-<a class="jxr_linenumber" name="L495" href="#L495">495</a> <strong class="jxr_keyword">if</strong> (unit != <strong class="jxr_keyword">null</strong>)
-<a class="jxr_linenumber" name="L496" href="#L496">496</a> properties.putAll(unit.getProperties());
-<a class="jxr_linenumber" name="L497" href="#L497">497</a>
-<a class="jxr_linenumber" name="L498" href="#L498">498</a> <em class="jxr_javadoccomment">/** Overwriting/Completing configuration */</em>
-<a class="jxr_linenumber" name="L499" href="#L499">499</a> configure(properties, tracker);
-<a class="jxr_linenumber" name="L500" href="#L500">500</a>
-<a class="jxr_linenumber" name="L501" href="#L501">501</a> <em class="jxr_javadoccomment">/** Check configuration for modifications */</em>
-<a class="jxr_linenumber" name="L502" href="#L502">502</a> <strong class="jxr_keyword">if</strong>(tracker.track(properties))
-<a class="jxr_linenumber" name="L503" href="#L503">503</a> getLog().debug(<span class="jxr_string">"Configuration has changed."</span>);
-<a class="jxr_linenumber" name="L504" href="#L504">504</a> <strong class="jxr_keyword">else</strong>
-<a class="jxr_linenumber" name="L505" href="#L505">505</a> getLog().debug(<span class="jxr_string">"Configuration unchanged."</span>);
-<a class="jxr_linenumber" name="L506" href="#L506">506</a>
-<a class="jxr_linenumber" name="L507" href="#L507">507</a> <em class="jxr_javadoccomment">/** Check, that the outputfile is writable */</em>
-<a class="jxr_linenumber" name="L508" href="#L508">508</a> <strong class="jxr_keyword">final</strong> File output = getOutputFile(filename);
-<a class="jxr_linenumber" name="L509" href="#L509">509</a> <em class="jxr_javadoccomment">/** Check, if the outputfile is missing or was changed */</em>
-<a class="jxr_linenumber" name="L510" href="#L510">510</a> checkOutputFile(output, tracker);
-<a class="jxr_linenumber" name="L511" href="#L511">511</a>
-<a class="jxr_linenumber" name="L512" href="#L512">512</a> <em class="jxr_javadoccomment">/** Configure Hibernate */</em>
-<a class="jxr_linenumber" name="L513" href="#L513">513</a> <strong class="jxr_keyword">final</strong> StandardServiceRegistry serviceRegistry =
-<a class="jxr_linenumber" name="L514" href="#L514">514</a> <strong class="jxr_keyword">new</strong> StandardServiceRegistryBuilder(bootstrapServiceRegitry)
-<a class="jxr_linenumber" name="L515" href="#L515">515</a> .applySettings(properties)
-<a class="jxr_linenumber" name="L516" href="#L516">516</a> .addService(ConnectionProvider.<strong class="jxr_keyword">class</strong>, connectionProvider)
-<a class="jxr_linenumber" name="L517" href="#L517">517</a> .build();
-<a class="jxr_linenumber" name="L518" href="#L518">518</a> <strong class="jxr_keyword">final</strong> MetadataSources sources = <strong class="jxr_keyword">new</strong> MetadataSources(serviceRegistry);
-<a class="jxr_linenumber" name="L519" href="#L519">519</a>
-<a class="jxr_linenumber" name="L520" href="#L520">520</a> <em class="jxr_javadoccomment">/** Add the remaining class-path-elements */</em>
-<a class="jxr_linenumber" name="L521" href="#L521">521</a> completeClassPath(classLoader);
-<a class="jxr_linenumber" name="L522" href="#L522">522</a>
-<a class="jxr_linenumber" name="L523" href="#L523">523</a> <em class="jxr_javadoccomment">/** Apply mappings from hibernate-configuration, if present */</em>
-<a class="jxr_linenumber" name="L524" href="#L524">524</a> <strong class="jxr_keyword">if</strong> (config != <strong class="jxr_keyword">null</strong>)
-<a class="jxr_linenumber" name="L525" href="#L525">525</a> {
-<a class="jxr_linenumber" name="L526" href="#L526">526</a> <strong class="jxr_keyword">for</strong> (MappingReference mapping : config.getMappingReferences())
-<a class="jxr_linenumber" name="L527" href="#L527">527</a> mapping.apply(sources);
-<a class="jxr_linenumber" name="L528" href="#L528">528</a> }
-<a class="jxr_linenumber" name="L529" href="#L529">529</a>
-<a class="jxr_linenumber" name="L530" href="#L530">530</a> Set<String> classes;
-<a class="jxr_linenumber" name="L531" href="#L531">531</a> <strong class="jxr_keyword">if</strong> (unit == <strong class="jxr_keyword">null</strong>)
-<a class="jxr_linenumber" name="L532" href="#L532">532</a> {
-<a class="jxr_linenumber" name="L533" href="#L533">533</a> <em class="jxr_javadoccomment">/** No persistent unit: default behaviour */</em>
-<a class="jxr_linenumber" name="L534" href="#L534">534</a> <strong class="jxr_keyword">if</strong> (scanClasses == <strong class="jxr_keyword">null</strong>)
-<a class="jxr_linenumber" name="L535" href="#L535">535</a> scanClasses = <strong class="jxr_keyword">true</strong>;
-<a class="jxr_linenumber" name="L536" href="#L536">536</a> Set<URL> urls = <strong class="jxr_keyword">new</strong> HashSet<URL>();
-<a class="jxr_linenumber" name="L537" href="#L537">537</a> <strong class="jxr_keyword">if</strong> (scanClasses)
-<a class="jxr_linenumber" name="L538" href="#L538">538</a> addRoot(urls, outputDirectory);
-<a class="jxr_linenumber" name="L539" href="#L539">539</a> <strong class="jxr_keyword">if</strong> (scanTestClasses)
-<a class="jxr_linenumber" name="L540" href="#L540">540</a> addRoot(urls, testOutputDirectory);
-<a class="jxr_linenumber" name="L541" href="#L541">541</a> addDependencies(urls);
-<a class="jxr_linenumber" name="L542" href="#L542">542</a> classes = scanUrls(urls);
-<a class="jxr_linenumber" name="L543" href="#L543">543</a> }
-<a class="jxr_linenumber" name="L544" href="#L544">544</a> <strong class="jxr_keyword">else</strong>
-<a class="jxr_linenumber" name="L545" href="#L545">545</a> {
-<a class="jxr_linenumber" name="L546" href="#L546">546</a> <em class="jxr_javadoccomment">/** Follow configuration in persisten unit */</em>
-<a class="jxr_linenumber" name="L547" href="#L547">547</a> <strong class="jxr_keyword">if</strong> (scanClasses == <strong class="jxr_keyword">null</strong>)
-<a class="jxr_linenumber" name="L548" href="#L548">548</a> scanClasses = !unit.isExcludeUnlistedClasses();
-<a class="jxr_linenumber" name="L549" href="#L549">549</a> Set<URL> urls = <strong class="jxr_keyword">new</strong> HashSet<URL>();
-<a class="jxr_linenumber" name="L550" href="#L550">550</a> <strong class="jxr_keyword">if</strong> (scanClasses)
-<a class="jxr_linenumber" name="L551" href="#L551">551</a> {
-<a class="jxr_linenumber" name="L552" href="#L552">552</a> <em class="jxr_javadoccomment">/**</em>
-<a class="jxr_linenumber" name="L553" href="#L553">553</a> <em class="jxr_javadoccomment"> * Scan the root of the persiten unit and configured jars for</em>
-<a class="jxr_linenumber" name="L554" href="#L554">554</a> <em class="jxr_javadoccomment"> * annotated classes</em>
-<a class="jxr_linenumber" name="L555" href="#L555">555</a> <em class="jxr_javadoccomment"> */</em>
-<a class="jxr_linenumber" name="L556" href="#L556">556</a> urls.add(unit.getPersistenceUnitRootUrl());
-<a class="jxr_linenumber" name="L557" href="#L557">557</a> <strong class="jxr_keyword">for</strong> (URL url : unit.getJarFileUrls())
-<a class="jxr_linenumber" name="L558" href="#L558">558</a> urls.add(url);
-<a class="jxr_linenumber" name="L559" href="#L559">559</a> }
-<a class="jxr_linenumber" name="L560" href="#L560">560</a> <strong class="jxr_keyword">if</strong> (scanTestClasses)
-<a class="jxr_linenumber" name="L561" href="#L561">561</a> addRoot(urls, testOutputDirectory);
-<a class="jxr_linenumber" name="L562" href="#L562">562</a> classes = scanUrls(urls);
-<a class="jxr_linenumber" name="L563" href="#L563">563</a> <strong class="jxr_keyword">for</strong> (String className : unit.getManagedClassNames())
-<a class="jxr_linenumber" name="L564" href="#L564">564</a> classes.add(className);
-<a class="jxr_linenumber" name="L565" href="#L565">565</a> <em class="jxr_javadoccomment">/**</em>
-<a class="jxr_linenumber" name="L566" href="#L566">566</a> <em class="jxr_javadoccomment"> * Add mappings from the default mapping-file</em>
-<a class="jxr_linenumber" name="L567" href="#L567">567</a> <em class="jxr_javadoccomment"> * <code>META-INF/orm.xml</code>, if present</em>
-<a class="jxr_linenumber" name="L568" href="#L568">568</a> <em class="jxr_javadoccomment"> */</em>
-<a class="jxr_linenumber" name="L569" href="#L569">569</a> <strong class="jxr_keyword">boolean</strong> error = false;
-<a class="jxr_linenumber" name="L570" href="#L570">570</a> InputStream is;
-<a class="jxr_linenumber" name="L571" href="#L571">571</a> is = classLoader.getResourceAsStream(<span class="jxr_string">"META-INF/orm.xml"</span>);
-<a class="jxr_linenumber" name="L572" href="#L572">572</a> <strong class="jxr_keyword">if</strong> (is != <strong class="jxr_keyword">null</strong>)
-<a class="jxr_linenumber" name="L573" href="#L573">573</a> {
-<a class="jxr_linenumber" name="L574" href="#L574">574</a> getLog().info(<span class="jxr_string">"Adding default JPA-XML-mapping from META-INF/orm.xml"</span>);
-<a class="jxr_linenumber" name="L575" href="#L575">575</a> <strong class="jxr_keyword">try</strong>
-<a class="jxr_linenumber" name="L576" href="#L576">576</a> {
-<a class="jxr_linenumber" name="L577" href="#L577">577</a> tracker.track(<span class="jxr_string">"META-INF/orm.xml"</span>, is);
-<a class="jxr_linenumber" name="L578" href="#L578">578</a> sources.addResource(<span class="jxr_string">"META-INF/orm.xml"</span>);
-<a class="jxr_linenumber" name="L579" href="#L579">579</a> }
-<a class="jxr_linenumber" name="L580" href="#L580">580</a> <strong class="jxr_keyword">catch</strong> (IOException e)
-<a class="jxr_linenumber" name="L581" href="#L581">581</a> {
-<a class="jxr_linenumber" name="L582" href="#L582">582</a> getLog().error(<span class="jxr_string">"cannot read META-INF/orm.xml: "</span> + e);
-<a class="jxr_linenumber" name="L583" href="#L583">583</a> error = <strong class="jxr_keyword">true</strong>;
-<a class="jxr_linenumber" name="L584" href="#L584">584</a> }
-<a class="jxr_linenumber" name="L585" href="#L585">585</a> }
-<a class="jxr_linenumber" name="L586" href="#L586">586</a> <strong class="jxr_keyword">else</strong>
-<a class="jxr_linenumber" name="L587" href="#L587">587</a> {
-<a class="jxr_linenumber" name="L588" href="#L588">588</a> getLog().debug(<span class="jxr_string">"no META-INF/orm.xml found"</span>);
-<a class="jxr_linenumber" name="L589" href="#L589">589</a> }
-<a class="jxr_linenumber" name="L590" href="#L590">590</a> <em class="jxr_javadoccomment">/**</em>
-<a class="jxr_linenumber" name="L591" href="#L591">591</a> <em class="jxr_javadoccomment"> * Add mappings from files, that are explicitly configured in the</em>
-<a class="jxr_linenumber" name="L592" href="#L592">592</a> <em class="jxr_javadoccomment"> * persistence unit</em>
-<a class="jxr_linenumber" name="L593" href="#L593">593</a> <em class="jxr_javadoccomment"> */</em>
-<a class="jxr_linenumber" name="L594" href="#L594">594</a> <strong class="jxr_keyword">for</strong> (String mapping : unit.getMappingFileNames())
-<a class="jxr_linenumber" name="L595" href="#L595">595</a> {
-<a class="jxr_linenumber" name="L596" href="#L596">596</a> getLog().info(<span class="jxr_string">"Adding explicitly configured mapping from "</span> + mapping);
-<a class="jxr_linenumber" name="L597" href="#L597">597</a> is = classLoader.getResourceAsStream(mapping);
-<a class="jxr_linenumber" name="L598" href="#L598">598</a> <strong class="jxr_keyword">if</strong> (is != <strong class="jxr_keyword">null</strong>)
-<a class="jxr_linenumber" name="L599" href="#L599">599</a> {
-<a class="jxr_linenumber" name="L600" href="#L600">600</a> <strong class="jxr_keyword">try</strong>
-<a class="jxr_linenumber" name="L601" href="#L601">601</a> {
-<a class="jxr_linenumber" name="L602" href="#L602">602</a> tracker.track(mapping, is);
-<a class="jxr_linenumber" name="L603" href="#L603">603</a> sources.addResource(mapping);
-<a class="jxr_linenumber" name="L604" href="#L604">604</a> }
-<a class="jxr_linenumber" name="L605" href="#L605">605</a> <strong class="jxr_keyword">catch</strong> (IOException e)
-<a class="jxr_linenumber" name="L606" href="#L606">606</a> {
-<a class="jxr_linenumber" name="L607" href="#L607">607</a> getLog().info(<span class="jxr_string">"cannot read mapping-file "</span> + mapping + <span class="jxr_string">": "</span> + e);
-<a class="jxr_linenumber" name="L608" href="#L608">608</a> error = <strong class="jxr_keyword">true</strong>;
-<a class="jxr_linenumber" name="L609" href="#L609">609</a> }
-<a class="jxr_linenumber" name="L610" href="#L610">610</a> }
-<a class="jxr_linenumber" name="L611" href="#L611">611</a> <strong class="jxr_keyword">else</strong>
-<a class="jxr_linenumber" name="L612" href="#L612">612</a> {
-<a class="jxr_linenumber" name="L613" href="#L613">613</a> getLog().error(<span class="jxr_string">"cannot find mapping-file "</span> + mapping);
-<a class="jxr_linenumber" name="L614" href="#L614">614</a> error = <strong class="jxr_keyword">true</strong>;
-<a class="jxr_linenumber" name="L615" href="#L615">615</a> }
-<a class="jxr_linenumber" name="L616" href="#L616">616</a> }
-<a class="jxr_linenumber" name="L617" href="#L617">617</a> <strong class="jxr_keyword">if</strong> (error)
-<a class="jxr_linenumber" name="L618" href="#L618">618</a> <strong class="jxr_keyword">throw</strong> <strong class="jxr_keyword">new</strong> MojoFailureException(
-<a class="jxr_linenumber" name="L619" href="#L619">619</a> <span class="jxr_string">"error, while reading mappings configured in persistence-unit \""</span> +
-<a class="jxr_linenumber" name="L620" href="#L620">620</a> unit.getName() +
-<a class="jxr_linenumber" name="L621" href="#L621">621</a> <span class="jxr_string">"\""</span>
-<a class="jxr_linenumber" name="L622" href="#L622">622</a> );
-<a class="jxr_linenumber" name="L623" href="#L623">623</a> }
-<a class="jxr_linenumber" name="L624" href="#L624">624</a>
-<a class="jxr_linenumber" name="L625" href="#L625">625</a> <em class="jxr_javadoccomment">/** Add the configured/collected annotated classes */</em>
-<a class="jxr_linenumber" name="L626" href="#L626">626</a> <strong class="jxr_keyword">for</strong> (String className : classes)
-<a class="jxr_linenumber" name="L627" href="#L627">627</a> addAnnotated(className, sources, classLoaderService, tracker);
-<a class="jxr_linenumber" name="L628" href="#L628">628</a>
-<a class="jxr_linenumber" name="L629" href="#L629">629</a> <em class="jxr_javadoccomment">/** Add explicitly configured classes */</em>
-<a class="jxr_linenumber" name="L630" href="#L630">630</a> addMappings(sources, tracker);
-<a class="jxr_linenumber" name="L631" href="#L631">631</a>
-<a class="jxr_linenumber" name="L632" href="#L632">632</a> <em class="jxr_javadoccomment">/** Skip execution, if mapping and configuration is unchanged */</em>
-<a class="jxr_linenumber" name="L633" href="#L633">633</a> <strong class="jxr_keyword">if</strong> (!tracker.modified())
-<a class="jxr_linenumber" name="L634" href="#L634">634</a> {
-<a class="jxr_linenumber" name="L635" href="#L635">635</a> getLog().info(<span class="jxr_string">"Mapping and configuration unchanged."</span>);
-<a class="jxr_linenumber" name="L636" href="#L636">636</a> <strong class="jxr_keyword">if</strong> (force)
-<a class="jxr_linenumber" name="L637" href="#L637">637</a> getLog().info(<span class="jxr_string">"Generation/execution is forced!"</span>);
-<a class="jxr_linenumber" name="L638" href="#L638">638</a> <strong class="jxr_keyword">else</strong>
-<a class="jxr_linenumber" name="L639" href="#L639">639</a> {
-<a class="jxr_linenumber" name="L640" href="#L640">640</a> getLog().info(<span class="jxr_string">"Skipping schema generation!"</span>);
-<a class="jxr_linenumber" name="L641" href="#L641">641</a> project.getProperties().setProperty(SKIPPED, <span class="jxr_string">"true"</span>);
-<a class="jxr_linenumber" name="L642" href="#L642">642</a> <strong class="jxr_keyword">return</strong>;
-<a class="jxr_linenumber" name="L643" href="#L643">643</a> }
-<a class="jxr_linenumber" name="L644" href="#L644">644</a> }
-<a class="jxr_linenumber" name="L645" href="#L645">645</a>
-<a class="jxr_linenumber" name="L646" href="#L646">646</a>
-<a class="jxr_linenumber" name="L647" href="#L647">647</a> <em class="jxr_javadoccomment">/** Truncate output file */</em>
-<a class="jxr_linenumber" name="L648" href="#L648">648</a> <strong class="jxr_keyword">try</strong>
-<a class="jxr_linenumber" name="L649" href="#L649">649</a> {
-<a class="jxr_linenumber" name="L650" href="#L650">650</a> <strong class="jxr_keyword">new</strong> FileOutputStream(output).getChannel().truncate(0).close();
-<a class="jxr_linenumber" name="L651" href="#L651">651</a> }
-<a class="jxr_linenumber" name="L652" href="#L652">652</a> <strong class="jxr_keyword">catch</strong> (IOException e)
-<a class="jxr_linenumber" name="L653" href="#L653">653</a> {
-<a class="jxr_linenumber" name="L654" href="#L654">654</a> String error =
-<a class="jxr_linenumber" name="L655" href="#L655">655</a> <span class="jxr_string">"Error while truncating "</span> + output.getAbsolutePath() + <span class="jxr_string">": "</span>
-<a class="jxr_linenumber" name="L656" href="#L656">656</a> + e.getMessage();
-<a class="jxr_linenumber" name="L657" href="#L657">657</a> getLog().warn(error);
-<a class="jxr_linenumber" name="L658" href="#L658">658</a> <strong class="jxr_keyword">throw</strong> <strong class="jxr_keyword">new</strong> MojoExecutionException(error);
-<a class="jxr_linenumber" name="L659" href="#L659">659</a> }
-<a class="jxr_linenumber" name="L660" href="#L660">660</a>
-<a class="jxr_linenumber" name="L661" href="#L661">661</a> <em class="jxr_javadoccomment">/** Create a connection, if sufficient configuration infromation is available */</em>
-<a class="jxr_linenumber" name="L662" href="#L662">662</a> connectionProvider.open(classLoaderService, properties);
-<a class="jxr_linenumber" name="L663" href="#L663">663</a>
-<a class="jxr_linenumber" name="L664" href="#L664">664</a> MetadataBuilder metadataBuilder = sources.getMetadataBuilder();
-<a class="jxr_linenumber" name="L665" href="#L665">665</a>
-<a class="jxr_linenumber" name="L666" href="#L666">666</a> StrategySelector strategySelector =
-<a class="jxr_linenumber" name="L667" href="#L667">667</a> serviceRegistry.getService(StrategySelector.<strong class="jxr_keyword">class</strong>);
-<a class="jxr_linenumber" name="L668" href="#L668">668</a>
-<a class="jxr_linenumber" name="L669" href="#L669">669</a> <strong class="jxr_keyword">if</strong> (properties.containsKey(IMPLICIT_NAMING_STRATEGY))
-<a class="jxr_linenumber" name="L670" href="#L670">670</a> {
-<a class="jxr_linenumber" name="L671" href="#L671">671</a> metadataBuilder.applyImplicitNamingStrategy(
-<a class="jxr_linenumber" name="L672" href="#L672">672</a> strategySelector.resolveStrategy(
-<a class="jxr_linenumber" name="L673" href="#L673">673</a> ImplicitNamingStrategy.<strong class="jxr_keyword">class</strong>,
-<a class="jxr_linenumber" name="L674" href="#L674">674</a> properties.getProperty(IMPLICIT_NAMING_STRATEGY)
-<a class="jxr_linenumber" name="L675" href="#L675">675</a> )
-<a class="jxr_linenumber" name="L676" href="#L676">676</a> );
-<a class="jxr_linenumber" name="L677" href="#L677">677</a> }
-<a class="jxr_linenumber" name="L678" href="#L678">678</a>
-<a class="jxr_linenumber" name="L679" href="#L679">679</a> <strong class="jxr_keyword">if</strong> (properties.containsKey(PHYSICAL_NAMING_STRATEGY))
-<a class="jxr_linenumber" name="L680" href="#L680">680</a> {
-<a class="jxr_linenumber" name="L681" href="#L681">681</a> metadataBuilder.applyPhysicalNamingStrategy(
-<a class="jxr_linenumber" name="L682" href="#L682">682</a> strategySelector.resolveStrategy(
-<a class="jxr_linenumber" name="L683" href="#L683">683</a> PhysicalNamingStrategy.<strong class="jxr_keyword">class</strong>,
-<a class="jxr_linenumber" name="L684" href="#L684">684</a> properties.getProperty(PHYSICAL_NAMING_STRATEGY)
-<a class="jxr_linenumber" name="L685" href="#L685">685</a> )
-<a class="jxr_linenumber" name="L686" href="#L686">686</a> );
-<a class="jxr_linenumber" name="L687" href="#L687">687</a> }
-<a class="jxr_linenumber" name="L688" href="#L688">688</a>
-<a class="jxr_linenumber" name="L689" href="#L689">689</a> <em class="jxr_javadoccomment">/** Prepare the generation of the SQL */</em>
-<a class="jxr_linenumber" name="L690" href="#L690">690</a> Map settings = <strong class="jxr_keyword">new</strong> HashMap();
-<a class="jxr_linenumber" name="L691" href="#L691">691</a> settings.putAll(
-<a class="jxr_linenumber" name="L692" href="#L692">692</a> serviceRegistry
-<a class="jxr_linenumber" name="L693" href="#L693">693</a> .getService(ConfigurationService.<strong class="jxr_keyword">class</strong>)
-<a class="jxr_linenumber" name="L694" href="#L694">694</a> .getSettings()
-<a class="jxr_linenumber" name="L695" href="#L695">695</a> );
-<a class="jxr_linenumber" name="L696" href="#L696">696</a> ExceptionHandlerCollectingImpl handler =
-<a class="jxr_linenumber" name="L697" href="#L697">697</a> <strong class="jxr_keyword">new</strong> ExceptionHandlerCollectingImpl();
-<a class="jxr_linenumber" name="L698" href="#L698">698</a> ExecutionOptions options =
-<a class="jxr_linenumber" name="L699" href="#L699">699</a> SchemaManagementToolCoordinator
-<a class="jxr_linenumber" name="L700" href="#L700">700</a> .buildExecutionOptions(settings, handler);
-<a class="jxr_linenumber" name="L701" href="#L701">701</a> <strong class="jxr_keyword">final</strong> EnumSet<TargetType> targetTypes = EnumSet.of(TargetType.SCRIPT);
-<a class="jxr_linenumber" name="L702" href="#L702">702</a> <strong class="jxr_keyword">if</strong> (execute)
-<a class="jxr_linenumber" name="L703" href="#L703">703</a> targetTypes.add(TargetType.DATABASE);
-<a class="jxr_linenumber" name="L704" href="#L704">704</a> TargetDescriptor target = <strong class="jxr_keyword">new</strong> TargetDescriptor()
-<a class="jxr_linenumber" name="L705" href="#L705">705</a> {
-<a class="jxr_linenumber" name="L706" href="#L706">706</a> @Override
-<a class="jxr_linenumber" name="L707" href="#L707">707</a> <strong class="jxr_keyword">public</strong> EnumSet<TargetType> getTargetTypes()
-<a class="jxr_linenumber" name="L708" href="#L708">708</a> {
-<a class="jxr_linenumber" name="L709" href="#L709">709</a> <strong class="jxr_keyword">return</strong> targetTypes;
-<a class="jxr_linenumber" name="L710" href="#L710">710</a> }
-<a class="jxr_linenumber" name="L711" href="#L711">711</a>
-<a class="jxr_linenumber" name="L712" href="#L712">712</a> @Override
-<a class="jxr_linenumber" name="L713" href="#L713">713</a> <strong class="jxr_keyword">public</strong> ScriptTargetOutput getScriptTargetOutput()
-<a class="jxr_linenumber" name="L714" href="#L714">714</a> {
-<a class="jxr_linenumber" name="L715" href="#L715">715</a> String charset =
-<a class="jxr_linenumber" name="L716" href="#L716">716</a> (String)
-<a class="jxr_linenumber" name="L717" href="#L717">717</a> serviceRegistry
-<a class="jxr_linenumber" name="L718" href="#L718">718</a> .getService(ConfigurationService.<strong class="jxr_keyword">class</strong>)
-<a class="jxr_linenumber" name="L719" href="#L719">719</a> .getSettings()
-<a class="jxr_linenumber" name="L720" href="#L720">720</a> .get(AvailableSettings.HBM2DDL_CHARSET_NAME);
-<a class="jxr_linenumber" name="L721" href="#L721">721</a> <strong class="jxr_keyword">return</strong> <strong class="jxr_keyword">new</strong> ScriptTargetOutputToFile(output, charset);
-<a class="jxr_linenumber" name="L722" href="#L722">722</a> }
-<a class="jxr_linenumber" name="L723" href="#L723">723</a> };
-<a class="jxr_linenumber" name="L724" href="#L724">724</a>
-<a class="jxr_linenumber" name="L725" href="#L725">725</a> <em class="jxr_javadoccomment">/**</em>
-<a class="jxr_linenumber" name="L726" href="#L726">726</a> <em class="jxr_javadoccomment"> * Change class-loader of current thread.</em>
-<a class="jxr_linenumber" name="L727" href="#L727">727</a> <em class="jxr_javadoccomment"> * This is necessary, because still not all parts of Hibernate 5 use</em>
-<a class="jxr_linenumber" name="L728" href="#L728">728</a> <em class="jxr_javadoccomment"> * the newly introduced ClassLoaderService and will fail otherwise!</em>
-<a class="jxr_linenumber" name="L729" href="#L729">729</a> <em class="jxr_javadoccomment"> */</em>
-<a class="jxr_linenumber" name="L730" href="#L730">730</a> Thread thread = Thread.currentThread();
-<a class="jxr_linenumber" name="L731" href="#L731">731</a> ClassLoader contextClassLoader = thread.getContextClassLoader();
-<a class="jxr_linenumber" name="L732" href="#L732">732</a> <strong class="jxr_keyword">try</strong>
-<a class="jxr_linenumber" name="L733" href="#L733">733</a> {
-<a class="jxr_linenumber" name="L734" href="#L734">734</a> thread.setContextClassLoader(classLoader);
-<a class="jxr_linenumber" name="L735" href="#L735">735</a> build((MetadataImplementor)metadataBuilder.build(), options, target);
-<a class="jxr_linenumber" name="L736" href="#L736">736</a> <strong class="jxr_keyword">if</strong> (handler.getExceptions().size() > 0)
-<a class="jxr_linenumber" name="L737" href="#L737">737</a> {
-<a class="jxr_linenumber" name="L738" href="#L738">738</a> StringBuilder builder = <strong class="jxr_keyword">new</strong> StringBuilder();
-<a class="jxr_linenumber" name="L739" href="#L739">739</a> builder.append(<span class="jxr_string">"Hibernate failed:"</span>);
-<a class="jxr_linenumber" name="L740" href="#L740">740</a> <strong class="jxr_keyword">for</strong> (Exception e : handler.getExceptions())
-<a class="jxr_linenumber" name="L741" href="#L741">741</a> {
-<a class="jxr_linenumber" name="L742" href="#L742">742</a> builder.append(<span class="jxr_string">"\n * "</span>);
-<a class="jxr_linenumber" name="L743" href="#L743">743</a> builder.append(e.getMessage());
-<a class="jxr_linenumber" name="L744" href="#L744">744</a> AbstractSchemaMojo.printStrackTrace(builder, e);
-<a class="jxr_linenumber" name="L745" href="#L745">745</a> builder.append(<span class="jxr_string">"\n"</span>);
-<a class="jxr_linenumber" name="L746" href="#L746">746</a> }
-<a class="jxr_linenumber" name="L747" href="#L747">747</a> String error = builder.toString();
-<a class="jxr_linenumber" name="L748" href="#L748">748</a> getLog().error(error);
-<a class="jxr_linenumber" name="L749" href="#L749">749</a> <strong class="jxr_keyword">throw</strong> <strong class="jxr_keyword">new</strong> MojoFailureException(error);
-<a class="jxr_linenumber" name="L750" href="#L750">750</a> }
-<a class="jxr_linenumber" name="L751" href="#L751">751</a> }
-<a class="jxr_linenumber" name="L752" href="#L752">752</a> <strong class="jxr_keyword">finally</strong>
-<a class="jxr_linenumber" name="L753" href="#L753">753</a> {
-<a class="jxr_linenumber" name="L754" href="#L754">754</a> thread.setContextClassLoader(contextClassLoader);
-<a class="jxr_linenumber" name="L755" href="#L755">755</a> <em class="jxr_javadoccomment">/** Track, the content of the generated script */</em>
-<a class="jxr_linenumber" name="L756" href="#L756">756</a> checkOutputFile(output, tracker);
-<a class="jxr_linenumber" name="L757" href="#L757">757</a> }
-<a class="jxr_linenumber" name="L758" href="#L758">758</a> }
-<a class="jxr_linenumber" name="L759" href="#L759">759</a> <strong class="jxr_keyword">catch</strong> (MojoExecutionException e)
-<a class="jxr_linenumber" name="L760" href="#L760">760</a> {
-<a class="jxr_linenumber" name="L761" href="#L761">761</a> tracker.failed();
-<a class="jxr_linenumber" name="L762" href="#L762">762</a> <strong class="jxr_keyword">throw</strong> e;
-<a class="jxr_linenumber" name="L763" href="#L763">763</a> }
-<a class="jxr_linenumber" name="L764" href="#L764">764</a> <strong class="jxr_keyword">catch</strong> (MojoFailureException e)
-<a class="jxr_linenumber" name="L765" href="#L765">765</a> {
-<a class="jxr_linenumber" name="L766" href="#L766">766</a> tracker.failed();
-<a class="jxr_linenumber" name="L767" href="#L767">767</a> <strong class="jxr_keyword">throw</strong> e;
-<a class="jxr_linenumber" name="L768" href="#L768">768</a> }
-<a class="jxr_linenumber" name="L769" href="#L769">769</a> <strong class="jxr_keyword">catch</strong> (RuntimeException e)
-<a class="jxr_linenumber" name="L770" href="#L770">770</a> {
-<a class="jxr_linenumber" name="L771" href="#L771">771</a> tracker.failed();
-<a class="jxr_linenumber" name="L772" href="#L772">772</a> <strong class="jxr_keyword">throw</strong> e;
-<a class="jxr_linenumber" name="L773" href="#L773">773</a> }
-<a class="jxr_linenumber" name="L774" href="#L774">774</a> <strong class="jxr_keyword">finally</strong>
-<a class="jxr_linenumber" name="L775" href="#L775">775</a> {
-<a class="jxr_linenumber" name="L776" href="#L776">776</a> <em class="jxr_javadoccomment">/** Remember mappings and configuration */</em>
-<a class="jxr_linenumber" name="L777" href="#L777">777</a> tracker.save();
-<a class="jxr_linenumber" name="L778" href="#L778">778</a>
-<a class="jxr_linenumber" name="L779" href="#L779">779</a> <em class="jxr_javadoccomment">/** Close the connection - if one was opened */</em>
-<a class="jxr_linenumber" name="L780" href="#L780">780</a> connectionProvider.close();
-<a class="jxr_linenumber" name="L781" href="#L781">781</a>
-<a class="jxr_linenumber" name="L782" href="#L782">782</a> <em class="jxr_javadoccomment">/** Stop Log-Capturing */</em>
-<a class="jxr_linenumber" name="L783" href="#L783">783</a> MavenLogAppender.endPluginLog(<strong class="jxr_keyword">this</strong>);
-<a class="jxr_linenumber" name="L784" href="#L784">784</a> }
-<a class="jxr_linenumber" name="L785" href="#L785">785</a> }
-<a class="jxr_linenumber" name="L786" href="#L786">786</a>
-<a class="jxr_linenumber" name="L787" href="#L787">787</a>
-<a class="jxr_linenumber" name="L788" href="#L788">788</a> <strong class="jxr_keyword">abstract</strong> <strong class="jxr_keyword">void</strong> build(
-<a class="jxr_linenumber" name="L789" href="#L789">789</a> MetadataImplementor metadata,
-<a class="jxr_linenumber" name="L790" href="#L790">790</a> ExecutionOptions options,
-<a class="jxr_linenumber" name="L791" href="#L791">791</a> TargetDescriptor target
-<a class="jxr_linenumber" name="L792" href="#L792">792</a> )
-<a class="jxr_linenumber" name="L793" href="#L793">793</a> <strong class="jxr_keyword">throws</strong>
-<a class="jxr_linenumber" name="L794" href="#L794">794</a> MojoFailureException,
-<a class="jxr_linenumber" name="L795" href="#L795">795</a> MojoExecutionException;
-<a class="jxr_linenumber" name="L796" href="#L796">796</a>
-<a class="jxr_linenumber" name="L797" href="#L797">797</a>
-<a class="jxr_linenumber" name="L798" href="#L798">798</a> <strong class="jxr_keyword">private</strong> <a href="../../../../de/juplo/plugins/hibernate/MutableClassLoader.html">MutableClassLoader</a> createClassLoader() <strong class="jxr_keyword">throws</strong> MojoExecutionException
-<a class="jxr_linenumber" name="L799" href="#L799">799</a> {
-<a class="jxr_linenumber" name="L800" href="#L800">800</a> <strong class="jxr_keyword">try</strong>
-<a class="jxr_linenumber" name="L801" href="#L801">801</a> {
-<a class="jxr_linenumber" name="L802" href="#L802">802</a> getLog().debug(<span class="jxr_string">"Creating ClassLoader for project-dependencies..."</span>);
-<a class="jxr_linenumber" name="L803" href="#L803">803</a> LinkedHashSet<URL> urls = <strong class="jxr_keyword">new</strong> LinkedHashSet<URL>();
-<a class="jxr_linenumber" name="L804" href="#L804">804</a> File file;
-<a class="jxr_linenumber" name="L805" href="#L805">805</a>
-<a class="jxr_linenumber" name="L806" href="#L806">806</a> file = <strong class="jxr_keyword">new</strong> File(testOutputDirectory);
-<a class="jxr_linenumber" name="L807" href="#L807">807</a> <strong class="jxr_keyword">if</strong> (!file.exists())
-<a class="jxr_linenumber" name="L808" href="#L808">808</a> {
-<a class="jxr_linenumber" name="L809" href="#L809">809</a> getLog().info(<span class="jxr_string">"Creating test-output-directory: "</span> + testOutputDirectory);
-<a class="jxr_linenumber" name="L810" href="#L810">810</a> file.mkdirs();
-<a class="jxr_linenumber" name="L811" href="#L811">811</a> }
-<a class="jxr_linenumber" name="L812" href="#L812">812</a> urls.add(file.toURI().toURL());
-<a class="jxr_linenumber" name="L813" href="#L813">813</a>
-<a class="jxr_linenumber" name="L814" href="#L814">814</a> file = <strong class="jxr_keyword">new</strong> File(outputDirectory);
-<a class="jxr_linenumber" name="L815" href="#L815">815</a> <strong class="jxr_keyword">if</strong> (!file.exists())
-<a class="jxr_linenumber" name="L816" href="#L816">816</a> {
-<a class="jxr_linenumber" name="L817" href="#L817">817</a> getLog().info(<span class="jxr_string">"Creating output-directory: "</span> + outputDirectory);
-<a class="jxr_linenumber" name="L818" href="#L818">818</a> file.mkdirs();
-<a class="jxr_linenumber" name="L819" href="#L819">819</a> }
-<a class="jxr_linenumber" name="L820" href="#L820">820</a> urls.add(file.toURI().toURL());
-<a class="jxr_linenumber" name="L821" href="#L821">821</a>
-<a class="jxr_linenumber" name="L822" href="#L822">822</a> <strong class="jxr_keyword">return</strong> <strong class="jxr_keyword">new</strong> <a href="../../../../de/juplo/plugins/hibernate/MutableClassLoader.html">MutableClassLoader</a>(urls, getLog());
-<a class="jxr_linenumber" name="L823" href="#L823">823</a> }
-<a class="jxr_linenumber" name="L824" href="#L824">824</a> <strong class="jxr_keyword">catch</strong> (Exception e)
-<a class="jxr_linenumber" name="L825" href="#L825">825</a> {
-<a class="jxr_linenumber" name="L826" href="#L826">826</a> getLog().error(<span class="jxr_string">"Error while creating ClassLoader!"</span>, e);
-<a class="jxr_linenumber" name="L827" href="#L827">827</a> <strong class="jxr_keyword">throw</strong> <strong class="jxr_keyword">new</strong> MojoExecutionException(e.getMessage());
-<a class="jxr_linenumber" name="L828" href="#L828">828</a> }
-<a class="jxr_linenumber" name="L829" href="#L829">829</a> }
-<a class="jxr_linenumber" name="L830" href="#L830">830</a>
-<a class="jxr_linenumber" name="L831" href="#L831">831</a> <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">void</strong> completeClassPath(<a href="../../../../de/juplo/plugins/hibernate/MutableClassLoader.html">MutableClassLoader</a> classLoader)
-<a class="jxr_linenumber" name="L832" href="#L832">832</a> <strong class="jxr_keyword">throws</strong>
-<a class="jxr_linenumber" name="L833" href="#L833">833</a> MojoExecutionException
-<a class="jxr_linenumber" name="L834" href="#L834">834</a> {
-<a class="jxr_linenumber" name="L835" href="#L835">835</a> <strong class="jxr_keyword">try</strong>
-<a class="jxr_linenumber" name="L836" href="#L836">836</a> {
-<a class="jxr_linenumber" name="L837" href="#L837">837</a> getLog().debug(<span class="jxr_string">"Completing class-paths of the ClassLoader for project-dependencies..."</span>);
-<a class="jxr_linenumber" name="L838" href="#L838">838</a> List<String> classpathFiles = project.getCompileClasspathElements();
-<a class="jxr_linenumber" name="L839" href="#L839">839</a> <strong class="jxr_keyword">if</strong> (scanTestClasses)
-<a class="jxr_linenumber" name="L840" href="#L840">840</a> classpathFiles.addAll(project.getTestClasspathElements());
-<a class="jxr_linenumber" name="L841" href="#L841">841</a> LinkedHashSet<URL> urls = <strong class="jxr_keyword">new</strong> LinkedHashSet<URL>();
-<a class="jxr_linenumber" name="L842" href="#L842">842</a> <strong class="jxr_keyword">for</strong> (String pathElement : classpathFiles)
-<a class="jxr_linenumber" name="L843" href="#L843">843</a> {
-<a class="jxr_linenumber" name="L844" href="#L844">844</a> getLog().debug(<span class="jxr_string">"Dependency: "</span> + pathElement);
-<a class="jxr_linenumber" name="L845" href="#L845">845</a> urls.add(<strong class="jxr_keyword">new</strong> File(pathElement).toURI().toURL());
-<a class="jxr_linenumber" name="L846" href="#L846">846</a> }
-<a class="jxr_linenumber" name="L847" href="#L847">847</a> classLoader.add(urls);
-<a class="jxr_linenumber" name="L848" href="#L848">848</a> }
-<a class="jxr_linenumber" name="L849" href="#L849">849</a> <strong class="jxr_keyword">catch</strong> (Exception e)
-<a class="jxr_linenumber" name="L850" href="#L850">850</a> {
-<a class="jxr_linenumber" name="L851" href="#L851">851</a> getLog().error(<span class="jxr_string">"Error while creating ClassLoader!"</span>, e);
-<a class="jxr_linenumber" name="L852" href="#L852">852</a> <strong class="jxr_keyword">throw</strong> <strong class="jxr_keyword">new</strong> MojoExecutionException(e.getMessage());
-<a class="jxr_linenumber" name="L853" href="#L853">853</a> }
-<a class="jxr_linenumber" name="L854" href="#L854">854</a> }
-<a class="jxr_linenumber" name="L855" href="#L855">855</a>
-<a class="jxr_linenumber" name="L856" href="#L856">856</a> <strong class="jxr_keyword">private</strong> Map loadProperties(ConfigLoader configLoader)
-<a class="jxr_linenumber" name="L857" href="#L857">857</a> <strong class="jxr_keyword">throws</strong>
-<a class="jxr_linenumber" name="L858" href="#L858">858</a> MojoExecutionException
-<a class="jxr_linenumber" name="L859" href="#L859">859</a> {
-<a class="jxr_linenumber" name="L860" href="#L860">860</a> <em class="jxr_javadoccomment">/** Try to read configuration from properties-file */</em>
-<a class="jxr_linenumber" name="L861" href="#L861">861</a> <strong class="jxr_keyword">if</strong> (hibernateProperties == <strong class="jxr_keyword">null</strong>)
-<a class="jxr_linenumber" name="L862" href="#L862">862</a> {
-<a class="jxr_linenumber" name="L863" href="#L863">863</a> <strong class="jxr_keyword">try</strong>
-<a class="jxr_linenumber" name="L864" href="#L864">864</a> {
-<a class="jxr_linenumber" name="L865" href="#L865">865</a> <strong class="jxr_keyword">return</strong> configLoader.loadProperties(<span class="jxr_string">"hibernate.properties"</span>);
-<a class="jxr_linenumber" name="L866" href="#L866">866</a> }
-<a class="jxr_linenumber" name="L867" href="#L867">867</a> <strong class="jxr_keyword">catch</strong> (ConfigurationException e)
-<a class="jxr_linenumber" name="L868" href="#L868">868</a> {
-<a class="jxr_linenumber" name="L869" href="#L869">869</a> getLog().debug(e.getMessage());
-<a class="jxr_linenumber" name="L870" href="#L870">870</a> <strong class="jxr_keyword">return</strong> Collections.EMPTY_MAP;
-<a class="jxr_linenumber" name="L871" href="#L871">871</a> }
-<a class="jxr_linenumber" name="L872" href="#L872">872</a> }
-<a class="jxr_linenumber" name="L873" href="#L873">873</a> <strong class="jxr_keyword">else</strong>
-<a class="jxr_linenumber" name="L874" href="#L874">874</a> {
-<a class="jxr_linenumber" name="L875" href="#L875">875</a> <strong class="jxr_keyword">try</strong>
-<a class="jxr_linenumber" name="L876" href="#L876">876</a> {
-<a class="jxr_linenumber" name="L877" href="#L877">877</a> File file = <strong class="jxr_keyword">new</strong> File(hibernateProperties);
-<a class="jxr_linenumber" name="L878" href="#L878">878</a> <strong class="jxr_keyword">if</strong> (file.exists())
-<a class="jxr_linenumber" name="L879" href="#L879">879</a> {
-<a class="jxr_linenumber" name="L880" href="#L880">880</a> getLog().info(<span class="jxr_string">"Reading settings from file "</span> + hibernateProperties + <span class="jxr_string">"..."</span>);
-<a class="jxr_linenumber" name="L881" href="#L881">881</a> <strong class="jxr_keyword">return</strong> configLoader.loadProperties(file);
-<a class="jxr_linenumber" name="L882" href="#L882">882</a> }
-<a class="jxr_linenumber" name="L883" href="#L883">883</a> <strong class="jxr_keyword">else</strong>
-<a class="jxr_linenumber" name="L884" href="#L884">884</a> <strong class="jxr_keyword">return</strong> configLoader.loadProperties(hibernateProperties);
-<a class="jxr_linenumber" name="L885" href="#L885">885</a> }
-<a class="jxr_linenumber" name="L886" href="#L886">886</a> <strong class="jxr_keyword">catch</strong> (ConfigurationException e)
-<a class="jxr_linenumber" name="L887" href="#L887">887</a> {
-<a class="jxr_linenumber" name="L888" href="#L888">888</a> getLog().error(<span class="jxr_string">"Error while reading properties!"</span>, e);
-<a class="jxr_linenumber" name="L889" href="#L889">889</a> <strong class="jxr_keyword">throw</strong> <strong class="jxr_keyword">new</strong> MojoExecutionException(e.getMessage());
-<a class="jxr_linenumber" name="L890" href="#L890">890</a> }
-<a class="jxr_linenumber" name="L891" href="#L891">891</a> }
-<a class="jxr_linenumber" name="L892" href="#L892">892</a> }
-<a class="jxr_linenumber" name="L893" href="#L893">893</a>
-<a class="jxr_linenumber" name="L894" href="#L894">894</a> <strong class="jxr_keyword">private</strong> LoadedConfig loadConfig(ConfigLoader configLoader)
-<a class="jxr_linenumber" name="L895" href="#L895">895</a> <strong class="jxr_keyword">throws</strong> MojoExecutionException
-<a class="jxr_linenumber" name="L896" href="#L896">896</a> {
-<a class="jxr_linenumber" name="L897" href="#L897">897</a> <em class="jxr_javadoccomment">/** Try to read configuration from configuration-file */</em>
-<a class="jxr_linenumber" name="L898" href="#L898">898</a> <strong class="jxr_keyword">if</strong> (hibernateConfig == <strong class="jxr_keyword">null</strong>)
-<a class="jxr_linenumber" name="L899" href="#L899">899</a> {
-<a class="jxr_linenumber" name="L900" href="#L900">900</a> <strong class="jxr_keyword">try</strong>
-<a class="jxr_linenumber" name="L901" href="#L901">901</a> {
-<a class="jxr_linenumber" name="L902" href="#L902">902</a> <strong class="jxr_keyword">return</strong> configLoader.loadConfigXmlResource(<span class="jxr_string">"hibernate.cfg.xml"</span>);
-<a class="jxr_linenumber" name="L903" href="#L903">903</a> }
-<a class="jxr_linenumber" name="L904" href="#L904">904</a> <strong class="jxr_keyword">catch</strong> (ConfigurationException e)
-<a class="jxr_linenumber" name="L905" href="#L905">905</a> {
-<a class="jxr_linenumber" name="L906" href="#L906">906</a> getLog().debug(e.getMessage());
-<a class="jxr_linenumber" name="L907" href="#L907">907</a> <strong class="jxr_keyword">return</strong> <strong class="jxr_keyword">null</strong>;
-<a class="jxr_linenumber" name="L908" href="#L908">908</a> }
-<a class="jxr_linenumber" name="L909" href="#L909">909</a> }
-<a class="jxr_linenumber" name="L910" href="#L910">910</a> <strong class="jxr_keyword">else</strong>
-<a class="jxr_linenumber" name="L911" href="#L911">911</a> {
-<a class="jxr_linenumber" name="L912" href="#L912">912</a> <strong class="jxr_keyword">try</strong>
-<a class="jxr_linenumber" name="L913" href="#L913">913</a> {
-<a class="jxr_linenumber" name="L914" href="#L914">914</a> File file = <strong class="jxr_keyword">new</strong> File(hibernateConfig);
-<a class="jxr_linenumber" name="L915" href="#L915">915</a> <strong class="jxr_keyword">if</strong> (file.exists())
-<a class="jxr_linenumber" name="L916" href="#L916">916</a> {
-<a class="jxr_linenumber" name="L917" href="#L917">917</a> getLog().info(<span class="jxr_string">"Reading configuration from file "</span> + hibernateConfig + <span class="jxr_string">"..."</span>);
-<a class="jxr_linenumber" name="L918" href="#L918">918</a> <strong class="jxr_keyword">return</strong> configLoader.loadConfigXmlFile(file);
-<a class="jxr_linenumber" name="L919" href="#L919">919</a> }
-<a class="jxr_linenumber" name="L920" href="#L920">920</a> <strong class="jxr_keyword">else</strong>
-<a class="jxr_linenumber" name="L921" href="#L921">921</a> {
-<a class="jxr_linenumber" name="L922" href="#L922">922</a> <strong class="jxr_keyword">return</strong> configLoader.loadConfigXmlResource(hibernateConfig);
-<a class="jxr_linenumber" name="L923" href="#L923">923</a> }
-<a class="jxr_linenumber" name="L924" href="#L924">924</a> }
-<a class="jxr_linenumber" name="L925" href="#L925">925</a> <strong class="jxr_keyword">catch</strong> (ConfigurationException e)
-<a class="jxr_linenumber" name="L926" href="#L926">926</a> {
-<a class="jxr_linenumber" name="L927" href="#L927">927</a> getLog().error(<span class="jxr_string">"Error while reading configuration!"</span>, e);
-<a class="jxr_linenumber" name="L928" href="#L928">928</a> <strong class="jxr_keyword">throw</strong> <strong class="jxr_keyword">new</strong> MojoExecutionException(e.getMessage());
-<a class="jxr_linenumber" name="L929" href="#L929">929</a> }
-<a class="jxr_linenumber" name="L930" href="#L930">930</a> }
-<a class="jxr_linenumber" name="L931" href="#L931">931</a> }
-<a class="jxr_linenumber" name="L932" href="#L932">932</a>
-<a class="jxr_linenumber" name="L933" href="#L933">933</a> <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">void</strong> configure(Properties properties, <a href="../../../../de/juplo/plugins/hibernate/ModificationTracker.html">ModificationTracker</a> tracker)
-<a class="jxr_linenumber" name="L934" href="#L934">934</a> <strong class="jxr_keyword">throws</strong> MojoFailureException
-<a class="jxr_linenumber" name="L935" href="#L935">935</a> {
-<a class="jxr_linenumber" name="L936" href="#L936">936</a> <em class="jxr_javadoccomment">/**</em>
-<a class="jxr_linenumber" name="L937" href="#L937">937</a> <em class="jxr_javadoccomment"> * Special treatment for the configuration-value "execute": if it is</em>
-<a class="jxr_linenumber" name="L938" href="#L938">938</a> <em class="jxr_javadoccomment"> * switched to "true", the genearation fo the schema should be forced!</em>
-<a class="jxr_linenumber" name="L939" href="#L939">939</a> <em class="jxr_javadoccomment"> */</em>
-<a class="jxr_linenumber" name="L940" href="#L940">940</a> <strong class="jxr_keyword">if</strong> (tracker.check(EXECUTE, execute.toString()) && execute)
-<a class="jxr_linenumber" name="L941" href="#L941">941</a> {
-<a class="jxr_linenumber" name="L942" href="#L942">942</a> getLog().info(
-<a class="jxr_linenumber" name="L943" href="#L943">943</a> <span class="jxr_string">"hibernate.schema.execute was switched on: "</span> +
-<a class="jxr_linenumber" name="L944" href="#L944">944</a> <span class="jxr_string">"forcing generation/execution of SQL"</span>
-<a class="jxr_linenumber" name="L945" href="#L945">945</a> );
-<a class="jxr_linenumber" name="L946" href="#L946">946</a> tracker.touch();
-<a class="jxr_linenumber" name="L947" href="#L947">947</a> }
-<a class="jxr_linenumber" name="L948" href="#L948">948</a> configure(properties, execute, EXECUTE);
-<a class="jxr_linenumber" name="L949" href="#L949">949</a>
-<a class="jxr_linenumber" name="L950" href="#L950">950</a> <em class="jxr_javadoccomment">/**</em>
-<a class="jxr_linenumber" name="L951" href="#L951">951</a> <em class="jxr_javadoccomment"> * Configure the generation of the SQL.</em>
-<a class="jxr_linenumber" name="L952" href="#L952">952</a> <em class="jxr_javadoccomment"> * Overwrite values from properties-file if the configuration parameter is</em>
-<a class="jxr_linenumber" name="L953" href="#L953">953</a> <em class="jxr_javadoccomment"> * known to Hibernate.</em>
-<a class="jxr_linenumber" name="L954" href="#L954">954</a> <em class="jxr_javadoccomment"> */</em>
-<a class="jxr_linenumber" name="L955" href="#L955">955</a> configure(properties, dialect, DIALECT);
-<a class="jxr_linenumber" name="L956" href="#L956">956</a> configure(properties, delimiter, HBM2DDL_DELIMITER);
-<a class="jxr_linenumber" name="L957" href="#L957">957</a> configure(properties, format, FORMAT_SQL);
-<a class="jxr_linenumber" name="L958" href="#L958">958</a> configure(properties, createNamespaces, HBM2DLL_CREATE_NAMESPACES);
-<a class="jxr_linenumber" name="L959" href="#L959">959</a> configure(properties, implicitNamingStrategy, IMPLICIT_NAMING_STRATEGY);
-<a class="jxr_linenumber" name="L960" href="#L960">960</a> configure(properties, physicalNamingStrategy, PHYSICAL_NAMING_STRATEGY);
-<a class="jxr_linenumber" name="L961" href="#L961">961</a> configure(properties, outputDirectory, OUTPUTDIRECTORY);
-<a class="jxr_linenumber" name="L962" href="#L962">962</a> configure(properties, scanDependencies, SCAN_DEPENDENCIES);
-<a class="jxr_linenumber" name="L963" href="#L963">963</a> configure(properties, scanTestClasses, SCAN_TESTCLASSES);
-<a class="jxr_linenumber" name="L964" href="#L964">964</a> configure(properties, testOutputDirectory, TEST_OUTPUTDIRECTORY);
-<a class="jxr_linenumber" name="L965" href="#L965">965</a>
-<a class="jxr_linenumber" name="L966" href="#L966">966</a> <em class="jxr_javadoccomment">/**</em>
-<a class="jxr_linenumber" name="L967" href="#L967">967</a> <em class="jxr_javadoccomment"> * Special treatment for the configuration-value "show": a change of its</em>
-<a class="jxr_linenumber" name="L968" href="#L968">968</a> <em class="jxr_javadoccomment"> * configured value should not lead to a regeneration of the database</em>
-<a class="jxr_linenumber" name="L969" href="#L969">969</a> <em class="jxr_javadoccomment"> * schama!</em>
-<a class="jxr_linenumber" name="L970" href="#L970">970</a> <em class="jxr_javadoccomment"> */</em>
-<a class="jxr_linenumber" name="L971" href="#L971">971</a> <strong class="jxr_keyword">if</strong> (show == <strong class="jxr_keyword">null</strong>)
-<a class="jxr_linenumber" name="L972" href="#L972">972</a> show = Boolean.valueOf(properties.getProperty(SHOW_SQL));
-<a class="jxr_linenumber" name="L973" href="#L973">973</a> <strong class="jxr_keyword">else</strong>
-<a class="jxr_linenumber" name="L974" href="#L974">974</a> properties.setProperty(SHOW_SQL, show.toString());
-<a class="jxr_linenumber" name="L975" href="#L975">975</a>
-<a class="jxr_linenumber" name="L976" href="#L976">976</a> <em class="jxr_javadoccomment">/**</em>
-<a class="jxr_linenumber" name="L977" href="#L977">977</a> <em class="jxr_javadoccomment"> * Configure the connection parameters.</em>
-<a class="jxr_linenumber" name="L978" href="#L978">978</a> <em class="jxr_javadoccomment"> * Overwrite values from properties-file.</em>
-<a class="jxr_linenumber" name="L979" href="#L979">979</a> <em class="jxr_javadoccomment"> */</em>
-<a class="jxr_linenumber" name="L980" href="#L980">980</a> configure(properties, driver, DRIVER, JPA_JDBC_DRIVER);
-<a class="jxr_linenumber" name="L981" href="#L981">981</a> configure(properties, url, URL, JPA_JDBC_URL);
-<a class="jxr_linenumber" name="L982" href="#L982">982</a> configure(properties, username, USER, JPA_JDBC_USER);
-<a class="jxr_linenumber" name="L983" href="#L983">983</a> configure(properties, password, PASS, JPA_JDBC_PASSWORD);
-<a class="jxr_linenumber" name="L984" href="#L984">984</a>
-<a class="jxr_linenumber" name="L985" href="#L985">985</a> <strong class="jxr_keyword">if</strong> (properties.isEmpty())
-<a class="jxr_linenumber" name="L986" href="#L986">986</a> {
-<a class="jxr_linenumber" name="L987" href="#L987">987</a> getLog().error(<span class="jxr_string">"No properties set!"</span>);
-<a class="jxr_linenumber" name="L988" href="#L988">988</a> <strong class="jxr_keyword">throw</strong> <strong class="jxr_keyword">new</strong> MojoFailureException(<span class="jxr_string">"Hibernate configuration is missing!"</span>);
-<a class="jxr_linenumber" name="L989" href="#L989">989</a> }
-<a class="jxr_linenumber" name="L990" href="#L990">990</a>
-<a class="jxr_linenumber" name="L991" href="#L991">991</a> getLog().info(<span class="jxr_string">"Gathered configuration:"</span>);
-<a class="jxr_linenumber" name="L992" href="#L992">992</a> <strong class="jxr_keyword">for</strong> (Entry<Object,Object> entry : properties.entrySet())
-<a class="jxr_linenumber" name="L993" href="#L993">993</a> getLog().info(<span class="jxr_string">" "</span> + entry.getKey() + <span class="jxr_string">" = "</span> + entry.getValue());
-<a class="jxr_linenumber" name="L994" href="#L994">994</a> }
-<a class="jxr_linenumber" name="L995" href="#L995">995</a>
-<a class="jxr_linenumber" name="L996" href="#L996">996</a> <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">void</strong> configure(
-<a class="jxr_linenumber" name="L997" href="#L997">997</a> Properties properties,
-<a class="jxr_linenumber" name="L998" href="#L998">998</a> String value,
-<a class="jxr_linenumber" name="L999" href="#L999">999</a> String key,
-<a class="jxr_linenumber" name="L1000" href="#L1000">1000</a> String alternativeKey
-<a class="jxr_linenumber" name="L1001" href="#L1001">1001</a> )
-<a class="jxr_linenumber" name="L1002" href="#L1002">1002</a> {
-<a class="jxr_linenumber" name="L1003" href="#L1003">1003</a> configure(properties, value, key);
-<a class="jxr_linenumber" name="L1004" href="#L1004">1004</a>
-<a class="jxr_linenumber" name="L1005" href="#L1005">1005</a> <strong class="jxr_keyword">if</strong> (properties.containsKey(alternativeKey))
-<a class="jxr_linenumber" name="L1006" href="#L1006">1006</a> {
-<a class="jxr_linenumber" name="L1007" href="#L1007">1007</a> <strong class="jxr_keyword">if</strong> (properties.containsKey(key))
-<a class="jxr_linenumber" name="L1008" href="#L1008">1008</a> {
-<a class="jxr_linenumber" name="L1009" href="#L1009">1009</a> getLog().warn(
-<a class="jxr_linenumber" name="L1010" href="#L1010">1010</a> <span class="jxr_string">"Ignoring property "</span> + alternativeKey + <span class="jxr_string">"=\""</span> +
-<a class="jxr_linenumber" name="L1011" href="#L1011">1011</a> properties.getProperty(alternativeKey) +
-<a class="jxr_linenumber" name="L1012" href="#L1012">1012</a> <span class="jxr_string">"\" in favour for property "</span> + key + <span class="jxr_string">"=\""</span> +
-<a class="jxr_linenumber" name="L1013" href="#L1013">1013</a> properties.getProperty(key) + <span class="jxr_string">"\""</span>
-<a class="jxr_linenumber" name="L1014" href="#L1014">1014</a> );
-<a class="jxr_linenumber" name="L1015" href="#L1015">1015</a> properties.remove(alternativeKey);
-<a class="jxr_linenumber" name="L1016" href="#L1016">1016</a> }
-<a class="jxr_linenumber" name="L1017" href="#L1017">1017</a> <strong class="jxr_keyword">else</strong>
-<a class="jxr_linenumber" name="L1018" href="#L1018">1018</a> {
-<a class="jxr_linenumber" name="L1019" href="#L1019">1019</a> value = properties.getProperty(alternativeKey);
-<a class="jxr_linenumber" name="L1020" href="#L1020">1020</a> properties.remove(alternativeKey);
-<a class="jxr_linenumber" name="L1021" href="#L1021">1021</a> getLog().info(
-<a class="jxr_linenumber" name="L1022" href="#L1022">1022</a> <span class="jxr_string">"Using value \""</span> + value + <span class="jxr_string">"\" from property "</span> + alternativeKey +
-<a class="jxr_linenumber" name="L1023" href="#L1023">1023</a> <span class="jxr_string">" for property "</span> + key
-<a class="jxr_linenumber" name="L1024" href="#L1024">1024</a> );
-<a class="jxr_linenumber" name="L1025" href="#L1025">1025</a> properties.setProperty(key, value);
-<a class="jxr_linenumber" name="L1026" href="#L1026">1026</a> }
-<a class="jxr_linenumber" name="L1027" href="#L1027">1027</a> }
-<a class="jxr_linenumber" name="L1028" href="#L1028">1028</a> }
-<a class="jxr_linenumber" name="L1029" href="#L1029">1029</a>
-<a class="jxr_linenumber" name="L1030" href="#L1030">1030</a> <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">void</strong> configure(Properties properties, String value, String key)
-<a class="jxr_linenumber" name="L1031" href="#L1031">1031</a> {
-<a class="jxr_linenumber" name="L1032" href="#L1032">1032</a> <strong class="jxr_keyword">if</strong> (value != <strong class="jxr_keyword">null</strong>)
-<a class="jxr_linenumber" name="L1033" href="#L1033">1033</a> {
-<a class="jxr_linenumber" name="L1034" href="#L1034">1034</a> <strong class="jxr_keyword">if</strong> (properties.containsKey(key))
-<a class="jxr_linenumber" name="L1035" href="#L1035">1035</a> {
-<a class="jxr_linenumber" name="L1036" href="#L1036">1036</a> <strong class="jxr_keyword">if</strong> (!properties.getProperty(key).equals(value))
-<a class="jxr_linenumber" name="L1037" href="#L1037">1037</a> {
-<a class="jxr_linenumber" name="L1038" href="#L1038">1038</a> getLog().info(
-<a class="jxr_linenumber" name="L1039" href="#L1039">1039</a> <span class="jxr_string">"Overwriting property "</span> + key + <span class="jxr_string">"=\""</span> +
-<a class="jxr_linenumber" name="L1040" href="#L1040">1040</a> properties.getProperty(key) +
-<a class="jxr_linenumber" name="L1041" href="#L1041">1041</a> <span class="jxr_string">"\" with value \""</span> + value + <span class="jxr_string">"\""</span>
-<a class="jxr_linenumber" name="L1042" href="#L1042">1042</a> );
-<a class="jxr_linenumber" name="L1043" href="#L1043">1043</a> properties.setProperty(key, value);
-<a class="jxr_linenumber" name="L1044" href="#L1044">1044</a> }
-<a class="jxr_linenumber" name="L1045" href="#L1045">1045</a> }
-<a class="jxr_linenumber" name="L1046" href="#L1046">1046</a> <strong class="jxr_keyword">else</strong>
-<a class="jxr_linenumber" name="L1047" href="#L1047">1047</a> {
-<a class="jxr_linenumber" name="L1048" href="#L1048">1048</a> getLog().debug(<span class="jxr_string">"Using value \""</span> + value + <span class="jxr_string">"\" for property "</span> + key);
-<a class="jxr_linenumber" name="L1049" href="#L1049">1049</a> properties.setProperty(key, value);
-<a class="jxr_linenumber" name="L1050" href="#L1050">1050</a> }
-<a class="jxr_linenumber" name="L1051" href="#L1051">1051</a> }
-<a class="jxr_linenumber" name="L1052" href="#L1052">1052</a> }
-<a class="jxr_linenumber" name="L1053" href="#L1053">1053</a>
-<a class="jxr_linenumber" name="L1054" href="#L1054">1054</a> <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">void</strong> configure(Properties properties, Boolean value, String key)
-<a class="jxr_linenumber" name="L1055" href="#L1055">1055</a> {
-<a class="jxr_linenumber" name="L1056" href="#L1056">1056</a> configure(properties, value == <strong class="jxr_keyword">null</strong> ? <strong class="jxr_keyword">null</strong> : value.toString(), key);
-<a class="jxr_linenumber" name="L1057" href="#L1057">1057</a> }
-<a class="jxr_linenumber" name="L1058" href="#L1058">1058</a>
-<a class="jxr_linenumber" name="L1059" href="#L1059">1059</a> <strong class="jxr_keyword">private</strong> File getOutputFile(String filename)
-<a class="jxr_linenumber" name="L1060" href="#L1060">1060</a> <strong class="jxr_keyword">throws</strong>
-<a class="jxr_linenumber" name="L1061" href="#L1061">1061</a> MojoExecutionException
-<a class="jxr_linenumber" name="L1062" href="#L1062">1062</a> {
-<a class="jxr_linenumber" name="L1063" href="#L1063">1063</a> File output = <strong class="jxr_keyword">new</strong> File(filename);
-<a class="jxr_linenumber" name="L1064" href="#L1064">1064</a>
-<a class="jxr_linenumber" name="L1065" href="#L1065">1065</a> <strong class="jxr_keyword">if</strong> (!output.isAbsolute())
-<a class="jxr_linenumber" name="L1066" href="#L1066">1066</a> {
-<a class="jxr_linenumber" name="L1067" href="#L1067">1067</a> <em class="jxr_comment">// Interpret relative file path relative to build directory</em>
-<a class="jxr_linenumber" name="L1068" href="#L1068">1068</a> output = <strong class="jxr_keyword">new</strong> File(buildDirectory, filename);
-<a class="jxr_linenumber" name="L1069" href="#L1069">1069</a> }
-<a class="jxr_linenumber" name="L1070" href="#L1070">1070</a> getLog().debug(<span class="jxr_string">"Output file: "</span> + output.getPath());
-<a class="jxr_linenumber" name="L1071" href="#L1071">1071</a>
-<a class="jxr_linenumber" name="L1072" href="#L1072">1072</a> <em class="jxr_comment">// Ensure that directory path for specified file exists</em>
-<a class="jxr_linenumber" name="L1073" href="#L1073">1073</a> File outFileParentDir = output.getParentFile();
-<a class="jxr_linenumber" name="L1074" href="#L1074">1074</a> <strong class="jxr_keyword">if</strong> (<strong class="jxr_keyword">null</strong> != outFileParentDir && !outFileParentDir.exists())
-<a class="jxr_linenumber" name="L1075" href="#L1075">1075</a> {
-<a class="jxr_linenumber" name="L1076" href="#L1076">1076</a> <strong class="jxr_keyword">try</strong>
-<a class="jxr_linenumber" name="L1077" href="#L1077">1077</a> {
-<a class="jxr_linenumber" name="L1078" href="#L1078">1078</a> getLog().info(
-<a class="jxr_linenumber" name="L1079" href="#L1079">1079</a> <span class="jxr_string">"Creating directory path for output file:"</span> +
-<a class="jxr_linenumber" name="L1080" href="#L1080">1080</a> outFileParentDir.getPath()
-<a class="jxr_linenumber" name="L1081" href="#L1081">1081</a> );
-<a class="jxr_linenumber" name="L1082" href="#L1082">1082</a> outFileParentDir.mkdirs();
-<a class="jxr_linenumber" name="L1083" href="#L1083">1083</a> }
-<a class="jxr_linenumber" name="L1084" href="#L1084">1084</a> <strong class="jxr_keyword">catch</strong> (Exception e)
-<a class="jxr_linenumber" name="L1085" href="#L1085">1085</a> {
-<a class="jxr_linenumber" name="L1086" href="#L1086">1086</a> String error =
-<a class="jxr_linenumber" name="L1087" href="#L1087">1087</a> <span class="jxr_string">"Error creating directory path for output file: "</span> + e.getMessage();
-<a class="jxr_linenumber" name="L1088" href="#L1088">1088</a> getLog().error(error);
-<a class="jxr_linenumber" name="L1089" href="#L1089">1089</a> <strong class="jxr_keyword">throw</strong> <strong class="jxr_keyword">new</strong> MojoExecutionException(error);
-<a class="jxr_linenumber" name="L1090" href="#L1090">1090</a> }
-<a class="jxr_linenumber" name="L1091" href="#L1091">1091</a> }
-<a class="jxr_linenumber" name="L1092" href="#L1092">1092</a>
-<a class="jxr_linenumber" name="L1093" href="#L1093">1093</a> <strong class="jxr_keyword">try</strong>
-<a class="jxr_linenumber" name="L1094" href="#L1094">1094</a> {
-<a class="jxr_linenumber" name="L1095" href="#L1095">1095</a> output.createNewFile();
-<a class="jxr_linenumber" name="L1096" href="#L1096">1096</a> }
-<a class="jxr_linenumber" name="L1097" href="#L1097">1097</a> <strong class="jxr_keyword">catch</strong> (IOException e)
-<a class="jxr_linenumber" name="L1098" href="#L1098">1098</a> {
-<a class="jxr_linenumber" name="L1099" href="#L1099">1099</a> String error = <span class="jxr_string">"Error creating output file: "</span> + e.getMessage();
-<a class="jxr_linenumber" name="L1100" href="#L1100">1100</a> getLog().error(error);
-<a class="jxr_linenumber" name="L1101" href="#L1101">1101</a> <strong class="jxr_keyword">throw</strong> <strong class="jxr_keyword">new</strong> MojoExecutionException(error);
-<a class="jxr_linenumber" name="L1102" href="#L1102">1102</a> }
-<a class="jxr_linenumber" name="L1103" href="#L1103">1103</a>
-<a class="jxr_linenumber" name="L1104" href="#L1104">1104</a> <strong class="jxr_keyword">if</strong> (!output.canWrite())
-<a class="jxr_linenumber" name="L1105" href="#L1105">1105</a> {
-<a class="jxr_linenumber" name="L1106" href="#L1106">1106</a> String error =
-<a class="jxr_linenumber" name="L1107" href="#L1107">1107</a> <span class="jxr_string">"Output file "</span> + output.getAbsolutePath() + <span class="jxr_string">" is not writable!"</span>;
-<a class="jxr_linenumber" name="L1108" href="#L1108">1108</a> getLog().error(error);
-<a class="jxr_linenumber" name="L1109" href="#L1109">1109</a> <strong class="jxr_keyword">throw</strong> <strong class="jxr_keyword">new</strong> MojoExecutionException(error);
-<a class="jxr_linenumber" name="L1110" href="#L1110">1110</a> }
-<a class="jxr_linenumber" name="L1111" href="#L1111">1111</a>
-<a class="jxr_linenumber" name="L1112" href="#L1112">1112</a> <strong class="jxr_keyword">return</strong> output;
-<a class="jxr_linenumber" name="L1113" href="#L1113">1113</a> }
-<a class="jxr_linenumber" name="L1114" href="#L1114">1114</a>
-<a class="jxr_linenumber" name="L1115" href="#L1115">1115</a> <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">void</strong> checkOutputFile(File output, <a href="../../../../de/juplo/plugins/hibernate/ModificationTracker.html">ModificationTracker</a> tracker)
-<a class="jxr_linenumber" name="L1116" href="#L1116">1116</a> <strong class="jxr_keyword">throws</strong>
-<a class="jxr_linenumber" name="L1117" href="#L1117">1117</a> MojoExecutionException
-<a class="jxr_linenumber" name="L1118" href="#L1118">1118</a> {
-<a class="jxr_linenumber" name="L1119" href="#L1119">1119</a> <strong class="jxr_keyword">try</strong>
-<a class="jxr_linenumber" name="L1120" href="#L1120">1120</a> {
-<a class="jxr_linenumber" name="L1121" href="#L1121">1121</a> <strong class="jxr_keyword">if</strong> (output.exists())
-<a class="jxr_linenumber" name="L1122" href="#L1122">1122</a> tracker.track(SCRIPT, <strong class="jxr_keyword">new</strong> FileInputStream(output));
-<a class="jxr_linenumber" name="L1123" href="#L1123">1123</a> <strong class="jxr_keyword">else</strong>
-<a class="jxr_linenumber" name="L1124" href="#L1124">1124</a> tracker.track(SCRIPT, ZonedDateTime.now().toString());
-<a class="jxr_linenumber" name="L1125" href="#L1125">1125</a> }
-<a class="jxr_linenumber" name="L1126" href="#L1126">1126</a> <strong class="jxr_keyword">catch</strong> (IOException e)
-<a class="jxr_linenumber" name="L1127" href="#L1127">1127</a> {
-<a class="jxr_linenumber" name="L1128" href="#L1128">1128</a> String error =
-<a class="jxr_linenumber" name="L1129" href="#L1129">1129</a> <span class="jxr_string">"Error while checking the generated script: "</span> + e.getMessage();
-<a class="jxr_linenumber" name="L1130" href="#L1130">1130</a> getLog().error(error);
-<a class="jxr_linenumber" name="L1131" href="#L1131">1131</a> <strong class="jxr_keyword">throw</strong> <strong class="jxr_keyword">new</strong> MojoExecutionException(error);
-<a class="jxr_linenumber" name="L1132" href="#L1132">1132</a> }
-<a class="jxr_linenumber" name="L1133" href="#L1133">1133</a> }
-<a class="jxr_linenumber" name="L1134" href="#L1134">1134</a>
-<a class="jxr_linenumber" name="L1135" href="#L1135">1135</a> <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">void</strong> addMappings(MetadataSources sources, <a href="../../../../de/juplo/plugins/hibernate/ModificationTracker.html">ModificationTracker</a> tracker)
-<a class="jxr_linenumber" name="L1136" href="#L1136">1136</a> <strong class="jxr_keyword">throws</strong> MojoFailureException
-<a class="jxr_linenumber" name="L1137" href="#L1137">1137</a> {
-<a class="jxr_linenumber" name="L1138" href="#L1138">1138</a> getLog().debug(<span class="jxr_string">"Adding explicitly configured mappings..."</span>);
-<a class="jxr_linenumber" name="L1139" href="#L1139">1139</a> <strong class="jxr_keyword">if</strong> (mappings != <strong class="jxr_keyword">null</strong>)
-<a class="jxr_linenumber" name="L1140" href="#L1140">1140</a> {
-<a class="jxr_linenumber" name="L1141" href="#L1141">1141</a> <strong class="jxr_keyword">try</strong>
-<a class="jxr_linenumber" name="L1142" href="#L1142">1142</a> {
-<a class="jxr_linenumber" name="L1143" href="#L1143">1143</a> <strong class="jxr_keyword">for</strong> (String filename : mappings.split(<span class="jxr_string">"[\\s,]+"</span>))
-<a class="jxr_linenumber" name="L1144" href="#L1144">1144</a> {
-<a class="jxr_linenumber" name="L1145" href="#L1145">1145</a> <em class="jxr_comment">// First try the filename as absolute/relative path</em>
-<a class="jxr_linenumber" name="L1146" href="#L1146">1146</a> File file = <strong class="jxr_keyword">new</strong> File(filename);
-<a class="jxr_linenumber" name="L1147" href="#L1147">1147</a> <strong class="jxr_keyword">if</strong> (!file.exists())
-<a class="jxr_linenumber" name="L1148" href="#L1148">1148</a> {
-<a class="jxr_linenumber" name="L1149" href="#L1149">1149</a> <em class="jxr_comment">// If the file was not found, search for it in the resource-directories</em>
-<a class="jxr_linenumber" name="L1150" href="#L1150">1150</a> <strong class="jxr_keyword">for</strong> (Resource resource : project.getResources())
-<a class="jxr_linenumber" name="L1151" href="#L1151">1151</a> {
-<a class="jxr_linenumber" name="L1152" href="#L1152">1152</a> file = <strong class="jxr_keyword">new</strong> File(resource.getDirectory() + File.separator + filename);
-<a class="jxr_linenumber" name="L1153" href="#L1153">1153</a> <strong class="jxr_keyword">if</strong> (file.exists())
-<a class="jxr_linenumber" name="L1154" href="#L1154">1154</a> <strong class="jxr_keyword">break</strong>;
-<a class="jxr_linenumber" name="L1155" href="#L1155">1155</a> }
-<a class="jxr_linenumber" name="L1156" href="#L1156">1156</a> }
-<a class="jxr_linenumber" name="L1157" href="#L1157">1157</a> <strong class="jxr_keyword">if</strong> (file.exists())
-<a class="jxr_linenumber" name="L1158" href="#L1158">1158</a> {
-<a class="jxr_linenumber" name="L1159" href="#L1159">1159</a> <strong class="jxr_keyword">if</strong> (file.isDirectory())
-<a class="jxr_linenumber" name="L1160" href="#L1160">1160</a> <em class="jxr_comment">// TODO: add support to read all mappings under a directory</em>
-<a class="jxr_linenumber" name="L1161" href="#L1161">1161</a> <strong class="jxr_keyword">throw</strong> <strong class="jxr_keyword">new</strong> MojoFailureException(file.getAbsolutePath() + <span class="jxr_string">" is a directory"</span>);
-<a class="jxr_linenumber" name="L1162" href="#L1162">1162</a> <strong class="jxr_keyword">if</strong> (tracker.track(filename, <strong class="jxr_keyword">new</strong> FileInputStream(file)))
-<a class="jxr_linenumber" name="L1163" href="#L1163">1163</a> getLog().debug(<span class="jxr_string">"Found new or modified mapping-file: "</span> + filename);
-<a class="jxr_linenumber" name="L1164" href="#L1164">1164</a> <strong class="jxr_keyword">else</strong>
-<a class="jxr_linenumber" name="L1165" href="#L1165">1165</a> getLog().debug(<span class="jxr_string">"Mapping-file unchanged: "</span> + filename);
-<a class="jxr_linenumber" name="L1166" href="#L1166">1166</a>
-<a class="jxr_linenumber" name="L1167" href="#L1167">1167</a> sources.addFile(file);
-<a class="jxr_linenumber" name="L1168" href="#L1168">1168</a> }
-<a class="jxr_linenumber" name="L1169" href="#L1169">1169</a> <strong class="jxr_keyword">else</strong>
-<a class="jxr_linenumber" name="L1170" href="#L1170">1170</a> <strong class="jxr_keyword">throw</strong> <strong class="jxr_keyword">new</strong> MojoFailureException(<span class="jxr_string">"File "</span> + filename + <span class="jxr_string">" could not be found in any of the configured resource-directories!"</span>);
-<a class="jxr_linenumber" name="L1171" href="#L1171">1171</a> }
-<a class="jxr_linenumber" name="L1172" href="#L1172">1172</a> }
-<a class="jxr_linenumber" name="L1173" href="#L1173">1173</a> <strong class="jxr_keyword">catch</strong> (IOException e)
-<a class="jxr_linenumber" name="L1174" href="#L1174">1174</a> {
-<a class="jxr_linenumber" name="L1175" href="#L1175">1175</a> <strong class="jxr_keyword">throw</strong> <strong class="jxr_keyword">new</strong> MojoFailureException(<span class="jxr_string">"Cannot calculate MD5 sums!"</span>, e);
-<a class="jxr_linenumber" name="L1176" href="#L1176">1176</a> }
-<a class="jxr_linenumber" name="L1177" href="#L1177">1177</a> }
-<a class="jxr_linenumber" name="L1178" href="#L1178">1178</a> }
-<a class="jxr_linenumber" name="L1179" href="#L1179">1179</a>
-<a class="jxr_linenumber" name="L1180" href="#L1180">1180</a> <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">void</strong> addRoot(Set<URL> urls, String path) <strong class="jxr_keyword">throws</strong> MojoFailureException
-<a class="jxr_linenumber" name="L1181" href="#L1181">1181</a> {
-<a class="jxr_linenumber" name="L1182" href="#L1182">1182</a> <strong class="jxr_keyword">try</strong>
-<a class="jxr_linenumber" name="L1183" href="#L1183">1183</a> {
-<a class="jxr_linenumber" name="L1184" href="#L1184">1184</a> File dir = <strong class="jxr_keyword">new</strong> File(path);
-<a class="jxr_linenumber" name="L1185" href="#L1185">1185</a> <strong class="jxr_keyword">if</strong> (dir.exists())
-<a class="jxr_linenumber" name="L1186" href="#L1186">1186</a> {
-<a class="jxr_linenumber" name="L1187" href="#L1187">1187</a> getLog().info(<span class="jxr_string">"Adding "</span> + dir.getAbsolutePath() + <span class="jxr_string">" to the list of roots to scan..."</span>);
-<a class="jxr_linenumber" name="L1188" href="#L1188">1188</a> urls.add(dir.toURI().toURL());
-<a class="jxr_linenumber" name="L1189" href="#L1189">1189</a> }
-<a class="jxr_linenumber" name="L1190" href="#L1190">1190</a> <strong class="jxr_keyword">else</strong>
-<a class="jxr_linenumber" name="L1191" href="#L1191">1191</a> getLog().warn(
-<a class="jxr_linenumber" name="L1192" href="#L1192">1192</a> <span class="jxr_string">"the directory cannot be scanned for annotated classes, "</span> +
-<a class="jxr_linenumber" name="L1193" href="#L1193">1193</a> <span class="jxr_string">"because it does not exist: "</span> +
-<a class="jxr_linenumber" name="L1194" href="#L1194">1194</a> dir.getAbsolutePath()
-<a class="jxr_linenumber" name="L1195" href="#L1195">1195</a> );
-<a class="jxr_linenumber" name="L1196" href="#L1196">1196</a> }
-<a class="jxr_linenumber" name="L1197" href="#L1197">1197</a> <strong class="jxr_keyword">catch</strong> (MalformedURLException e)
-<a class="jxr_linenumber" name="L1198" href="#L1198">1198</a> {
-<a class="jxr_linenumber" name="L1199" href="#L1199">1199</a> getLog().error(<span class="jxr_string">"error while adding the project-root to the list of roots to scan!"</span>, e);
-<a class="jxr_linenumber" name="L1200" href="#L1200">1200</a> <strong class="jxr_keyword">throw</strong> <strong class="jxr_keyword">new</strong> MojoFailureException(e.getMessage());
-<a class="jxr_linenumber" name="L1201" href="#L1201">1201</a> }
-<a class="jxr_linenumber" name="L1202" href="#L1202">1202</a> }
-<a class="jxr_linenumber" name="L1203" href="#L1203">1203</a>
-<a class="jxr_linenumber" name="L1204" href="#L1204">1204</a> <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">void</strong> addDependencies(Set<URL> urls) <strong class="jxr_keyword">throws</strong> MojoFailureException
-<a class="jxr_linenumber" name="L1205" href="#L1205">1205</a> {
-<a class="jxr_linenumber" name="L1206" href="#L1206">1206</a> <strong class="jxr_keyword">try</strong>
-<a class="jxr_linenumber" name="L1207" href="#L1207">1207</a> {
-<a class="jxr_linenumber" name="L1208" href="#L1208">1208</a> <strong class="jxr_keyword">if</strong> (scanDependencies != <strong class="jxr_keyword">null</strong>)
-<a class="jxr_linenumber" name="L1209" href="#L1209">1209</a> {
-<a class="jxr_linenumber" name="L1210" href="#L1210">1210</a> Matcher matcher = SPLIT.matcher(scanDependencies);
-<a class="jxr_linenumber" name="L1211" href="#L1211">1211</a> <strong class="jxr_keyword">while</strong> (matcher.find())
-<a class="jxr_linenumber" name="L1212" href="#L1212">1212</a> {
-<a class="jxr_linenumber" name="L1213" href="#L1213">1213</a> getLog().info(<span class="jxr_string">"Adding dependencies from scope "</span> + matcher.group() + <span class="jxr_string">" to the list of roots to scan"</span>);
-<a class="jxr_linenumber" name="L1214" href="#L1214">1214</a> <strong class="jxr_keyword">for</strong> (Artifact artifact : project.getDependencyArtifacts())
-<a class="jxr_linenumber" name="L1215" href="#L1215">1215</a> {
-<a class="jxr_linenumber" name="L1216" href="#L1216">1216</a> <strong class="jxr_keyword">if</strong> (!artifact.getScope().equalsIgnoreCase(matcher.group()))
-<a class="jxr_linenumber" name="L1217" href="#L1217">1217</a> <strong class="jxr_keyword">continue</strong>;
-<a class="jxr_linenumber" name="L1218" href="#L1218">1218</a> <strong class="jxr_keyword">if</strong> (artifact.getFile() == <strong class="jxr_keyword">null</strong>)
-<a class="jxr_linenumber" name="L1219" href="#L1219">1219</a> {
-<a class="jxr_linenumber" name="L1220" href="#L1220">1220</a> getLog().warn(<span class="jxr_string">"Cannot add dependency "</span> + artifact.getId() + <span class="jxr_string">": no JAR-file available!"</span>);
-<a class="jxr_linenumber" name="L1221" href="#L1221">1221</a> <strong class="jxr_keyword">continue</strong>;
-<a class="jxr_linenumber" name="L1222" href="#L1222">1222</a> }
-<a class="jxr_linenumber" name="L1223" href="#L1223">1223</a> getLog().info(<span class="jxr_string">"Adding dependencies from scope "</span> + artifact.getId() + <span class="jxr_string">" to the list of roots to scan"</span>);
-<a class="jxr_linenumber" name="L1224" href="#L1224">1224</a> urls.add(artifact.getFile().toURI().toURL());
-<a class="jxr_linenumber" name="L1225" href="#L1225">1225</a> }
-<a class="jxr_linenumber" name="L1226" href="#L1226">1226</a> }
-<a class="jxr_linenumber" name="L1227" href="#L1227">1227</a> }
-<a class="jxr_linenumber" name="L1228" href="#L1228">1228</a> }
-<a class="jxr_linenumber" name="L1229" href="#L1229">1229</a> <strong class="jxr_keyword">catch</strong> (MalformedURLException e)
-<a class="jxr_linenumber" name="L1230" href="#L1230">1230</a> {
-<a class="jxr_linenumber" name="L1231" href="#L1231">1231</a> getLog().error(<span class="jxr_string">"Error while adding dependencies to the list of roots to scan!"</span>, e);
-<a class="jxr_linenumber" name="L1232" href="#L1232">1232</a> <strong class="jxr_keyword">throw</strong> <strong class="jxr_keyword">new</strong> MojoFailureException(e.getMessage());
-<a class="jxr_linenumber" name="L1233" href="#L1233">1233</a> }
-<a class="jxr_linenumber" name="L1234" href="#L1234">1234</a> }
-<a class="jxr_linenumber" name="L1235" href="#L1235">1235</a>
-<a class="jxr_linenumber" name="L1236" href="#L1236">1236</a> <strong class="jxr_keyword">private</strong> Set<String> scanUrls(Set<URL> scanRoots)
-<a class="jxr_linenumber" name="L1237" href="#L1237">1237</a> <strong class="jxr_keyword">throws</strong>
-<a class="jxr_linenumber" name="L1238" href="#L1238">1238</a> MojoFailureException
-<a class="jxr_linenumber" name="L1239" href="#L1239">1239</a> {
-<a class="jxr_linenumber" name="L1240" href="#L1240">1240</a> <strong class="jxr_keyword">try</strong>
-<a class="jxr_linenumber" name="L1241" href="#L1241">1241</a> {
-<a class="jxr_linenumber" name="L1242" href="#L1242">1242</a> AnnotationDB db = <strong class="jxr_keyword">new</strong> AnnotationDB();
-<a class="jxr_linenumber" name="L1243" href="#L1243">1243</a> <strong class="jxr_keyword">for</strong> (URL root : scanRoots)
-<a class="jxr_linenumber" name="L1244" href="#L1244">1244</a> db.scanArchives(root);
-<a class="jxr_linenumber" name="L1245" href="#L1245">1245</a>
-<a class="jxr_linenumber" name="L1246" href="#L1246">1246</a> Set<String> classes = <strong class="jxr_keyword">new</strong> HashSet<String>();
-<a class="jxr_linenumber" name="L1247" href="#L1247">1247</a> <strong class="jxr_keyword">if</strong> (db.getAnnotationIndex().containsKey(Entity.<strong class="jxr_keyword">class</strong>.getName()))
-<a class="jxr_linenumber" name="L1248" href="#L1248">1248</a> classes.addAll(db.getAnnotationIndex().get(Entity.<strong class="jxr_keyword">class</strong>.getName()));
-<a class="jxr_linenumber" name="L1249" href="#L1249">1249</a> <strong class="jxr_keyword">if</strong> (db.getAnnotationIndex().containsKey(MappedSuperclass.<strong class="jxr_keyword">class</strong>.getName()))
-<a class="jxr_linenumber" name="L1250" href="#L1250">1250</a> classes.addAll(db.getAnnotationIndex().get(MappedSuperclass.<strong class="jxr_keyword">class</strong>.getName()));
-<a class="jxr_linenumber" name="L1251" href="#L1251">1251</a> <strong class="jxr_keyword">if</strong> (db.getAnnotationIndex().containsKey(Embeddable.<strong class="jxr_keyword">class</strong>.getName()))
-<a class="jxr_linenumber" name="L1252" href="#L1252">1252</a> classes.addAll(db.getAnnotationIndex().get(Embeddable.<strong class="jxr_keyword">class</strong>.getName()));
-<a class="jxr_linenumber" name="L1253" href="#L1253">1253</a>
-<a class="jxr_linenumber" name="L1254" href="#L1254">1254</a> <strong class="jxr_keyword">return</strong> classes;
-<a class="jxr_linenumber" name="L1255" href="#L1255">1255</a> }
-<a class="jxr_linenumber" name="L1256" href="#L1256">1256</a> <strong class="jxr_keyword">catch</strong> (Exception e)
-<a class="jxr_linenumber" name="L1257" href="#L1257">1257</a> {
-<a class="jxr_linenumber" name="L1258" href="#L1258">1258</a> getLog().error(<span class="jxr_string">"Error while scanning!"</span>, e);
-<a class="jxr_linenumber" name="L1259" href="#L1259">1259</a> <strong class="jxr_keyword">throw</strong> <strong class="jxr_keyword">new</strong> MojoFailureException(e.getMessage());
-<a class="jxr_linenumber" name="L1260" href="#L1260">1260</a> }
-<a class="jxr_linenumber" name="L1261" href="#L1261">1261</a> }
-<a class="jxr_linenumber" name="L1262" href="#L1262">1262</a>
-<a class="jxr_linenumber" name="L1263" href="#L1263">1263</a> <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">void</strong> addAnnotated(
-<a class="jxr_linenumber" name="L1264" href="#L1264">1264</a> String name,
-<a class="jxr_linenumber" name="L1265" href="#L1265">1265</a> MetadataSources sources,
-<a class="jxr_linenumber" name="L1266" href="#L1266">1266</a> ClassLoaderService classLoaderService,
-<a class="jxr_linenumber" name="L1267" href="#L1267">1267</a> <a href="../../../../de/juplo/plugins/hibernate/ModificationTracker.html">ModificationTracker</a> tracker
-<a class="jxr_linenumber" name="L1268" href="#L1268">1268</a> )
-<a class="jxr_linenumber" name="L1269" href="#L1269">1269</a> <strong class="jxr_keyword">throws</strong>
-<a class="jxr_linenumber" name="L1270" href="#L1270">1270</a> MojoFailureException,
-<a class="jxr_linenumber" name="L1271" href="#L1271">1271</a> MojoExecutionException
-<a class="jxr_linenumber" name="L1272" href="#L1272">1272</a> {
-<a class="jxr_linenumber" name="L1273" href="#L1273">1273</a> <strong class="jxr_keyword">try</strong>
-<a class="jxr_linenumber" name="L1274" href="#L1274">1274</a> {
-<a class="jxr_linenumber" name="L1275" href="#L1275">1275</a> getLog().info(<span class="jxr_string">"Adding annotated resource: "</span> + name);
-<a class="jxr_linenumber" name="L1276" href="#L1276">1276</a> String packageName = <strong class="jxr_keyword">null</strong>;
-<a class="jxr_linenumber" name="L1277" href="#L1277">1277</a>
-<a class="jxr_linenumber" name="L1278" href="#L1278">1278</a> <strong class="jxr_keyword">boolean</strong> error = false;
-<a class="jxr_linenumber" name="L1279" href="#L1279">1279</a> <strong class="jxr_keyword">try</strong>
-<a class="jxr_linenumber" name="L1280" href="#L1280">1280</a> {
-<a class="jxr_linenumber" name="L1281" href="#L1281">1281</a> Class<?> annotatedClass = classLoaderService.classForName(name);
-<a class="jxr_linenumber" name="L1282" href="#L1282">1282</a> String resourceName = annotatedClass.getName();
-<a class="jxr_linenumber" name="L1283" href="#L1283">1283</a> resourceName =
-<a class="jxr_linenumber" name="L1284" href="#L1284">1284</a> resourceName.substring(
-<a class="jxr_linenumber" name="L1285" href="#L1285">1285</a> resourceName.lastIndexOf(<span class="jxr_string">"."</span>) + 1,
-<a class="jxr_linenumber" name="L1286" href="#L1286">1286</a> resourceName.length()
-<a class="jxr_linenumber" name="L1287" href="#L1287">1287</a> ) + <span class="jxr_string">".class"</span>;
-<a class="jxr_linenumber" name="L1288" href="#L1288">1288</a> InputStream is = annotatedClass.getResourceAsStream(resourceName);
-<a class="jxr_linenumber" name="L1289" href="#L1289">1289</a> <strong class="jxr_keyword">if</strong> (is != <strong class="jxr_keyword">null</strong>)
-<a class="jxr_linenumber" name="L1290" href="#L1290">1290</a> {
-<a class="jxr_linenumber" name="L1291" href="#L1291">1291</a> <strong class="jxr_keyword">if</strong> (tracker.track(name, is))
-<a class="jxr_linenumber" name="L1292" href="#L1292">1292</a> getLog().debug(<span class="jxr_string">"New or modified class: "</span> + name);
-<a class="jxr_linenumber" name="L1293" href="#L1293">1293</a> <strong class="jxr_keyword">else</strong>
-<a class="jxr_linenumber" name="L1294" href="#L1294">1294</a> getLog().debug(<span class="jxr_string">"Unchanged class: "</span> + name);
-<a class="jxr_linenumber" name="L1295" href="#L1295">1295</a> sources.addAnnotatedClass(annotatedClass);
-<a class="jxr_linenumber" name="L1296" href="#L1296">1296</a> packageName = annotatedClass.getPackage().getName();
-<a class="jxr_linenumber" name="L1297" href="#L1297">1297</a> }
-<a class="jxr_linenumber" name="L1298" href="#L1298">1298</a> <strong class="jxr_keyword">else</strong>
-<a class="jxr_linenumber" name="L1299" href="#L1299">1299</a> {
-<a class="jxr_linenumber" name="L1300" href="#L1300">1300</a> getLog().error(<span class="jxr_string">"cannot find ressource "</span> + resourceName + <span class="jxr_string">" for class "</span> + name);
-<a class="jxr_linenumber" name="L1301" href="#L1301">1301</a> error = <strong class="jxr_keyword">true</strong>;
-<a class="jxr_linenumber" name="L1302" href="#L1302">1302</a> }
-<a class="jxr_linenumber" name="L1303" href="#L1303">1303</a> }
-<a class="jxr_linenumber" name="L1304" href="#L1304">1304</a> <strong class="jxr_keyword">catch</strong>(ClassLoadingException e)
-<a class="jxr_linenumber" name="L1305" href="#L1305">1305</a> {
-<a class="jxr_linenumber" name="L1306" href="#L1306">1306</a> packageName = name;
-<a class="jxr_linenumber" name="L1307" href="#L1307">1307</a> }
-<a class="jxr_linenumber" name="L1308" href="#L1308">1308</a> <strong class="jxr_keyword">if</strong> (error)
-<a class="jxr_linenumber" name="L1309" href="#L1309">1309</a> {
-<a class="jxr_linenumber" name="L1310" href="#L1310">1310</a> <strong class="jxr_keyword">throw</strong> <strong class="jxr_keyword">new</strong> MojoExecutionException(<span class="jxr_string">"error while inspecting annotated class "</span> + name);
-<a class="jxr_linenumber" name="L1311" href="#L1311">1311</a> }
-<a class="jxr_linenumber" name="L1312" href="#L1312">1312</a>
-<a class="jxr_linenumber" name="L1313" href="#L1313">1313</a> <strong class="jxr_keyword">while</strong> (packageName != <strong class="jxr_keyword">null</strong>)
-<a class="jxr_linenumber" name="L1314" href="#L1314">1314</a> {
-<a class="jxr_linenumber" name="L1315" href="#L1315">1315</a> <strong class="jxr_keyword">if</strong> (packages.contains(packageName))
-<a class="jxr_linenumber" name="L1316" href="#L1316">1316</a> <strong class="jxr_keyword">return</strong>;
-<a class="jxr_linenumber" name="L1317" href="#L1317">1317</a> String resource = packageName.replace('.', '/') + <span class="jxr_string">"/package-info.class"</span>;
-<a class="jxr_linenumber" name="L1318" href="#L1318">1318</a> InputStream is = classLoaderService.locateResourceStream(resource);
-<a class="jxr_linenumber" name="L1319" href="#L1319">1319</a> <strong class="jxr_keyword">if</strong> (is == <strong class="jxr_keyword">null</strong>)
-<a class="jxr_linenumber" name="L1320" href="#L1320">1320</a> {
-<a class="jxr_linenumber" name="L1321" href="#L1321">1321</a> <em class="jxr_comment">// No compiled package-info available: no package-level annotations!</em>
-<a class="jxr_linenumber" name="L1322" href="#L1322">1322</a> getLog().debug(<span class="jxr_string">"Package "</span> + packageName + <span class="jxr_string">" is not annotated."</span>);
-<a class="jxr_linenumber" name="L1323" href="#L1323">1323</a> }
-<a class="jxr_linenumber" name="L1324" href="#L1324">1324</a> <strong class="jxr_keyword">else</strong>
-<a class="jxr_linenumber" name="L1325" href="#L1325">1325</a> {
-<a class="jxr_linenumber" name="L1326" href="#L1326">1326</a> <strong class="jxr_keyword">if</strong> (tracker.track(packageName, is))
-<a class="jxr_linenumber" name="L1327" href="#L1327">1327</a> getLog().debug(<span class="jxr_string">"New or modified package: "</span> + packageName);
-<a class="jxr_linenumber" name="L1328" href="#L1328">1328</a> <strong class="jxr_keyword">else</strong>
-<a class="jxr_linenumber" name="L1329" href="#L1329">1329</a> getLog().debug(<span class="jxr_string">"Unchanged package: "</span> + packageName);
-<a class="jxr_linenumber" name="L1330" href="#L1330">1330</a> getLog().info(<span class="jxr_string">"Adding annotations from package "</span> + packageName);
-<a class="jxr_linenumber" name="L1331" href="#L1331">1331</a> sources.addPackage(packageName);
-<a class="jxr_linenumber" name="L1332" href="#L1332">1332</a> }
-<a class="jxr_linenumber" name="L1333" href="#L1333">1333</a> packages.add(packageName);
-<a class="jxr_linenumber" name="L1334" href="#L1334">1334</a> <strong class="jxr_keyword">int</strong> i = packageName.lastIndexOf('.');
-<a class="jxr_linenumber" name="L1335" href="#L1335">1335</a> <strong class="jxr_keyword">if</strong> (i < 0)
-<a class="jxr_linenumber" name="L1336" href="#L1336">1336</a> packageName = <strong class="jxr_keyword">null</strong>;
-<a class="jxr_linenumber" name="L1337" href="#L1337">1337</a> <strong class="jxr_keyword">else</strong>
-<a class="jxr_linenumber" name="L1338" href="#L1338">1338</a> packageName = packageName.substring(0,i);
-<a class="jxr_linenumber" name="L1339" href="#L1339">1339</a> }
-<a class="jxr_linenumber" name="L1340" href="#L1340">1340</a> }
-<a class="jxr_linenumber" name="L1341" href="#L1341">1341</a> <strong class="jxr_keyword">catch</strong> (Exception e)
-<a class="jxr_linenumber" name="L1342" href="#L1342">1342</a> {
-<a class="jxr_linenumber" name="L1343" href="#L1343">1343</a> getLog().error(<span class="jxr_string">"Error while adding the annotated class "</span> + name, e);
-<a class="jxr_linenumber" name="L1344" href="#L1344">1344</a> <strong class="jxr_keyword">throw</strong> <strong class="jxr_keyword">new</strong> MojoFailureException(e.getMessage());
-<a class="jxr_linenumber" name="L1345" href="#L1345">1345</a> }
-<a class="jxr_linenumber" name="L1346" href="#L1346">1346</a> }
-<a class="jxr_linenumber" name="L1347" href="#L1347">1347</a>
-<a class="jxr_linenumber" name="L1348" href="#L1348">1348</a> <strong class="jxr_keyword">private</strong> ParsedPersistenceXmlDescriptor loadPersistenceUnit(
-<a class="jxr_linenumber" name="L1349" href="#L1349">1349</a> ClassLoaderService classLoaderService,
-<a class="jxr_linenumber" name="L1350" href="#L1350">1350</a> Properties properties
-<a class="jxr_linenumber" name="L1351" href="#L1351">1351</a> )
-<a class="jxr_linenumber" name="L1352" href="#L1352">1352</a> <strong class="jxr_keyword">throws</strong>
-<a class="jxr_linenumber" name="L1353" href="#L1353">1353</a> MojoFailureException
-<a class="jxr_linenumber" name="L1354" href="#L1354">1354</a> {
-<a class="jxr_linenumber" name="L1355" href="#L1355">1355</a> PersistenceXmlParser parser =
-<a class="jxr_linenumber" name="L1356" href="#L1356">1356</a> <strong class="jxr_keyword">new</strong> PersistenceXmlParser(
-<a class="jxr_linenumber" name="L1357" href="#L1357">1357</a> classLoaderService,
-<a class="jxr_linenumber" name="L1358" href="#L1358">1358</a> PersistenceUnitTransactionType.RESOURCE_LOCAL
-<a class="jxr_linenumber" name="L1359" href="#L1359">1359</a> );
-<a class="jxr_linenumber" name="L1360" href="#L1360">1360</a>
-<a class="jxr_linenumber" name="L1361" href="#L1361">1361</a> Map<String, ParsedPersistenceXmlDescriptor> units =
-<a class="jxr_linenumber" name="L1362" href="#L1362">1362</a> parser.doResolve(properties);
-<a class="jxr_linenumber" name="L1363" href="#L1363">1363</a>
-<a class="jxr_linenumber" name="L1364" href="#L1364">1364</a> <strong class="jxr_keyword">if</strong> (persistenceUnit == <strong class="jxr_keyword">null</strong>)
-<a class="jxr_linenumber" name="L1365" href="#L1365">1365</a> {
-<a class="jxr_linenumber" name="L1366" href="#L1366">1366</a> Iterator<String> names = units.keySet().iterator();
-<a class="jxr_linenumber" name="L1367" href="#L1367">1367</a> <strong class="jxr_keyword">if</strong> (!names.hasNext())
-<a class="jxr_linenumber" name="L1368" href="#L1368">1368</a> {
-<a class="jxr_linenumber" name="L1369" href="#L1369">1369</a> getLog().info(<span class="jxr_string">"Found no META-INF/persistence.xml."</span>);
-<a class="jxr_linenumber" name="L1370" href="#L1370">1370</a> <strong class="jxr_keyword">return</strong> <strong class="jxr_keyword">null</strong>;
-<a class="jxr_linenumber" name="L1371" href="#L1371">1371</a> }
-<a class="jxr_linenumber" name="L1372" href="#L1372">1372</a>
-<a class="jxr_linenumber" name="L1373" href="#L1373">1373</a> String name = names.next();
-<a class="jxr_linenumber" name="L1374" href="#L1374">1374</a> <strong class="jxr_keyword">if</strong> (!names.hasNext())
-<a class="jxr_linenumber" name="L1375" href="#L1375">1375</a> {
-<a class="jxr_linenumber" name="L1376" href="#L1376">1376</a> getLog().info(<span class="jxr_string">"Using persistence-unit "</span> + name);
-<a class="jxr_linenumber" name="L1377" href="#L1377">1377</a> <strong class="jxr_keyword">return</strong> units.get(name);
-<a class="jxr_linenumber" name="L1378" href="#L1378">1378</a> }
-<a class="jxr_linenumber" name="L1379" href="#L1379">1379</a>
-<a class="jxr_linenumber" name="L1380" href="#L1380">1380</a> StringBuilder builder = <strong class="jxr_keyword">new</strong> StringBuilder();
-<a class="jxr_linenumber" name="L1381" href="#L1381">1381</a> builder.append(<span class="jxr_string">"No name provided and multiple persistence units found: "</span>);
-<a class="jxr_linenumber" name="L1382" href="#L1382">1382</a> builder.append(name);
-<a class="jxr_linenumber" name="L1383" href="#L1383">1383</a> <strong class="jxr_keyword">while</strong>(names.hasNext())
-<a class="jxr_linenumber" name="L1384" href="#L1384">1384</a> {
-<a class="jxr_linenumber" name="L1385" href="#L1385">1385</a> builder.append(<span class="jxr_string">", "</span>);
-<a class="jxr_linenumber" name="L1386" href="#L1386">1386</a> builder.append(names.next());
-<a class="jxr_linenumber" name="L1387" href="#L1387">1387</a> }
-<a class="jxr_linenumber" name="L1388" href="#L1388">1388</a> builder.append('.');
-<a class="jxr_linenumber" name="L1389" href="#L1389">1389</a> <strong class="jxr_keyword">throw</strong> <strong class="jxr_keyword">new</strong> MojoFailureException(builder.toString());
-<a class="jxr_linenumber" name="L1390" href="#L1390">1390</a> }
-<a class="jxr_linenumber" name="L1391" href="#L1391">1391</a>
-<a class="jxr_linenumber" name="L1392" href="#L1392">1392</a> <strong class="jxr_keyword">if</strong> (units.containsKey(persistenceUnit))
-<a class="jxr_linenumber" name="L1393" href="#L1393">1393</a> {
-<a class="jxr_linenumber" name="L1394" href="#L1394">1394</a> getLog().info(<span class="jxr_string">"Using configured persistence-unit "</span> + persistenceUnit);
-<a class="jxr_linenumber" name="L1395" href="#L1395">1395</a> <strong class="jxr_keyword">return</strong> units.get(persistenceUnit);
-<a class="jxr_linenumber" name="L1396" href="#L1396">1396</a> }
-<a class="jxr_linenumber" name="L1397" href="#L1397">1397</a>
-<a class="jxr_linenumber" name="L1398" href="#L1398">1398</a> <strong class="jxr_keyword">throw</strong> <strong class="jxr_keyword">new</strong> MojoFailureException(<span class="jxr_string">"Could not find persistence-unit "</span> + persistenceUnit);
-<a class="jxr_linenumber" name="L1399" href="#L1399">1399</a> }
-<a class="jxr_linenumber" name="L1400" href="#L1400">1400</a>
-<a class="jxr_linenumber" name="L1401" href="#L1401">1401</a>
-<a class="jxr_linenumber" name="L1402" href="#L1402">1402</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">void</strong> printStrackTrace(StringBuilder builder, Throwable t)
-<a class="jxr_linenumber" name="L1403" href="#L1403">1403</a> {
-<a class="jxr_linenumber" name="L1404" href="#L1404">1404</a> <strong class="jxr_keyword">while</strong> (t != <strong class="jxr_keyword">null</strong>)
-<a class="jxr_linenumber" name="L1405" href="#L1405">1405</a> {
-<a class="jxr_linenumber" name="L1406" href="#L1406">1406</a> builder.append(<span class="jxr_string">"\n\tCause: "</span>);
-<a class="jxr_linenumber" name="L1407" href="#L1407">1407</a> builder.append(t.getMessage() == <strong class="jxr_keyword">null</strong> ? <span class="jxr_string">""</span> : t.getMessage().replaceAll(<span class="jxr_string">"\\s+"</span>, <span class="jxr_string">" "</span>));
-<a class="jxr_linenumber" name="L1408" href="#L1408">1408</a> <strong class="jxr_keyword">for</strong> (StackTraceElement trace : t.getStackTrace())
-<a class="jxr_linenumber" name="L1409" href="#L1409">1409</a> {
-<a class="jxr_linenumber" name="L1410" href="#L1410">1410</a> builder.append(<span class="jxr_string">"\n\t"</span>);
-<a class="jxr_linenumber" name="L1411" href="#L1411">1411</a> builder.append(trace.getClassName());
-<a class="jxr_linenumber" name="L1412" href="#L1412">1412</a> builder.append(<span class="jxr_string">"."</span>);
-<a class="jxr_linenumber" name="L1413" href="#L1413">1413</a> builder.append(trace.getMethodName());
-<a class="jxr_linenumber" name="L1414" href="#L1414">1414</a> builder.append(<span class="jxr_string">"():"</span>);
-<a class="jxr_linenumber" name="L1415" href="#L1415">1415</a> builder.append(trace.getLineNumber());
-<a class="jxr_linenumber" name="L1416" href="#L1416">1416</a> }
-<a class="jxr_linenumber" name="L1417" href="#L1417">1417</a> t = t.getCause();
-<a class="jxr_linenumber" name="L1418" href="#L1418">1418</a> }
-<a class="jxr_linenumber" name="L1419" href="#L1419">1419</a> }
-<a class="jxr_linenumber" name="L1420" href="#L1420">1420</a> }
-</pre>
-<hr/>
-<div id="footer">Copyright © 2025. All rights reserved.</div>
-</body>
-</html>
+++ /dev/null
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head><meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-<title>CreateMojo xref</title>
-<link type="text/css" rel="stylesheet" href="../../../../stylesheet.css" />
-</head>
-<body>
-<div id="overview"><a href="../../../../../apidocs/de/juplo/plugins/hibernate/CreateMojo.html">View Javadoc</a></div><pre>
-<a class="jxr_linenumber" name="L1" href="#L1">1</a> <strong class="jxr_keyword">package</strong> de.juplo.plugins.hibernate;
-<a class="jxr_linenumber" name="L2" href="#L2">2</a>
-<a class="jxr_linenumber" name="L3" href="#L3">3</a> <em class="jxr_comment">/*</em>
-<a class="jxr_linenumber" name="L4" href="#L4">4</a> <em class="jxr_comment"> * Copyright 2001-2005 The Apache Software Foundation.</em>
-<a class="jxr_linenumber" name="L5" href="#L5">5</a> <em class="jxr_comment"> *</em>
-<a class="jxr_linenumber" name="L6" href="#L6">6</a> <em class="jxr_comment"> * Licensed under the Apache License, Version 2.0 (the "License");</em>
-<a class="jxr_linenumber" name="L7" href="#L7">7</a> <em class="jxr_comment"> * you may not use this file except in compliance with the License.</em>
-<a class="jxr_linenumber" name="L8" href="#L8">8</a> <em class="jxr_comment"> * You may obtain a copy of the License at</em>
-<a class="jxr_linenumber" name="L9" href="#L9">9</a> <em class="jxr_comment"> *</em>
-<a class="jxr_linenumber" name="L10" href="#L10">10</a> <em class="jxr_comment"> * <a href="http://www.apache.org/licenses/LICENSE-2." target="alexandria_uri">http://www.apache.org/licenses/LICENSE-2.</a>0</em>
-<a class="jxr_linenumber" name="L11" href="#L11">11</a> <em class="jxr_comment"> *</em>
-<a class="jxr_linenumber" name="L12" href="#L12">12</a> <em class="jxr_comment"> * Unless required by applicable law or agreed to in writing, software</em>
-<a class="jxr_linenumber" name="L13" href="#L13">13</a> <em class="jxr_comment"> * distributed under the License is distributed on an "AS IS" BASIS,</em>
-<a class="jxr_linenumber" name="L14" href="#L14">14</a> <em class="jxr_comment"> * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</em>
-<a class="jxr_linenumber" name="L15" href="#L15">15</a> <em class="jxr_comment"> * See the License for the specific language governing permissions and</em>
-<a class="jxr_linenumber" name="L16" href="#L16">16</a> <em class="jxr_comment"> * limitations under the License.</em>
-<a class="jxr_linenumber" name="L17" href="#L17">17</a> <em class="jxr_comment"> */</em>
-<a class="jxr_linenumber" name="L18" href="#L18">18</a>
-<a class="jxr_linenumber" name="L19" href="#L19">19</a> <strong class="jxr_keyword">import</strong> java.util.Map;
-<a class="jxr_linenumber" name="L20" href="#L20">20</a> <strong class="jxr_keyword">import</strong> org.apache.maven.plugin.MojoExecutionException;
-<a class="jxr_linenumber" name="L21" href="#L21">21</a> <strong class="jxr_keyword">import</strong> org.apache.maven.plugin.MojoFailureException;
-<a class="jxr_linenumber" name="L22" href="#L22">22</a> <strong class="jxr_keyword">import</strong> org.hibernate.boot.spi.MetadataImplementor;
-<a class="jxr_linenumber" name="L23" href="#L23">23</a> <strong class="jxr_keyword">import</strong> org.hibernate.service.ServiceRegistry;
-<a class="jxr_linenumber" name="L24" href="#L24">24</a> <strong class="jxr_keyword">import</strong> org.hibernate.tool.schema.SourceType;
-<a class="jxr_linenumber" name="L25" href="#L25">25</a> <strong class="jxr_keyword">import</strong> org.hibernate.tool.schema.spi.ExecutionOptions;
-<a class="jxr_linenumber" name="L26" href="#L26">26</a> <strong class="jxr_keyword">import</strong> org.hibernate.tool.schema.spi.SchemaManagementTool;
-<a class="jxr_linenumber" name="L27" href="#L27">27</a> <strong class="jxr_keyword">import</strong> org.hibernate.tool.schema.spi.ScriptSourceInput;
-<a class="jxr_linenumber" name="L28" href="#L28">28</a> <strong class="jxr_keyword">import</strong> org.hibernate.tool.schema.spi.SourceDescriptor;
-<a class="jxr_linenumber" name="L29" href="#L29">29</a> <strong class="jxr_keyword">import</strong> org.hibernate.tool.schema.spi.TargetDescriptor;
-<a class="jxr_linenumber" name="L30" href="#L30">30</a>
-<a class="jxr_linenumber" name="L31" href="#L31">31</a>
-<a class="jxr_linenumber" name="L32" href="#L32">32</a> <em class="jxr_javadoccomment">/**</em>
-<a class="jxr_linenumber" name="L33" href="#L33">33</a> <em class="jxr_javadoccomment"> * Generate/Execute SQL to create a database-schema that represents the</em>
-<a class="jxr_linenumber" name="L34" href="#L34">34</a> <em class="jxr_javadoccomment"> * configured mappings.</em>
-<a class="jxr_linenumber" name="L35" href="#L35">35</a> <em class="jxr_javadoccomment"> *</em>
-<a class="jxr_linenumber" name="L36" href="#L36">36</a> <em class="jxr_javadoccomment"> * @goal create</em>
-<a class="jxr_linenumber" name="L37" href="#L37">37</a> <em class="jxr_javadoccomment"> * @phase process-classes</em>
-<a class="jxr_linenumber" name="L38" href="#L38">38</a> <em class="jxr_javadoccomment"> * @threadSafe</em>
-<a class="jxr_linenumber" name="L39" href="#L39">39</a> <em class="jxr_javadoccomment"> * @requiresDependencyResolution runtime</em>
-<a class="jxr_linenumber" name="L40" href="#L40">40</a> <em class="jxr_javadoccomment"> */</em>
-<a class="jxr_linenumber" name="L41" href="#L41">41</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">class</strong> <a href="../../../../de/juplo/plugins/hibernate/CreateMojo.html">CreateMojo</a> <strong class="jxr_keyword">extends</strong> <a href="../../../../de/juplo/plugins/hibernate/AbstractSchemaMojo.html">AbstractSchemaMojo</a>
-<a class="jxr_linenumber" name="L42" href="#L42">42</a> {
-<a class="jxr_linenumber" name="L43" href="#L43">43</a> <em class="jxr_javadoccomment">/**</em>
-<a class="jxr_linenumber" name="L44" href="#L44">44</a> <em class="jxr_javadoccomment"> * Output file.</em>
-<a class="jxr_linenumber" name="L45" href="#L45">45</a> <em class="jxr_javadoccomment"> * <p></em>
-<a class="jxr_linenumber" name="L46" href="#L46">46</a> <em class="jxr_javadoccomment"> * If the specified filename is not absolut, the file will be created</em>
-<a class="jxr_linenumber" name="L47" href="#L47">47</a> <em class="jxr_javadoccomment"> * relative to the project build directory</em>
-<a class="jxr_linenumber" name="L48" href="#L48">48</a> <em class="jxr_javadoccomment"> * (<code>project.build.directory</code>).</em>
-<a class="jxr_linenumber" name="L49" href="#L49">49</a> <em class="jxr_javadoccomment"> *</em>
-<a class="jxr_linenumber" name="L50" href="#L50">50</a> <em class="jxr_javadoccomment"> * @parameter property="hibernate.schema.create" default-value="create.sql"</em>
-<a class="jxr_linenumber" name="L51" href="#L51">51</a> <em class="jxr_javadoccomment"> * @since 1.0</em>
-<a class="jxr_linenumber" name="L52" href="#L52">52</a> <em class="jxr_javadoccomment"> */</em>
-<a class="jxr_linenumber" name="L53" href="#L53">53</a> <strong class="jxr_keyword">private</strong> String outputFile;
-<a class="jxr_linenumber" name="L54" href="#L54">54</a>
-<a class="jxr_linenumber" name="L55" href="#L55">55</a>
-<a class="jxr_linenumber" name="L56" href="#L56">56</a> @Override
-<a class="jxr_linenumber" name="L57" href="#L57">57</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">final</strong> <strong class="jxr_keyword">void</strong> execute()
-<a class="jxr_linenumber" name="L58" href="#L58">58</a> <strong class="jxr_keyword">throws</strong>
-<a class="jxr_linenumber" name="L59" href="#L59">59</a> MojoFailureException,
-<a class="jxr_linenumber" name="L60" href="#L60">60</a> MojoExecutionException
-<a class="jxr_linenumber" name="L61" href="#L61">61</a> {
-<a class="jxr_linenumber" name="L62" href="#L62">62</a> <strong class="jxr_keyword">super</strong>.execute(outputFile);
-<a class="jxr_linenumber" name="L63" href="#L63">63</a> }
-<a class="jxr_linenumber" name="L64" href="#L64">64</a>
-<a class="jxr_linenumber" name="L65" href="#L65">65</a>
-<a class="jxr_linenumber" name="L66" href="#L66">66</a> @Override
-<a class="jxr_linenumber" name="L67" href="#L67">67</a> <strong class="jxr_keyword">void</strong> build(
-<a class="jxr_linenumber" name="L68" href="#L68">68</a> MetadataImplementor metadata,
-<a class="jxr_linenumber" name="L69" href="#L69">69</a> ExecutionOptions options,
-<a class="jxr_linenumber" name="L70" href="#L70">70</a> TargetDescriptor target
-<a class="jxr_linenumber" name="L71" href="#L71">71</a> )
-<a class="jxr_linenumber" name="L72" href="#L72">72</a> <strong class="jxr_keyword">throws</strong>
-<a class="jxr_linenumber" name="L73" href="#L73">73</a> MojoExecutionException,
-<a class="jxr_linenumber" name="L74" href="#L74">74</a> MojoFailureException
-<a class="jxr_linenumber" name="L75" href="#L75">75</a> {
-<a class="jxr_linenumber" name="L76" href="#L76">76</a> ServiceRegistry service =
-<a class="jxr_linenumber" name="L77" href="#L77">77</a> metadata.getMetadataBuildingOptions().getServiceRegistry();
-<a class="jxr_linenumber" name="L78" href="#L78">78</a> SchemaManagementTool tool = service.getService(SchemaManagementTool.<strong class="jxr_keyword">class</strong>);
-<a class="jxr_linenumber" name="L79" href="#L79">79</a>
-<a class="jxr_linenumber" name="L80" href="#L80">80</a> Map config = options.getConfigurationValues();
-<a class="jxr_linenumber" name="L81" href="#L81">81</a> SourceDescriptor source = <strong class="jxr_keyword">new</strong> SourceDescriptor()
-<a class="jxr_linenumber" name="L82" href="#L82">82</a> {
-<a class="jxr_linenumber" name="L83" href="#L83">83</a> @Override
-<a class="jxr_linenumber" name="L84" href="#L84">84</a> <strong class="jxr_keyword">public</strong> SourceType getSourceType()
-<a class="jxr_linenumber" name="L85" href="#L85">85</a> {
-<a class="jxr_linenumber" name="L86" href="#L86">86</a> <strong class="jxr_keyword">return</strong> SourceType.METADATA;
-<a class="jxr_linenumber" name="L87" href="#L87">87</a> }
-<a class="jxr_linenumber" name="L88" href="#L88">88</a>
-<a class="jxr_linenumber" name="L89" href="#L89">89</a> @Override
-<a class="jxr_linenumber" name="L90" href="#L90">90</a> <strong class="jxr_keyword">public</strong> ScriptSourceInput getScriptSourceInput()
-<a class="jxr_linenumber" name="L91" href="#L91">91</a> {
-<a class="jxr_linenumber" name="L92" href="#L92">92</a> <strong class="jxr_keyword">return</strong> <strong class="jxr_keyword">null</strong>;
-<a class="jxr_linenumber" name="L93" href="#L93">93</a> }
-<a class="jxr_linenumber" name="L94" href="#L94">94</a> };
-<a class="jxr_linenumber" name="L95" href="#L95">95</a>
-<a class="jxr_linenumber" name="L96" href="#L96">96</a> tool.getSchemaCreator(config).doCreation(metadata, options, source, target);
-<a class="jxr_linenumber" name="L97" href="#L97">97</a> }
-<a class="jxr_linenumber" name="L98" href="#L98">98</a> }
-</pre>
-<hr/>
-<div id="footer">Copyright © 2025. All rights reserved.</div>
-</body>
-</html>
+++ /dev/null
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head><meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-<title>DropMojo xref</title>
-<link type="text/css" rel="stylesheet" href="../../../../stylesheet.css" />
-</head>
-<body>
-<div id="overview"><a href="../../../../../apidocs/de/juplo/plugins/hibernate/DropMojo.html">View Javadoc</a></div><pre>
-<a class="jxr_linenumber" name="L1" href="#L1">1</a> <strong class="jxr_keyword">package</strong> de.juplo.plugins.hibernate;
-<a class="jxr_linenumber" name="L2" href="#L2">2</a>
-<a class="jxr_linenumber" name="L3" href="#L3">3</a> <em class="jxr_comment">/*</em>
-<a class="jxr_linenumber" name="L4" href="#L4">4</a> <em class="jxr_comment"> * Copyright 2001-2005 The Apache Software Foundation.</em>
-<a class="jxr_linenumber" name="L5" href="#L5">5</a> <em class="jxr_comment"> *</em>
-<a class="jxr_linenumber" name="L6" href="#L6">6</a> <em class="jxr_comment"> * Licensed under the Apache License, Version 2.0 (the "License");</em>
-<a class="jxr_linenumber" name="L7" href="#L7">7</a> <em class="jxr_comment"> * you may not use this file except in compliance with the License.</em>
-<a class="jxr_linenumber" name="L8" href="#L8">8</a> <em class="jxr_comment"> * You may obtain a copy of the License at</em>
-<a class="jxr_linenumber" name="L9" href="#L9">9</a> <em class="jxr_comment"> *</em>
-<a class="jxr_linenumber" name="L10" href="#L10">10</a> <em class="jxr_comment"> * <a href="http://www.apache.org/licenses/LICENSE-2." target="alexandria_uri">http://www.apache.org/licenses/LICENSE-2.</a>0</em>
-<a class="jxr_linenumber" name="L11" href="#L11">11</a> <em class="jxr_comment"> *</em>
-<a class="jxr_linenumber" name="L12" href="#L12">12</a> <em class="jxr_comment"> * Unless required by applicable law or agreed to in writing, software</em>
-<a class="jxr_linenumber" name="L13" href="#L13">13</a> <em class="jxr_comment"> * distributed under the License is distributed on an "AS IS" BASIS,</em>
-<a class="jxr_linenumber" name="L14" href="#L14">14</a> <em class="jxr_comment"> * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</em>
-<a class="jxr_linenumber" name="L15" href="#L15">15</a> <em class="jxr_comment"> * See the License for the specific language governing permissions and</em>
-<a class="jxr_linenumber" name="L16" href="#L16">16</a> <em class="jxr_comment"> * limitations under the License.</em>
-<a class="jxr_linenumber" name="L17" href="#L17">17</a> <em class="jxr_comment"> */</em>
-<a class="jxr_linenumber" name="L18" href="#L18">18</a>
-<a class="jxr_linenumber" name="L19" href="#L19">19</a> <strong class="jxr_keyword">import</strong> java.util.Map;
-<a class="jxr_linenumber" name="L20" href="#L20">20</a> <strong class="jxr_keyword">import</strong> org.apache.maven.plugin.MojoExecutionException;
-<a class="jxr_linenumber" name="L21" href="#L21">21</a> <strong class="jxr_keyword">import</strong> org.apache.maven.plugin.MojoFailureException;
-<a class="jxr_linenumber" name="L22" href="#L22">22</a> <strong class="jxr_keyword">import</strong> org.hibernate.boot.spi.MetadataImplementor;
-<a class="jxr_linenumber" name="L23" href="#L23">23</a> <strong class="jxr_keyword">import</strong> org.hibernate.service.ServiceRegistry;
-<a class="jxr_linenumber" name="L24" href="#L24">24</a> <strong class="jxr_keyword">import</strong> org.hibernate.tool.schema.SourceType;
-<a class="jxr_linenumber" name="L25" href="#L25">25</a> <strong class="jxr_keyword">import</strong> org.hibernate.tool.schema.spi.ExecutionOptions;
-<a class="jxr_linenumber" name="L26" href="#L26">26</a> <strong class="jxr_keyword">import</strong> org.hibernate.tool.schema.spi.SchemaManagementTool;
-<a class="jxr_linenumber" name="L27" href="#L27">27</a> <strong class="jxr_keyword">import</strong> org.hibernate.tool.schema.spi.ScriptSourceInput;
-<a class="jxr_linenumber" name="L28" href="#L28">28</a> <strong class="jxr_keyword">import</strong> org.hibernate.tool.schema.spi.SourceDescriptor;
-<a class="jxr_linenumber" name="L29" href="#L29">29</a> <strong class="jxr_keyword">import</strong> org.hibernate.tool.schema.spi.TargetDescriptor;
-<a class="jxr_linenumber" name="L30" href="#L30">30</a>
-<a class="jxr_linenumber" name="L31" href="#L31">31</a>
-<a class="jxr_linenumber" name="L32" href="#L32">32</a> <em class="jxr_javadoccomment">/**</em>
-<a class="jxr_linenumber" name="L33" href="#L33">33</a> <em class="jxr_javadoccomment"> * Generate/Execute SQL to drop all tables of a database-schema that represents</em>
-<a class="jxr_linenumber" name="L34" href="#L34">34</a> <em class="jxr_javadoccomment"> * the configured mappings.</em>
-<a class="jxr_linenumber" name="L35" href="#L35">35</a> <em class="jxr_javadoccomment"> *</em>
-<a class="jxr_linenumber" name="L36" href="#L36">36</a> <em class="jxr_javadoccomment"> * @goal drop</em>
-<a class="jxr_linenumber" name="L37" href="#L37">37</a> <em class="jxr_javadoccomment"> * @phase process-classes</em>
-<a class="jxr_linenumber" name="L38" href="#L38">38</a> <em class="jxr_javadoccomment"> * @threadSafe</em>
-<a class="jxr_linenumber" name="L39" href="#L39">39</a> <em class="jxr_javadoccomment"> * @requiresDependencyResolution runtime</em>
-<a class="jxr_linenumber" name="L40" href="#L40">40</a> <em class="jxr_javadoccomment"> */</em>
-<a class="jxr_linenumber" name="L41" href="#L41">41</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">class</strong> <a href="../../../../de/juplo/plugins/hibernate/DropMojo.html">DropMojo</a> <strong class="jxr_keyword">extends</strong> <a href="../../../../de/juplo/plugins/hibernate/AbstractSchemaMojo.html">AbstractSchemaMojo</a>
-<a class="jxr_linenumber" name="L42" href="#L42">42</a> {
-<a class="jxr_linenumber" name="L43" href="#L43">43</a> <em class="jxr_javadoccomment">/**</em>
-<a class="jxr_linenumber" name="L44" href="#L44">44</a> <em class="jxr_javadoccomment"> * Output file.</em>
-<a class="jxr_linenumber" name="L45" href="#L45">45</a> <em class="jxr_javadoccomment"> * <p></em>
-<a class="jxr_linenumber" name="L46" href="#L46">46</a> <em class="jxr_javadoccomment"> * If the specified filename is not absolut, the file will be created</em>
-<a class="jxr_linenumber" name="L47" href="#L47">47</a> <em class="jxr_javadoccomment"> * relative to the project build directory</em>
-<a class="jxr_linenumber" name="L48" href="#L48">48</a> <em class="jxr_javadoccomment"> * (<code>project.build.directory</code>).</em>
-<a class="jxr_linenumber" name="L49" href="#L49">49</a> <em class="jxr_javadoccomment"> *</em>
-<a class="jxr_linenumber" name="L50" href="#L50">50</a> <em class="jxr_javadoccomment"> * @parameter property="hibernate.schema.drop" default-value="drop.sql"</em>
-<a class="jxr_linenumber" name="L51" href="#L51">51</a> <em class="jxr_javadoccomment"> * @since 1.0</em>
-<a class="jxr_linenumber" name="L52" href="#L52">52</a> <em class="jxr_javadoccomment"> */</em>
-<a class="jxr_linenumber" name="L53" href="#L53">53</a> <strong class="jxr_keyword">private</strong> String outputFile;
-<a class="jxr_linenumber" name="L54" href="#L54">54</a>
-<a class="jxr_linenumber" name="L55" href="#L55">55</a>
-<a class="jxr_linenumber" name="L56" href="#L56">56</a> @Override
-<a class="jxr_linenumber" name="L57" href="#L57">57</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">final</strong> <strong class="jxr_keyword">void</strong> execute()
-<a class="jxr_linenumber" name="L58" href="#L58">58</a> <strong class="jxr_keyword">throws</strong>
-<a class="jxr_linenumber" name="L59" href="#L59">59</a> MojoFailureException,
-<a class="jxr_linenumber" name="L60" href="#L60">60</a> MojoExecutionException
-<a class="jxr_linenumber" name="L61" href="#L61">61</a> {
-<a class="jxr_linenumber" name="L62" href="#L62">62</a> <strong class="jxr_keyword">super</strong>.execute(outputFile);
-<a class="jxr_linenumber" name="L63" href="#L63">63</a> }
-<a class="jxr_linenumber" name="L64" href="#L64">64</a>
-<a class="jxr_linenumber" name="L65" href="#L65">65</a>
-<a class="jxr_linenumber" name="L66" href="#L66">66</a> @Override
-<a class="jxr_linenumber" name="L67" href="#L67">67</a> <strong class="jxr_keyword">void</strong> build(
-<a class="jxr_linenumber" name="L68" href="#L68">68</a> MetadataImplementor metadata,
-<a class="jxr_linenumber" name="L69" href="#L69">69</a> ExecutionOptions options,
-<a class="jxr_linenumber" name="L70" href="#L70">70</a> TargetDescriptor target
-<a class="jxr_linenumber" name="L71" href="#L71">71</a> )
-<a class="jxr_linenumber" name="L72" href="#L72">72</a> <strong class="jxr_keyword">throws</strong>
-<a class="jxr_linenumber" name="L73" href="#L73">73</a> MojoExecutionException,
-<a class="jxr_linenumber" name="L74" href="#L74">74</a> MojoFailureException
-<a class="jxr_linenumber" name="L75" href="#L75">75</a> {
-<a class="jxr_linenumber" name="L76" href="#L76">76</a> ServiceRegistry service =
-<a class="jxr_linenumber" name="L77" href="#L77">77</a> metadata.getMetadataBuildingOptions().getServiceRegistry();
-<a class="jxr_linenumber" name="L78" href="#L78">78</a> SchemaManagementTool tool = service.getService(SchemaManagementTool.<strong class="jxr_keyword">class</strong>);
-<a class="jxr_linenumber" name="L79" href="#L79">79</a>
-<a class="jxr_linenumber" name="L80" href="#L80">80</a> Map config = options.getConfigurationValues();
-<a class="jxr_linenumber" name="L81" href="#L81">81</a> SourceDescriptor source = <strong class="jxr_keyword">new</strong> SourceDescriptor()
-<a class="jxr_linenumber" name="L82" href="#L82">82</a> {
-<a class="jxr_linenumber" name="L83" href="#L83">83</a> @Override
-<a class="jxr_linenumber" name="L84" href="#L84">84</a> <strong class="jxr_keyword">public</strong> SourceType getSourceType()
-<a class="jxr_linenumber" name="L85" href="#L85">85</a> {
-<a class="jxr_linenumber" name="L86" href="#L86">86</a> <strong class="jxr_keyword">return</strong> SourceType.METADATA;
-<a class="jxr_linenumber" name="L87" href="#L87">87</a> }
-<a class="jxr_linenumber" name="L88" href="#L88">88</a>
-<a class="jxr_linenumber" name="L89" href="#L89">89</a> @Override
-<a class="jxr_linenumber" name="L90" href="#L90">90</a> <strong class="jxr_keyword">public</strong> ScriptSourceInput getScriptSourceInput()
-<a class="jxr_linenumber" name="L91" href="#L91">91</a> {
-<a class="jxr_linenumber" name="L92" href="#L92">92</a> <strong class="jxr_keyword">return</strong> <strong class="jxr_keyword">null</strong>;
-<a class="jxr_linenumber" name="L93" href="#L93">93</a> }
-<a class="jxr_linenumber" name="L94" href="#L94">94</a> };
-<a class="jxr_linenumber" name="L95" href="#L95">95</a>
-<a class="jxr_linenumber" name="L96" href="#L96">96</a> tool.getSchemaDropper(config).doDrop(metadata, options, source, target);
-<a class="jxr_linenumber" name="L97" href="#L97">97</a> }
-<a class="jxr_linenumber" name="L98" href="#L98">98</a> }
-</pre>
-<hr/>
-<div id="footer">Copyright © 2025. All rights reserved.</div>
-</body>
-</html>
+++ /dev/null
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head><meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-<title>HelpMojo xref</title>
-<link type="text/css" rel="stylesheet" href="../../../../stylesheet.css" />
-</head>
-<body>
-<div id="overview"><a href="../../../../../apidocs/de/juplo/plugins/hibernate/HelpMojo.html">View Javadoc</a></div><pre>
-<a class="jxr_linenumber" name="L1" href="#L1">1</a>
-<a class="jxr_linenumber" name="L2" href="#L2">2</a> <strong class="jxr_keyword">package</strong> de.juplo.plugins.hibernate;
-<a class="jxr_linenumber" name="L3" href="#L3">3</a>
-<a class="jxr_linenumber" name="L4" href="#L4">4</a> <strong class="jxr_keyword">import</strong> org.apache.maven.plugin.AbstractMojo;
-<a class="jxr_linenumber" name="L5" href="#L5">5</a> <strong class="jxr_keyword">import</strong> org.apache.maven.plugin.MojoExecutionException;
-<a class="jxr_linenumber" name="L6" href="#L6">6</a>
-<a class="jxr_linenumber" name="L7" href="#L7">7</a> <strong class="jxr_keyword">import</strong> org.w3c.dom.Document;
-<a class="jxr_linenumber" name="L8" href="#L8">8</a> <strong class="jxr_keyword">import</strong> org.w3c.dom.Element;
-<a class="jxr_linenumber" name="L9" href="#L9">9</a> <strong class="jxr_keyword">import</strong> org.w3c.dom.Node;
-<a class="jxr_linenumber" name="L10" href="#L10">10</a> <strong class="jxr_keyword">import</strong> org.w3c.dom.NodeList;
-<a class="jxr_linenumber" name="L11" href="#L11">11</a> <strong class="jxr_keyword">import</strong> org.xml.sax.SAXException;
-<a class="jxr_linenumber" name="L12" href="#L12">12</a>
-<a class="jxr_linenumber" name="L13" href="#L13">13</a> <strong class="jxr_keyword">import</strong> javax.xml.parsers.DocumentBuilder;
-<a class="jxr_linenumber" name="L14" href="#L14">14</a> <strong class="jxr_keyword">import</strong> javax.xml.parsers.DocumentBuilderFactory;
-<a class="jxr_linenumber" name="L15" href="#L15">15</a> <strong class="jxr_keyword">import</strong> javax.xml.parsers.ParserConfigurationException;
-<a class="jxr_linenumber" name="L16" href="#L16">16</a> <strong class="jxr_keyword">import</strong> java.io.IOException;
-<a class="jxr_linenumber" name="L17" href="#L17">17</a> <strong class="jxr_keyword">import</strong> java.io.InputStream;
-<a class="jxr_linenumber" name="L18" href="#L18">18</a> <strong class="jxr_keyword">import</strong> java.util.ArrayList;
-<a class="jxr_linenumber" name="L19" href="#L19">19</a> <strong class="jxr_keyword">import</strong> java.util.List;
-<a class="jxr_linenumber" name="L20" href="#L20">20</a>
-<a class="jxr_linenumber" name="L21" href="#L21">21</a> <em class="jxr_javadoccomment">/**</em>
-<a class="jxr_linenumber" name="L22" href="#L22">22</a> <em class="jxr_javadoccomment"> * Display help information on hibernate-maven-plugin.<br></em>
-<a class="jxr_linenumber" name="L23" href="#L23">23</a> <em class="jxr_javadoccomment"> * Call <code>mvn hibernate:help -Ddetail=true -Dgoal=&lt;goal-name&gt;</code> to display parameter details.</em>
-<a class="jxr_linenumber" name="L24" href="#L24">24</a> <em class="jxr_javadoccomment"> * @author maven-plugin-tools</em>
-<a class="jxr_linenumber" name="L25" href="#L25">25</a> <em class="jxr_javadoccomment"> * @goal help</em>
-<a class="jxr_linenumber" name="L26" href="#L26">26</a> <em class="jxr_javadoccomment"> * @requiresProject false</em>
-<a class="jxr_linenumber" name="L27" href="#L27">27</a> <em class="jxr_javadoccomment"> * @threadSafe</em>
-<a class="jxr_linenumber" name="L28" href="#L28">28</a> <em class="jxr_javadoccomment"> */</em>
-<a class="jxr_linenumber" name="L29" href="#L29">29</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">class</strong> <a href="../../../../de/juplo/plugins/hibernate/HelpMojo.html">HelpMojo</a>
-<a class="jxr_linenumber" name="L30" href="#L30">30</a> <strong class="jxr_keyword">extends</strong> AbstractMojo
-<a class="jxr_linenumber" name="L31" href="#L31">31</a> {
-<a class="jxr_linenumber" name="L32" href="#L32">32</a> <em class="jxr_javadoccomment">/**</em>
-<a class="jxr_linenumber" name="L33" href="#L33">33</a> <em class="jxr_javadoccomment"> * If <code>true</code>, display all settable properties for each goal.</em>
-<a class="jxr_linenumber" name="L34" href="#L34">34</a> <em class="jxr_javadoccomment"> *</em>
-<a class="jxr_linenumber" name="L35" href="#L35">35</a> <em class="jxr_javadoccomment"> * @parameter property="detail" default-value="false"</em>
-<a class="jxr_linenumber" name="L36" href="#L36">36</a> <em class="jxr_javadoccomment"> */</em>
-<a class="jxr_linenumber" name="L37" href="#L37">37</a> <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">boolean</strong> detail;
-<a class="jxr_linenumber" name="L38" href="#L38">38</a>
-<a class="jxr_linenumber" name="L39" href="#L39">39</a> <em class="jxr_javadoccomment">/**</em>
-<a class="jxr_linenumber" name="L40" href="#L40">40</a> <em class="jxr_javadoccomment"> * The name of the goal for which to show help. If unspecified, all goals will be displayed.</em>
-<a class="jxr_linenumber" name="L41" href="#L41">41</a> <em class="jxr_javadoccomment"> *</em>
-<a class="jxr_linenumber" name="L42" href="#L42">42</a> <em class="jxr_javadoccomment"> * @parameter property="goal"</em>
-<a class="jxr_linenumber" name="L43" href="#L43">43</a> <em class="jxr_javadoccomment"> */</em>
-<a class="jxr_linenumber" name="L44" href="#L44">44</a> <strong class="jxr_keyword">private</strong> java.lang.String goal;
-<a class="jxr_linenumber" name="L45" href="#L45">45</a>
-<a class="jxr_linenumber" name="L46" href="#L46">46</a> <em class="jxr_javadoccomment">/**</em>
-<a class="jxr_linenumber" name="L47" href="#L47">47</a> <em class="jxr_javadoccomment"> * The maximum length of a display line, should be positive.</em>
-<a class="jxr_linenumber" name="L48" href="#L48">48</a> <em class="jxr_javadoccomment"> *</em>
-<a class="jxr_linenumber" name="L49" href="#L49">49</a> <em class="jxr_javadoccomment"> * @parameter property="lineLength" default-value="80"</em>
-<a class="jxr_linenumber" name="L50" href="#L50">50</a> <em class="jxr_javadoccomment"> */</em>
-<a class="jxr_linenumber" name="L51" href="#L51">51</a> <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">int</strong> lineLength;
-<a class="jxr_linenumber" name="L52" href="#L52">52</a>
-<a class="jxr_linenumber" name="L53" href="#L53">53</a> <em class="jxr_javadoccomment">/**</em>
-<a class="jxr_linenumber" name="L54" href="#L54">54</a> <em class="jxr_javadoccomment"> * The number of spaces per indentation level, should be positive.</em>
-<a class="jxr_linenumber" name="L55" href="#L55">55</a> <em class="jxr_javadoccomment"> *</em>
-<a class="jxr_linenumber" name="L56" href="#L56">56</a> <em class="jxr_javadoccomment"> * @parameter property="indentSize" default-value="2"</em>
-<a class="jxr_linenumber" name="L57" href="#L57">57</a> <em class="jxr_javadoccomment"> */</em>
-<a class="jxr_linenumber" name="L58" href="#L58">58</a> <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">int</strong> indentSize;
-<a class="jxr_linenumber" name="L59" href="#L59">59</a>
-<a class="jxr_linenumber" name="L60" href="#L60">60</a> <em class="jxr_comment">// groupId/artifactId/plugin-help.xml</em>
-<a class="jxr_linenumber" name="L61" href="#L61">61</a> <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String PLUGIN_HELP_PATH =
-<a class="jxr_linenumber" name="L62" href="#L62">62</a> <span class="jxr_string">"/META-INF/maven/de.juplo/hibernate-maven-plugin/plugin-help.xml"</span>;
-<a class="jxr_linenumber" name="L63" href="#L63">63</a>
-<a class="jxr_linenumber" name="L64" href="#L64">64</a> <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> <strong class="jxr_keyword">int</strong> DEFAULT_LINE_LENGTH = 80;
-<a class="jxr_linenumber" name="L65" href="#L65">65</a>
-<a class="jxr_linenumber" name="L66" href="#L66">66</a> <strong class="jxr_keyword">private</strong> Document build()
-<a class="jxr_linenumber" name="L67" href="#L67">67</a> <strong class="jxr_keyword">throws</strong> MojoExecutionException
-<a class="jxr_linenumber" name="L68" href="#L68">68</a> {
-<a class="jxr_linenumber" name="L69" href="#L69">69</a> getLog().debug( <span class="jxr_string">"load plugin-help.xml: "</span> + PLUGIN_HELP_PATH );
-<a class="jxr_linenumber" name="L70" href="#L70">70</a> InputStream is = <strong class="jxr_keyword">null</strong>;
-<a class="jxr_linenumber" name="L71" href="#L71">71</a> <strong class="jxr_keyword">try</strong>
-<a class="jxr_linenumber" name="L72" href="#L72">72</a> {
-<a class="jxr_linenumber" name="L73" href="#L73">73</a> is = getClass().getResourceAsStream( PLUGIN_HELP_PATH );
-<a class="jxr_linenumber" name="L74" href="#L74">74</a> DocumentBuilderFactory dbFactory = DocumentBuilderFactory.newInstance();
-<a class="jxr_linenumber" name="L75" href="#L75">75</a> DocumentBuilder dBuilder = dbFactory.newDocumentBuilder();
-<a class="jxr_linenumber" name="L76" href="#L76">76</a> <strong class="jxr_keyword">return</strong> dBuilder.parse( is );
-<a class="jxr_linenumber" name="L77" href="#L77">77</a> }
-<a class="jxr_linenumber" name="L78" href="#L78">78</a> <strong class="jxr_keyword">catch</strong> ( IOException e )
-<a class="jxr_linenumber" name="L79" href="#L79">79</a> {
-<a class="jxr_linenumber" name="L80" href="#L80">80</a> <strong class="jxr_keyword">throw</strong> <strong class="jxr_keyword">new</strong> MojoExecutionException( e.getMessage(), e );
-<a class="jxr_linenumber" name="L81" href="#L81">81</a> }
-<a class="jxr_linenumber" name="L82" href="#L82">82</a> <strong class="jxr_keyword">catch</strong> ( ParserConfigurationException e )
-<a class="jxr_linenumber" name="L83" href="#L83">83</a> {
-<a class="jxr_linenumber" name="L84" href="#L84">84</a> <strong class="jxr_keyword">throw</strong> <strong class="jxr_keyword">new</strong> MojoExecutionException( e.getMessage(), e );
-<a class="jxr_linenumber" name="L85" href="#L85">85</a> }
-<a class="jxr_linenumber" name="L86" href="#L86">86</a> <strong class="jxr_keyword">catch</strong> ( SAXException e )
-<a class="jxr_linenumber" name="L87" href="#L87">87</a> {
-<a class="jxr_linenumber" name="L88" href="#L88">88</a> <strong class="jxr_keyword">throw</strong> <strong class="jxr_keyword">new</strong> MojoExecutionException( e.getMessage(), e );
-<a class="jxr_linenumber" name="L89" href="#L89">89</a> }
-<a class="jxr_linenumber" name="L90" href="#L90">90</a> <strong class="jxr_keyword">finally</strong>
-<a class="jxr_linenumber" name="L91" href="#L91">91</a> {
-<a class="jxr_linenumber" name="L92" href="#L92">92</a> <strong class="jxr_keyword">if</strong> ( is != <strong class="jxr_keyword">null</strong> )
-<a class="jxr_linenumber" name="L93" href="#L93">93</a> {
-<a class="jxr_linenumber" name="L94" href="#L94">94</a> <strong class="jxr_keyword">try</strong>
-<a class="jxr_linenumber" name="L95" href="#L95">95</a> {
-<a class="jxr_linenumber" name="L96" href="#L96">96</a> is.close();
-<a class="jxr_linenumber" name="L97" href="#L97">97</a> }
-<a class="jxr_linenumber" name="L98" href="#L98">98</a> <strong class="jxr_keyword">catch</strong> ( IOException e )
-<a class="jxr_linenumber" name="L99" href="#L99">99</a> {
-<a class="jxr_linenumber" name="L100" href="#L100">100</a> <strong class="jxr_keyword">throw</strong> <strong class="jxr_keyword">new</strong> MojoExecutionException( e.getMessage(), e );
-<a class="jxr_linenumber" name="L101" href="#L101">101</a> }
-<a class="jxr_linenumber" name="L102" href="#L102">102</a> }
-<a class="jxr_linenumber" name="L103" href="#L103">103</a> }
-<a class="jxr_linenumber" name="L104" href="#L104">104</a> }
-<a class="jxr_linenumber" name="L105" href="#L105">105</a>
-<a class="jxr_linenumber" name="L106" href="#L106">106</a> <em class="jxr_javadoccomment">/**</em>
-<a class="jxr_linenumber" name="L107" href="#L107">107</a> <em class="jxr_javadoccomment"> * {@inheritDoc}</em>
-<a class="jxr_linenumber" name="L108" href="#L108">108</a> <em class="jxr_javadoccomment"> */</em>
-<a class="jxr_linenumber" name="L109" href="#L109">109</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> execute()
-<a class="jxr_linenumber" name="L110" href="#L110">110</a> <strong class="jxr_keyword">throws</strong> MojoExecutionException
-<a class="jxr_linenumber" name="L111" href="#L111">111</a> {
-<a class="jxr_linenumber" name="L112" href="#L112">112</a> <strong class="jxr_keyword">if</strong> ( lineLength <= 0 )
-<a class="jxr_linenumber" name="L113" href="#L113">113</a> {
-<a class="jxr_linenumber" name="L114" href="#L114">114</a> getLog().warn( <span class="jxr_string">"The parameter 'lineLength' should be positive, using '80' as default."</span> );
-<a class="jxr_linenumber" name="L115" href="#L115">115</a> lineLength = DEFAULT_LINE_LENGTH;
-<a class="jxr_linenumber" name="L116" href="#L116">116</a> }
-<a class="jxr_linenumber" name="L117" href="#L117">117</a> <strong class="jxr_keyword">if</strong> ( indentSize <= 0 )
-<a class="jxr_linenumber" name="L118" href="#L118">118</a> {
-<a class="jxr_linenumber" name="L119" href="#L119">119</a> getLog().warn( <span class="jxr_string">"The parameter 'indentSize' should be positive, using '2' as default."</span> );
-<a class="jxr_linenumber" name="L120" href="#L120">120</a> indentSize = 2;
-<a class="jxr_linenumber" name="L121" href="#L121">121</a> }
-<a class="jxr_linenumber" name="L122" href="#L122">122</a>
-<a class="jxr_linenumber" name="L123" href="#L123">123</a> Document doc = build();
-<a class="jxr_linenumber" name="L124" href="#L124">124</a>
-<a class="jxr_linenumber" name="L125" href="#L125">125</a> StringBuilder sb = <strong class="jxr_keyword">new</strong> StringBuilder();
-<a class="jxr_linenumber" name="L126" href="#L126">126</a> Node plugin = getSingleChild( doc, <span class="jxr_string">"plugin"</span> );
-<a class="jxr_linenumber" name="L127" href="#L127">127</a>
-<a class="jxr_linenumber" name="L128" href="#L128">128</a>
-<a class="jxr_linenumber" name="L129" href="#L129">129</a> String name = getValue( plugin, <span class="jxr_string">"name"</span> );
-<a class="jxr_linenumber" name="L130" href="#L130">130</a> String version = getValue( plugin, <span class="jxr_string">"version"</span> );
-<a class="jxr_linenumber" name="L131" href="#L131">131</a> String id = getValue( plugin, <span class="jxr_string">"groupId"</span> ) + <span class="jxr_string">":"</span> + getValue( plugin, <span class="jxr_string">"artifactId"</span> ) + <span class="jxr_string">":"</span> + version;
-<a class="jxr_linenumber" name="L132" href="#L132">132</a> <strong class="jxr_keyword">if</strong> ( isNotEmpty( name ) && !name.contains( id ) )
-<a class="jxr_linenumber" name="L133" href="#L133">133</a> {
-<a class="jxr_linenumber" name="L134" href="#L134">134</a> append( sb, name + <span class="jxr_string">" "</span> + version, 0 );
-<a class="jxr_linenumber" name="L135" href="#L135">135</a> }
-<a class="jxr_linenumber" name="L136" href="#L136">136</a> <strong class="jxr_keyword">else</strong>
-<a class="jxr_linenumber" name="L137" href="#L137">137</a> {
-<a class="jxr_linenumber" name="L138" href="#L138">138</a> <strong class="jxr_keyword">if</strong> ( isNotEmpty( name ) )
-<a class="jxr_linenumber" name="L139" href="#L139">139</a> {
-<a class="jxr_linenumber" name="L140" href="#L140">140</a> append( sb, name, 0 );
-<a class="jxr_linenumber" name="L141" href="#L141">141</a> }
-<a class="jxr_linenumber" name="L142" href="#L142">142</a> <strong class="jxr_keyword">else</strong>
-<a class="jxr_linenumber" name="L143" href="#L143">143</a> {
-<a class="jxr_linenumber" name="L144" href="#L144">144</a> append( sb, id, 0 );
-<a class="jxr_linenumber" name="L145" href="#L145">145</a> }
-<a class="jxr_linenumber" name="L146" href="#L146">146</a> }
-<a class="jxr_linenumber" name="L147" href="#L147">147</a> append( sb, getValue( plugin, <span class="jxr_string">"description"</span> ), 1 );
-<a class="jxr_linenumber" name="L148" href="#L148">148</a> append( sb, <span class="jxr_string">""</span>, 0 );
-<a class="jxr_linenumber" name="L149" href="#L149">149</a>
-<a class="jxr_linenumber" name="L150" href="#L150">150</a> <em class="jxr_comment">//<goalPrefix>plugin</goalPrefix></em>
-<a class="jxr_linenumber" name="L151" href="#L151">151</a> String goalPrefix = getValue( plugin, <span class="jxr_string">"goalPrefix"</span> );
-<a class="jxr_linenumber" name="L152" href="#L152">152</a>
-<a class="jxr_linenumber" name="L153" href="#L153">153</a> Node mojos1 = getSingleChild( plugin, <span class="jxr_string">"mojos"</span> );
-<a class="jxr_linenumber" name="L154" href="#L154">154</a>
-<a class="jxr_linenumber" name="L155" href="#L155">155</a> List<Node> mojos = findNamedChild( mojos1, <span class="jxr_string">"mojo"</span> );
-<a class="jxr_linenumber" name="L156" href="#L156">156</a>
-<a class="jxr_linenumber" name="L157" href="#L157">157</a> <strong class="jxr_keyword">if</strong> ( goal == <strong class="jxr_keyword">null</strong> || goal.length() <= 0 )
-<a class="jxr_linenumber" name="L158" href="#L158">158</a> {
-<a class="jxr_linenumber" name="L159" href="#L159">159</a> append( sb, <span class="jxr_string">"This plugin has "</span> + mojos.size() + ( mojos.size() > 1 ? <span class="jxr_string">" goals:"</span> : <span class="jxr_string">" goal:"</span> ), 0 );
-<a class="jxr_linenumber" name="L160" href="#L160">160</a> append( sb, <span class="jxr_string">""</span>, 0 );
-<a class="jxr_linenumber" name="L161" href="#L161">161</a> }
-<a class="jxr_linenumber" name="L162" href="#L162">162</a>
-<a class="jxr_linenumber" name="L163" href="#L163">163</a> <strong class="jxr_keyword">for</strong> ( Node mojo : mojos )
-<a class="jxr_linenumber" name="L164" href="#L164">164</a> {
-<a class="jxr_linenumber" name="L165" href="#L165">165</a> writeGoal( sb, goalPrefix, (Element) mojo );
-<a class="jxr_linenumber" name="L166" href="#L166">166</a> }
-<a class="jxr_linenumber" name="L167" href="#L167">167</a>
-<a class="jxr_linenumber" name="L168" href="#L168">168</a> <strong class="jxr_keyword">if</strong> ( getLog().isInfoEnabled() )
-<a class="jxr_linenumber" name="L169" href="#L169">169</a> {
-<a class="jxr_linenumber" name="L170" href="#L170">170</a> getLog().info( sb.toString() );
-<a class="jxr_linenumber" name="L171" href="#L171">171</a> }
-<a class="jxr_linenumber" name="L172" href="#L172">172</a> }
-<a class="jxr_linenumber" name="L173" href="#L173">173</a>
-<a class="jxr_linenumber" name="L174" href="#L174">174</a>
-<a class="jxr_linenumber" name="L175" href="#L175">175</a> <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">boolean</strong> isNotEmpty( String string )
-<a class="jxr_linenumber" name="L176" href="#L176">176</a> {
-<a class="jxr_linenumber" name="L177" href="#L177">177</a> <strong class="jxr_keyword">return</strong> string != <strong class="jxr_keyword">null</strong> && string.length() > 0;
-<a class="jxr_linenumber" name="L178" href="#L178">178</a> }
-<a class="jxr_linenumber" name="L179" href="#L179">179</a>
-<a class="jxr_linenumber" name="L180" href="#L180">180</a> <strong class="jxr_keyword">private</strong> String getValue( Node node, String elementName )
-<a class="jxr_linenumber" name="L181" href="#L181">181</a> <strong class="jxr_keyword">throws</strong> MojoExecutionException
-<a class="jxr_linenumber" name="L182" href="#L182">182</a> {
-<a class="jxr_linenumber" name="L183" href="#L183">183</a> <strong class="jxr_keyword">return</strong> getSingleChild( node, elementName ).getTextContent();
-<a class="jxr_linenumber" name="L184" href="#L184">184</a> }
-<a class="jxr_linenumber" name="L185" href="#L185">185</a>
-<a class="jxr_linenumber" name="L186" href="#L186">186</a> <strong class="jxr_keyword">private</strong> Node getSingleChild( Node node, String elementName )
-<a class="jxr_linenumber" name="L187" href="#L187">187</a> <strong class="jxr_keyword">throws</strong> MojoExecutionException
-<a class="jxr_linenumber" name="L188" href="#L188">188</a> {
-<a class="jxr_linenumber" name="L189" href="#L189">189</a> List<Node> namedChild = findNamedChild( node, elementName );
-<a class="jxr_linenumber" name="L190" href="#L190">190</a> <strong class="jxr_keyword">if</strong> ( namedChild.isEmpty() )
-<a class="jxr_linenumber" name="L191" href="#L191">191</a> {
-<a class="jxr_linenumber" name="L192" href="#L192">192</a> <strong class="jxr_keyword">throw</strong> <strong class="jxr_keyword">new</strong> MojoExecutionException( <span class="jxr_string">"Could not find "</span> + elementName + <span class="jxr_string">" in plugin-help.xml"</span> );
-<a class="jxr_linenumber" name="L193" href="#L193">193</a> }
-<a class="jxr_linenumber" name="L194" href="#L194">194</a> <strong class="jxr_keyword">if</strong> ( namedChild.size() > 1 )
-<a class="jxr_linenumber" name="L195" href="#L195">195</a> {
-<a class="jxr_linenumber" name="L196" href="#L196">196</a> <strong class="jxr_keyword">throw</strong> <strong class="jxr_keyword">new</strong> MojoExecutionException( <span class="jxr_string">"Multiple "</span> + elementName + <span class="jxr_string">" in plugin-help.xml"</span> );
-<a class="jxr_linenumber" name="L197" href="#L197">197</a> }
-<a class="jxr_linenumber" name="L198" href="#L198">198</a> <strong class="jxr_keyword">return</strong> namedChild.get( 0 );
-<a class="jxr_linenumber" name="L199" href="#L199">199</a> }
-<a class="jxr_linenumber" name="L200" href="#L200">200</a>
-<a class="jxr_linenumber" name="L201" href="#L201">201</a> <strong class="jxr_keyword">private</strong> List<Node> findNamedChild( Node node, String elementName )
-<a class="jxr_linenumber" name="L202" href="#L202">202</a> {
-<a class="jxr_linenumber" name="L203" href="#L203">203</a> List<Node> result = <strong class="jxr_keyword">new</strong> ArrayList<Node>();
-<a class="jxr_linenumber" name="L204" href="#L204">204</a> NodeList childNodes = node.getChildNodes();
-<a class="jxr_linenumber" name="L205" href="#L205">205</a> <strong class="jxr_keyword">for</strong> ( <strong class="jxr_keyword">int</strong> i = 0; i < childNodes.getLength(); i++ )
-<a class="jxr_linenumber" name="L206" href="#L206">206</a> {
-<a class="jxr_linenumber" name="L207" href="#L207">207</a> Node item = childNodes.item( i );
-<a class="jxr_linenumber" name="L208" href="#L208">208</a> <strong class="jxr_keyword">if</strong> ( elementName.equals( item.getNodeName() ) )
-<a class="jxr_linenumber" name="L209" href="#L209">209</a> {
-<a class="jxr_linenumber" name="L210" href="#L210">210</a> result.add( item );
-<a class="jxr_linenumber" name="L211" href="#L211">211</a> }
-<a class="jxr_linenumber" name="L212" href="#L212">212</a> }
-<a class="jxr_linenumber" name="L213" href="#L213">213</a> <strong class="jxr_keyword">return</strong> result;
-<a class="jxr_linenumber" name="L214" href="#L214">214</a> }
-<a class="jxr_linenumber" name="L215" href="#L215">215</a>
-<a class="jxr_linenumber" name="L216" href="#L216">216</a> <strong class="jxr_keyword">private</strong> Node findSingleChild( Node node, String elementName )
-<a class="jxr_linenumber" name="L217" href="#L217">217</a> <strong class="jxr_keyword">throws</strong> MojoExecutionException
-<a class="jxr_linenumber" name="L218" href="#L218">218</a> {
-<a class="jxr_linenumber" name="L219" href="#L219">219</a> List<Node> elementsByTagName = findNamedChild( node, elementName );
-<a class="jxr_linenumber" name="L220" href="#L220">220</a> <strong class="jxr_keyword">if</strong> ( elementsByTagName.isEmpty() )
-<a class="jxr_linenumber" name="L221" href="#L221">221</a> {
-<a class="jxr_linenumber" name="L222" href="#L222">222</a> <strong class="jxr_keyword">return</strong> <strong class="jxr_keyword">null</strong>;
-<a class="jxr_linenumber" name="L223" href="#L223">223</a> }
-<a class="jxr_linenumber" name="L224" href="#L224">224</a> <strong class="jxr_keyword">if</strong> ( elementsByTagName.size() > 1 )
-<a class="jxr_linenumber" name="L225" href="#L225">225</a> {
-<a class="jxr_linenumber" name="L226" href="#L226">226</a> <strong class="jxr_keyword">throw</strong> <strong class="jxr_keyword">new</strong> MojoExecutionException( <span class="jxr_string">"Multiple "</span> + elementName + <span class="jxr_string">"in plugin-help.xml"</span> );
-<a class="jxr_linenumber" name="L227" href="#L227">227</a> }
-<a class="jxr_linenumber" name="L228" href="#L228">228</a> <strong class="jxr_keyword">return</strong> elementsByTagName.get( 0 );
-<a class="jxr_linenumber" name="L229" href="#L229">229</a> }
-<a class="jxr_linenumber" name="L230" href="#L230">230</a>
-<a class="jxr_linenumber" name="L231" href="#L231">231</a> <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">void</strong> writeGoal( StringBuilder sb, String goalPrefix, Element mojo )
-<a class="jxr_linenumber" name="L232" href="#L232">232</a> <strong class="jxr_keyword">throws</strong> MojoExecutionException
-<a class="jxr_linenumber" name="L233" href="#L233">233</a> {
-<a class="jxr_linenumber" name="L234" href="#L234">234</a> String mojoGoal = getValue( mojo, <span class="jxr_string">"goal"</span> );
-<a class="jxr_linenumber" name="L235" href="#L235">235</a> Node configurationElement = findSingleChild( mojo, <span class="jxr_string">"configuration"</span> );
-<a class="jxr_linenumber" name="L236" href="#L236">236</a> Node description = findSingleChild( mojo, <span class="jxr_string">"description"</span> );
-<a class="jxr_linenumber" name="L237" href="#L237">237</a> <strong class="jxr_keyword">if</strong> ( goal == <strong class="jxr_keyword">null</strong> || goal.length() <= 0 || mojoGoal.equals( goal ) )
-<a class="jxr_linenumber" name="L238" href="#L238">238</a> {
-<a class="jxr_linenumber" name="L239" href="#L239">239</a> append( sb, goalPrefix + <span class="jxr_string">":"</span> + mojoGoal, 0 );
-<a class="jxr_linenumber" name="L240" href="#L240">240</a> Node deprecated = findSingleChild( mojo, <span class="jxr_string">"deprecated"</span> );
-<a class="jxr_linenumber" name="L241" href="#L241">241</a> <strong class="jxr_keyword">if</strong> ( ( deprecated != <strong class="jxr_keyword">null</strong> ) && isNotEmpty( deprecated.getTextContent() ) )
-<a class="jxr_linenumber" name="L242" href="#L242">242</a> {
-<a class="jxr_linenumber" name="L243" href="#L243">243</a> append( sb, <span class="jxr_string">"Deprecated. "</span> + deprecated.getTextContent(), 1 );
-<a class="jxr_linenumber" name="L244" href="#L244">244</a> <strong class="jxr_keyword">if</strong> ( detail && description != <strong class="jxr_keyword">null</strong> )
-<a class="jxr_linenumber" name="L245" href="#L245">245</a> {
-<a class="jxr_linenumber" name="L246" href="#L246">246</a> append( sb, <span class="jxr_string">""</span>, 0 );
-<a class="jxr_linenumber" name="L247" href="#L247">247</a> append( sb, description.getTextContent(), 1 );
-<a class="jxr_linenumber" name="L248" href="#L248">248</a> }
-<a class="jxr_linenumber" name="L249" href="#L249">249</a> }
-<a class="jxr_linenumber" name="L250" href="#L250">250</a> <strong class="jxr_keyword">else</strong> <strong class="jxr_keyword">if</strong> ( description != <strong class="jxr_keyword">null</strong> )
-<a class="jxr_linenumber" name="L251" href="#L251">251</a> {
-<a class="jxr_linenumber" name="L252" href="#L252">252</a> append( sb, description.getTextContent(), 1 );
-<a class="jxr_linenumber" name="L253" href="#L253">253</a> }
-<a class="jxr_linenumber" name="L254" href="#L254">254</a> append( sb, <span class="jxr_string">""</span>, 0 );
-<a class="jxr_linenumber" name="L255" href="#L255">255</a>
-<a class="jxr_linenumber" name="L256" href="#L256">256</a> <strong class="jxr_keyword">if</strong> ( detail )
-<a class="jxr_linenumber" name="L257" href="#L257">257</a> {
-<a class="jxr_linenumber" name="L258" href="#L258">258</a> Node parametersNode = getSingleChild( mojo, <span class="jxr_string">"parameters"</span> );
-<a class="jxr_linenumber" name="L259" href="#L259">259</a> List<Node> parameters = findNamedChild( parametersNode, <span class="jxr_string">"parameter"</span> );
-<a class="jxr_linenumber" name="L260" href="#L260">260</a> append( sb, <span class="jxr_string">"Available parameters:"</span>, 1 );
-<a class="jxr_linenumber" name="L261" href="#L261">261</a> append( sb, <span class="jxr_string">""</span>, 0 );
-<a class="jxr_linenumber" name="L262" href="#L262">262</a>
-<a class="jxr_linenumber" name="L263" href="#L263">263</a> <strong class="jxr_keyword">for</strong> ( Node parameter : parameters )
-<a class="jxr_linenumber" name="L264" href="#L264">264</a> {
-<a class="jxr_linenumber" name="L265" href="#L265">265</a> writeParameter( sb, parameter, configurationElement );
-<a class="jxr_linenumber" name="L266" href="#L266">266</a> }
-<a class="jxr_linenumber" name="L267" href="#L267">267</a> }
-<a class="jxr_linenumber" name="L268" href="#L268">268</a> }
-<a class="jxr_linenumber" name="L269" href="#L269">269</a> }
-<a class="jxr_linenumber" name="L270" href="#L270">270</a>
-<a class="jxr_linenumber" name="L271" href="#L271">271</a> <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">void</strong> writeParameter( StringBuilder sb, Node parameter, Node configurationElement )
-<a class="jxr_linenumber" name="L272" href="#L272">272</a> <strong class="jxr_keyword">throws</strong> MojoExecutionException
-<a class="jxr_linenumber" name="L273" href="#L273">273</a> {
-<a class="jxr_linenumber" name="L274" href="#L274">274</a> String parameterName = getValue( parameter, <span class="jxr_string">"name"</span> );
-<a class="jxr_linenumber" name="L275" href="#L275">275</a> String parameterDescription = getValue( parameter, <span class="jxr_string">"description"</span> );
-<a class="jxr_linenumber" name="L276" href="#L276">276</a>
-<a class="jxr_linenumber" name="L277" href="#L277">277</a> Element fieldConfigurationElement = (Element) findSingleChild( configurationElement, parameterName );
-<a class="jxr_linenumber" name="L278" href="#L278">278</a>
-<a class="jxr_linenumber" name="L279" href="#L279">279</a> String parameterDefaultValue = <span class="jxr_string">""</span>;
-<a class="jxr_linenumber" name="L280" href="#L280">280</a> <strong class="jxr_keyword">if</strong> ( fieldConfigurationElement != <strong class="jxr_keyword">null</strong> && fieldConfigurationElement.hasAttribute( <span class="jxr_string">"default-value"</span> ) )
-<a class="jxr_linenumber" name="L281" href="#L281">281</a> {
-<a class="jxr_linenumber" name="L282" href="#L282">282</a> parameterDefaultValue = <span class="jxr_string">" (Default: "</span> + fieldConfigurationElement.getAttribute( <span class="jxr_string">"default-value"</span> ) + <span class="jxr_string">")"</span>;
-<a class="jxr_linenumber" name="L283" href="#L283">283</a> }
-<a class="jxr_linenumber" name="L284" href="#L284">284</a> append( sb, parameterName + parameterDefaultValue, 2 );
-<a class="jxr_linenumber" name="L285" href="#L285">285</a> Node deprecated = findSingleChild( parameter, <span class="jxr_string">"deprecated"</span> );
-<a class="jxr_linenumber" name="L286" href="#L286">286</a> <strong class="jxr_keyword">if</strong> ( ( deprecated != <strong class="jxr_keyword">null</strong> ) && isNotEmpty( deprecated.getTextContent() ) )
-<a class="jxr_linenumber" name="L287" href="#L287">287</a> {
-<a class="jxr_linenumber" name="L288" href="#L288">288</a> append( sb, <span class="jxr_string">"Deprecated. "</span> + deprecated.getTextContent(), 3 );
-<a class="jxr_linenumber" name="L289" href="#L289">289</a> append( sb, <span class="jxr_string">""</span>, 0 );
-<a class="jxr_linenumber" name="L290" href="#L290">290</a> }
-<a class="jxr_linenumber" name="L291" href="#L291">291</a> append( sb, parameterDescription, 3 );
-<a class="jxr_linenumber" name="L292" href="#L292">292</a> <strong class="jxr_keyword">if</strong> ( <span class="jxr_string">"true"</span>.equals( getValue( parameter, <span class="jxr_string">"required"</span> ) ) )
-<a class="jxr_linenumber" name="L293" href="#L293">293</a> {
-<a class="jxr_linenumber" name="L294" href="#L294">294</a> append( sb, <span class="jxr_string">"Required: Yes"</span>, 3 );
-<a class="jxr_linenumber" name="L295" href="#L295">295</a> }
-<a class="jxr_linenumber" name="L296" href="#L296">296</a> <strong class="jxr_keyword">if</strong> ( ( fieldConfigurationElement != <strong class="jxr_keyword">null</strong> ) && isNotEmpty( fieldConfigurationElement.getTextContent() ) )
-<a class="jxr_linenumber" name="L297" href="#L297">297</a> {
-<a class="jxr_linenumber" name="L298" href="#L298">298</a> String property = getPropertyFromExpression( fieldConfigurationElement.getTextContent() );
-<a class="jxr_linenumber" name="L299" href="#L299">299</a> append( sb, <span class="jxr_string">"User property: "</span> + property, 3 );
-<a class="jxr_linenumber" name="L300" href="#L300">300</a> }
-<a class="jxr_linenumber" name="L301" href="#L301">301</a>
-<a class="jxr_linenumber" name="L302" href="#L302">302</a> append( sb, <span class="jxr_string">""</span>, 0 );
-<a class="jxr_linenumber" name="L303" href="#L303">303</a> }
-<a class="jxr_linenumber" name="L304" href="#L304">304</a>
-<a class="jxr_linenumber" name="L305" href="#L305">305</a> <em class="jxr_javadoccomment">/**</em>
-<a class="jxr_linenumber" name="L306" href="#L306">306</a> <em class="jxr_javadoccomment"> * <p>Repeat a String <code>n</code> times to form a new string.</p></em>
-<a class="jxr_linenumber" name="L307" href="#L307">307</a> <em class="jxr_javadoccomment"> *</em>
-<a class="jxr_linenumber" name="L308" href="#L308">308</a> <em class="jxr_javadoccomment"> * @param str String to repeat</em>
-<a class="jxr_linenumber" name="L309" href="#L309">309</a> <em class="jxr_javadoccomment"> * @param repeat number of times to repeat str</em>
-<a class="jxr_linenumber" name="L310" href="#L310">310</a> <em class="jxr_javadoccomment"> * @return String with repeated String</em>
-<a class="jxr_linenumber" name="L311" href="#L311">311</a> <em class="jxr_javadoccomment"> * @throws NegativeArraySizeException if <code>repeat < 0</code></em>
-<a class="jxr_linenumber" name="L312" href="#L312">312</a> <em class="jxr_javadoccomment"> * @throws NullPointerException if str is <code>null</code></em>
-<a class="jxr_linenumber" name="L313" href="#L313">313</a> <em class="jxr_javadoccomment"> */</em>
-<a class="jxr_linenumber" name="L314" href="#L314">314</a> <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">static</strong> String repeat( String str, <strong class="jxr_keyword">int</strong> repeat )
-<a class="jxr_linenumber" name="L315" href="#L315">315</a> {
-<a class="jxr_linenumber" name="L316" href="#L316">316</a> StringBuilder buffer = <strong class="jxr_keyword">new</strong> StringBuilder( repeat * str.length() );
-<a class="jxr_linenumber" name="L317" href="#L317">317</a>
-<a class="jxr_linenumber" name="L318" href="#L318">318</a> <strong class="jxr_keyword">for</strong> ( <strong class="jxr_keyword">int</strong> i = 0; i < repeat; i++ )
-<a class="jxr_linenumber" name="L319" href="#L319">319</a> {
-<a class="jxr_linenumber" name="L320" href="#L320">320</a> buffer.append( str );
-<a class="jxr_linenumber" name="L321" href="#L321">321</a> }
-<a class="jxr_linenumber" name="L322" href="#L322">322</a>
-<a class="jxr_linenumber" name="L323" href="#L323">323</a> <strong class="jxr_keyword">return</strong> buffer.toString();
-<a class="jxr_linenumber" name="L324" href="#L324">324</a> }
-<a class="jxr_linenumber" name="L325" href="#L325">325</a>
-<a class="jxr_linenumber" name="L326" href="#L326">326</a> <em class="jxr_javadoccomment">/**</em>
-<a class="jxr_linenumber" name="L327" href="#L327">327</a> <em class="jxr_javadoccomment"> * Append a description to the buffer by respecting the indentSize and lineLength parameters.</em>
-<a class="jxr_linenumber" name="L328" href="#L328">328</a> <em class="jxr_javadoccomment"> * <b>Note</b>: The last character is always a new line.</em>
-<a class="jxr_linenumber" name="L329" href="#L329">329</a> <em class="jxr_javadoccomment"> *</em>
-<a class="jxr_linenumber" name="L330" href="#L330">330</a> <em class="jxr_javadoccomment"> * @param sb The buffer to append the description, not <code>null</code>.</em>
-<a class="jxr_linenumber" name="L331" href="#L331">331</a> <em class="jxr_javadoccomment"> * @param description The description, not <code>null</code>.</em>
-<a class="jxr_linenumber" name="L332" href="#L332">332</a> <em class="jxr_javadoccomment"> * @param indent The base indentation level of each line, must not be negative.</em>
-<a class="jxr_linenumber" name="L333" href="#L333">333</a> <em class="jxr_javadoccomment"> */</em>
-<a class="jxr_linenumber" name="L334" href="#L334">334</a> <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">void</strong> append( StringBuilder sb, String description, <strong class="jxr_keyword">int</strong> indent )
-<a class="jxr_linenumber" name="L335" href="#L335">335</a> {
-<a class="jxr_linenumber" name="L336" href="#L336">336</a> <strong class="jxr_keyword">for</strong> ( String line : toLines( description, indent, indentSize, lineLength ) )
-<a class="jxr_linenumber" name="L337" href="#L337">337</a> {
-<a class="jxr_linenumber" name="L338" href="#L338">338</a> sb.append( line ).append( '\n' );
-<a class="jxr_linenumber" name="L339" href="#L339">339</a> }
-<a class="jxr_linenumber" name="L340" href="#L340">340</a> }
-<a class="jxr_linenumber" name="L341" href="#L341">341</a>
-<a class="jxr_linenumber" name="L342" href="#L342">342</a> <em class="jxr_javadoccomment">/**</em>
-<a class="jxr_linenumber" name="L343" href="#L343">343</a> <em class="jxr_javadoccomment"> * Splits the specified text into lines of convenient display length.</em>
-<a class="jxr_linenumber" name="L344" href="#L344">344</a> <em class="jxr_javadoccomment"> *</em>
-<a class="jxr_linenumber" name="L345" href="#L345">345</a> <em class="jxr_javadoccomment"> * @param text The text to split into lines, must not be <code>null</code>.</em>
-<a class="jxr_linenumber" name="L346" href="#L346">346</a> <em class="jxr_javadoccomment"> * @param indent The base indentation level of each line, must not be negative.</em>
-<a class="jxr_linenumber" name="L347" href="#L347">347</a> <em class="jxr_javadoccomment"> * @param indentSize The size of each indentation, must not be negative.</em>
-<a class="jxr_linenumber" name="L348" href="#L348">348</a> <em class="jxr_javadoccomment"> * @param lineLength The length of the line, must not be negative.</em>
-<a class="jxr_linenumber" name="L349" href="#L349">349</a> <em class="jxr_javadoccomment"> * @return The sequence of display lines, never <code>null</code>.</em>
-<a class="jxr_linenumber" name="L350" href="#L350">350</a> <em class="jxr_javadoccomment"> * @throws NegativeArraySizeException if <code>indent < 0</code></em>
-<a class="jxr_linenumber" name="L351" href="#L351">351</a> <em class="jxr_javadoccomment"> */</em>
-<a class="jxr_linenumber" name="L352" href="#L352">352</a> <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">static</strong> List<String> toLines( String text, <strong class="jxr_keyword">int</strong> indent, <strong class="jxr_keyword">int</strong> indentSize, <strong class="jxr_keyword">int</strong> lineLength )
-<a class="jxr_linenumber" name="L353" href="#L353">353</a> {
-<a class="jxr_linenumber" name="L354" href="#L354">354</a> List<String> lines = <strong class="jxr_keyword">new</strong> ArrayList<String>();
-<a class="jxr_linenumber" name="L355" href="#L355">355</a>
-<a class="jxr_linenumber" name="L356" href="#L356">356</a> String ind = repeat( <span class="jxr_string">"\t"</span>, indent );
-<a class="jxr_linenumber" name="L357" href="#L357">357</a>
-<a class="jxr_linenumber" name="L358" href="#L358">358</a> String[] plainLines = text.split( <span class="jxr_string">"(\r\n)|(\r)|(\n)"</span> );
-<a class="jxr_linenumber" name="L359" href="#L359">359</a>
-<a class="jxr_linenumber" name="L360" href="#L360">360</a> <strong class="jxr_keyword">for</strong> ( String plainLine : plainLines )
-<a class="jxr_linenumber" name="L361" href="#L361">361</a> {
-<a class="jxr_linenumber" name="L362" href="#L362">362</a> toLines( lines, ind + plainLine, indentSize, lineLength );
-<a class="jxr_linenumber" name="L363" href="#L363">363</a> }
-<a class="jxr_linenumber" name="L364" href="#L364">364</a>
-<a class="jxr_linenumber" name="L365" href="#L365">365</a> <strong class="jxr_keyword">return</strong> lines;
-<a class="jxr_linenumber" name="L366" href="#L366">366</a> }
-<a class="jxr_linenumber" name="L367" href="#L367">367</a>
-<a class="jxr_linenumber" name="L368" href="#L368">368</a> <em class="jxr_javadoccomment">/**</em>
-<a class="jxr_linenumber" name="L369" href="#L369">369</a> <em class="jxr_javadoccomment"> * Adds the specified line to the output sequence, performing line wrapping if necessary.</em>
-<a class="jxr_linenumber" name="L370" href="#L370">370</a> <em class="jxr_javadoccomment"> *</em>
-<a class="jxr_linenumber" name="L371" href="#L371">371</a> <em class="jxr_javadoccomment"> * @param lines The sequence of display lines, must not be <code>null</code>.</em>
-<a class="jxr_linenumber" name="L372" href="#L372">372</a> <em class="jxr_javadoccomment"> * @param line The line to add, must not be <code>null</code>.</em>
-<a class="jxr_linenumber" name="L373" href="#L373">373</a> <em class="jxr_javadoccomment"> * @param indentSize The size of each indentation, must not be negative.</em>
-<a class="jxr_linenumber" name="L374" href="#L374">374</a> <em class="jxr_javadoccomment"> * @param lineLength The length of the line, must not be negative.</em>
-<a class="jxr_linenumber" name="L375" href="#L375">375</a> <em class="jxr_javadoccomment"> */</em>
-<a class="jxr_linenumber" name="L376" href="#L376">376</a> <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">void</strong> toLines( List<String> lines, String line, <strong class="jxr_keyword">int</strong> indentSize, <strong class="jxr_keyword">int</strong> lineLength )
-<a class="jxr_linenumber" name="L377" href="#L377">377</a> {
-<a class="jxr_linenumber" name="L378" href="#L378">378</a> <strong class="jxr_keyword">int</strong> lineIndent = getIndentLevel( line );
-<a class="jxr_linenumber" name="L379" href="#L379">379</a> StringBuilder buf = <strong class="jxr_keyword">new</strong> StringBuilder( 256 );
-<a class="jxr_linenumber" name="L380" href="#L380">380</a>
-<a class="jxr_linenumber" name="L381" href="#L381">381</a> String[] tokens = line.split( <span class="jxr_string">" +"</span> );
-<a class="jxr_linenumber" name="L382" href="#L382">382</a>
-<a class="jxr_linenumber" name="L383" href="#L383">383</a> <strong class="jxr_keyword">for</strong> ( String token : tokens )
-<a class="jxr_linenumber" name="L384" href="#L384">384</a> {
-<a class="jxr_linenumber" name="L385" href="#L385">385</a> <strong class="jxr_keyword">if</strong> ( buf.length() > 0 )
-<a class="jxr_linenumber" name="L386" href="#L386">386</a> {
-<a class="jxr_linenumber" name="L387" href="#L387">387</a> <strong class="jxr_keyword">if</strong> ( buf.length() + token.length() >= lineLength )
-<a class="jxr_linenumber" name="L388" href="#L388">388</a> {
-<a class="jxr_linenumber" name="L389" href="#L389">389</a> lines.add( buf.toString() );
-<a class="jxr_linenumber" name="L390" href="#L390">390</a> buf.setLength( 0 );
-<a class="jxr_linenumber" name="L391" href="#L391">391</a> buf.append( repeat( <span class="jxr_string">" "</span>, lineIndent * indentSize ) );
-<a class="jxr_linenumber" name="L392" href="#L392">392</a> }
-<a class="jxr_linenumber" name="L393" href="#L393">393</a> <strong class="jxr_keyword">else</strong>
-<a class="jxr_linenumber" name="L394" href="#L394">394</a> {
-<a class="jxr_linenumber" name="L395" href="#L395">395</a> buf.append( ' ' );
-<a class="jxr_linenumber" name="L396" href="#L396">396</a> }
-<a class="jxr_linenumber" name="L397" href="#L397">397</a> }
-<a class="jxr_linenumber" name="L398" href="#L398">398</a>
-<a class="jxr_linenumber" name="L399" href="#L399">399</a> <strong class="jxr_keyword">for</strong> ( <strong class="jxr_keyword">int</strong> j = 0; j < token.length(); j++ )
-<a class="jxr_linenumber" name="L400" href="#L400">400</a> {
-<a class="jxr_linenumber" name="L401" href="#L401">401</a> <strong class="jxr_keyword">char</strong> c = token.charAt( j );
-<a class="jxr_linenumber" name="L402" href="#L402">402</a> <strong class="jxr_keyword">if</strong> ( c == '\t' )
-<a class="jxr_linenumber" name="L403" href="#L403">403</a> {
-<a class="jxr_linenumber" name="L404" href="#L404">404</a> buf.append( repeat( <span class="jxr_string">" "</span>, indentSize - buf.length() % indentSize ) );
-<a class="jxr_linenumber" name="L405" href="#L405">405</a> }
-<a class="jxr_linenumber" name="L406" href="#L406">406</a> <strong class="jxr_keyword">else</strong> <strong class="jxr_keyword">if</strong> ( c == '\u00A0' )
-<a class="jxr_linenumber" name="L407" href="#L407">407</a> {
-<a class="jxr_linenumber" name="L408" href="#L408">408</a> buf.append( ' ' );
-<a class="jxr_linenumber" name="L409" href="#L409">409</a> }
-<a class="jxr_linenumber" name="L410" href="#L410">410</a> <strong class="jxr_keyword">else</strong>
-<a class="jxr_linenumber" name="L411" href="#L411">411</a> {
-<a class="jxr_linenumber" name="L412" href="#L412">412</a> buf.append( c );
-<a class="jxr_linenumber" name="L413" href="#L413">413</a> }
-<a class="jxr_linenumber" name="L414" href="#L414">414</a> }
-<a class="jxr_linenumber" name="L415" href="#L415">415</a> }
-<a class="jxr_linenumber" name="L416" href="#L416">416</a> lines.add( buf.toString() );
-<a class="jxr_linenumber" name="L417" href="#L417">417</a> }
-<a class="jxr_linenumber" name="L418" href="#L418">418</a>
-<a class="jxr_linenumber" name="L419" href="#L419">419</a> <em class="jxr_javadoccomment">/**</em>
-<a class="jxr_linenumber" name="L420" href="#L420">420</a> <em class="jxr_javadoccomment"> * Gets the indentation level of the specified line.</em>
-<a class="jxr_linenumber" name="L421" href="#L421">421</a> <em class="jxr_javadoccomment"> *</em>
-<a class="jxr_linenumber" name="L422" href="#L422">422</a> <em class="jxr_javadoccomment"> * @param line The line whose indentation level should be retrieved, must not be <code>null</code>.</em>
-<a class="jxr_linenumber" name="L423" href="#L423">423</a> <em class="jxr_javadoccomment"> * @return The indentation level of the line.</em>
-<a class="jxr_linenumber" name="L424" href="#L424">424</a> <em class="jxr_javadoccomment"> */</em>
-<a class="jxr_linenumber" name="L425" href="#L425">425</a> <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">int</strong> getIndentLevel( String line )
-<a class="jxr_linenumber" name="L426" href="#L426">426</a> {
-<a class="jxr_linenumber" name="L427" href="#L427">427</a> <strong class="jxr_keyword">int</strong> level = 0;
-<a class="jxr_linenumber" name="L428" href="#L428">428</a> <strong class="jxr_keyword">for</strong> ( <strong class="jxr_keyword">int</strong> i = 0; i < line.length() && line.charAt( i ) == '\t'; i++ )
-<a class="jxr_linenumber" name="L429" href="#L429">429</a> {
-<a class="jxr_linenumber" name="L430" href="#L430">430</a> level++;
-<a class="jxr_linenumber" name="L431" href="#L431">431</a> }
-<a class="jxr_linenumber" name="L432" href="#L432">432</a> <strong class="jxr_keyword">for</strong> ( <strong class="jxr_keyword">int</strong> i = level + 1; i <= level + 4 && i < line.length(); i++ )
-<a class="jxr_linenumber" name="L433" href="#L433">433</a> {
-<a class="jxr_linenumber" name="L434" href="#L434">434</a> <strong class="jxr_keyword">if</strong> ( line.charAt( i ) == '\t' )
-<a class="jxr_linenumber" name="L435" href="#L435">435</a> {
-<a class="jxr_linenumber" name="L436" href="#L436">436</a> level++;
-<a class="jxr_linenumber" name="L437" href="#L437">437</a> <strong class="jxr_keyword">break</strong>;
-<a class="jxr_linenumber" name="L438" href="#L438">438</a> }
-<a class="jxr_linenumber" name="L439" href="#L439">439</a> }
-<a class="jxr_linenumber" name="L440" href="#L440">440</a> <strong class="jxr_keyword">return</strong> level;
-<a class="jxr_linenumber" name="L441" href="#L441">441</a> }
-<a class="jxr_linenumber" name="L442" href="#L442">442</a>
-<a class="jxr_linenumber" name="L443" href="#L443">443</a> <strong class="jxr_keyword">private</strong> String getPropertyFromExpression( String expression )
-<a class="jxr_linenumber" name="L444" href="#L444">444</a> {
-<a class="jxr_linenumber" name="L445" href="#L445">445</a> <strong class="jxr_keyword">if</strong> ( expression != <strong class="jxr_keyword">null</strong> && expression.startsWith( <span class="jxr_string">"${"</span> ) && expression.endsWith( <span class="jxr_string">"}"</span> )
-<a class="jxr_linenumber" name="L446" href="#L446">446</a> && !expression.substring( 2 ).contains( <span class="jxr_string">"${"</span> ) )
-<a class="jxr_linenumber" name="L447" href="#L447">447</a> {
-<a class="jxr_linenumber" name="L448" href="#L448">448</a> <em class="jxr_comment">// expression="${xxx}" -> property="xxx"</em>
-<a class="jxr_linenumber" name="L449" href="#L449">449</a> <strong class="jxr_keyword">return</strong> expression.substring( 2, expression.length() - 1 );
-<a class="jxr_linenumber" name="L450" href="#L450">450</a> }
-<a class="jxr_linenumber" name="L451" href="#L451">451</a> <em class="jxr_comment">// no property can be extracted</em>
-<a class="jxr_linenumber" name="L452" href="#L452">452</a> <strong class="jxr_keyword">return</strong> <strong class="jxr_keyword">null</strong>;
-<a class="jxr_linenumber" name="L453" href="#L453">453</a> }
-<a class="jxr_linenumber" name="L454" href="#L454">454</a> }
-</pre>
-<hr/>
-<div id="footer">Copyright © 2025. All rights reserved.</div>
-</body>
-</html>
+++ /dev/null
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head><meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-<title>ModificationTracker xref</title>
-<link type="text/css" rel="stylesheet" href="../../../../stylesheet.css" />
-</head>
-<body>
-<div id="overview"><a href="../../../../../apidocs/de/juplo/plugins/hibernate/ModificationTracker.html">View Javadoc</a></div><pre>
-<a class="jxr_linenumber" name="L1" href="#L1">1</a> <strong class="jxr_keyword">package</strong> de.juplo.plugins.hibernate;
-<a class="jxr_linenumber" name="L2" href="#L2">2</a>
-<a class="jxr_linenumber" name="L3" href="#L3">3</a>
-<a class="jxr_linenumber" name="L4" href="#L4">4</a> <strong class="jxr_keyword">import</strong> java.io.File;
-<a class="jxr_linenumber" name="L5" href="#L5">5</a> <strong class="jxr_keyword">import</strong> java.io.FileInputStream;
-<a class="jxr_linenumber" name="L6" href="#L6">6</a> <strong class="jxr_keyword">import</strong> java.io.FileOutputStream;
-<a class="jxr_linenumber" name="L7" href="#L7">7</a> <strong class="jxr_keyword">import</strong> java.io.IOException;
-<a class="jxr_linenumber" name="L8" href="#L8">8</a> <strong class="jxr_keyword">import</strong> java.io.InputStream;
-<a class="jxr_linenumber" name="L9" href="#L9">9</a> <strong class="jxr_keyword">import</strong> java.io.ObjectInputStream;
-<a class="jxr_linenumber" name="L10" href="#L10">10</a> <strong class="jxr_keyword">import</strong> java.io.ObjectOutputStream;
-<a class="jxr_linenumber" name="L11" href="#L11">11</a> <strong class="jxr_keyword">import</strong> java.math.BigInteger;
-<a class="jxr_linenumber" name="L12" href="#L12">12</a> <strong class="jxr_keyword">import</strong> java.security.MessageDigest;
-<a class="jxr_linenumber" name="L13" href="#L13">13</a> <strong class="jxr_keyword">import</strong> java.security.NoSuchAlgorithmException;
-<a class="jxr_linenumber" name="L14" href="#L14">14</a> <strong class="jxr_keyword">import</strong> java.util.HashMap;
-<a class="jxr_linenumber" name="L15" href="#L15">15</a> <strong class="jxr_keyword">import</strong> java.util.HashSet;
-<a class="jxr_linenumber" name="L16" href="#L16">16</a> <strong class="jxr_keyword">import</strong> java.util.Map;
-<a class="jxr_linenumber" name="L17" href="#L17">17</a> <strong class="jxr_keyword">import</strong> java.util.Properties;
-<a class="jxr_linenumber" name="L18" href="#L18">18</a> <strong class="jxr_keyword">import</strong> java.util.Set;
-<a class="jxr_linenumber" name="L19" href="#L19">19</a> <strong class="jxr_keyword">import</strong> org.apache.maven.plugin.logging.Log;
-<a class="jxr_linenumber" name="L20" href="#L20">20</a>
-<a class="jxr_linenumber" name="L21" href="#L21">21</a>
-<a class="jxr_linenumber" name="L22" href="#L22">22</a>
-<a class="jxr_linenumber" name="L23" href="#L23">23</a> <em class="jxr_javadoccomment">/**</em>
-<a class="jxr_linenumber" name="L24" href="#L24">24</a> <em class="jxr_javadoccomment"> *</em>
-<a class="jxr_linenumber" name="L25" href="#L25">25</a> <em class="jxr_javadoccomment"> * @author Kai Moritz</em>
-<a class="jxr_linenumber" name="L26" href="#L26">26</a> <em class="jxr_javadoccomment"> */</em>
-<a class="jxr_linenumber" name="L27" href="#L27">27</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">class</strong> <a href="../../../../de/juplo/plugins/hibernate/ModificationTracker.html">ModificationTracker</a>
-<a class="jxr_linenumber" name="L28" href="#L28">28</a> {
-<a class="jxr_linenumber" name="L29" href="#L29">29</a> <strong class="jxr_keyword">private</strong> Map<String,String> properties;
-<a class="jxr_linenumber" name="L30" href="#L30">30</a> <strong class="jxr_keyword">private</strong> Map<String,String> classes;
-<a class="jxr_linenumber" name="L31" href="#L31">31</a>
-<a class="jxr_linenumber" name="L32" href="#L32">32</a> <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">final</strong> Set<String> propertyNames;
-<a class="jxr_linenumber" name="L33" href="#L33">33</a> <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">final</strong> Set<String> classNames;
-<a class="jxr_linenumber" name="L34" href="#L34">34</a>
-<a class="jxr_linenumber" name="L35" href="#L35">35</a> <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">boolean</strong> modified = false;
-<a class="jxr_linenumber" name="L36" href="#L36">36</a> <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">boolean</strong> failed = false;
-<a class="jxr_linenumber" name="L37" href="#L37">37</a>
-<a class="jxr_linenumber" name="L38" href="#L38">38</a> <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">final</strong> File saved;
-<a class="jxr_linenumber" name="L39" href="#L39">39</a> <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">final</strong> MessageDigest digest;
-<a class="jxr_linenumber" name="L40" href="#L40">40</a> <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">final</strong> Log log;
-<a class="jxr_linenumber" name="L41" href="#L41">41</a>
-<a class="jxr_linenumber" name="L42" href="#L42">42</a>
-<a class="jxr_linenumber" name="L43" href="#L43">43</a> <a href="../../../../de/juplo/plugins/hibernate/ModificationTracker.html">ModificationTracker</a>(String buildDirectory, String filename, Log log)
-<a class="jxr_linenumber" name="L44" href="#L44">44</a> <strong class="jxr_keyword">throws</strong>
-<a class="jxr_linenumber" name="L45" href="#L45">45</a> NoSuchAlgorithmException
-<a class="jxr_linenumber" name="L46" href="#L46">46</a> {
-<a class="jxr_linenumber" name="L47" href="#L47">47</a> propertyNames = <strong class="jxr_keyword">new</strong> HashSet<String>();
-<a class="jxr_linenumber" name="L48" href="#L48">48</a> classNames = <strong class="jxr_keyword">new</strong> HashSet<String>();
-<a class="jxr_linenumber" name="L49" href="#L49">49</a> File output = <strong class="jxr_keyword">new</strong> File(filename + <span class="jxr_string">".md5s"</span>);
-<a class="jxr_linenumber" name="L50" href="#L50">50</a> <strong class="jxr_keyword">if</strong> (output.isAbsolute())
-<a class="jxr_linenumber" name="L51" href="#L51">51</a> {
-<a class="jxr_linenumber" name="L52" href="#L52">52</a> saved = output;
-<a class="jxr_linenumber" name="L53" href="#L53">53</a> }
-<a class="jxr_linenumber" name="L54" href="#L54">54</a> <strong class="jxr_keyword">else</strong>
-<a class="jxr_linenumber" name="L55" href="#L55">55</a> {
-<a class="jxr_linenumber" name="L56" href="#L56">56</a> <em class="jxr_comment">// Interpret relative file path relative to build directory</em>
-<a class="jxr_linenumber" name="L57" href="#L57">57</a> saved = <strong class="jxr_keyword">new</strong> File(buildDirectory, output.getPath());
-<a class="jxr_linenumber" name="L58" href="#L58">58</a> log.debug(<span class="jxr_string">"Adjusted relative path, resulting path is "</span> + saved.getPath());
-<a class="jxr_linenumber" name="L59" href="#L59">59</a> }
-<a class="jxr_linenumber" name="L60" href="#L60">60</a> digest = java.security.MessageDigest.getInstance(<span class="jxr_string">"MD5"</span>);
-<a class="jxr_linenumber" name="L61" href="#L61">61</a> <strong class="jxr_keyword">this</strong>.log = log;
-<a class="jxr_linenumber" name="L62" href="#L62">62</a> }
-<a class="jxr_linenumber" name="L63" href="#L63">63</a>
-<a class="jxr_linenumber" name="L64" href="#L64">64</a>
-<a class="jxr_linenumber" name="L65" href="#L65">65</a> <strong class="jxr_keyword">private</strong> String calculate(InputStream is)
-<a class="jxr_linenumber" name="L66" href="#L66">66</a> <strong class="jxr_keyword">throws</strong>
-<a class="jxr_linenumber" name="L67" href="#L67">67</a> IOException
-<a class="jxr_linenumber" name="L68" href="#L68">68</a> {
-<a class="jxr_linenumber" name="L69" href="#L69">69</a> byte[] buffer = <strong class="jxr_keyword">new</strong> byte[1024*4]; <em class="jxr_comment">// copy data in 4MB-chunks</em>
-<a class="jxr_linenumber" name="L70" href="#L70">70</a> <strong class="jxr_keyword">int</strong> i;
-<a class="jxr_linenumber" name="L71" href="#L71">71</a> <strong class="jxr_keyword">while</strong>((i = is.read(buffer)) > -1)
-<a class="jxr_linenumber" name="L72" href="#L72">72</a> digest.update(buffer, 0, i);
-<a class="jxr_linenumber" name="L73" href="#L73">73</a> is.close();
-<a class="jxr_linenumber" name="L74" href="#L74">74</a> byte[] bytes = digest.digest();
-<a class="jxr_linenumber" name="L75" href="#L75">75</a> BigInteger bi = <strong class="jxr_keyword">new</strong> BigInteger(1, bytes);
-<a class="jxr_linenumber" name="L76" href="#L76">76</a> <strong class="jxr_keyword">return</strong> String.format(<span class="jxr_string">"%0"</span> + (bytes.length << 1) + <span class="jxr_string">"x"</span>, bi);
-<a class="jxr_linenumber" name="L77" href="#L77">77</a> }
-<a class="jxr_linenumber" name="L78" href="#L78">78</a>
-<a class="jxr_linenumber" name="L79" href="#L79">79</a> <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">boolean</strong> check(Map<String,String> values, String name, String value)
-<a class="jxr_linenumber" name="L80" href="#L80">80</a> {
-<a class="jxr_linenumber" name="L81" href="#L81">81</a> <strong class="jxr_keyword">if</strong> (!values.containsKey(name) || !values.get(name).equals(value))
-<a class="jxr_linenumber" name="L82" href="#L82">82</a> {
-<a class="jxr_linenumber" name="L83" href="#L83">83</a> values.put(name, value);
-<a class="jxr_linenumber" name="L84" href="#L84">84</a> <strong class="jxr_keyword">return</strong> <strong class="jxr_keyword">true</strong>;
-<a class="jxr_linenumber" name="L85" href="#L85">85</a> }
-<a class="jxr_linenumber" name="L86" href="#L86">86</a> <strong class="jxr_keyword">else</strong>
-<a class="jxr_linenumber" name="L87" href="#L87">87</a> <strong class="jxr_keyword">return</strong> false;
-<a class="jxr_linenumber" name="L88" href="#L88">88</a> }
-<a class="jxr_linenumber" name="L89" href="#L89">89</a>
-<a class="jxr_linenumber" name="L90" href="#L90">90</a>
-<a class="jxr_linenumber" name="L91" href="#L91">91</a> <strong class="jxr_keyword">boolean</strong> track(String name, InputStream is) <strong class="jxr_keyword">throws</strong> IOException
-<a class="jxr_linenumber" name="L92" href="#L92">92</a> {
-<a class="jxr_linenumber" name="L93" href="#L93">93</a> <strong class="jxr_keyword">boolean</strong> result = check(classes, name, calculate(is));
-<a class="jxr_linenumber" name="L94" href="#L94">94</a> classNames.add(name);
-<a class="jxr_linenumber" name="L95" href="#L95">95</a> modified |= result;
-<a class="jxr_linenumber" name="L96" href="#L96">96</a> <strong class="jxr_keyword">return</strong> result;
-<a class="jxr_linenumber" name="L97" href="#L97">97</a> }
-<a class="jxr_linenumber" name="L98" href="#L98">98</a>
-<a class="jxr_linenumber" name="L99" href="#L99">99</a>
-<a class="jxr_linenumber" name="L100" href="#L100">100</a> <strong class="jxr_keyword">boolean</strong> check(String name, String property)
-<a class="jxr_linenumber" name="L101" href="#L101">101</a> {
-<a class="jxr_linenumber" name="L102" href="#L102">102</a> propertyNames.add(name);
-<a class="jxr_linenumber" name="L103" href="#L103">103</a> <strong class="jxr_keyword">return</strong> check(properties, name, property);
-<a class="jxr_linenumber" name="L104" href="#L104">104</a> }
-<a class="jxr_linenumber" name="L105" href="#L105">105</a>
-<a class="jxr_linenumber" name="L106" href="#L106">106</a> <strong class="jxr_keyword">boolean</strong> track(String name, String property)
-<a class="jxr_linenumber" name="L107" href="#L107">107</a> {
-<a class="jxr_linenumber" name="L108" href="#L108">108</a> <strong class="jxr_keyword">boolean</strong> result = check(name, property);
-<a class="jxr_linenumber" name="L109" href="#L109">109</a> modified |= result;
-<a class="jxr_linenumber" name="L110" href="#L110">110</a> <strong class="jxr_keyword">return</strong> result;
-<a class="jxr_linenumber" name="L111" href="#L111">111</a> }
-<a class="jxr_linenumber" name="L112" href="#L112">112</a>
-<a class="jxr_linenumber" name="L113" href="#L113">113</a> <strong class="jxr_keyword">boolean</strong> track(Properties properties)
-<a class="jxr_linenumber" name="L114" href="#L114">114</a> {
-<a class="jxr_linenumber" name="L115" href="#L115">115</a> <strong class="jxr_keyword">boolean</strong> result = false;
-<a class="jxr_linenumber" name="L116" href="#L116">116</a> <strong class="jxr_keyword">for</strong> (String name : properties.stringPropertyNames())
-<a class="jxr_linenumber" name="L117" href="#L117">117</a> result |= track(name, properties.getProperty(name));
-<a class="jxr_linenumber" name="L118" href="#L118">118</a> <strong class="jxr_keyword">return</strong> result;
-<a class="jxr_linenumber" name="L119" href="#L119">119</a> }
-<a class="jxr_linenumber" name="L120" href="#L120">120</a>
-<a class="jxr_linenumber" name="L121" href="#L121">121</a>
-<a class="jxr_linenumber" name="L122" href="#L122">122</a> <strong class="jxr_keyword">void</strong> touch()
-<a class="jxr_linenumber" name="L123" href="#L123">123</a> {
-<a class="jxr_linenumber" name="L124" href="#L124">124</a> modified = <strong class="jxr_keyword">true</strong>;
-<a class="jxr_linenumber" name="L125" href="#L125">125</a> }
-<a class="jxr_linenumber" name="L126" href="#L126">126</a>
-<a class="jxr_linenumber" name="L127" href="#L127">127</a> <strong class="jxr_keyword">boolean</strong> modified()
-<a class="jxr_linenumber" name="L128" href="#L128">128</a> {
-<a class="jxr_linenumber" name="L129" href="#L129">129</a> <strong class="jxr_keyword">for</strong> (String property : <strong class="jxr_keyword">new</strong> HashSet<String>(properties.keySet()))
-<a class="jxr_linenumber" name="L130" href="#L130">130</a> <strong class="jxr_keyword">if</strong> (!propertyNames.contains(property))
-<a class="jxr_linenumber" name="L131" href="#L131">131</a> {
-<a class="jxr_linenumber" name="L132" href="#L132">132</a> modified = <strong class="jxr_keyword">true</strong>;
-<a class="jxr_linenumber" name="L133" href="#L133">133</a> properties.remove(property);
-<a class="jxr_linenumber" name="L134" href="#L134">134</a> }
-<a class="jxr_linenumber" name="L135" href="#L135">135</a> <strong class="jxr_keyword">for</strong> (String clazz : <strong class="jxr_keyword">new</strong> HashSet<String>(classes.keySet()))
-<a class="jxr_linenumber" name="L136" href="#L136">136</a> <strong class="jxr_keyword">if</strong> (!classNames.contains(clazz))
-<a class="jxr_linenumber" name="L137" href="#L137">137</a> {
-<a class="jxr_linenumber" name="L138" href="#L138">138</a> modified = <strong class="jxr_keyword">true</strong>;
-<a class="jxr_linenumber" name="L139" href="#L139">139</a> classes.remove(clazz);
-<a class="jxr_linenumber" name="L140" href="#L140">140</a> }
-<a class="jxr_linenumber" name="L141" href="#L141">141</a> <strong class="jxr_keyword">return</strong> modified;
-<a class="jxr_linenumber" name="L142" href="#L142">142</a> }
-<a class="jxr_linenumber" name="L143" href="#L143">143</a>
-<a class="jxr_linenumber" name="L144" href="#L144">144</a>
-<a class="jxr_linenumber" name="L145" href="#L145">145</a> <strong class="jxr_keyword">void</strong> failed()
-<a class="jxr_linenumber" name="L146" href="#L146">146</a> {
-<a class="jxr_linenumber" name="L147" href="#L147">147</a> failed = <strong class="jxr_keyword">true</strong>;
-<a class="jxr_linenumber" name="L148" href="#L148">148</a> }
-<a class="jxr_linenumber" name="L149" href="#L149">149</a>
-<a class="jxr_linenumber" name="L150" href="#L150">150</a>
-<a class="jxr_linenumber" name="L151" href="#L151">151</a> <strong class="jxr_keyword">void</strong> load()
-<a class="jxr_linenumber" name="L152" href="#L152">152</a> {
-<a class="jxr_linenumber" name="L153" href="#L153">153</a> <strong class="jxr_keyword">if</strong> (saved.isFile() && saved.length() > 0)
-<a class="jxr_linenumber" name="L154" href="#L154">154</a> {
-<a class="jxr_linenumber" name="L155" href="#L155">155</a> <strong class="jxr_keyword">try</strong>
-<a class="jxr_linenumber" name="L156" href="#L156">156</a> {
-<a class="jxr_linenumber" name="L157" href="#L157">157</a> FileInputStream fis = <strong class="jxr_keyword">new</strong> FileInputStream(saved);
-<a class="jxr_linenumber" name="L158" href="#L158">158</a> ObjectInputStream ois = <strong class="jxr_keyword">new</strong> ObjectInputStream(fis);
-<a class="jxr_linenumber" name="L159" href="#L159">159</a> properties = (HashMap<String,String>)ois.readObject();
-<a class="jxr_linenumber" name="L160" href="#L160">160</a> classes = (HashMap<String,String>)ois.readObject();
-<a class="jxr_linenumber" name="L161" href="#L161">161</a> ois.close();
-<a class="jxr_linenumber" name="L162" href="#L162">162</a> }
-<a class="jxr_linenumber" name="L163" href="#L163">163</a> <strong class="jxr_keyword">catch</strong> (Exception e)
-<a class="jxr_linenumber" name="L164" href="#L164">164</a> {
-<a class="jxr_linenumber" name="L165" href="#L165">165</a> properties = <strong class="jxr_keyword">new</strong> HashMap<String,String>();
-<a class="jxr_linenumber" name="L166" href="#L166">166</a> classes = <strong class="jxr_keyword">new</strong> HashMap<String,String>();
-<a class="jxr_linenumber" name="L167" href="#L167">167</a> log.warn(<span class="jxr_string">"Cannot read md5s from saved: "</span> + e);
-<a class="jxr_linenumber" name="L168" href="#L168">168</a> }
-<a class="jxr_linenumber" name="L169" href="#L169">169</a> }
-<a class="jxr_linenumber" name="L170" href="#L170">170</a> <strong class="jxr_keyword">else</strong>
-<a class="jxr_linenumber" name="L171" href="#L171">171</a> {
-<a class="jxr_linenumber" name="L172" href="#L172">172</a> properties = <strong class="jxr_keyword">new</strong> HashMap<String,String>();
-<a class="jxr_linenumber" name="L173" href="#L173">173</a> classes = <strong class="jxr_keyword">new</strong> HashMap<String,String>();
-<a class="jxr_linenumber" name="L174" href="#L174">174</a> <strong class="jxr_keyword">try</strong>
-<a class="jxr_linenumber" name="L175" href="#L175">175</a> {
-<a class="jxr_linenumber" name="L176" href="#L176">176</a> saved.createNewFile();
-<a class="jxr_linenumber" name="L177" href="#L177">177</a> }
-<a class="jxr_linenumber" name="L178" href="#L178">178</a> <strong class="jxr_keyword">catch</strong> (IOException e)
-<a class="jxr_linenumber" name="L179" href="#L179">179</a> {
-<a class="jxr_linenumber" name="L180" href="#L180">180</a> log.debug(<span class="jxr_string">"Cannot create file \""</span> + saved.getPath() + <span class="jxr_string">"\" for md5s: "</span> + e);
-<a class="jxr_linenumber" name="L181" href="#L181">181</a> }
-<a class="jxr_linenumber" name="L182" href="#L182">182</a> }
-<a class="jxr_linenumber" name="L183" href="#L183">183</a> }
-<a class="jxr_linenumber" name="L184" href="#L184">184</a>
-<a class="jxr_linenumber" name="L185" href="#L185">185</a> <strong class="jxr_keyword">void</strong> save()
-<a class="jxr_linenumber" name="L186" href="#L186">186</a> {
-<a class="jxr_linenumber" name="L187" href="#L187">187</a> <strong class="jxr_keyword">if</strong> (failed)
-<a class="jxr_linenumber" name="L188" href="#L188">188</a> {
-<a class="jxr_linenumber" name="L189" href="#L189">189</a> saved.delete();
-<a class="jxr_linenumber" name="L190" href="#L190">190</a> <strong class="jxr_keyword">return</strong>;
-<a class="jxr_linenumber" name="L191" href="#L191">191</a> }
-<a class="jxr_linenumber" name="L192" href="#L192">192</a>
-<a class="jxr_linenumber" name="L193" href="#L193">193</a> <strong class="jxr_keyword">if</strong> (!modified)
-<a class="jxr_linenumber" name="L194" href="#L194">194</a> <strong class="jxr_keyword">return</strong>;
-<a class="jxr_linenumber" name="L195" href="#L195">195</a>
-<a class="jxr_linenumber" name="L196" href="#L196">196</a> <em class="jxr_javadoccomment">/** Write md5-sums for annotated classes to file */</em>
-<a class="jxr_linenumber" name="L197" href="#L197">197</a> <strong class="jxr_keyword">try</strong>
-<a class="jxr_linenumber" name="L198" href="#L198">198</a> {
-<a class="jxr_linenumber" name="L199" href="#L199">199</a> FileOutputStream fos = <strong class="jxr_keyword">new</strong> FileOutputStream(saved);
-<a class="jxr_linenumber" name="L200" href="#L200">200</a> ObjectOutputStream oos = <strong class="jxr_keyword">new</strong> ObjectOutputStream(fos);
-<a class="jxr_linenumber" name="L201" href="#L201">201</a> oos.writeObject(properties);
-<a class="jxr_linenumber" name="L202" href="#L202">202</a> oos.writeObject(classes);
-<a class="jxr_linenumber" name="L203" href="#L203">203</a> oos.close();
-<a class="jxr_linenumber" name="L204" href="#L204">204</a> fos.close();
-<a class="jxr_linenumber" name="L205" href="#L205">205</a> }
-<a class="jxr_linenumber" name="L206" href="#L206">206</a> <strong class="jxr_keyword">catch</strong> (Exception e)
-<a class="jxr_linenumber" name="L207" href="#L207">207</a> {
-<a class="jxr_linenumber" name="L208" href="#L208">208</a> log.error(<span class="jxr_string">"Cannot write md5-sums to file: "</span> + e);
-<a class="jxr_linenumber" name="L209" href="#L209">209</a> }
-<a class="jxr_linenumber" name="L210" href="#L210">210</a> }
-<a class="jxr_linenumber" name="L211" href="#L211">211</a> }
-</pre>
-<hr/>
-<div id="footer">Copyright © 2025. All rights reserved.</div>
-</body>
-</html>
+++ /dev/null
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head><meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-<title>MutableClassLoader xref</title>
-<link type="text/css" rel="stylesheet" href="../../../../stylesheet.css" />
-</head>
-<body>
-<div id="overview"><a href="../../../../../apidocs/de/juplo/plugins/hibernate/MutableClassLoader.html">View Javadoc</a></div><pre>
-<a class="jxr_linenumber" name="L1" href="#L1">1</a> <strong class="jxr_keyword">package</strong> de.juplo.plugins.hibernate;
-<a class="jxr_linenumber" name="L2" href="#L2">2</a>
-<a class="jxr_linenumber" name="L3" href="#L3">3</a> <strong class="jxr_keyword">import</strong> java.io.IOException;
-<a class="jxr_linenumber" name="L4" href="#L4">4</a> <strong class="jxr_keyword">import</strong> java.io.InputStream;
-<a class="jxr_linenumber" name="L5" href="#L5">5</a> <strong class="jxr_keyword">import</strong> java.net.URL;
-<a class="jxr_linenumber" name="L6" href="#L6">6</a> <strong class="jxr_keyword">import</strong> java.net.URLClassLoader;
-<a class="jxr_linenumber" name="L7" href="#L7">7</a> <strong class="jxr_keyword">import</strong> java.util.Arrays;
-<a class="jxr_linenumber" name="L8" href="#L8">8</a> <strong class="jxr_keyword">import</strong> java.util.Enumeration;
-<a class="jxr_linenumber" name="L9" href="#L9">9</a> <strong class="jxr_keyword">import</strong> java.util.LinkedHashSet;
-<a class="jxr_linenumber" name="L10" href="#L10">10</a> <strong class="jxr_keyword">import</strong> org.apache.maven.plugin.logging.Log;
-<a class="jxr_linenumber" name="L11" href="#L11">11</a>
-<a class="jxr_linenumber" name="L12" href="#L12">12</a>
-<a class="jxr_linenumber" name="L13" href="#L13">13</a> <em class="jxr_javadoccomment">/**</em>
-<a class="jxr_linenumber" name="L14" href="#L14">14</a> <em class="jxr_javadoccomment"> *</em>
-<a class="jxr_linenumber" name="L15" href="#L15">15</a> <em class="jxr_javadoccomment"> * @author kai</em>
-<a class="jxr_linenumber" name="L16" href="#L16">16</a> <em class="jxr_javadoccomment"> */</em>
-<a class="jxr_linenumber" name="L17" href="#L17">17</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">class</strong> <a href="../../../../de/juplo/plugins/hibernate/MutableClassLoader.html">MutableClassLoader</a> <strong class="jxr_keyword">extends</strong> ClassLoader
-<a class="jxr_linenumber" name="L18" href="#L18">18</a> {
-<a class="jxr_linenumber" name="L19" href="#L19">19</a> <strong class="jxr_keyword">private</strong> URLClassLoader loader;
-<a class="jxr_linenumber" name="L20" href="#L20">20</a> <strong class="jxr_keyword">private</strong> Log log;
-<a class="jxr_linenumber" name="L21" href="#L21">21</a>
-<a class="jxr_linenumber" name="L22" href="#L22">22</a>
-<a class="jxr_linenumber" name="L23" href="#L23">23</a> <strong class="jxr_keyword">public</strong> <a href="../../../../de/juplo/plugins/hibernate/MutableClassLoader.html">MutableClassLoader</a>(LinkedHashSet<URL> urls, Log log)
-<a class="jxr_linenumber" name="L24" href="#L24">24</a> {
-<a class="jxr_linenumber" name="L25" href="#L25">25</a> <strong class="jxr_keyword">if</strong> (log.isDebugEnabled())
-<a class="jxr_linenumber" name="L26" href="#L26">26</a> <strong class="jxr_keyword">for</strong> (URL url : urls)
-<a class="jxr_linenumber" name="L27" href="#L27">27</a> log.debug(url.toString());
-<a class="jxr_linenumber" name="L28" href="#L28">28</a> loader =
-<a class="jxr_linenumber" name="L29" href="#L29">29</a> <strong class="jxr_keyword">new</strong> URLClassLoader(
-<a class="jxr_linenumber" name="L30" href="#L30">30</a> urls.toArray(<strong class="jxr_keyword">new</strong> URL[urls.size()]),
-<a class="jxr_linenumber" name="L31" href="#L31">31</a> getClass().getClassLoader()
-<a class="jxr_linenumber" name="L32" href="#L32">32</a> );
-<a class="jxr_linenumber" name="L33" href="#L33">33</a> <strong class="jxr_keyword">this</strong>.log = log;
-<a class="jxr_linenumber" name="L34" href="#L34">34</a> }
-<a class="jxr_linenumber" name="L35" href="#L35">35</a>
-<a class="jxr_linenumber" name="L36" href="#L36">36</a>
-<a class="jxr_linenumber" name="L37" href="#L37">37</a> <strong class="jxr_keyword">public</strong> <a href="../../../../de/juplo/plugins/hibernate/MutableClassLoader.html">MutableClassLoader</a> add(LinkedHashSet<URL> urls)
-<a class="jxr_linenumber" name="L38" href="#L38">38</a> {
-<a class="jxr_linenumber" name="L39" href="#L39">39</a> LinkedHashSet<URL> old =
-<a class="jxr_linenumber" name="L40" href="#L40">40</a> <strong class="jxr_keyword">new</strong> LinkedHashSet<URL>(Arrays.asList(loader.getURLs()));
-<a class="jxr_linenumber" name="L41" href="#L41">41</a> old.addAll(urls);
-<a class="jxr_linenumber" name="L42" href="#L42">42</a> <strong class="jxr_keyword">if</strong> (log.isDebugEnabled())
-<a class="jxr_linenumber" name="L43" href="#L43">43</a> <strong class="jxr_keyword">for</strong> (URL url : urls)
-<a class="jxr_linenumber" name="L44" href="#L44">44</a> log.debug(url.toString());
-<a class="jxr_linenumber" name="L45" href="#L45">45</a> loader =
-<a class="jxr_linenumber" name="L46" href="#L46">46</a> <strong class="jxr_keyword">new</strong> URLClassLoader(
-<a class="jxr_linenumber" name="L47" href="#L47">47</a> old.toArray(<strong class="jxr_keyword">new</strong> URL[urls.size()]),
-<a class="jxr_linenumber" name="L48" href="#L48">48</a> getClass().getClassLoader()
-<a class="jxr_linenumber" name="L49" href="#L49">49</a> );
-<a class="jxr_linenumber" name="L50" href="#L50">50</a> <strong class="jxr_keyword">return</strong> <strong class="jxr_keyword">this</strong>;
-<a class="jxr_linenumber" name="L51" href="#L51">51</a> }
-<a class="jxr_linenumber" name="L52" href="#L52">52</a>
-<a class="jxr_linenumber" name="L53" href="#L53">53</a>
-<a class="jxr_linenumber" name="L54" href="#L54">54</a> @Override
-<a class="jxr_linenumber" name="L55" href="#L55">55</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> clearAssertionStatus()
-<a class="jxr_linenumber" name="L56" href="#L56">56</a> {
-<a class="jxr_linenumber" name="L57" href="#L57">57</a> loader.clearAssertionStatus();
-<a class="jxr_linenumber" name="L58" href="#L58">58</a> }
-<a class="jxr_linenumber" name="L59" href="#L59">59</a>
-<a class="jxr_linenumber" name="L60" href="#L60">60</a> @Override
-<a class="jxr_linenumber" name="L61" href="#L61">61</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> setClassAssertionStatus(String className, <strong class="jxr_keyword">boolean</strong> enabled)
-<a class="jxr_linenumber" name="L62" href="#L62">62</a> {
-<a class="jxr_linenumber" name="L63" href="#L63">63</a> loader.setClassAssertionStatus(className, enabled);
-<a class="jxr_linenumber" name="L64" href="#L64">64</a> }
-<a class="jxr_linenumber" name="L65" href="#L65">65</a>
-<a class="jxr_linenumber" name="L66" href="#L66">66</a> @Override
-<a class="jxr_linenumber" name="L67" href="#L67">67</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> setPackageAssertionStatus(String packageName, <strong class="jxr_keyword">boolean</strong> enabled)
-<a class="jxr_linenumber" name="L68" href="#L68">68</a> {
-<a class="jxr_linenumber" name="L69" href="#L69">69</a> loader.setPackageAssertionStatus(packageName, enabled);
-<a class="jxr_linenumber" name="L70" href="#L70">70</a> }
-<a class="jxr_linenumber" name="L71" href="#L71">71</a>
-<a class="jxr_linenumber" name="L72" href="#L72">72</a> @Override
-<a class="jxr_linenumber" name="L73" href="#L73">73</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> setDefaultAssertionStatus(<strong class="jxr_keyword">boolean</strong> enabled)
-<a class="jxr_linenumber" name="L74" href="#L74">74</a> {
-<a class="jxr_linenumber" name="L75" href="#L75">75</a> loader.setDefaultAssertionStatus(enabled);
-<a class="jxr_linenumber" name="L76" href="#L76">76</a> }
-<a class="jxr_linenumber" name="L77" href="#L77">77</a>
-<a class="jxr_linenumber" name="L78" href="#L78">78</a> @Override
-<a class="jxr_linenumber" name="L79" href="#L79">79</a> <strong class="jxr_keyword">public</strong> InputStream getResourceAsStream(String name)
-<a class="jxr_linenumber" name="L80" href="#L80">80</a> {
-<a class="jxr_linenumber" name="L81" href="#L81">81</a> <strong class="jxr_keyword">return</strong> loader.getResourceAsStream(name);
-<a class="jxr_linenumber" name="L82" href="#L82">82</a> }
-<a class="jxr_linenumber" name="L83" href="#L83">83</a>
-<a class="jxr_linenumber" name="L84" href="#L84">84</a> @Override
-<a class="jxr_linenumber" name="L85" href="#L85">85</a> <strong class="jxr_keyword">public</strong> Enumeration<URL> getResources(String name) <strong class="jxr_keyword">throws</strong> IOException
-<a class="jxr_linenumber" name="L86" href="#L86">86</a> {
-<a class="jxr_linenumber" name="L87" href="#L87">87</a> <strong class="jxr_keyword">return</strong> loader.getResources(name);
-<a class="jxr_linenumber" name="L88" href="#L88">88</a> }
-<a class="jxr_linenumber" name="L89" href="#L89">89</a>
-<a class="jxr_linenumber" name="L90" href="#L90">90</a> @Override
-<a class="jxr_linenumber" name="L91" href="#L91">91</a> <strong class="jxr_keyword">public</strong> URL getResource(String name)
-<a class="jxr_linenumber" name="L92" href="#L92">92</a> {
-<a class="jxr_linenumber" name="L93" href="#L93">93</a> <strong class="jxr_keyword">return</strong> loader.getResource(name);
-<a class="jxr_linenumber" name="L94" href="#L94">94</a> }
-<a class="jxr_linenumber" name="L95" href="#L95">95</a>
-<a class="jxr_linenumber" name="L96" href="#L96">96</a> @Override
-<a class="jxr_linenumber" name="L97" href="#L97">97</a> <strong class="jxr_keyword">public</strong> Class<?> loadClass(String name) <strong class="jxr_keyword">throws</strong> ClassNotFoundException
-<a class="jxr_linenumber" name="L98" href="#L98">98</a> {
-<a class="jxr_linenumber" name="L99" href="#L99">99</a> <strong class="jxr_keyword">return</strong> loader.loadClass(name);
-<a class="jxr_linenumber" name="L100" href="#L100">100</a> }
-<a class="jxr_linenumber" name="L101" href="#L101">101</a>
-<a class="jxr_linenumber" name="L102" href="#L102">102</a> }
-</pre>
-<hr/>
-<div id="footer">Copyright © 2025. All rights reserved.</div>
-</body>
-</html>
+++ /dev/null
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head><meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-<title>SimpleConnectionProvider xref</title>
-<link type="text/css" rel="stylesheet" href="../../../../stylesheet.css" />
-</head>
-<body>
-<div id="overview"><a href="../../../../../apidocs/de/juplo/plugins/hibernate/SimpleConnectionProvider.html">View Javadoc</a></div><pre>
-<a class="jxr_linenumber" name="L1" href="#L1">1</a> <strong class="jxr_keyword">package</strong> de.juplo.plugins.hibernate;
-<a class="jxr_linenumber" name="L2" href="#L2">2</a>
-<a class="jxr_linenumber" name="L3" href="#L3">3</a> <strong class="jxr_keyword">import</strong> java.sql.Connection;
-<a class="jxr_linenumber" name="L4" href="#L4">4</a> <strong class="jxr_keyword">import</strong> java.sql.Driver;
-<a class="jxr_linenumber" name="L5" href="#L5">5</a> <strong class="jxr_keyword">import</strong> java.sql.DriverManager;
-<a class="jxr_linenumber" name="L6" href="#L6">6</a> <strong class="jxr_keyword">import</strong> java.sql.DriverPropertyInfo;
-<a class="jxr_linenumber" name="L7" href="#L7">7</a> <strong class="jxr_keyword">import</strong> java.sql.SQLException;
-<a class="jxr_linenumber" name="L8" href="#L8">8</a> <strong class="jxr_keyword">import</strong> java.sql.SQLFeatureNotSupportedException;
-<a class="jxr_linenumber" name="L9" href="#L9">9</a> <strong class="jxr_keyword">import</strong> java.util.Properties;
-<a class="jxr_linenumber" name="L10" href="#L10">10</a> <strong class="jxr_keyword">import</strong> java.util.logging.Logger;
-<a class="jxr_linenumber" name="L11" href="#L11">11</a> <strong class="jxr_keyword">import</strong> org.apache.maven.plugin.MojoFailureException;
-<a class="jxr_linenumber" name="L12" href="#L12">12</a> <strong class="jxr_keyword">import</strong> org.apache.maven.plugin.logging.Log;
-<a class="jxr_linenumber" name="L13" href="#L13">13</a> <strong class="jxr_keyword">import</strong> <strong class="jxr_keyword">static</strong> org.eclipse.aether.repository.AuthenticationContext.PASSWORD;
-<a class="jxr_linenumber" name="L14" href="#L14">14</a> <strong class="jxr_keyword">import</strong> <strong class="jxr_keyword">static</strong> org.eclipse.aether.repository.AuthenticationContext.USERNAME;
-<a class="jxr_linenumber" name="L15" href="#L15">15</a> <strong class="jxr_keyword">import</strong> org.hibernate.boot.registry.classloading.spi.ClassLoaderService;
-<a class="jxr_linenumber" name="L16" href="#L16">16</a> <strong class="jxr_keyword">import</strong> <strong class="jxr_keyword">static</strong> org.hibernate.cfg.AvailableSettings.DRIVER;
-<a class="jxr_linenumber" name="L17" href="#L17">17</a> <strong class="jxr_keyword">import</strong> <strong class="jxr_keyword">static</strong> org.hibernate.cfg.AvailableSettings.PASS;
-<a class="jxr_linenumber" name="L18" href="#L18">18</a> <strong class="jxr_keyword">import</strong> <strong class="jxr_keyword">static</strong> org.hibernate.cfg.AvailableSettings.URL;
-<a class="jxr_linenumber" name="L19" href="#L19">19</a> <strong class="jxr_keyword">import</strong> <strong class="jxr_keyword">static</strong> org.hibernate.cfg.AvailableSettings.USER;
-<a class="jxr_linenumber" name="L20" href="#L20">20</a> <strong class="jxr_keyword">import</strong> org.hibernate.engine.jdbc.connections.spi.ConnectionProvider;
-<a class="jxr_linenumber" name="L21" href="#L21">21</a> <strong class="jxr_keyword">import</strong> <strong class="jxr_keyword">static</strong> org.hibernate.jpa.AvailableSettings.JDBC_DRIVER;
-<a class="jxr_linenumber" name="L22" href="#L22">22</a> <strong class="jxr_keyword">import</strong> <strong class="jxr_keyword">static</strong> org.hibernate.jpa.AvailableSettings.JDBC_PASSWORD;
-<a class="jxr_linenumber" name="L23" href="#L23">23</a> <strong class="jxr_keyword">import</strong> <strong class="jxr_keyword">static</strong> org.hibernate.jpa.AvailableSettings.JDBC_URL;
-<a class="jxr_linenumber" name="L24" href="#L24">24</a> <strong class="jxr_keyword">import</strong> <strong class="jxr_keyword">static</strong> org.hibernate.jpa.AvailableSettings.JDBC_USER;
-<a class="jxr_linenumber" name="L25" href="#L25">25</a>
-<a class="jxr_linenumber" name="L26" href="#L26">26</a> <em class="jxr_javadoccomment">/**</em>
-<a class="jxr_linenumber" name="L27" href="#L27">27</a> <em class="jxr_javadoccomment"> *</em>
-<a class="jxr_linenumber" name="L28" href="#L28">28</a> <em class="jxr_javadoccomment"> * @author Kai Moritz</em>
-<a class="jxr_linenumber" name="L29" href="#L29">29</a> <em class="jxr_javadoccomment"> */</em>
-<a class="jxr_linenumber" name="L30" href="#L30">30</a> <strong class="jxr_keyword">class</strong> <a href="../../../../de/juplo/plugins/hibernate/SimpleConnectionProvider.html">SimpleConnectionProvider</a> <strong class="jxr_keyword">implements</strong> ConnectionProvider
-<a class="jxr_linenumber" name="L31" href="#L31">31</a> {
-<a class="jxr_linenumber" name="L32" href="#L32">32</a> <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">final</strong> Log log;
-<a class="jxr_linenumber" name="L33" href="#L33">33</a>
-<a class="jxr_linenumber" name="L34" href="#L34">34</a> <strong class="jxr_keyword">private</strong> Connection connection;
-<a class="jxr_linenumber" name="L35" href="#L35">35</a>
-<a class="jxr_linenumber" name="L36" href="#L36">36</a>
-<a class="jxr_linenumber" name="L37" href="#L37">37</a> <a href="../../../../de/juplo/plugins/hibernate/SimpleConnectionProvider.html">SimpleConnectionProvider</a>(Log log)
-<a class="jxr_linenumber" name="L38" href="#L38">38</a> {
-<a class="jxr_linenumber" name="L39" href="#L39">39</a> <strong class="jxr_keyword">this</strong>.log = log;
-<a class="jxr_linenumber" name="L40" href="#L40">40</a> }
-<a class="jxr_linenumber" name="L41" href="#L41">41</a>
-<a class="jxr_linenumber" name="L42" href="#L42">42</a>
-<a class="jxr_linenumber" name="L43" href="#L43">43</a> <strong class="jxr_keyword">void</strong> open(ClassLoaderService classLoaderService, Properties properties)
-<a class="jxr_linenumber" name="L44" href="#L44">44</a> <strong class="jxr_keyword">throws</strong>
-<a class="jxr_linenumber" name="L45" href="#L45">45</a> MojoFailureException
-<a class="jxr_linenumber" name="L46" href="#L46">46</a> {
-<a class="jxr_linenumber" name="L47" href="#L47">47</a>
-<a class="jxr_linenumber" name="L48" href="#L48">48</a> String driver = (String)properties.getProperty(DRIVER);
-<a class="jxr_linenumber" name="L49" href="#L49">49</a> String url = (String)properties.getProperty(URL);
-<a class="jxr_linenumber" name="L50" href="#L50">50</a> String user = (String)properties.getProperty(USER);
-<a class="jxr_linenumber" name="L51" href="#L51">51</a> String password = (String)properties.getProperty(PASS);
-<a class="jxr_linenumber" name="L52" href="#L52">52</a>
-<a class="jxr_linenumber" name="L53" href="#L53">53</a> <strong class="jxr_keyword">if</strong> (driver == <strong class="jxr_keyword">null</strong> || url == <strong class="jxr_keyword">null</strong>)
-<a class="jxr_linenumber" name="L54" href="#L54">54</a> {
-<a class="jxr_linenumber" name="L55" href="#L55">55</a> log.info(<span class="jxr_string">"No connection opened, because connection information is incomplete"</span>);
-<a class="jxr_linenumber" name="L56" href="#L56">56</a> log.info(<span class="jxr_string">"Driver-Class: "</span> + driver);
-<a class="jxr_linenumber" name="L57" href="#L57">57</a> log.info(<span class="jxr_string">"URL: "</span> + url);
-<a class="jxr_linenumber" name="L58" href="#L58">58</a> <strong class="jxr_keyword">return</strong>;
-<a class="jxr_linenumber" name="L59" href="#L59">59</a> }
-<a class="jxr_linenumber" name="L60" href="#L60">60</a>
-<a class="jxr_linenumber" name="L61" href="#L61">61</a> <strong class="jxr_keyword">try</strong>
-<a class="jxr_linenumber" name="L62" href="#L62">62</a> {
-<a class="jxr_linenumber" name="L63" href="#L63">63</a> Class driverClass = classLoaderService.classForName(driver);
-<a class="jxr_linenumber" name="L64" href="#L64">64</a>
-<a class="jxr_linenumber" name="L65" href="#L65">65</a> log.debug(<span class="jxr_string">"Registering JDBC-driver "</span> + driverClass.getName());
-<a class="jxr_linenumber" name="L66" href="#L66">66</a> DriverManager
-<a class="jxr_linenumber" name="L67" href="#L67">67</a> .registerDriver(<strong class="jxr_keyword">new</strong> <a href="../../../../de/juplo/plugins/hibernate/SimpleConnectionProvider.html">DriverProxy</a>((Driver) driverClass.newInstance()));
-<a class="jxr_linenumber" name="L68" href="#L68">68</a>
-<a class="jxr_linenumber" name="L69" href="#L69">69</a> log.debug(
-<a class="jxr_linenumber" name="L70" href="#L70">70</a> <span class="jxr_string">"Opening JDBC-connection to "</span> + url +
-<a class="jxr_linenumber" name="L71" href="#L71">71</a> <span class="jxr_string">" as "</span> + user +
-<a class="jxr_linenumber" name="L72" href="#L72">72</a> <span class="jxr_string">" with password "</span> + password
-<a class="jxr_linenumber" name="L73" href="#L73">73</a> );
-<a class="jxr_linenumber" name="L74" href="#L74">74</a>
-<a class="jxr_linenumber" name="L75" href="#L75">75</a> connection = DriverManager.getConnection(url, user, password);
-<a class="jxr_linenumber" name="L76" href="#L76">76</a> }
-<a class="jxr_linenumber" name="L77" href="#L77">77</a> <strong class="jxr_keyword">catch</strong> (Exception e)
-<a class="jxr_linenumber" name="L78" href="#L78">78</a> {
-<a class="jxr_linenumber" name="L79" href="#L79">79</a> log.info(<span class="jxr_string">"Could not open the JDBC-connection: "</span> + e.getMessage());
-<a class="jxr_linenumber" name="L80" href="#L80">80</a> }
-<a class="jxr_linenumber" name="L81" href="#L81">81</a> }
-<a class="jxr_linenumber" name="L82" href="#L82">82</a>
-<a class="jxr_linenumber" name="L83" href="#L83">83</a> <strong class="jxr_keyword">void</strong> close()
-<a class="jxr_linenumber" name="L84" href="#L84">84</a> {
-<a class="jxr_linenumber" name="L85" href="#L85">85</a> <strong class="jxr_keyword">if</strong> (connection == <strong class="jxr_keyword">null</strong>)
-<a class="jxr_linenumber" name="L86" href="#L86">86</a> <strong class="jxr_keyword">return</strong>;
-<a class="jxr_linenumber" name="L87" href="#L87">87</a>
-<a class="jxr_linenumber" name="L88" href="#L88">88</a> log.debug(<span class="jxr_string">"Closing the JDBC-connection."</span>);
-<a class="jxr_linenumber" name="L89" href="#L89">89</a> <strong class="jxr_keyword">try</strong>
-<a class="jxr_linenumber" name="L90" href="#L90">90</a> {
-<a class="jxr_linenumber" name="L91" href="#L91">91</a> connection.close();
-<a class="jxr_linenumber" name="L92" href="#L92">92</a> }
-<a class="jxr_linenumber" name="L93" href="#L93">93</a> <strong class="jxr_keyword">catch</strong> (SQLException e)
-<a class="jxr_linenumber" name="L94" href="#L94">94</a> {
-<a class="jxr_linenumber" name="L95" href="#L95">95</a> log.error(<span class="jxr_string">"Error while closing the JDBC-connection: "</span> + e.getMessage());
-<a class="jxr_linenumber" name="L96" href="#L96">96</a> }
-<a class="jxr_linenumber" name="L97" href="#L97">97</a> }
-<a class="jxr_linenumber" name="L98" href="#L98">98</a>
-<a class="jxr_linenumber" name="L99" href="#L99">99</a> @Override
-<a class="jxr_linenumber" name="L100" href="#L100">100</a> <strong class="jxr_keyword">public</strong> Connection getConnection() <strong class="jxr_keyword">throws</strong> SQLException
-<a class="jxr_linenumber" name="L101" href="#L101">101</a> {
-<a class="jxr_linenumber" name="L102" href="#L102">102</a> log.debug(<span class="jxr_string">"Connection aquired."</span>);
-<a class="jxr_linenumber" name="L103" href="#L103">103</a>
-<a class="jxr_linenumber" name="L104" href="#L104">104</a> <strong class="jxr_keyword">if</strong> (connection == <strong class="jxr_keyword">null</strong>)
-<a class="jxr_linenumber" name="L105" href="#L105">105</a> <strong class="jxr_keyword">throw</strong> <strong class="jxr_keyword">new</strong> SQLException(<span class="jxr_string">"No connection available, because of insufficient connection information!"</span>);
-<a class="jxr_linenumber" name="L106" href="#L106">106</a>
-<a class="jxr_linenumber" name="L107" href="#L107">107</a> <strong class="jxr_keyword">return</strong> connection;
-<a class="jxr_linenumber" name="L108" href="#L108">108</a> }
-<a class="jxr_linenumber" name="L109" href="#L109">109</a>
-<a class="jxr_linenumber" name="L110" href="#L110">110</a> @Override
-<a class="jxr_linenumber" name="L111" href="#L111">111</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> closeConnection(Connection conn) <strong class="jxr_keyword">throws</strong> SQLException
-<a class="jxr_linenumber" name="L112" href="#L112">112</a> {
-<a class="jxr_linenumber" name="L113" href="#L113">113</a> log.debug(<span class="jxr_string">"Connection released"</span>);
-<a class="jxr_linenumber" name="L114" href="#L114">114</a> }
-<a class="jxr_linenumber" name="L115" href="#L115">115</a>
-<a class="jxr_linenumber" name="L116" href="#L116">116</a> @Override
-<a class="jxr_linenumber" name="L117" href="#L117">117</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">boolean</strong> supportsAggressiveRelease()
-<a class="jxr_linenumber" name="L118" href="#L118">118</a> {
-<a class="jxr_linenumber" name="L119" href="#L119">119</a> <strong class="jxr_keyword">return</strong> false;
-<a class="jxr_linenumber" name="L120" href="#L120">120</a> }
-<a class="jxr_linenumber" name="L121" href="#L121">121</a>
-<a class="jxr_linenumber" name="L122" href="#L122">122</a> @Override
-<a class="jxr_linenumber" name="L123" href="#L123">123</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">boolean</strong> isUnwrappableAs(Class unwrapType)
-<a class="jxr_linenumber" name="L124" href="#L124">124</a> {
-<a class="jxr_linenumber" name="L125" href="#L125">125</a> <strong class="jxr_keyword">return</strong> false;
-<a class="jxr_linenumber" name="L126" href="#L126">126</a> }
-<a class="jxr_linenumber" name="L127" href="#L127">127</a>
-<a class="jxr_linenumber" name="L128" href="#L128">128</a> @Override
-<a class="jxr_linenumber" name="L129" href="#L129">129</a> <strong class="jxr_keyword">public</strong> <T> T unwrap(Class<T> unwrapType)
-<a class="jxr_linenumber" name="L130" href="#L130">130</a> {
-<a class="jxr_linenumber" name="L131" href="#L131">131</a> <strong class="jxr_keyword">throw</strong> <strong class="jxr_keyword">new</strong> UnsupportedOperationException(<span class="jxr_string">"Not supported."</span>);
-<a class="jxr_linenumber" name="L132" href="#L132">132</a> }
-<a class="jxr_linenumber" name="L133" href="#L133">133</a>
-<a class="jxr_linenumber" name="L134" href="#L134">134</a> <em class="jxr_javadoccomment">/**</em>
-<a class="jxr_linenumber" name="L135" href="#L135">135</a> <em class="jxr_javadoccomment"> * Needed, because DriverManager won't pick up drivers, that were not</em>
-<a class="jxr_linenumber" name="L136" href="#L136">136</a> <em class="jxr_javadoccomment"> * loaded by the system-classloader!</em>
-<a class="jxr_linenumber" name="L137" href="#L137">137</a> <em class="jxr_javadoccomment"> * See:</em>
-<a class="jxr_linenumber" name="L138" href="#L138">138</a> <em class="jxr_javadoccomment"> * <a href="http://stackoverflow.com/questions/288828/how-to-use-a-jdbc-driver-fromodifiedm-an-arbitrary-locatio" target="alexandria_uri">http://stackoverflow.com/questions/288828/how-to-use-a-jdbc-driver-fromodifiedm-an-arbitrary-locatio</a>n</em>
-<a class="jxr_linenumber" name="L139" href="#L139">139</a> <em class="jxr_javadoccomment"> */</em>
-<a class="jxr_linenumber" name="L140" href="#L140">140</a> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> <strong class="jxr_keyword">class</strong> <a href="../../../../de/juplo/plugins/hibernate/SimpleConnectionProvider.html">DriverProxy</a> <strong class="jxr_keyword">implements</strong> Driver
-<a class="jxr_linenumber" name="L141" href="#L141">141</a> {
-<a class="jxr_linenumber" name="L142" href="#L142">142</a> <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">final</strong> Driver target;
-<a class="jxr_linenumber" name="L143" href="#L143">143</a>
-<a class="jxr_linenumber" name="L144" href="#L144">144</a> <a href="../../../../de/juplo/plugins/hibernate/SimpleConnectionProvider.html">DriverProxy</a>(Driver target)
-<a class="jxr_linenumber" name="L145" href="#L145">145</a> {
-<a class="jxr_linenumber" name="L146" href="#L146">146</a> <strong class="jxr_keyword">if</strong> (target == <strong class="jxr_keyword">null</strong>)
-<a class="jxr_linenumber" name="L147" href="#L147">147</a> <strong class="jxr_keyword">throw</strong> <strong class="jxr_keyword">new</strong> NullPointerException();
-<a class="jxr_linenumber" name="L148" href="#L148">148</a> <strong class="jxr_keyword">this</strong>.target = target;
-<a class="jxr_linenumber" name="L149" href="#L149">149</a> }
-<a class="jxr_linenumber" name="L150" href="#L150">150</a>
-<a class="jxr_linenumber" name="L151" href="#L151">151</a> <strong class="jxr_keyword">public</strong> java.sql.Driver getTarget()
-<a class="jxr_linenumber" name="L152" href="#L152">152</a> {
-<a class="jxr_linenumber" name="L153" href="#L153">153</a> <strong class="jxr_keyword">return</strong> target;
-<a class="jxr_linenumber" name="L154" href="#L154">154</a> }
-<a class="jxr_linenumber" name="L155" href="#L155">155</a>
-<a class="jxr_linenumber" name="L156" href="#L156">156</a> @Override
-<a class="jxr_linenumber" name="L157" href="#L157">157</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">boolean</strong> acceptsURL(String url) <strong class="jxr_keyword">throws</strong> SQLException
-<a class="jxr_linenumber" name="L158" href="#L158">158</a> {
-<a class="jxr_linenumber" name="L159" href="#L159">159</a> <strong class="jxr_keyword">return</strong> target.acceptsURL(url);
-<a class="jxr_linenumber" name="L160" href="#L160">160</a> }
-<a class="jxr_linenumber" name="L161" href="#L161">161</a>
-<a class="jxr_linenumber" name="L162" href="#L162">162</a> @Override
-<a class="jxr_linenumber" name="L163" href="#L163">163</a> <strong class="jxr_keyword">public</strong> java.sql.Connection connect(
-<a class="jxr_linenumber" name="L164" href="#L164">164</a> String url,
-<a class="jxr_linenumber" name="L165" href="#L165">165</a> java.util.Properties info
-<a class="jxr_linenumber" name="L166" href="#L166">166</a> )
-<a class="jxr_linenumber" name="L167" href="#L167">167</a> <strong class="jxr_keyword">throws</strong>
-<a class="jxr_linenumber" name="L168" href="#L168">168</a> SQLException
-<a class="jxr_linenumber" name="L169" href="#L169">169</a> {
-<a class="jxr_linenumber" name="L170" href="#L170">170</a> <strong class="jxr_keyword">return</strong> target.connect(url, info);
-<a class="jxr_linenumber" name="L171" href="#L171">171</a> }
-<a class="jxr_linenumber" name="L172" href="#L172">172</a>
-<a class="jxr_linenumber" name="L173" href="#L173">173</a> @Override
-<a class="jxr_linenumber" name="L174" href="#L174">174</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">int</strong> getMajorVersion()
-<a class="jxr_linenumber" name="L175" href="#L175">175</a> {
-<a class="jxr_linenumber" name="L176" href="#L176">176</a> <strong class="jxr_keyword">return</strong> target.getMajorVersion();
-<a class="jxr_linenumber" name="L177" href="#L177">177</a> }
-<a class="jxr_linenumber" name="L178" href="#L178">178</a>
-<a class="jxr_linenumber" name="L179" href="#L179">179</a> @Override
-<a class="jxr_linenumber" name="L180" href="#L180">180</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">int</strong> getMinorVersion()
-<a class="jxr_linenumber" name="L181" href="#L181">181</a> {
-<a class="jxr_linenumber" name="L182" href="#L182">182</a> <strong class="jxr_keyword">return</strong> target.getMinorVersion();
-<a class="jxr_linenumber" name="L183" href="#L183">183</a> }
-<a class="jxr_linenumber" name="L184" href="#L184">184</a>
-<a class="jxr_linenumber" name="L185" href="#L185">185</a> @Override
-<a class="jxr_linenumber" name="L186" href="#L186">186</a> <strong class="jxr_keyword">public</strong> DriverPropertyInfo[] getPropertyInfo(
-<a class="jxr_linenumber" name="L187" href="#L187">187</a> String url,
-<a class="jxr_linenumber" name="L188" href="#L188">188</a> Properties info
-<a class="jxr_linenumber" name="L189" href="#L189">189</a> )
-<a class="jxr_linenumber" name="L190" href="#L190">190</a> <strong class="jxr_keyword">throws</strong>
-<a class="jxr_linenumber" name="L191" href="#L191">191</a> SQLException
-<a class="jxr_linenumber" name="L192" href="#L192">192</a> {
-<a class="jxr_linenumber" name="L193" href="#L193">193</a> <strong class="jxr_keyword">return</strong> target.getPropertyInfo(url, info);
-<a class="jxr_linenumber" name="L194" href="#L194">194</a> }
-<a class="jxr_linenumber" name="L195" href="#L195">195</a>
-<a class="jxr_linenumber" name="L196" href="#L196">196</a> @Override
-<a class="jxr_linenumber" name="L197" href="#L197">197</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">boolean</strong> jdbcCompliant()
-<a class="jxr_linenumber" name="L198" href="#L198">198</a> {
-<a class="jxr_linenumber" name="L199" href="#L199">199</a> <strong class="jxr_keyword">return</strong> target.jdbcCompliant();
-<a class="jxr_linenumber" name="L200" href="#L200">200</a> }
-<a class="jxr_linenumber" name="L201" href="#L201">201</a>
-<a class="jxr_linenumber" name="L202" href="#L202">202</a> <em class="jxr_javadoccomment">/**</em>
-<a class="jxr_linenumber" name="L203" href="#L203">203</a> <em class="jxr_javadoccomment"> * This Method cannot be annotated with @Override, becaus the plugin</em>
-<a class="jxr_linenumber" name="L204" href="#L204">204</a> <em class="jxr_javadoccomment"> * will not compile then under Java 1.6!</em>
-<a class="jxr_linenumber" name="L205" href="#L205">205</a> <em class="jxr_javadoccomment"> */</em>
-<a class="jxr_linenumber" name="L206" href="#L206">206</a> <strong class="jxr_keyword">public</strong> Logger getParentLogger() <strong class="jxr_keyword">throws</strong> SQLFeatureNotSupportedException
-<a class="jxr_linenumber" name="L207" href="#L207">207</a> {
-<a class="jxr_linenumber" name="L208" href="#L208">208</a> <strong class="jxr_keyword">throw</strong> <strong class="jxr_keyword">new</strong> SQLFeatureNotSupportedException(<span class="jxr_string">"Not supported, for backward-compatibility with Java 1.6"</span>);
-<a class="jxr_linenumber" name="L209" href="#L209">209</a> }
-<a class="jxr_linenumber" name="L210" href="#L210">210</a>
-<a class="jxr_linenumber" name="L211" href="#L211">211</a> @Override
-<a class="jxr_linenumber" name="L212" href="#L212">212</a> <strong class="jxr_keyword">public</strong> String toString()
-<a class="jxr_linenumber" name="L213" href="#L213">213</a> {
-<a class="jxr_linenumber" name="L214" href="#L214">214</a> <strong class="jxr_keyword">return</strong> <span class="jxr_string">"Proxy: "</span> + target;
-<a class="jxr_linenumber" name="L215" href="#L215">215</a> }
-<a class="jxr_linenumber" name="L216" href="#L216">216</a>
-<a class="jxr_linenumber" name="L217" href="#L217">217</a> @Override
-<a class="jxr_linenumber" name="L218" href="#L218">218</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">int</strong> hashCode()
-<a class="jxr_linenumber" name="L219" href="#L219">219</a> {
-<a class="jxr_linenumber" name="L220" href="#L220">220</a> <strong class="jxr_keyword">return</strong> target.hashCode();
-<a class="jxr_linenumber" name="L221" href="#L221">221</a> }
-<a class="jxr_linenumber" name="L222" href="#L222">222</a>
-<a class="jxr_linenumber" name="L223" href="#L223">223</a> @Override
-<a class="jxr_linenumber" name="L224" href="#L224">224</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">boolean</strong> equals(Object obj)
-<a class="jxr_linenumber" name="L225" href="#L225">225</a> {
-<a class="jxr_linenumber" name="L226" href="#L226">226</a> <strong class="jxr_keyword">if</strong> (!(obj instanceof DriverProxy))
-<a class="jxr_linenumber" name="L227" href="#L227">227</a> <strong class="jxr_keyword">return</strong> false;
-<a class="jxr_linenumber" name="L228" href="#L228">228</a> <a href="../../../../de/juplo/plugins/hibernate/SimpleConnectionProvider.html">DriverProxy</a> other = (DriverProxy) obj;
-<a class="jxr_linenumber" name="L229" href="#L229">229</a> <strong class="jxr_keyword">return</strong> <strong class="jxr_keyword">this</strong>.target.equals(other.target);
-<a class="jxr_linenumber" name="L230" href="#L230">230</a> }
-<a class="jxr_linenumber" name="L231" href="#L231">231</a> }
-<a class="jxr_linenumber" name="L232" href="#L232">232</a> }
-</pre>
-<hr/>
-<div id="footer">Copyright © 2025. All rights reserved.</div>
-</body>
-</html>
+++ /dev/null
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head><meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-<title>UpdateMojo xref</title>
-<link type="text/css" rel="stylesheet" href="../../../../stylesheet.css" />
-</head>
-<body>
-<div id="overview"><a href="../../../../../apidocs/de/juplo/plugins/hibernate/UpdateMojo.html">View Javadoc</a></div><pre>
-<a class="jxr_linenumber" name="L1" href="#L1">1</a> <strong class="jxr_keyword">package</strong> de.juplo.plugins.hibernate;
-<a class="jxr_linenumber" name="L2" href="#L2">2</a>
-<a class="jxr_linenumber" name="L3" href="#L3">3</a> <em class="jxr_comment">/*</em>
-<a class="jxr_linenumber" name="L4" href="#L4">4</a> <em class="jxr_comment"> * Copyright 2001-2005 The Apache Software Foundation.</em>
-<a class="jxr_linenumber" name="L5" href="#L5">5</a> <em class="jxr_comment"> *</em>
-<a class="jxr_linenumber" name="L6" href="#L6">6</a> <em class="jxr_comment"> * Licensed under the Apache License, Version 2.0 (the "License");</em>
-<a class="jxr_linenumber" name="L7" href="#L7">7</a> <em class="jxr_comment"> * you may not use this file except in compliance with the License.</em>
-<a class="jxr_linenumber" name="L8" href="#L8">8</a> <em class="jxr_comment"> * You may obtain a copy of the License at</em>
-<a class="jxr_linenumber" name="L9" href="#L9">9</a> <em class="jxr_comment"> *</em>
-<a class="jxr_linenumber" name="L10" href="#L10">10</a> <em class="jxr_comment"> * <a href="http://www.apache.org/licenses/LICENSE-2." target="alexandria_uri">http://www.apache.org/licenses/LICENSE-2.</a>0</em>
-<a class="jxr_linenumber" name="L11" href="#L11">11</a> <em class="jxr_comment"> *</em>
-<a class="jxr_linenumber" name="L12" href="#L12">12</a> <em class="jxr_comment"> * Unless required by applicable law or agreed to in writing, software</em>
-<a class="jxr_linenumber" name="L13" href="#L13">13</a> <em class="jxr_comment"> * distributed under the License is distributed on an "AS IS" BASIS,</em>
-<a class="jxr_linenumber" name="L14" href="#L14">14</a> <em class="jxr_comment"> * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</em>
-<a class="jxr_linenumber" name="L15" href="#L15">15</a> <em class="jxr_comment"> * See the License for the specific language governing permissions and</em>
-<a class="jxr_linenumber" name="L16" href="#L16">16</a> <em class="jxr_comment"> * limitations under the License.</em>
-<a class="jxr_linenumber" name="L17" href="#L17">17</a> <em class="jxr_comment"> */</em>
-<a class="jxr_linenumber" name="L18" href="#L18">18</a>
-<a class="jxr_linenumber" name="L19" href="#L19">19</a> <strong class="jxr_keyword">import</strong> java.util.Map;
-<a class="jxr_linenumber" name="L20" href="#L20">20</a> <strong class="jxr_keyword">import</strong> org.apache.maven.plugin.MojoExecutionException;
-<a class="jxr_linenumber" name="L21" href="#L21">21</a> <strong class="jxr_keyword">import</strong> org.apache.maven.plugin.MojoFailureException;
-<a class="jxr_linenumber" name="L22" href="#L22">22</a> <strong class="jxr_keyword">import</strong> org.hibernate.boot.spi.MetadataImplementor;
-<a class="jxr_linenumber" name="L23" href="#L23">23</a> <strong class="jxr_keyword">import</strong> org.hibernate.service.ServiceRegistry;
-<a class="jxr_linenumber" name="L24" href="#L24">24</a> <strong class="jxr_keyword">import</strong> org.hibernate.tool.schema.spi.ExecutionOptions;
-<a class="jxr_linenumber" name="L25" href="#L25">25</a> <strong class="jxr_keyword">import</strong> org.hibernate.tool.schema.spi.SchemaManagementTool;
-<a class="jxr_linenumber" name="L26" href="#L26">26</a> <strong class="jxr_keyword">import</strong> org.hibernate.tool.schema.spi.TargetDescriptor;
-<a class="jxr_linenumber" name="L27" href="#L27">27</a>
-<a class="jxr_linenumber" name="L28" href="#L28">28</a>
-<a class="jxr_linenumber" name="L29" href="#L29">29</a> <em class="jxr_javadoccomment">/**</em>
-<a class="jxr_linenumber" name="L30" href="#L30">30</a> <em class="jxr_javadoccomment"> * Generate/Execute SQL to update the database-schema according to the</em>
-<a class="jxr_linenumber" name="L31" href="#L31">31</a> <em class="jxr_javadoccomment"> * configured mappings.</em>
-<a class="jxr_linenumber" name="L32" href="#L32">32</a> <em class="jxr_javadoccomment"> *</em>
-<a class="jxr_linenumber" name="L33" href="#L33">33</a> <em class="jxr_javadoccomment"> * @goal update</em>
-<a class="jxr_linenumber" name="L34" href="#L34">34</a> <em class="jxr_javadoccomment"> * @phase process-classes</em>
-<a class="jxr_linenumber" name="L35" href="#L35">35</a> <em class="jxr_javadoccomment"> * @threadSafe</em>
-<a class="jxr_linenumber" name="L36" href="#L36">36</a> <em class="jxr_javadoccomment"> * @requiresDependencyResolution runtime</em>
-<a class="jxr_linenumber" name="L37" href="#L37">37</a> <em class="jxr_javadoccomment"> */</em>
-<a class="jxr_linenumber" name="L38" href="#L38">38</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">class</strong> <a href="../../../../de/juplo/plugins/hibernate/UpdateMojo.html">UpdateMojo</a> <strong class="jxr_keyword">extends</strong> <a href="../../../../de/juplo/plugins/hibernate/AbstractSchemaMojo.html">AbstractSchemaMojo</a>
-<a class="jxr_linenumber" name="L39" href="#L39">39</a> {
-<a class="jxr_linenumber" name="L40" href="#L40">40</a> <em class="jxr_javadoccomment">/**</em>
-<a class="jxr_linenumber" name="L41" href="#L41">41</a> <em class="jxr_javadoccomment"> * Output file.</em>
-<a class="jxr_linenumber" name="L42" href="#L42">42</a> <em class="jxr_javadoccomment"> * <p></em>
-<a class="jxr_linenumber" name="L43" href="#L43">43</a> <em class="jxr_javadoccomment"> * If the specified filename is not absolut, the file will be created</em>
-<a class="jxr_linenumber" name="L44" href="#L44">44</a> <em class="jxr_javadoccomment"> * relative to the project build directory</em>
-<a class="jxr_linenumber" name="L45" href="#L45">45</a> <em class="jxr_javadoccomment"> * (<code>project.build.directory</code>).</em>
-<a class="jxr_linenumber" name="L46" href="#L46">46</a> <em class="jxr_javadoccomment"> *</em>
-<a class="jxr_linenumber" name="L47" href="#L47">47</a> <em class="jxr_javadoccomment"> * @parameter property="hibernate.schema.update" default-value="update.sql"</em>
-<a class="jxr_linenumber" name="L48" href="#L48">48</a> <em class="jxr_javadoccomment"> * @since 1.0</em>
-<a class="jxr_linenumber" name="L49" href="#L49">49</a> <em class="jxr_javadoccomment"> */</em>
-<a class="jxr_linenumber" name="L50" href="#L50">50</a> <strong class="jxr_keyword">private</strong> String outputFile;
-<a class="jxr_linenumber" name="L51" href="#L51">51</a>
-<a class="jxr_linenumber" name="L52" href="#L52">52</a>
-<a class="jxr_linenumber" name="L53" href="#L53">53</a> @Override
-<a class="jxr_linenumber" name="L54" href="#L54">54</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">final</strong> <strong class="jxr_keyword">void</strong> execute()
-<a class="jxr_linenumber" name="L55" href="#L55">55</a> <strong class="jxr_keyword">throws</strong>
-<a class="jxr_linenumber" name="L56" href="#L56">56</a> MojoFailureException,
-<a class="jxr_linenumber" name="L57" href="#L57">57</a> MojoExecutionException
-<a class="jxr_linenumber" name="L58" href="#L58">58</a> {
-<a class="jxr_linenumber" name="L59" href="#L59">59</a> <strong class="jxr_keyword">super</strong>.execute(outputFile);
-<a class="jxr_linenumber" name="L60" href="#L60">60</a> }
-<a class="jxr_linenumber" name="L61" href="#L61">61</a>
-<a class="jxr_linenumber" name="L62" href="#L62">62</a>
-<a class="jxr_linenumber" name="L63" href="#L63">63</a> @Override
-<a class="jxr_linenumber" name="L64" href="#L64">64</a> <strong class="jxr_keyword">void</strong> build(
-<a class="jxr_linenumber" name="L65" href="#L65">65</a> MetadataImplementor metadata,
-<a class="jxr_linenumber" name="L66" href="#L66">66</a> ExecutionOptions options,
-<a class="jxr_linenumber" name="L67" href="#L67">67</a> TargetDescriptor target
-<a class="jxr_linenumber" name="L68" href="#L68">68</a> )
-<a class="jxr_linenumber" name="L69" href="#L69">69</a> <strong class="jxr_keyword">throws</strong>
-<a class="jxr_linenumber" name="L70" href="#L70">70</a> MojoExecutionException,
-<a class="jxr_linenumber" name="L71" href="#L71">71</a> MojoFailureException
-<a class="jxr_linenumber" name="L72" href="#L72">72</a> {
-<a class="jxr_linenumber" name="L73" href="#L73">73</a> ServiceRegistry service =
-<a class="jxr_linenumber" name="L74" href="#L74">74</a> metadata.getMetadataBuildingOptions().getServiceRegistry();
-<a class="jxr_linenumber" name="L75" href="#L75">75</a> SchemaManagementTool tool = service.getService(SchemaManagementTool.<strong class="jxr_keyword">class</strong>);
-<a class="jxr_linenumber" name="L76" href="#L76">76</a>
-<a class="jxr_linenumber" name="L77" href="#L77">77</a> Map config = options.getConfigurationValues();
-<a class="jxr_linenumber" name="L78" href="#L78">78</a>
-<a class="jxr_linenumber" name="L79" href="#L79">79</a> tool.getSchemaMigrator(config).doMigration(metadata, options, target);
-<a class="jxr_linenumber" name="L80" href="#L80">80</a> }
-<a class="jxr_linenumber" name="L81" href="#L81">81</a> }
-</pre>
-<hr/>
-<div id="footer">Copyright © 2025. All rights reserved.</div>
-</body>
-</html>
+++ /dev/null
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xml:lang="en" lang="en">
- <head>
- <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
- <title>Hibernate Maven Plugin 2.1.0 Reference Package de.juplo.plugins.hibernate</title>
- <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="style" />
- </head>
- <body>
-
- <h3>
- <a href="package-summary.html" target="classFrame">de.juplo.plugins.hibernate</a>
- </h3>
-
- <h3>Classes</h3>
-
- <ul>
- <li>
- <a href="AbstractSchemaMojo.html" target="classFrame">AbstractSchemaMojo</a>
- </li>
- <li>
- <a href="CreateMojo.html" target="classFrame">CreateMojo</a>
- </li>
- <li>
- <a href="SimpleConnectionProvider.html" target="classFrame">DriverProxy</a>
- </li>
- <li>
- <a href="DropMojo.html" target="classFrame">DropMojo</a>
- </li>
- <li>
- <a href="HelpMojo.html" target="classFrame">HelpMojo</a>
- </li>
- <li>
- <a href="ModificationTracker.html" target="classFrame">ModificationTracker</a>
- </li>
- <li>
- <a href="MutableClassLoader.html" target="classFrame">MutableClassLoader</a>
- </li>
- <li>
- <a href="SimpleConnectionProvider.html" target="classFrame">SimpleConnectionProvider</a>
- </li>
- <li>
- <a href="UpdateMojo.html" target="classFrame">UpdateMojo</a>
- </li>
- </ul>
-
- </body>
-</html>
\ No newline at end of file
+++ /dev/null
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xml:lang="en" lang="en">
- <head>
- <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
- <title>Hibernate Maven Plugin 2.1.0 Reference Package de.juplo.plugins.hibernate</title>
- <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="style" />
- </head>
- <body>
- <div class="overview">
- <ul>
- <li>
- <a href="../../../../overview-summary.html">Overview</a>
- </li>
- <li class="selected">Package</li>
- </ul>
- </div>
- <div class="framenoframe">
- <ul>
- <li>
- <a href="../../../../index.html" target="_top">FRAMES</a>
- </li>
- <li>
- <a href="package-summary.html" target="_top">NO FRAMES</a>
- </li>
- </ul>
- </div>
-
- <h2>Package de.juplo.plugins.hibernate</h2>
-
- <table class="summary">
- <thead>
- <tr>
- <th>Class Summary</th>
- </tr>
- </thead>
- <tbody>
- <tr>
- <td>
- <a href="AbstractSchemaMojo.html" target="classFrame">AbstractSchemaMojo</a>
- </td>
- </tr>
- <tr>
- <td>
- <a href="CreateMojo.html" target="classFrame">CreateMojo</a>
- </td>
- </tr>
- <tr>
- <td>
- <a href="SimpleConnectionProvider.html" target="classFrame">DriverProxy</a>
- </td>
- </tr>
- <tr>
- <td>
- <a href="DropMojo.html" target="classFrame">DropMojo</a>
- </td>
- </tr>
- <tr>
- <td>
- <a href="HelpMojo.html" target="classFrame">HelpMojo</a>
- </td>
- </tr>
- <tr>
- <td>
- <a href="ModificationTracker.html" target="classFrame">ModificationTracker</a>
- </td>
- </tr>
- <tr>
- <td>
- <a href="MutableClassLoader.html" target="classFrame">MutableClassLoader</a>
- </td>
- </tr>
- <tr>
- <td>
- <a href="SimpleConnectionProvider.html" target="classFrame">SimpleConnectionProvider</a>
- </td>
- </tr>
- <tr>
- <td>
- <a href="UpdateMojo.html" target="classFrame">UpdateMojo</a>
- </td>
- </tr>
- </tbody>
- </table>
-
- <div class="overview">
- <ul>
- <li>
- <a href="../../../../overview-summary.html">Overview</a>
- </li>
- <li class="selected">Package</li>
- </ul>
- </div>
- <div class="framenoframe">
- <ul>
- <li>
- <a href="../../../../index.html" target="_top">FRAMES</a>
- </li>
- <li>
- <a href="package-summary.html" target="_top">NO FRAMES</a>
- </li>
- </ul>
- </div>
- <hr />
- <div id="footer">
- Copyright © 2025. All rights reserved.
- </div>
- </body>
-</html>
\ No newline at end of file
+++ /dev/null
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
-<html xml:lang="en" lang="en">
-<!-- this is a JXR report set -->
- <head>
- <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
- <title>Hibernate Maven Plugin 2.1.0 Reference</title>
- </head>
- <frameset cols="20%,80%">
- <frameset rows="30%,70%">
- <frame src="overview-frame.html" name="packageListFrame" />
- <frame src="allclasses-frame.html" name="packageFrame" />
- </frameset>
- <frame src="overview-summary.html" name="classFrame" />
- <noframes>
- <body>
- <h1>Frame Alert</h1>
- <p>
- You don't have frames. Go <a href="overview-summary.html">here</a>
- </p>
- </body>
- </noframes>
- </frameset>
-</html>
-
+++ /dev/null
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xml:lang="en" lang="en">
- <head>
- <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
- <title>Hibernate Maven Plugin 2.1.0 Reference</title>
- <link rel="stylesheet" type="text/css" href="stylesheet.css" title="style" />
- </head>
- <body>
-
- <h3>
- <a href="allclasses-frame.html" target="packageFrame">All Classes</a>
- </h3>
-
- <h3>Packages</h3>
-
- <ul>
- <li>
- <a href="de/juplo/plugins/hibernate/package-frame.html" target="packageFrame">de.juplo.plugins.hibernate</a>
- </li>
- </ul>
-
- </body>
-</html>
-
+++ /dev/null
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xml:lang="en" lang="en">
- <head>
- <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
- <title>Hibernate Maven Plugin 2.1.0 Reference</title>
- <link rel="stylesheet" type="text/css" href="stylesheet.css" title="style" />
- </head>
- <body>
- <div class="overview">
- <ul>
- <li class="selected">Overview</li>
- <li>Package</li>
- </ul>
- </div>
- <div class="framenoframe">
- <ul>
- <li>
- <a href="index.html" target="_top">FRAMES</a>
- </li>
- <li>
- <a href="overview-summary.html" target="_top">NO FRAMES</a>
- </li>
- </ul>
- </div>
-
- <h2>Hibernate Maven Plugin 2.1.0 Reference</h2>
-
- <table class="summary">
- <thead>
- <tr>
- <th>Packages</th>
- </tr>
- </thead>
- <tbody>
- <tr>
- <td>
- <a href="de/juplo/plugins/hibernate/package-summary.html">de.juplo.plugins.hibernate</a>
- </td>
- </tr>
- </tbody>
- </table>
-
- <div class="overview">
- <ul>
- <li class="selected">Overview</li>
- <li>Package</li>
- </ul>
- </div>
- <div class="framenoframe">
- <ul>
- <li>
- <a href="index.html" target="_top">FRAMES</a>
- </li>
- <li>
- <a href="overview-summary.html" target="_top">NO FRAMES</a>
- </li>
- </ul>
- </div>
-
- <hr />
- <div id="footer">
- Copyright © 2025. All rights reserved.
- </div>
- </body>
-</html>
\ No newline at end of file
+++ /dev/null
-/* Javadoc style sheet */
-/* Define colors, fonts and other style attributes here to override the defaults */
-body {
- background-color: #fff;
- font-family: Arial, Helvetica, sans-serif;
-}
-
-a:link {
- color: #00f;
-}
-a:visited {
- color: #00a;
-}
-
-a:active, a:hover {
- color: #f30 !important;
-}
-
-ul, li {
- list-style-type:none;
- margin:0;
- padding:0;
-}
-
-table td {
- padding: 3px;
- border: 1px solid #000;
-}
-table {
- width:100%;
- border: 1px solid #000;
- border-collapse: collapse;
-}
-
-div.overview {
- background-color:#ddd;
- padding: 4px 4px 4px 0;
-}
-div.overview li, div.framenoframe li {
- display: inline;
-}
-div.framenoframe {
- text-align: center;
- font-size: x-small;
-}
-div.framenoframe li {
- margin: 0 3px 0 3px;
-}
-div.overview li {
- margin:3px 3px 0 3px;
- padding: 4px;
-}
-li.selected {
- background-color:#888;
- color: #fff;
- font-weight: bold;
-}
-
-table.summary {
- margin-bottom: 20px;
-}
-table.summary td, table.summary th {
- font-weight: bold;
- text-align: left;
- padding: 3px;
-}
-table.summary th {
- background-color:#036;
- color: #fff;
-}
-table.summary td {
- background-color:#eee;
- border: 1px solid black;
-}
-
-em {
- color: #A00;
-}
-em.comment {
- color: #390;
-}
-.string {
- color: #009;
-}
-
-#overview {
- padding:2px;
-}
-
-hr {
- height: 1px;
- color: #000;
-}
-
-/* JXR style sheet */
-.jxr_comment
-{
- color: #390;
-}
-
-.jxr_javadoccomment
-{
- color: #A00;
-}
-
-.jxr_string
-{
- color: #009;
-}
-
-.jxr_keyword
-{
- color: #000;
-}
--- /dev/null
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_342) on Wed Apr 22 07:10:41 UTC 2026 -->
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>All Classes (Hibernate Maven Plugin 2.1.0 API)</title>
+<meta name="date" content="2026-04-22">
+<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
+<script type="text/javascript" src="script.js"></script>
+</head>
+<body>
+<h1 class="bar">All Classes</h1>
+<div class="indexContainer">
+<ul>
+<li><a href="de/juplo/plugins/hibernate/AbstractSchemaMojo.html" title="class in de.juplo.plugins.hibernate" target="classFrame">AbstractSchemaMojo</a></li>
+<li><a href="de/juplo/plugins/hibernate/CreateMojo.html" title="class in de.juplo.plugins.hibernate" target="classFrame">CreateMojo</a></li>
+<li><a href="de/juplo/plugins/hibernate/DropMojo.html" title="class in de.juplo.plugins.hibernate" target="classFrame">DropMojo</a></li>
+<li><a href="de/juplo/plugins/hibernate/HelpMojo.html" title="class in de.juplo.plugins.hibernate" target="classFrame">HelpMojo</a></li>
+<li><a href="de/juplo/plugins/hibernate/ModificationTracker.html" title="class in de.juplo.plugins.hibernate" target="classFrame">ModificationTracker</a></li>
+<li><a href="de/juplo/plugins/hibernate/MutableClassLoader.html" title="class in de.juplo.plugins.hibernate" target="classFrame">MutableClassLoader</a></li>
+<li><a href="de/juplo/plugins/hibernate/UpdateMojo.html" title="class in de.juplo.plugins.hibernate" target="classFrame">UpdateMojo</a></li>
+</ul>
+</div>
+</body>
+</html>
--- /dev/null
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_342) on Wed Apr 22 07:10:41 UTC 2026 -->
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>All Classes (Hibernate Maven Plugin 2.1.0 API)</title>
+<meta name="date" content="2026-04-22">
+<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
+<script type="text/javascript" src="script.js"></script>
+</head>
+<body>
+<h1 class="bar">All Classes</h1>
+<div class="indexContainer">
+<ul>
+<li><a href="de/juplo/plugins/hibernate/AbstractSchemaMojo.html" title="class in de.juplo.plugins.hibernate">AbstractSchemaMojo</a></li>
+<li><a href="de/juplo/plugins/hibernate/CreateMojo.html" title="class in de.juplo.plugins.hibernate">CreateMojo</a></li>
+<li><a href="de/juplo/plugins/hibernate/DropMojo.html" title="class in de.juplo.plugins.hibernate">DropMojo</a></li>
+<li><a href="de/juplo/plugins/hibernate/HelpMojo.html" title="class in de.juplo.plugins.hibernate">HelpMojo</a></li>
+<li><a href="de/juplo/plugins/hibernate/ModificationTracker.html" title="class in de.juplo.plugins.hibernate">ModificationTracker</a></li>
+<li><a href="de/juplo/plugins/hibernate/MutableClassLoader.html" title="class in de.juplo.plugins.hibernate">MutableClassLoader</a></li>
+<li><a href="de/juplo/plugins/hibernate/UpdateMojo.html" title="class in de.juplo.plugins.hibernate">UpdateMojo</a></li>
+</ul>
+</div>
+</body>
+</html>
--- /dev/null
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_342) on Wed Apr 22 07:10:41 UTC 2026 -->
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Constant Field Values (Hibernate Maven Plugin 2.1.0 API)</title>
+<meta name="date" content="2026-04-22">
+<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
+<script type="text/javascript" src="script.js"></script>
+</head>
+<body>
+<script type="text/javascript"><!--
+ try {
+ if (location.href.indexOf('is-external=true') == -1) {
+ parent.document.title="Constant Field Values (Hibernate Maven Plugin 2.1.0 API)";
+ }
+ }
+ catch(err) {
+ }
+//-->
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar.top">
+<!-- -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar.top.firstrow">
+<!-- -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="de/juplo/plugins/hibernate/package-summary.html">Package</a></li>
+<li>Class</li>
+<li>Use</li>
+<li><a href="de/juplo/plugins/hibernate/package-tree.html">Tree</a></li>
+<li><a href="deprecated-list.html">Deprecated</a></li>
+<li><a href="index-all.html">Index</a></li>
+<li><a href="help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a href="index.html?constant-values.html" target="_top">Frames</a></li>
+<li><a href="constant-values.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+ allClassesLink = document.getElementById("allclasses_navbar_top");
+ if(window==top) {
+ allClassesLink.style.display = "block";
+ }
+ else {
+ allClassesLink.style.display = "none";
+ }
+ //-->
+</script>
+</div>
+<a name="skip.navbar.top">
+<!-- -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<div class="header">
+<h1 title="Constant Field Values" class="title">Constant Field Values</h1>
+<h2 title="Contents">Contents</h2>
+<ul>
+<li><a href="#de.juplo">de.juplo.*</a></li>
+</ul>
+</div>
+<div class="constantValuesContainer"><a name="de.juplo">
+<!-- -->
+</a>
+<h2 title="de.juplo">de.juplo.*</h2>
+<ul class="blockList">
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span>de.juplo.plugins.hibernate.<a href="de/juplo/plugins/hibernate/AbstractSchemaMojo.html" title="class in de.juplo.plugins.hibernate">AbstractSchemaMojo</a></span><span class="tabEnd"> </span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="de.juplo.plugins.hibernate.AbstractSchemaMojo.EXECUTE">
+<!-- -->
+</a><code>public static final java.lang.String</code></td>
+<td><code><a href="de/juplo/plugins/hibernate/AbstractSchemaMojo.html#EXECUTE">EXECUTE</a></code></td>
+<td class="colLast"><code>"hibernate.schema.execute"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="de.juplo.plugins.hibernate.AbstractSchemaMojo.OUTPUTDIRECTORY">
+<!-- -->
+</a><code>public static final java.lang.String</code></td>
+<td><code><a href="de/juplo/plugins/hibernate/AbstractSchemaMojo.html#OUTPUTDIRECTORY">OUTPUTDIRECTORY</a></code></td>
+<td class="colLast"><code>"project.build.outputDirectory"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="de.juplo.plugins.hibernate.AbstractSchemaMojo.SCAN_CLASSES">
+<!-- -->
+</a><code>public static final java.lang.String</code></td>
+<td><code><a href="de/juplo/plugins/hibernate/AbstractSchemaMojo.html#SCAN_CLASSES">SCAN_CLASSES</a></code></td>
+<td class="colLast"><code>"hibernate.schema.scan.classes"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="de.juplo.plugins.hibernate.AbstractSchemaMojo.SCAN_DEPENDENCIES">
+<!-- -->
+</a><code>public static final java.lang.String</code></td>
+<td><code><a href="de/juplo/plugins/hibernate/AbstractSchemaMojo.html#SCAN_DEPENDENCIES">SCAN_DEPENDENCIES</a></code></td>
+<td class="colLast"><code>"hibernate.schema.scan.dependencies"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="de.juplo.plugins.hibernate.AbstractSchemaMojo.SCAN_TESTCLASSES">
+<!-- -->
+</a><code>public static final java.lang.String</code></td>
+<td><code><a href="de/juplo/plugins/hibernate/AbstractSchemaMojo.html#SCAN_TESTCLASSES">SCAN_TESTCLASSES</a></code></td>
+<td class="colLast"><code>"hibernate.schema.scan.test_classes"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="de.juplo.plugins.hibernate.AbstractSchemaMojo.SCRIPT">
+<!-- -->
+</a><code>public static final java.lang.String</code></td>
+<td><code><a href="de/juplo/plugins/hibernate/AbstractSchemaMojo.html#SCRIPT">SCRIPT</a></code></td>
+<td class="colLast"><code>"hibernate.schema.script"</code></td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a name="de.juplo.plugins.hibernate.AbstractSchemaMojo.SKIPPED">
+<!-- -->
+</a><code>public static final java.lang.String</code></td>
+<td><code><a href="de/juplo/plugins/hibernate/AbstractSchemaMojo.html#SKIPPED">SKIPPED</a></code></td>
+<td class="colLast"><code>"hibernate.schema.skipped"</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="de.juplo.plugins.hibernate.AbstractSchemaMojo.TEST_OUTPUTDIRECTORY">
+<!-- -->
+</a><code>public static final java.lang.String</code></td>
+<td><code><a href="de/juplo/plugins/hibernate/AbstractSchemaMojo.html#TEST_OUTPUTDIRECTORY">TEST_OUTPUTDIRECTORY</a></code></td>
+<td class="colLast"><code>"project.build.testOutputDirectory"</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+</ul>
+</div>
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar.bottom">
+<!-- -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar.bottom.firstrow">
+<!-- -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="de/juplo/plugins/hibernate/package-summary.html">Package</a></li>
+<li>Class</li>
+<li>Use</li>
+<li><a href="de/juplo/plugins/hibernate/package-tree.html">Tree</a></li>
+<li><a href="deprecated-list.html">Deprecated</a></li>
+<li><a href="index-all.html">Index</a></li>
+<li><a href="help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a href="index.html?constant-values.html" target="_top">Frames</a></li>
+<li><a href="constant-values.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+ allClassesLink = document.getElementById("allclasses_navbar_bottom");
+ if(window==top) {
+ allClassesLink.style.display = "block";
+ }
+ else {
+ allClassesLink.style.display = "none";
+ }
+ //-->
+</script>
+</div>
+<a name="skip.navbar.bottom">
+<!-- -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+<p class="legalCopy"><small>Copyright © 2026. All Rights Reserved.</small></p>
+</body>
+</html>
--- /dev/null
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_342) on Wed Apr 22 07:10:41 UTC 2026 -->
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>AbstractSchemaMojo (Hibernate Maven Plugin 2.1.0 API)</title>
+<meta name="date" content="2026-04-22">
+<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
+<script type="text/javascript" src="../../../../script.js"></script>
+</head>
+<body>
+<script type="text/javascript"><!--
+ try {
+ if (location.href.indexOf('is-external=true') == -1) {
+ parent.document.title="AbstractSchemaMojo (Hibernate Maven Plugin 2.1.0 API)";
+ }
+ }
+ catch(err) {
+ }
+//-->
+var methods = {"i0":10,"i1":9};
+var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
+var altColor = "altColor";
+var rowColor = "rowColor";
+var tableTab = "tableTab";
+var activeTableTab = "activeTableTab";
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar.top">
+<!-- -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar.top.firstrow">
+<!-- -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../de/juplo/plugins/hibernate/package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="class-use/AbstractSchemaMojo.html">Use</a></li>
+<li><a href="package-tree.html">Tree</a></li>
+<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../index-all.html">Index</a></li>
+<li><a href="../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev Class</li>
+<li><a href="../../../../de/juplo/plugins/hibernate/CreateMojo.html" title="class in de.juplo.plugins.hibernate"><span class="typeNameLink">Next Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?de/juplo/plugins/hibernate/AbstractSchemaMojo.html" target="_top">Frames</a></li>
+<li><a href="AbstractSchemaMojo.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+ allClassesLink = document.getElementById("allclasses_navbar_top");
+ if(window==top) {
+ allClassesLink.style.display = "block";
+ }
+ else {
+ allClassesLink.style.display = "none";
+ }
+ //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>Summary: </li>
+<li>Nested | </li>
+<li><a href="#field.summary">Field</a> | </li>
+<li><a href="#constructor.summary">Constr</a> | </li>
+<li><a href="#method.summary">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail: </li>
+<li><a href="#field.detail">Field</a> | </li>
+<li><a href="#constructor.detail">Constr</a> | </li>
+<li><a href="#method.detail">Method</a></li>
+</ul>
+</div>
+<a name="skip.navbar.top">
+<!-- -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<!-- ======== START OF CLASS DATA ======== -->
+<div class="header">
+<div class="subTitle">de.juplo.plugins.hibernate</div>
+<h2 title="Class AbstractSchemaMojo" class="title">Class AbstractSchemaMojo</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li>java.lang.Object</li>
+<li>
+<ul class="inheritance">
+<li>org.apache.maven.plugin.AbstractMojo</li>
+<li>
+<ul class="inheritance">
+<li>de.juplo.plugins.hibernate.AbstractSchemaMojo</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Implemented Interfaces:</dt>
+<dd>org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo</dd>
+</dl>
+<dl>
+<dt>Direct Known Subclasses:</dt>
+<dd><a href="../../../../de/juplo/plugins/hibernate/CreateMojo.html" title="class in de.juplo.plugins.hibernate">CreateMojo</a>, <a href="../../../../de/juplo/plugins/hibernate/DropMojo.html" title="class in de.juplo.plugins.hibernate">DropMojo</a>, <a href="../../../../de/juplo/plugins/hibernate/UpdateMojo.html" title="class in de.juplo.plugins.hibernate">UpdateMojo</a></dd>
+</dl>
+<hr>
+<br>
+<pre>public abstract class <span class="typeNameLabel">AbstractSchemaMojo</span>
+extends org.apache.maven.plugin.AbstractMojo</pre>
+<div class="block">Baseclass with common attributes and methods.</div>
+<dl>
+<dt><span class="simpleTagLabel">Phase:</span></dt>
+<dd>process-classes</dd>
+<dt><span class="simpleTagLabel">Thread Safe:</span></dt>
+<dt><span class="simpleTagLabel">Requires Dependency Resolution:</span></dt>
+<dd>runtime</dd>
+</dl>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- =========== FIELD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="field.summary">
+<!-- -->
+</a>
+<h3>Field Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
+<caption><span>Fields</span><span class="tabEnd"> </span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Field and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/juplo/plugins/hibernate/AbstractSchemaMojo.html#EXECUTE">EXECUTE</a></span></code> </td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/juplo/plugins/hibernate/AbstractSchemaMojo.html#OUTPUTDIRECTORY">OUTPUTDIRECTORY</a></span></code> </td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/juplo/plugins/hibernate/AbstractSchemaMojo.html#SCAN_CLASSES">SCAN_CLASSES</a></span></code> </td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/juplo/plugins/hibernate/AbstractSchemaMojo.html#SCAN_DEPENDENCIES">SCAN_DEPENDENCIES</a></span></code> </td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/juplo/plugins/hibernate/AbstractSchemaMojo.html#SCAN_TESTCLASSES">SCAN_TESTCLASSES</a></span></code> </td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/juplo/plugins/hibernate/AbstractSchemaMojo.html#SCRIPT">SCRIPT</a></span></code> </td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/juplo/plugins/hibernate/AbstractSchemaMojo.html#SKIPPED">SKIPPED</a></span></code> </td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/juplo/plugins/hibernate/AbstractSchemaMojo.html#TEST_OUTPUTDIRECTORY">TEST_OUTPUTDIRECTORY</a></span></code> </td>
+</tr>
+</table>
+<ul class="blockList">
+<li class="blockList"><a name="fields.inherited.from.class.org.apache.maven.plugin.Mojo">
+<!-- -->
+</a>
+<h3>Fields inherited from interface org.apache.maven.plugin.Mojo</h3>
+<code>ROLE</code></li>
+</ul>
+</li>
+</ul>
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.summary">
+<!-- -->
+</a>
+<h3>Constructor Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
+<caption><span>Constructors</span><span class="tabEnd"> </span></caption>
+<tr>
+<th class="colOne" scope="col">Constructor and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../../de/juplo/plugins/hibernate/AbstractSchemaMojo.html#AbstractSchemaMojo--">AbstractSchemaMojo</a></span>()</code> </td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.summary">
+<!-- -->
+</a>
+<h3>Method Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
+<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t1" class="tableTab"><span><a href="javascript:show(1);">Static Methods</a></span><span class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd"> </span></span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tr id="i0" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/juplo/plugins/hibernate/AbstractSchemaMojo.html#execute-java.lang.String-">execute</a></span>(java.lang.String filename)</code> </td>
+</tr>
+<tr id="i1" class="rowColor">
+<td class="colFirst"><code>static void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/juplo/plugins/hibernate/AbstractSchemaMojo.html#printStrackTrace-java.lang.StringBuilder-java.lang.Throwable-">printStrackTrace</a></span>(java.lang.StringBuilder builder,
+ java.lang.Throwable t)</code> </td>
+</tr>
+</table>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.org.apache.maven.plugin.AbstractMojo">
+<!-- -->
+</a>
+<h3>Methods inherited from class org.apache.maven.plugin.AbstractMojo</h3>
+<code>getLog, getPluginContext, setLog, setPluginContext</code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
+<!-- -->
+</a>
+<h3>Methods inherited from class java.lang.Object</h3>
+<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.org.apache.maven.plugin.Mojo">
+<!-- -->
+</a>
+<h3>Methods inherited from interface org.apache.maven.plugin.Mojo</h3>
+<code>execute</code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ============ FIELD DETAIL =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="field.detail">
+<!-- -->
+</a>
+<h3>Field Detail</h3>
+<a name="EXECUTE">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>EXECUTE</h4>
+<pre>public static final java.lang.String EXECUTE</pre>
+<dl>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../constant-values.html#de.juplo.plugins.hibernate.AbstractSchemaMojo.EXECUTE">Constant Field Values</a></dd>
+</dl>
+</li>
+</ul>
+<a name="OUTPUTDIRECTORY">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>OUTPUTDIRECTORY</h4>
+<pre>public static final java.lang.String OUTPUTDIRECTORY</pre>
+<dl>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../constant-values.html#de.juplo.plugins.hibernate.AbstractSchemaMojo.OUTPUTDIRECTORY">Constant Field Values</a></dd>
+</dl>
+</li>
+</ul>
+<a name="SCAN_CLASSES">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>SCAN_CLASSES</h4>
+<pre>public static final java.lang.String SCAN_CLASSES</pre>
+<dl>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../constant-values.html#de.juplo.plugins.hibernate.AbstractSchemaMojo.SCAN_CLASSES">Constant Field Values</a></dd>
+</dl>
+</li>
+</ul>
+<a name="SCAN_DEPENDENCIES">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>SCAN_DEPENDENCIES</h4>
+<pre>public static final java.lang.String SCAN_DEPENDENCIES</pre>
+<dl>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../constant-values.html#de.juplo.plugins.hibernate.AbstractSchemaMojo.SCAN_DEPENDENCIES">Constant Field Values</a></dd>
+</dl>
+</li>
+</ul>
+<a name="SCAN_TESTCLASSES">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>SCAN_TESTCLASSES</h4>
+<pre>public static final java.lang.String SCAN_TESTCLASSES</pre>
+<dl>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../constant-values.html#de.juplo.plugins.hibernate.AbstractSchemaMojo.SCAN_TESTCLASSES">Constant Field Values</a></dd>
+</dl>
+</li>
+</ul>
+<a name="TEST_OUTPUTDIRECTORY">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>TEST_OUTPUTDIRECTORY</h4>
+<pre>public static final java.lang.String TEST_OUTPUTDIRECTORY</pre>
+<dl>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../constant-values.html#de.juplo.plugins.hibernate.AbstractSchemaMojo.TEST_OUTPUTDIRECTORY">Constant Field Values</a></dd>
+</dl>
+</li>
+</ul>
+<a name="SKIPPED">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>SKIPPED</h4>
+<pre>public static final java.lang.String SKIPPED</pre>
+<dl>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../constant-values.html#de.juplo.plugins.hibernate.AbstractSchemaMojo.SKIPPED">Constant Field Values</a></dd>
+</dl>
+</li>
+</ul>
+<a name="SCRIPT">
+<!-- -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>SCRIPT</h4>
+<pre>public static final java.lang.String SCRIPT</pre>
+<dl>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../constant-values.html#de.juplo.plugins.hibernate.AbstractSchemaMojo.SCRIPT">Constant Field Values</a></dd>
+</dl>
+</li>
+</ul>
+</li>
+</ul>
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.detail">
+<!-- -->
+</a>
+<h3>Constructor Detail</h3>
+<a name="AbstractSchemaMojo--">
+<!-- -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>AbstractSchemaMojo</h4>
+<pre>public AbstractSchemaMojo()</pre>
+</li>
+</ul>
+</li>
+</ul>
+<!-- ============ METHOD DETAIL ========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.detail">
+<!-- -->
+</a>
+<h3>Method Detail</h3>
+<a name="execute-java.lang.String-">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>execute</h4>
+<pre>public final void execute(java.lang.String filename)
+ throws org.apache.maven.plugin.MojoFailureException,
+ org.apache.maven.plugin.MojoExecutionException</pre>
+<dl>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>org.apache.maven.plugin.MojoFailureException</code></dd>
+<dd><code>org.apache.maven.plugin.MojoExecutionException</code></dd>
+</dl>
+</li>
+</ul>
+<a name="printStrackTrace-java.lang.StringBuilder-java.lang.Throwable-">
+<!-- -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>printStrackTrace</h4>
+<pre>public static void printStrackTrace(java.lang.StringBuilder builder,
+ java.lang.Throwable t)</pre>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+</div>
+<!-- ========= END OF CLASS DATA ========= -->
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar.bottom">
+<!-- -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar.bottom.firstrow">
+<!-- -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../de/juplo/plugins/hibernate/package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="class-use/AbstractSchemaMojo.html">Use</a></li>
+<li><a href="package-tree.html">Tree</a></li>
+<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../index-all.html">Index</a></li>
+<li><a href="../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev Class</li>
+<li><a href="../../../../de/juplo/plugins/hibernate/CreateMojo.html" title="class in de.juplo.plugins.hibernate"><span class="typeNameLink">Next Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?de/juplo/plugins/hibernate/AbstractSchemaMojo.html" target="_top">Frames</a></li>
+<li><a href="AbstractSchemaMojo.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+ allClassesLink = document.getElementById("allclasses_navbar_bottom");
+ if(window==top) {
+ allClassesLink.style.display = "block";
+ }
+ else {
+ allClassesLink.style.display = "none";
+ }
+ //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>Summary: </li>
+<li>Nested | </li>
+<li><a href="#field.summary">Field</a> | </li>
+<li><a href="#constructor.summary">Constr</a> | </li>
+<li><a href="#method.summary">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail: </li>
+<li><a href="#field.detail">Field</a> | </li>
+<li><a href="#constructor.detail">Constr</a> | </li>
+<li><a href="#method.detail">Method</a></li>
+</ul>
+</div>
+<a name="skip.navbar.bottom">
+<!-- -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+<p class="legalCopy"><small>Copyright © 2026. All Rights Reserved.</small></p>
+</body>
+</html>
--- /dev/null
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_342) on Wed Apr 22 07:10:41 UTC 2026 -->
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>CreateMojo (Hibernate Maven Plugin 2.1.0 API)</title>
+<meta name="date" content="2026-04-22">
+<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
+<script type="text/javascript" src="../../../../script.js"></script>
+</head>
+<body>
+<script type="text/javascript"><!--
+ try {
+ if (location.href.indexOf('is-external=true') == -1) {
+ parent.document.title="CreateMojo (Hibernate Maven Plugin 2.1.0 API)";
+ }
+ }
+ catch(err) {
+ }
+//-->
+var methods = {"i0":10};
+var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
+var altColor = "altColor";
+var rowColor = "rowColor";
+var tableTab = "tableTab";
+var activeTableTab = "activeTableTab";
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar.top">
+<!-- -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar.top.firstrow">
+<!-- -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../de/juplo/plugins/hibernate/package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="class-use/CreateMojo.html">Use</a></li>
+<li><a href="package-tree.html">Tree</a></li>
+<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../index-all.html">Index</a></li>
+<li><a href="../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a href="../../../../de/juplo/plugins/hibernate/AbstractSchemaMojo.html" title="class in de.juplo.plugins.hibernate"><span class="typeNameLink">Prev Class</span></a></li>
+<li><a href="../../../../de/juplo/plugins/hibernate/DropMojo.html" title="class in de.juplo.plugins.hibernate"><span class="typeNameLink">Next Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?de/juplo/plugins/hibernate/CreateMojo.html" target="_top">Frames</a></li>
+<li><a href="CreateMojo.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+ allClassesLink = document.getElementById("allclasses_navbar_top");
+ if(window==top) {
+ allClassesLink.style.display = "block";
+ }
+ else {
+ allClassesLink.style.display = "none";
+ }
+ //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>Summary: </li>
+<li>Nested | </li>
+<li><a href="#fields.inherited.from.class.de.juplo.plugins.hibernate.AbstractSchemaMojo">Field</a> | </li>
+<li><a href="#constructor.summary">Constr</a> | </li>
+<li><a href="#method.summary">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail: </li>
+<li>Field | </li>
+<li><a href="#constructor.detail">Constr</a> | </li>
+<li><a href="#method.detail">Method</a></li>
+</ul>
+</div>
+<a name="skip.navbar.top">
+<!-- -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<!-- ======== START OF CLASS DATA ======== -->
+<div class="header">
+<div class="subTitle">de.juplo.plugins.hibernate</div>
+<h2 title="Class CreateMojo" class="title">Class CreateMojo</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li>java.lang.Object</li>
+<li>
+<ul class="inheritance">
+<li>org.apache.maven.plugin.AbstractMojo</li>
+<li>
+<ul class="inheritance">
+<li><a href="../../../../de/juplo/plugins/hibernate/AbstractSchemaMojo.html" title="class in de.juplo.plugins.hibernate">de.juplo.plugins.hibernate.AbstractSchemaMojo</a></li>
+<li>
+<ul class="inheritance">
+<li>de.juplo.plugins.hibernate.CreateMojo</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Implemented Interfaces:</dt>
+<dd>org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo</dd>
+</dl>
+<hr>
+<br>
+<pre>public class <span class="typeNameLabel">CreateMojo</span>
+extends <a href="../../../../de/juplo/plugins/hibernate/AbstractSchemaMojo.html" title="class in de.juplo.plugins.hibernate">AbstractSchemaMojo</a></pre>
+<div class="block">Generate/Execute SQL to create a database-schema that represents the
+ configured mappings.</div>
+<dl>
+<dt><span class="simpleTagLabel">Goal:</span></dt>
+<dd>create</dd>
+<dt><span class="simpleTagLabel">Phase:</span></dt>
+<dd>process-classes</dd>
+<dt><span class="simpleTagLabel">Thread Safe:</span></dt>
+<dt><span class="simpleTagLabel">Requires Dependency Resolution:</span></dt>
+<dd>runtime</dd>
+</dl>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- =========== FIELD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="field.summary">
+<!-- -->
+</a>
+<h3>Field Summary</h3>
+<ul class="blockList">
+<li class="blockList"><a name="fields.inherited.from.class.de.juplo.plugins.hibernate.AbstractSchemaMojo">
+<!-- -->
+</a>
+<h3>Fields inherited from class de.juplo.plugins.hibernate.<a href="../../../../de/juplo/plugins/hibernate/AbstractSchemaMojo.html" title="class in de.juplo.plugins.hibernate">AbstractSchemaMojo</a></h3>
+<code><a href="../../../../de/juplo/plugins/hibernate/AbstractSchemaMojo.html#EXECUTE">EXECUTE</a>, <a href="../../../../de/juplo/plugins/hibernate/AbstractSchemaMojo.html#OUTPUTDIRECTORY">OUTPUTDIRECTORY</a>, <a href="../../../../de/juplo/plugins/hibernate/AbstractSchemaMojo.html#SCAN_CLASSES">SCAN_CLASSES</a>, <a href="../../../../de/juplo/plugins/hibernate/AbstractSchemaMojo.html#SCAN_DEPENDENCIES">SCAN_DEPENDENCIES</a>, <a href="../../../../de/juplo/plugins/hibernate/AbstractSchemaMojo.html#SCAN_TESTCLASSES">SCAN_TESTCLASSES</a>, <a href="../../../../de/juplo/plugins/hibernate/AbstractSchemaMojo.html#SCRIPT">SCRIPT</a>, <a href="../../../../de/juplo/plugins/hibernate/AbstractSchemaMojo.html#SKIPPED">SKIPPED</a>, <a href="../../../../de/juplo/plugins/hibernate/AbstractSchemaMojo.html#TEST_OUTPUTDIRECTORY">TEST_OUTPUTDIRECTORY</a></code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="fields.inherited.from.class.org.apache.maven.plugin.Mojo">
+<!-- -->
+</a>
+<h3>Fields inherited from interface org.apache.maven.plugin.Mojo</h3>
+<code>ROLE</code></li>
+</ul>
+</li>
+</ul>
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.summary">
+<!-- -->
+</a>
+<h3>Constructor Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
+<caption><span>Constructors</span><span class="tabEnd"> </span></caption>
+<tr>
+<th class="colOne" scope="col">Constructor and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../../de/juplo/plugins/hibernate/CreateMojo.html#CreateMojo--">CreateMojo</a></span>()</code> </td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.summary">
+<!-- -->
+</a>
+<h3>Method Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
+<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd"> </span></span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tr id="i0" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/juplo/plugins/hibernate/CreateMojo.html#execute--">execute</a></span>()</code> </td>
+</tr>
+</table>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.de.juplo.plugins.hibernate.AbstractSchemaMojo">
+<!-- -->
+</a>
+<h3>Methods inherited from class de.juplo.plugins.hibernate.<a href="../../../../de/juplo/plugins/hibernate/AbstractSchemaMojo.html" title="class in de.juplo.plugins.hibernate">AbstractSchemaMojo</a></h3>
+<code><a href="../../../../de/juplo/plugins/hibernate/AbstractSchemaMojo.html#execute-java.lang.String-">execute</a>, <a href="../../../../de/juplo/plugins/hibernate/AbstractSchemaMojo.html#printStrackTrace-java.lang.StringBuilder-java.lang.Throwable-">printStrackTrace</a></code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.org.apache.maven.plugin.AbstractMojo">
+<!-- -->
+</a>
+<h3>Methods inherited from class org.apache.maven.plugin.AbstractMojo</h3>
+<code>getLog, getPluginContext, setLog, setPluginContext</code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
+<!-- -->
+</a>
+<h3>Methods inherited from class java.lang.Object</h3>
+<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.detail">
+<!-- -->
+</a>
+<h3>Constructor Detail</h3>
+<a name="CreateMojo--">
+<!-- -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>CreateMojo</h4>
+<pre>public CreateMojo()</pre>
+</li>
+</ul>
+</li>
+</ul>
+<!-- ============ METHOD DETAIL ========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.detail">
+<!-- -->
+</a>
+<h3>Method Detail</h3>
+<a name="execute--">
+<!-- -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>execute</h4>
+<pre>public final void execute()
+ throws org.apache.maven.plugin.MojoFailureException,
+ org.apache.maven.plugin.MojoExecutionException</pre>
+<dl>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>org.apache.maven.plugin.MojoFailureException</code></dd>
+<dd><code>org.apache.maven.plugin.MojoExecutionException</code></dd>
+</dl>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+</div>
+<!-- ========= END OF CLASS DATA ========= -->
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar.bottom">
+<!-- -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar.bottom.firstrow">
+<!-- -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../de/juplo/plugins/hibernate/package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="class-use/CreateMojo.html">Use</a></li>
+<li><a href="package-tree.html">Tree</a></li>
+<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../index-all.html">Index</a></li>
+<li><a href="../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a href="../../../../de/juplo/plugins/hibernate/AbstractSchemaMojo.html" title="class in de.juplo.plugins.hibernate"><span class="typeNameLink">Prev Class</span></a></li>
+<li><a href="../../../../de/juplo/plugins/hibernate/DropMojo.html" title="class in de.juplo.plugins.hibernate"><span class="typeNameLink">Next Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?de/juplo/plugins/hibernate/CreateMojo.html" target="_top">Frames</a></li>
+<li><a href="CreateMojo.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+ allClassesLink = document.getElementById("allclasses_navbar_bottom");
+ if(window==top) {
+ allClassesLink.style.display = "block";
+ }
+ else {
+ allClassesLink.style.display = "none";
+ }
+ //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>Summary: </li>
+<li>Nested | </li>
+<li><a href="#fields.inherited.from.class.de.juplo.plugins.hibernate.AbstractSchemaMojo">Field</a> | </li>
+<li><a href="#constructor.summary">Constr</a> | </li>
+<li><a href="#method.summary">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail: </li>
+<li>Field | </li>
+<li><a href="#constructor.detail">Constr</a> | </li>
+<li><a href="#method.detail">Method</a></li>
+</ul>
+</div>
+<a name="skip.navbar.bottom">
+<!-- -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+<p class="legalCopy"><small>Copyright © 2026. All Rights Reserved.</small></p>
+</body>
+</html>
--- /dev/null
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_342) on Wed Apr 22 07:10:41 UTC 2026 -->
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>DropMojo (Hibernate Maven Plugin 2.1.0 API)</title>
+<meta name="date" content="2026-04-22">
+<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
+<script type="text/javascript" src="../../../../script.js"></script>
+</head>
+<body>
+<script type="text/javascript"><!--
+ try {
+ if (location.href.indexOf('is-external=true') == -1) {
+ parent.document.title="DropMojo (Hibernate Maven Plugin 2.1.0 API)";
+ }
+ }
+ catch(err) {
+ }
+//-->
+var methods = {"i0":10};
+var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
+var altColor = "altColor";
+var rowColor = "rowColor";
+var tableTab = "tableTab";
+var activeTableTab = "activeTableTab";
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar.top">
+<!-- -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar.top.firstrow">
+<!-- -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../de/juplo/plugins/hibernate/package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="class-use/DropMojo.html">Use</a></li>
+<li><a href="package-tree.html">Tree</a></li>
+<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../index-all.html">Index</a></li>
+<li><a href="../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a href="../../../../de/juplo/plugins/hibernate/CreateMojo.html" title="class in de.juplo.plugins.hibernate"><span class="typeNameLink">Prev Class</span></a></li>
+<li><a href="../../../../de/juplo/plugins/hibernate/HelpMojo.html" title="class in de.juplo.plugins.hibernate"><span class="typeNameLink">Next Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?de/juplo/plugins/hibernate/DropMojo.html" target="_top">Frames</a></li>
+<li><a href="DropMojo.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+ allClassesLink = document.getElementById("allclasses_navbar_top");
+ if(window==top) {
+ allClassesLink.style.display = "block";
+ }
+ else {
+ allClassesLink.style.display = "none";
+ }
+ //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>Summary: </li>
+<li>Nested | </li>
+<li><a href="#fields.inherited.from.class.de.juplo.plugins.hibernate.AbstractSchemaMojo">Field</a> | </li>
+<li><a href="#constructor.summary">Constr</a> | </li>
+<li><a href="#method.summary">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail: </li>
+<li>Field | </li>
+<li><a href="#constructor.detail">Constr</a> | </li>
+<li><a href="#method.detail">Method</a></li>
+</ul>
+</div>
+<a name="skip.navbar.top">
+<!-- -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<!-- ======== START OF CLASS DATA ======== -->
+<div class="header">
+<div class="subTitle">de.juplo.plugins.hibernate</div>
+<h2 title="Class DropMojo" class="title">Class DropMojo</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li>java.lang.Object</li>
+<li>
+<ul class="inheritance">
+<li>org.apache.maven.plugin.AbstractMojo</li>
+<li>
+<ul class="inheritance">
+<li><a href="../../../../de/juplo/plugins/hibernate/AbstractSchemaMojo.html" title="class in de.juplo.plugins.hibernate">de.juplo.plugins.hibernate.AbstractSchemaMojo</a></li>
+<li>
+<ul class="inheritance">
+<li>de.juplo.plugins.hibernate.DropMojo</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Implemented Interfaces:</dt>
+<dd>org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo</dd>
+</dl>
+<hr>
+<br>
+<pre>public class <span class="typeNameLabel">DropMojo</span>
+extends <a href="../../../../de/juplo/plugins/hibernate/AbstractSchemaMojo.html" title="class in de.juplo.plugins.hibernate">AbstractSchemaMojo</a></pre>
+<div class="block">Generate/Execute SQL to drop all tables of a database-schema that represents
+ the configured mappings.</div>
+<dl>
+<dt><span class="simpleTagLabel">Goal:</span></dt>
+<dd>drop</dd>
+<dt><span class="simpleTagLabel">Phase:</span></dt>
+<dd>process-classes</dd>
+<dt><span class="simpleTagLabel">Thread Safe:</span></dt>
+<dt><span class="simpleTagLabel">Requires Dependency Resolution:</span></dt>
+<dd>runtime</dd>
+</dl>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- =========== FIELD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="field.summary">
+<!-- -->
+</a>
+<h3>Field Summary</h3>
+<ul class="blockList">
+<li class="blockList"><a name="fields.inherited.from.class.de.juplo.plugins.hibernate.AbstractSchemaMojo">
+<!-- -->
+</a>
+<h3>Fields inherited from class de.juplo.plugins.hibernate.<a href="../../../../de/juplo/plugins/hibernate/AbstractSchemaMojo.html" title="class in de.juplo.plugins.hibernate">AbstractSchemaMojo</a></h3>
+<code><a href="../../../../de/juplo/plugins/hibernate/AbstractSchemaMojo.html#EXECUTE">EXECUTE</a>, <a href="../../../../de/juplo/plugins/hibernate/AbstractSchemaMojo.html#OUTPUTDIRECTORY">OUTPUTDIRECTORY</a>, <a href="../../../../de/juplo/plugins/hibernate/AbstractSchemaMojo.html#SCAN_CLASSES">SCAN_CLASSES</a>, <a href="../../../../de/juplo/plugins/hibernate/AbstractSchemaMojo.html#SCAN_DEPENDENCIES">SCAN_DEPENDENCIES</a>, <a href="../../../../de/juplo/plugins/hibernate/AbstractSchemaMojo.html#SCAN_TESTCLASSES">SCAN_TESTCLASSES</a>, <a href="../../../../de/juplo/plugins/hibernate/AbstractSchemaMojo.html#SCRIPT">SCRIPT</a>, <a href="../../../../de/juplo/plugins/hibernate/AbstractSchemaMojo.html#SKIPPED">SKIPPED</a>, <a href="../../../../de/juplo/plugins/hibernate/AbstractSchemaMojo.html#TEST_OUTPUTDIRECTORY">TEST_OUTPUTDIRECTORY</a></code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="fields.inherited.from.class.org.apache.maven.plugin.Mojo">
+<!-- -->
+</a>
+<h3>Fields inherited from interface org.apache.maven.plugin.Mojo</h3>
+<code>ROLE</code></li>
+</ul>
+</li>
+</ul>
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.summary">
+<!-- -->
+</a>
+<h3>Constructor Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
+<caption><span>Constructors</span><span class="tabEnd"> </span></caption>
+<tr>
+<th class="colOne" scope="col">Constructor and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../../de/juplo/plugins/hibernate/DropMojo.html#DropMojo--">DropMojo</a></span>()</code> </td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.summary">
+<!-- -->
+</a>
+<h3>Method Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
+<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd"> </span></span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tr id="i0" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/juplo/plugins/hibernate/DropMojo.html#execute--">execute</a></span>()</code> </td>
+</tr>
+</table>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.de.juplo.plugins.hibernate.AbstractSchemaMojo">
+<!-- -->
+</a>
+<h3>Methods inherited from class de.juplo.plugins.hibernate.<a href="../../../../de/juplo/plugins/hibernate/AbstractSchemaMojo.html" title="class in de.juplo.plugins.hibernate">AbstractSchemaMojo</a></h3>
+<code><a href="../../../../de/juplo/plugins/hibernate/AbstractSchemaMojo.html#execute-java.lang.String-">execute</a>, <a href="../../../../de/juplo/plugins/hibernate/AbstractSchemaMojo.html#printStrackTrace-java.lang.StringBuilder-java.lang.Throwable-">printStrackTrace</a></code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.org.apache.maven.plugin.AbstractMojo">
+<!-- -->
+</a>
+<h3>Methods inherited from class org.apache.maven.plugin.AbstractMojo</h3>
+<code>getLog, getPluginContext, setLog, setPluginContext</code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
+<!-- -->
+</a>
+<h3>Methods inherited from class java.lang.Object</h3>
+<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.detail">
+<!-- -->
+</a>
+<h3>Constructor Detail</h3>
+<a name="DropMojo--">
+<!-- -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>DropMojo</h4>
+<pre>public DropMojo()</pre>
+</li>
+</ul>
+</li>
+</ul>
+<!-- ============ METHOD DETAIL ========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.detail">
+<!-- -->
+</a>
+<h3>Method Detail</h3>
+<a name="execute--">
+<!-- -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>execute</h4>
+<pre>public final void execute()
+ throws org.apache.maven.plugin.MojoFailureException,
+ org.apache.maven.plugin.MojoExecutionException</pre>
+<dl>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>org.apache.maven.plugin.MojoFailureException</code></dd>
+<dd><code>org.apache.maven.plugin.MojoExecutionException</code></dd>
+</dl>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+</div>
+<!-- ========= END OF CLASS DATA ========= -->
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar.bottom">
+<!-- -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar.bottom.firstrow">
+<!-- -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../de/juplo/plugins/hibernate/package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="class-use/DropMojo.html">Use</a></li>
+<li><a href="package-tree.html">Tree</a></li>
+<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../index-all.html">Index</a></li>
+<li><a href="../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a href="../../../../de/juplo/plugins/hibernate/CreateMojo.html" title="class in de.juplo.plugins.hibernate"><span class="typeNameLink">Prev Class</span></a></li>
+<li><a href="../../../../de/juplo/plugins/hibernate/HelpMojo.html" title="class in de.juplo.plugins.hibernate"><span class="typeNameLink">Next Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?de/juplo/plugins/hibernate/DropMojo.html" target="_top">Frames</a></li>
+<li><a href="DropMojo.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+ allClassesLink = document.getElementById("allclasses_navbar_bottom");
+ if(window==top) {
+ allClassesLink.style.display = "block";
+ }
+ else {
+ allClassesLink.style.display = "none";
+ }
+ //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>Summary: </li>
+<li>Nested | </li>
+<li><a href="#fields.inherited.from.class.de.juplo.plugins.hibernate.AbstractSchemaMojo">Field</a> | </li>
+<li><a href="#constructor.summary">Constr</a> | </li>
+<li><a href="#method.summary">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail: </li>
+<li>Field | </li>
+<li><a href="#constructor.detail">Constr</a> | </li>
+<li><a href="#method.detail">Method</a></li>
+</ul>
+</div>
+<a name="skip.navbar.bottom">
+<!-- -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+<p class="legalCopy"><small>Copyright © 2026. All Rights Reserved.</small></p>
+</body>
+</html>
--- /dev/null
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_342) on Wed Apr 22 07:10:41 UTC 2026 -->
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>HelpMojo (Hibernate Maven Plugin 2.1.0 API)</title>
+<meta name="date" content="2026-04-22">
+<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
+<script type="text/javascript" src="../../../../script.js"></script>
+</head>
+<body>
+<script type="text/javascript"><!--
+ try {
+ if (location.href.indexOf('is-external=true') == -1) {
+ parent.document.title="HelpMojo (Hibernate Maven Plugin 2.1.0 API)";
+ }
+ }
+ catch(err) {
+ }
+//-->
+var methods = {"i0":10};
+var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
+var altColor = "altColor";
+var rowColor = "rowColor";
+var tableTab = "tableTab";
+var activeTableTab = "activeTableTab";
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar.top">
+<!-- -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar.top.firstrow">
+<!-- -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../de/juplo/plugins/hibernate/package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="class-use/HelpMojo.html">Use</a></li>
+<li><a href="package-tree.html">Tree</a></li>
+<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../index-all.html">Index</a></li>
+<li><a href="../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a href="../../../../de/juplo/plugins/hibernate/DropMojo.html" title="class in de.juplo.plugins.hibernate"><span class="typeNameLink">Prev Class</span></a></li>
+<li><a href="../../../../de/juplo/plugins/hibernate/ModificationTracker.html" title="class in de.juplo.plugins.hibernate"><span class="typeNameLink">Next Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?de/juplo/plugins/hibernate/HelpMojo.html" target="_top">Frames</a></li>
+<li><a href="HelpMojo.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+ allClassesLink = document.getElementById("allclasses_navbar_top");
+ if(window==top) {
+ allClassesLink.style.display = "block";
+ }
+ else {
+ allClassesLink.style.display = "none";
+ }
+ //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>Summary: </li>
+<li>Nested | </li>
+<li>Field | </li>
+<li><a href="#constructor.summary">Constr</a> | </li>
+<li><a href="#method.summary">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail: </li>
+<li>Field | </li>
+<li><a href="#constructor.detail">Constr</a> | </li>
+<li><a href="#method.detail">Method</a></li>
+</ul>
+</div>
+<a name="skip.navbar.top">
+<!-- -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<!-- ======== START OF CLASS DATA ======== -->
+<div class="header">
+<div class="subTitle">de.juplo.plugins.hibernate</div>
+<h2 title="Class HelpMojo" class="title">Class HelpMojo</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li>java.lang.Object</li>
+<li>
+<ul class="inheritance">
+<li>org.apache.maven.plugin.AbstractMojo</li>
+<li>
+<ul class="inheritance">
+<li>de.juplo.plugins.hibernate.HelpMojo</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Implemented Interfaces:</dt>
+<dd>org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo</dd>
+</dl>
+<hr>
+<br>
+<pre>public class <span class="typeNameLabel">HelpMojo</span>
+extends org.apache.maven.plugin.AbstractMojo</pre>
+<div class="block">Display help information on hibernate-maven-plugin.<br>
+ Call <code>mvn hibernate:help -Ddetail=true -Dgoal=<goal-name></code> to display parameter details.</div>
+<dl>
+<dt><span class="simpleTagLabel">Author:</span></dt>
+<dd>maven-plugin-tools</dd>
+<dt><span class="simpleTagLabel">Goal:</span></dt>
+<dd>help</dd>
+<dt><span class="simpleTagLabel">Thread Safe:</span></dt>
+<dt><span class="simpleTagLabel">Requires Project:</span></dt>
+<dd>false</dd>
+</dl>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- =========== FIELD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="field.summary">
+<!-- -->
+</a>
+<h3>Field Summary</h3>
+<ul class="blockList">
+<li class="blockList"><a name="fields.inherited.from.class.org.apache.maven.plugin.Mojo">
+<!-- -->
+</a>
+<h3>Fields inherited from interface org.apache.maven.plugin.Mojo</h3>
+<code>ROLE</code></li>
+</ul>
+</li>
+</ul>
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.summary">
+<!-- -->
+</a>
+<h3>Constructor Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
+<caption><span>Constructors</span><span class="tabEnd"> </span></caption>
+<tr>
+<th class="colOne" scope="col">Constructor and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../../de/juplo/plugins/hibernate/HelpMojo.html#HelpMojo--">HelpMojo</a></span>()</code> </td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.summary">
+<!-- -->
+</a>
+<h3>Method Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
+<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd"> </span></span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tr id="i0" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/juplo/plugins/hibernate/HelpMojo.html#execute--">execute</a></span>()</code></td>
+</tr>
+</table>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.org.apache.maven.plugin.AbstractMojo">
+<!-- -->
+</a>
+<h3>Methods inherited from class org.apache.maven.plugin.AbstractMojo</h3>
+<code>getLog, getPluginContext, setLog, setPluginContext</code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
+<!-- -->
+</a>
+<h3>Methods inherited from class java.lang.Object</h3>
+<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.detail">
+<!-- -->
+</a>
+<h3>Constructor Detail</h3>
+<a name="HelpMojo--">
+<!-- -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>HelpMojo</h4>
+<pre>public HelpMojo()</pre>
+</li>
+</ul>
+</li>
+</ul>
+<!-- ============ METHOD DETAIL ========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.detail">
+<!-- -->
+</a>
+<h3>Method Detail</h3>
+<a name="execute--">
+<!-- -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>execute</h4>
+<pre>public void execute()
+ throws org.apache.maven.plugin.MojoExecutionException</pre>
+<dl>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>org.apache.maven.plugin.MojoExecutionException</code></dd>
+</dl>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+</div>
+<!-- ========= END OF CLASS DATA ========= -->
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar.bottom">
+<!-- -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar.bottom.firstrow">
+<!-- -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../de/juplo/plugins/hibernate/package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="class-use/HelpMojo.html">Use</a></li>
+<li><a href="package-tree.html">Tree</a></li>
+<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../index-all.html">Index</a></li>
+<li><a href="../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a href="../../../../de/juplo/plugins/hibernate/DropMojo.html" title="class in de.juplo.plugins.hibernate"><span class="typeNameLink">Prev Class</span></a></li>
+<li><a href="../../../../de/juplo/plugins/hibernate/ModificationTracker.html" title="class in de.juplo.plugins.hibernate"><span class="typeNameLink">Next Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?de/juplo/plugins/hibernate/HelpMojo.html" target="_top">Frames</a></li>
+<li><a href="HelpMojo.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+ allClassesLink = document.getElementById("allclasses_navbar_bottom");
+ if(window==top) {
+ allClassesLink.style.display = "block";
+ }
+ else {
+ allClassesLink.style.display = "none";
+ }
+ //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>Summary: </li>
+<li>Nested | </li>
+<li>Field | </li>
+<li><a href="#constructor.summary">Constr</a> | </li>
+<li><a href="#method.summary">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail: </li>
+<li>Field | </li>
+<li><a href="#constructor.detail">Constr</a> | </li>
+<li><a href="#method.detail">Method</a></li>
+</ul>
+</div>
+<a name="skip.navbar.bottom">
+<!-- -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+<p class="legalCopy"><small>Copyright © 2026. All Rights Reserved.</small></p>
+</body>
+</html>
--- /dev/null
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_342) on Wed Apr 22 07:10:41 UTC 2026 -->
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>ModificationTracker (Hibernate Maven Plugin 2.1.0 API)</title>
+<meta name="date" content="2026-04-22">
+<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
+<script type="text/javascript" src="../../../../script.js"></script>
+</head>
+<body>
+<script type="text/javascript"><!--
+ try {
+ if (location.href.indexOf('is-external=true') == -1) {
+ parent.document.title="ModificationTracker (Hibernate Maven Plugin 2.1.0 API)";
+ }
+ }
+ catch(err) {
+ }
+//-->
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar.top">
+<!-- -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar.top.firstrow">
+<!-- -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../de/juplo/plugins/hibernate/package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="class-use/ModificationTracker.html">Use</a></li>
+<li><a href="package-tree.html">Tree</a></li>
+<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../index-all.html">Index</a></li>
+<li><a href="../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a href="../../../../de/juplo/plugins/hibernate/HelpMojo.html" title="class in de.juplo.plugins.hibernate"><span class="typeNameLink">Prev Class</span></a></li>
+<li><a href="../../../../de/juplo/plugins/hibernate/MutableClassLoader.html" title="class in de.juplo.plugins.hibernate"><span class="typeNameLink">Next Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?de/juplo/plugins/hibernate/ModificationTracker.html" target="_top">Frames</a></li>
+<li><a href="ModificationTracker.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+ allClassesLink = document.getElementById("allclasses_navbar_top");
+ if(window==top) {
+ allClassesLink.style.display = "block";
+ }
+ else {
+ allClassesLink.style.display = "none";
+ }
+ //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>Summary: </li>
+<li>Nested | </li>
+<li>Field | </li>
+<li>Constr | </li>
+<li><a href="#methods.inherited.from.class.java.lang.Object">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail: </li>
+<li>Field | </li>
+<li>Constr | </li>
+<li>Method</li>
+</ul>
+</div>
+<a name="skip.navbar.top">
+<!-- -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<!-- ======== START OF CLASS DATA ======== -->
+<div class="header">
+<div class="subTitle">de.juplo.plugins.hibernate</div>
+<h2 title="Class ModificationTracker" class="title">Class ModificationTracker</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li>java.lang.Object</li>
+<li>
+<ul class="inheritance">
+<li>de.juplo.plugins.hibernate.ModificationTracker</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<hr>
+<br>
+<pre>public class <span class="typeNameLabel">ModificationTracker</span>
+extends java.lang.Object</pre>
+<dl>
+<dt><span class="simpleTagLabel">Author:</span></dt>
+<dd>Kai Moritz</dd>
+</dl>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.summary">
+<!-- -->
+</a>
+<h3>Method Summary</h3>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
+<!-- -->
+</a>
+<h3>Methods inherited from class java.lang.Object</h3>
+<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+</div>
+<!-- ========= END OF CLASS DATA ========= -->
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar.bottom">
+<!-- -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar.bottom.firstrow">
+<!-- -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../de/juplo/plugins/hibernate/package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="class-use/ModificationTracker.html">Use</a></li>
+<li><a href="package-tree.html">Tree</a></li>
+<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../index-all.html">Index</a></li>
+<li><a href="../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a href="../../../../de/juplo/plugins/hibernate/HelpMojo.html" title="class in de.juplo.plugins.hibernate"><span class="typeNameLink">Prev Class</span></a></li>
+<li><a href="../../../../de/juplo/plugins/hibernate/MutableClassLoader.html" title="class in de.juplo.plugins.hibernate"><span class="typeNameLink">Next Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?de/juplo/plugins/hibernate/ModificationTracker.html" target="_top">Frames</a></li>
+<li><a href="ModificationTracker.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+ allClassesLink = document.getElementById("allclasses_navbar_bottom");
+ if(window==top) {
+ allClassesLink.style.display = "block";
+ }
+ else {
+ allClassesLink.style.display = "none";
+ }
+ //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>Summary: </li>
+<li>Nested | </li>
+<li>Field | </li>
+<li>Constr | </li>
+<li><a href="#methods.inherited.from.class.java.lang.Object">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail: </li>
+<li>Field | </li>
+<li>Constr | </li>
+<li>Method</li>
+</ul>
+</div>
+<a name="skip.navbar.bottom">
+<!-- -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+<p class="legalCopy"><small>Copyright © 2026. All Rights Reserved.</small></p>
+</body>
+</html>
--- /dev/null
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_342) on Wed Apr 22 07:10:41 UTC 2026 -->
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>MutableClassLoader (Hibernate Maven Plugin 2.1.0 API)</title>
+<meta name="date" content="2026-04-22">
+<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
+<script type="text/javascript" src="../../../../script.js"></script>
+</head>
+<body>
+<script type="text/javascript"><!--
+ try {
+ if (location.href.indexOf('is-external=true') == -1) {
+ parent.document.title="MutableClassLoader (Hibernate Maven Plugin 2.1.0 API)";
+ }
+ }
+ catch(err) {
+ }
+//-->
+var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10};
+var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
+var altColor = "altColor";
+var rowColor = "rowColor";
+var tableTab = "tableTab";
+var activeTableTab = "activeTableTab";
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar.top">
+<!-- -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar.top.firstrow">
+<!-- -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../de/juplo/plugins/hibernate/package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="class-use/MutableClassLoader.html">Use</a></li>
+<li><a href="package-tree.html">Tree</a></li>
+<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../index-all.html">Index</a></li>
+<li><a href="../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a href="../../../../de/juplo/plugins/hibernate/ModificationTracker.html" title="class in de.juplo.plugins.hibernate"><span class="typeNameLink">Prev Class</span></a></li>
+<li><a href="../../../../de/juplo/plugins/hibernate/UpdateMojo.html" title="class in de.juplo.plugins.hibernate"><span class="typeNameLink">Next Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?de/juplo/plugins/hibernate/MutableClassLoader.html" target="_top">Frames</a></li>
+<li><a href="MutableClassLoader.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+ allClassesLink = document.getElementById("allclasses_navbar_top");
+ if(window==top) {
+ allClassesLink.style.display = "block";
+ }
+ else {
+ allClassesLink.style.display = "none";
+ }
+ //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>Summary: </li>
+<li>Nested | </li>
+<li>Field | </li>
+<li><a href="#constructor.summary">Constr</a> | </li>
+<li><a href="#method.summary">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail: </li>
+<li>Field | </li>
+<li><a href="#constructor.detail">Constr</a> | </li>
+<li><a href="#method.detail">Method</a></li>
+</ul>
+</div>
+<a name="skip.navbar.top">
+<!-- -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<!-- ======== START OF CLASS DATA ======== -->
+<div class="header">
+<div class="subTitle">de.juplo.plugins.hibernate</div>
+<h2 title="Class MutableClassLoader" class="title">Class MutableClassLoader</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li>java.lang.Object</li>
+<li>
+<ul class="inheritance">
+<li>java.lang.ClassLoader</li>
+<li>
+<ul class="inheritance">
+<li>de.juplo.plugins.hibernate.MutableClassLoader</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<hr>
+<br>
+<pre>public class <span class="typeNameLabel">MutableClassLoader</span>
+extends java.lang.ClassLoader</pre>
+<dl>
+<dt><span class="simpleTagLabel">Author:</span></dt>
+<dd>kai</dd>
+</dl>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.summary">
+<!-- -->
+</a>
+<h3>Constructor Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
+<caption><span>Constructors</span><span class="tabEnd"> </span></caption>
+<tr>
+<th class="colOne" scope="col">Constructor and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../../de/juplo/plugins/hibernate/MutableClassLoader.html#MutableClassLoader-java.util.LinkedHashSet-org.apache.maven.plugin.logging.Log-">MutableClassLoader</a></span>(java.util.LinkedHashSet<java.net.URL> urls,
+ org.apache.maven.plugin.logging.Log log)</code> </td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.summary">
+<!-- -->
+</a>
+<h3>Method Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
+<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd"> </span></span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tr id="i0" class="altColor">
+<td class="colFirst"><code><a href="../../../../de/juplo/plugins/hibernate/MutableClassLoader.html" title="class in de.juplo.plugins.hibernate">MutableClassLoader</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/juplo/plugins/hibernate/MutableClassLoader.html#add-java.util.LinkedHashSet-">add</a></span>(java.util.LinkedHashSet<java.net.URL> urls)</code> </td>
+</tr>
+<tr id="i1" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/juplo/plugins/hibernate/MutableClassLoader.html#clearAssertionStatus--">clearAssertionStatus</a></span>()</code> </td>
+</tr>
+<tr id="i2" class="altColor">
+<td class="colFirst"><code>java.net.URL</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/juplo/plugins/hibernate/MutableClassLoader.html#getResource-java.lang.String-">getResource</a></span>(java.lang.String name)</code> </td>
+</tr>
+<tr id="i3" class="rowColor">
+<td class="colFirst"><code>java.io.InputStream</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/juplo/plugins/hibernate/MutableClassLoader.html#getResourceAsStream-java.lang.String-">getResourceAsStream</a></span>(java.lang.String name)</code> </td>
+</tr>
+<tr id="i4" class="altColor">
+<td class="colFirst"><code>java.util.Enumeration<java.net.URL></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/juplo/plugins/hibernate/MutableClassLoader.html#getResources-java.lang.String-">getResources</a></span>(java.lang.String name)</code> </td>
+</tr>
+<tr id="i5" class="rowColor">
+<td class="colFirst"><code>java.lang.Class<?></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/juplo/plugins/hibernate/MutableClassLoader.html#loadClass-java.lang.String-">loadClass</a></span>(java.lang.String name)</code> </td>
+</tr>
+<tr id="i6" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/juplo/plugins/hibernate/MutableClassLoader.html#setClassAssertionStatus-java.lang.String-boolean-">setClassAssertionStatus</a></span>(java.lang.String className,
+ boolean enabled)</code> </td>
+</tr>
+<tr id="i7" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/juplo/plugins/hibernate/MutableClassLoader.html#setDefaultAssertionStatus-boolean-">setDefaultAssertionStatus</a></span>(boolean enabled)</code> </td>
+</tr>
+<tr id="i8" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/juplo/plugins/hibernate/MutableClassLoader.html#setPackageAssertionStatus-java.lang.String-boolean-">setPackageAssertionStatus</a></span>(java.lang.String packageName,
+ boolean enabled)</code> </td>
+</tr>
+</table>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.ClassLoader">
+<!-- -->
+</a>
+<h3>Methods inherited from class java.lang.ClassLoader</h3>
+<code>defineClass, defineClass, defineClass, defineClass, definePackage, findClass, findLibrary, findLoadedClass, findResource, findResources, findSystemClass, getClassLoadingLock, getPackage, getPackages, getParent, getSystemClassLoader, getSystemResource, getSystemResourceAsStream, getSystemResources, loadClass, registerAsParallelCapable, resolveClass, setSigners</code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
+<!-- -->
+</a>
+<h3>Methods inherited from class java.lang.Object</h3>
+<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.detail">
+<!-- -->
+</a>
+<h3>Constructor Detail</h3>
+<a name="MutableClassLoader-java.util.LinkedHashSet-org.apache.maven.plugin.logging.Log-">
+<!-- -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>MutableClassLoader</h4>
+<pre>public MutableClassLoader(java.util.LinkedHashSet<java.net.URL> urls,
+ org.apache.maven.plugin.logging.Log log)</pre>
+</li>
+</ul>
+</li>
+</ul>
+<!-- ============ METHOD DETAIL ========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.detail">
+<!-- -->
+</a>
+<h3>Method Detail</h3>
+<a name="add-java.util.LinkedHashSet-">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>add</h4>
+<pre>public <a href="../../../../de/juplo/plugins/hibernate/MutableClassLoader.html" title="class in de.juplo.plugins.hibernate">MutableClassLoader</a> add(java.util.LinkedHashSet<java.net.URL> urls)</pre>
+</li>
+</ul>
+<a name="clearAssertionStatus--">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>clearAssertionStatus</h4>
+<pre>public void clearAssertionStatus()</pre>
+<dl>
+<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
+<dd><code>clearAssertionStatus</code> in class <code>java.lang.ClassLoader</code></dd>
+</dl>
+</li>
+</ul>
+<a name="setClassAssertionStatus-java.lang.String-boolean-">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setClassAssertionStatus</h4>
+<pre>public void setClassAssertionStatus(java.lang.String className,
+ boolean enabled)</pre>
+<dl>
+<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
+<dd><code>setClassAssertionStatus</code> in class <code>java.lang.ClassLoader</code></dd>
+</dl>
+</li>
+</ul>
+<a name="setPackageAssertionStatus-java.lang.String-boolean-">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setPackageAssertionStatus</h4>
+<pre>public void setPackageAssertionStatus(java.lang.String packageName,
+ boolean enabled)</pre>
+<dl>
+<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
+<dd><code>setPackageAssertionStatus</code> in class <code>java.lang.ClassLoader</code></dd>
+</dl>
+</li>
+</ul>
+<a name="setDefaultAssertionStatus-boolean-">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setDefaultAssertionStatus</h4>
+<pre>public void setDefaultAssertionStatus(boolean enabled)</pre>
+<dl>
+<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
+<dd><code>setDefaultAssertionStatus</code> in class <code>java.lang.ClassLoader</code></dd>
+</dl>
+</li>
+</ul>
+<a name="getResourceAsStream-java.lang.String-">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getResourceAsStream</h4>
+<pre>public java.io.InputStream getResourceAsStream(java.lang.String name)</pre>
+<dl>
+<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
+<dd><code>getResourceAsStream</code> in class <code>java.lang.ClassLoader</code></dd>
+</dl>
+</li>
+</ul>
+<a name="getResources-java.lang.String-">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getResources</h4>
+<pre>public java.util.Enumeration<java.net.URL> getResources(java.lang.String name)
+ throws java.io.IOException</pre>
+<dl>
+<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
+<dd><code>getResources</code> in class <code>java.lang.ClassLoader</code></dd>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>java.io.IOException</code></dd>
+</dl>
+</li>
+</ul>
+<a name="getResource-java.lang.String-">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getResource</h4>
+<pre>public java.net.URL getResource(java.lang.String name)</pre>
+<dl>
+<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
+<dd><code>getResource</code> in class <code>java.lang.ClassLoader</code></dd>
+</dl>
+</li>
+</ul>
+<a name="loadClass-java.lang.String-">
+<!-- -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>loadClass</h4>
+<pre>public java.lang.Class<?> loadClass(java.lang.String name)
+ throws java.lang.ClassNotFoundException</pre>
+<dl>
+<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
+<dd><code>loadClass</code> in class <code>java.lang.ClassLoader</code></dd>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>java.lang.ClassNotFoundException</code></dd>
+</dl>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+</div>
+<!-- ========= END OF CLASS DATA ========= -->
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar.bottom">
+<!-- -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar.bottom.firstrow">
+<!-- -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../de/juplo/plugins/hibernate/package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="class-use/MutableClassLoader.html">Use</a></li>
+<li><a href="package-tree.html">Tree</a></li>
+<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../index-all.html">Index</a></li>
+<li><a href="../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a href="../../../../de/juplo/plugins/hibernate/ModificationTracker.html" title="class in de.juplo.plugins.hibernate"><span class="typeNameLink">Prev Class</span></a></li>
+<li><a href="../../../../de/juplo/plugins/hibernate/UpdateMojo.html" title="class in de.juplo.plugins.hibernate"><span class="typeNameLink">Next Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?de/juplo/plugins/hibernate/MutableClassLoader.html" target="_top">Frames</a></li>
+<li><a href="MutableClassLoader.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+ allClassesLink = document.getElementById("allclasses_navbar_bottom");
+ if(window==top) {
+ allClassesLink.style.display = "block";
+ }
+ else {
+ allClassesLink.style.display = "none";
+ }
+ //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>Summary: </li>
+<li>Nested | </li>
+<li>Field | </li>
+<li><a href="#constructor.summary">Constr</a> | </li>
+<li><a href="#method.summary">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail: </li>
+<li>Field | </li>
+<li><a href="#constructor.detail">Constr</a> | </li>
+<li><a href="#method.detail">Method</a></li>
+</ul>
+</div>
+<a name="skip.navbar.bottom">
+<!-- -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+<p class="legalCopy"><small>Copyright © 2026. All Rights Reserved.</small></p>
+</body>
+</html>
--- /dev/null
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_342) on Wed Apr 22 07:10:41 UTC 2026 -->
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>UpdateMojo (Hibernate Maven Plugin 2.1.0 API)</title>
+<meta name="date" content="2026-04-22">
+<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
+<script type="text/javascript" src="../../../../script.js"></script>
+</head>
+<body>
+<script type="text/javascript"><!--
+ try {
+ if (location.href.indexOf('is-external=true') == -1) {
+ parent.document.title="UpdateMojo (Hibernate Maven Plugin 2.1.0 API)";
+ }
+ }
+ catch(err) {
+ }
+//-->
+var methods = {"i0":10};
+var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
+var altColor = "altColor";
+var rowColor = "rowColor";
+var tableTab = "tableTab";
+var activeTableTab = "activeTableTab";
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar.top">
+<!-- -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar.top.firstrow">
+<!-- -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../de/juplo/plugins/hibernate/package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="class-use/UpdateMojo.html">Use</a></li>
+<li><a href="package-tree.html">Tree</a></li>
+<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../index-all.html">Index</a></li>
+<li><a href="../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a href="../../../../de/juplo/plugins/hibernate/MutableClassLoader.html" title="class in de.juplo.plugins.hibernate"><span class="typeNameLink">Prev Class</span></a></li>
+<li>Next Class</li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?de/juplo/plugins/hibernate/UpdateMojo.html" target="_top">Frames</a></li>
+<li><a href="UpdateMojo.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+ allClassesLink = document.getElementById("allclasses_navbar_top");
+ if(window==top) {
+ allClassesLink.style.display = "block";
+ }
+ else {
+ allClassesLink.style.display = "none";
+ }
+ //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>Summary: </li>
+<li>Nested | </li>
+<li><a href="#fields.inherited.from.class.de.juplo.plugins.hibernate.AbstractSchemaMojo">Field</a> | </li>
+<li><a href="#constructor.summary">Constr</a> | </li>
+<li><a href="#method.summary">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail: </li>
+<li>Field | </li>
+<li><a href="#constructor.detail">Constr</a> | </li>
+<li><a href="#method.detail">Method</a></li>
+</ul>
+</div>
+<a name="skip.navbar.top">
+<!-- -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<!-- ======== START OF CLASS DATA ======== -->
+<div class="header">
+<div class="subTitle">de.juplo.plugins.hibernate</div>
+<h2 title="Class UpdateMojo" class="title">Class UpdateMojo</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li>java.lang.Object</li>
+<li>
+<ul class="inheritance">
+<li>org.apache.maven.plugin.AbstractMojo</li>
+<li>
+<ul class="inheritance">
+<li><a href="../../../../de/juplo/plugins/hibernate/AbstractSchemaMojo.html" title="class in de.juplo.plugins.hibernate">de.juplo.plugins.hibernate.AbstractSchemaMojo</a></li>
+<li>
+<ul class="inheritance">
+<li>de.juplo.plugins.hibernate.UpdateMojo</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Implemented Interfaces:</dt>
+<dd>org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo</dd>
+</dl>
+<hr>
+<br>
+<pre>public class <span class="typeNameLabel">UpdateMojo</span>
+extends <a href="../../../../de/juplo/plugins/hibernate/AbstractSchemaMojo.html" title="class in de.juplo.plugins.hibernate">AbstractSchemaMojo</a></pre>
+<div class="block">Generate/Execute SQL to update the database-schema according to the
+ configured mappings.</div>
+<dl>
+<dt><span class="simpleTagLabel">Goal:</span></dt>
+<dd>update</dd>
+<dt><span class="simpleTagLabel">Phase:</span></dt>
+<dd>process-classes</dd>
+<dt><span class="simpleTagLabel">Thread Safe:</span></dt>
+<dt><span class="simpleTagLabel">Requires Dependency Resolution:</span></dt>
+<dd>runtime</dd>
+</dl>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- =========== FIELD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="field.summary">
+<!-- -->
+</a>
+<h3>Field Summary</h3>
+<ul class="blockList">
+<li class="blockList"><a name="fields.inherited.from.class.de.juplo.plugins.hibernate.AbstractSchemaMojo">
+<!-- -->
+</a>
+<h3>Fields inherited from class de.juplo.plugins.hibernate.<a href="../../../../de/juplo/plugins/hibernate/AbstractSchemaMojo.html" title="class in de.juplo.plugins.hibernate">AbstractSchemaMojo</a></h3>
+<code><a href="../../../../de/juplo/plugins/hibernate/AbstractSchemaMojo.html#EXECUTE">EXECUTE</a>, <a href="../../../../de/juplo/plugins/hibernate/AbstractSchemaMojo.html#OUTPUTDIRECTORY">OUTPUTDIRECTORY</a>, <a href="../../../../de/juplo/plugins/hibernate/AbstractSchemaMojo.html#SCAN_CLASSES">SCAN_CLASSES</a>, <a href="../../../../de/juplo/plugins/hibernate/AbstractSchemaMojo.html#SCAN_DEPENDENCIES">SCAN_DEPENDENCIES</a>, <a href="../../../../de/juplo/plugins/hibernate/AbstractSchemaMojo.html#SCAN_TESTCLASSES">SCAN_TESTCLASSES</a>, <a href="../../../../de/juplo/plugins/hibernate/AbstractSchemaMojo.html#SCRIPT">SCRIPT</a>, <a href="../../../../de/juplo/plugins/hibernate/AbstractSchemaMojo.html#SKIPPED">SKIPPED</a>, <a href="../../../../de/juplo/plugins/hibernate/AbstractSchemaMojo.html#TEST_OUTPUTDIRECTORY">TEST_OUTPUTDIRECTORY</a></code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="fields.inherited.from.class.org.apache.maven.plugin.Mojo">
+<!-- -->
+</a>
+<h3>Fields inherited from interface org.apache.maven.plugin.Mojo</h3>
+<code>ROLE</code></li>
+</ul>
+</li>
+</ul>
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.summary">
+<!-- -->
+</a>
+<h3>Constructor Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
+<caption><span>Constructors</span><span class="tabEnd"> </span></caption>
+<tr>
+<th class="colOne" scope="col">Constructor and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../../de/juplo/plugins/hibernate/UpdateMojo.html#UpdateMojo--">UpdateMojo</a></span>()</code> </td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.summary">
+<!-- -->
+</a>
+<h3>Method Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
+<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd"> </span></span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tr id="i0" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/juplo/plugins/hibernate/UpdateMojo.html#execute--">execute</a></span>()</code> </td>
+</tr>
+</table>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.de.juplo.plugins.hibernate.AbstractSchemaMojo">
+<!-- -->
+</a>
+<h3>Methods inherited from class de.juplo.plugins.hibernate.<a href="../../../../de/juplo/plugins/hibernate/AbstractSchemaMojo.html" title="class in de.juplo.plugins.hibernate">AbstractSchemaMojo</a></h3>
+<code><a href="../../../../de/juplo/plugins/hibernate/AbstractSchemaMojo.html#execute-java.lang.String-">execute</a>, <a href="../../../../de/juplo/plugins/hibernate/AbstractSchemaMojo.html#printStrackTrace-java.lang.StringBuilder-java.lang.Throwable-">printStrackTrace</a></code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.org.apache.maven.plugin.AbstractMojo">
+<!-- -->
+</a>
+<h3>Methods inherited from class org.apache.maven.plugin.AbstractMojo</h3>
+<code>getLog, getPluginContext, setLog, setPluginContext</code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
+<!-- -->
+</a>
+<h3>Methods inherited from class java.lang.Object</h3>
+<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.detail">
+<!-- -->
+</a>
+<h3>Constructor Detail</h3>
+<a name="UpdateMojo--">
+<!-- -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>UpdateMojo</h4>
+<pre>public UpdateMojo()</pre>
+</li>
+</ul>
+</li>
+</ul>
+<!-- ============ METHOD DETAIL ========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.detail">
+<!-- -->
+</a>
+<h3>Method Detail</h3>
+<a name="execute--">
+<!-- -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>execute</h4>
+<pre>public final void execute()
+ throws org.apache.maven.plugin.MojoFailureException,
+ org.apache.maven.plugin.MojoExecutionException</pre>
+<dl>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>org.apache.maven.plugin.MojoFailureException</code></dd>
+<dd><code>org.apache.maven.plugin.MojoExecutionException</code></dd>
+</dl>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+</div>
+<!-- ========= END OF CLASS DATA ========= -->
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar.bottom">
+<!-- -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar.bottom.firstrow">
+<!-- -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../de/juplo/plugins/hibernate/package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="class-use/UpdateMojo.html">Use</a></li>
+<li><a href="package-tree.html">Tree</a></li>
+<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../index-all.html">Index</a></li>
+<li><a href="../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a href="../../../../de/juplo/plugins/hibernate/MutableClassLoader.html" title="class in de.juplo.plugins.hibernate"><span class="typeNameLink">Prev Class</span></a></li>
+<li>Next Class</li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?de/juplo/plugins/hibernate/UpdateMojo.html" target="_top">Frames</a></li>
+<li><a href="UpdateMojo.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+ allClassesLink = document.getElementById("allclasses_navbar_bottom");
+ if(window==top) {
+ allClassesLink.style.display = "block";
+ }
+ else {
+ allClassesLink.style.display = "none";
+ }
+ //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>Summary: </li>
+<li>Nested | </li>
+<li><a href="#fields.inherited.from.class.de.juplo.plugins.hibernate.AbstractSchemaMojo">Field</a> | </li>
+<li><a href="#constructor.summary">Constr</a> | </li>
+<li><a href="#method.summary">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail: </li>
+<li>Field | </li>
+<li><a href="#constructor.detail">Constr</a> | </li>
+<li><a href="#method.detail">Method</a></li>
+</ul>
+</div>
+<a name="skip.navbar.bottom">
+<!-- -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+<p class="legalCopy"><small>Copyright © 2026. All Rights Reserved.</small></p>
+</body>
+</html>
--- /dev/null
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_342) on Wed Apr 22 07:10:41 UTC 2026 -->
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Uses of Class de.juplo.plugins.hibernate.AbstractSchemaMojo (Hibernate Maven Plugin 2.1.0 API)</title>
+<meta name="date" content="2026-04-22">
+<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
+<script type="text/javascript" src="../../../../../script.js"></script>
+</head>
+<body>
+<script type="text/javascript"><!--
+ try {
+ if (location.href.indexOf('is-external=true') == -1) {
+ parent.document.title="Uses of Class de.juplo.plugins.hibernate.AbstractSchemaMojo (Hibernate Maven Plugin 2.1.0 API)";
+ }
+ }
+ catch(err) {
+ }
+//-->
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar.top">
+<!-- -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar.top.firstrow">
+<!-- -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../de/juplo/plugins/hibernate/package-summary.html">Package</a></li>
+<li><a href="../../../../../de/juplo/plugins/hibernate/AbstractSchemaMojo.html" title="class in de.juplo.plugins.hibernate">Class</a></li>
+<li class="navBarCell1Rev">Use</li>
+<li><a href="../package-tree.html">Tree</a></li>
+<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../../index-all.html">Index</a></li>
+<li><a href="../../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../index.html?de/juplo/plugins/hibernate/class-use/AbstractSchemaMojo.html" target="_top">Frames</a></li>
+<li><a href="AbstractSchemaMojo.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+ allClassesLink = document.getElementById("allclasses_navbar_top");
+ if(window==top) {
+ allClassesLink.style.display = "block";
+ }
+ else {
+ allClassesLink.style.display = "none";
+ }
+ //-->
+</script>
+</div>
+<a name="skip.navbar.top">
+<!-- -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<div class="header">
+<h2 title="Uses of Class de.juplo.plugins.hibernate.AbstractSchemaMojo" class="title">Uses of Class<br>de.juplo.plugins.hibernate.AbstractSchemaMojo</h2>
+</div>
+<div class="classUseContainer">
+<ul class="blockList">
+<li class="blockList">
+<ul class="blockList">
+<li class="blockList"><a name="de.juplo.plugins.hibernate">
+<!-- -->
+</a>
+<h3>Uses of <a href="../../../../../de/juplo/plugins/hibernate/AbstractSchemaMojo.html" title="class in de.juplo.plugins.hibernate">AbstractSchemaMojo</a> in <a href="../../../../../de/juplo/plugins/hibernate/package-summary.html">de.juplo.plugins.hibernate</a></h3>
+<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation">
+<caption><span>Subclasses of <a href="../../../../../de/juplo/plugins/hibernate/AbstractSchemaMojo.html" title="class in de.juplo.plugins.hibernate">AbstractSchemaMojo</a> in <a href="../../../../../de/juplo/plugins/hibernate/package-summary.html">de.juplo.plugins.hibernate</a></span><span class="tabEnd"> </span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Class and Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><code>class </code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../de/juplo/plugins/hibernate/CreateMojo.html" title="class in de.juplo.plugins.hibernate">CreateMojo</a></span></code>
+<div class="block">Generate/Execute SQL to create a database-schema that represents the
+ configured mappings.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>class </code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../de/juplo/plugins/hibernate/DropMojo.html" title="class in de.juplo.plugins.hibernate">DropMojo</a></span></code>
+<div class="block">Generate/Execute SQL to drop all tables of a database-schema that represents
+ the configured mappings.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>class </code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../de/juplo/plugins/hibernate/UpdateMojo.html" title="class in de.juplo.plugins.hibernate">UpdateMojo</a></span></code>
+<div class="block">Generate/Execute SQL to update the database-schema according to the
+ configured mappings.</div>
+</td>
+</tr>
+</tbody>
+</table>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar.bottom">
+<!-- -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar.bottom.firstrow">
+<!-- -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../de/juplo/plugins/hibernate/package-summary.html">Package</a></li>
+<li><a href="../../../../../de/juplo/plugins/hibernate/AbstractSchemaMojo.html" title="class in de.juplo.plugins.hibernate">Class</a></li>
+<li class="navBarCell1Rev">Use</li>
+<li><a href="../package-tree.html">Tree</a></li>
+<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../../index-all.html">Index</a></li>
+<li><a href="../../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../index.html?de/juplo/plugins/hibernate/class-use/AbstractSchemaMojo.html" target="_top">Frames</a></li>
+<li><a href="AbstractSchemaMojo.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+ allClassesLink = document.getElementById("allclasses_navbar_bottom");
+ if(window==top) {
+ allClassesLink.style.display = "block";
+ }
+ else {
+ allClassesLink.style.display = "none";
+ }
+ //-->
+</script>
+</div>
+<a name="skip.navbar.bottom">
+<!-- -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+<p class="legalCopy"><small>Copyright © 2026. All Rights Reserved.</small></p>
+</body>
+</html>
--- /dev/null
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_342) on Wed Apr 22 07:10:41 UTC 2026 -->
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Uses of Class de.juplo.plugins.hibernate.CreateMojo (Hibernate Maven Plugin 2.1.0 API)</title>
+<meta name="date" content="2026-04-22">
+<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
+<script type="text/javascript" src="../../../../../script.js"></script>
+</head>
+<body>
+<script type="text/javascript"><!--
+ try {
+ if (location.href.indexOf('is-external=true') == -1) {
+ parent.document.title="Uses of Class de.juplo.plugins.hibernate.CreateMojo (Hibernate Maven Plugin 2.1.0 API)";
+ }
+ }
+ catch(err) {
+ }
+//-->
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar.top">
+<!-- -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar.top.firstrow">
+<!-- -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../de/juplo/plugins/hibernate/package-summary.html">Package</a></li>
+<li><a href="../../../../../de/juplo/plugins/hibernate/CreateMojo.html" title="class in de.juplo.plugins.hibernate">Class</a></li>
+<li class="navBarCell1Rev">Use</li>
+<li><a href="../package-tree.html">Tree</a></li>
+<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../../index-all.html">Index</a></li>
+<li><a href="../../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../index.html?de/juplo/plugins/hibernate/class-use/CreateMojo.html" target="_top">Frames</a></li>
+<li><a href="CreateMojo.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+ allClassesLink = document.getElementById("allclasses_navbar_top");
+ if(window==top) {
+ allClassesLink.style.display = "block";
+ }
+ else {
+ allClassesLink.style.display = "none";
+ }
+ //-->
+</script>
+</div>
+<a name="skip.navbar.top">
+<!-- -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<div class="header">
+<h2 title="Uses of Class de.juplo.plugins.hibernate.CreateMojo" class="title">Uses of Class<br>de.juplo.plugins.hibernate.CreateMojo</h2>
+</div>
+<div class="classUseContainer">No usage of de.juplo.plugins.hibernate.CreateMojo</div>
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar.bottom">
+<!-- -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar.bottom.firstrow">
+<!-- -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../de/juplo/plugins/hibernate/package-summary.html">Package</a></li>
+<li><a href="../../../../../de/juplo/plugins/hibernate/CreateMojo.html" title="class in de.juplo.plugins.hibernate">Class</a></li>
+<li class="navBarCell1Rev">Use</li>
+<li><a href="../package-tree.html">Tree</a></li>
+<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../../index-all.html">Index</a></li>
+<li><a href="../../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../index.html?de/juplo/plugins/hibernate/class-use/CreateMojo.html" target="_top">Frames</a></li>
+<li><a href="CreateMojo.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+ allClassesLink = document.getElementById("allclasses_navbar_bottom");
+ if(window==top) {
+ allClassesLink.style.display = "block";
+ }
+ else {
+ allClassesLink.style.display = "none";
+ }
+ //-->
+</script>
+</div>
+<a name="skip.navbar.bottom">
+<!-- -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+<p class="legalCopy"><small>Copyright © 2026. All Rights Reserved.</small></p>
+</body>
+</html>
--- /dev/null
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_342) on Wed Apr 22 07:10:41 UTC 2026 -->
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Uses of Class de.juplo.plugins.hibernate.DropMojo (Hibernate Maven Plugin 2.1.0 API)</title>
+<meta name="date" content="2026-04-22">
+<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
+<script type="text/javascript" src="../../../../../script.js"></script>
+</head>
+<body>
+<script type="text/javascript"><!--
+ try {
+ if (location.href.indexOf('is-external=true') == -1) {
+ parent.document.title="Uses of Class de.juplo.plugins.hibernate.DropMojo (Hibernate Maven Plugin 2.1.0 API)";
+ }
+ }
+ catch(err) {
+ }
+//-->
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar.top">
+<!-- -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar.top.firstrow">
+<!-- -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../de/juplo/plugins/hibernate/package-summary.html">Package</a></li>
+<li><a href="../../../../../de/juplo/plugins/hibernate/DropMojo.html" title="class in de.juplo.plugins.hibernate">Class</a></li>
+<li class="navBarCell1Rev">Use</li>
+<li><a href="../package-tree.html">Tree</a></li>
+<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../../index-all.html">Index</a></li>
+<li><a href="../../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../index.html?de/juplo/plugins/hibernate/class-use/DropMojo.html" target="_top">Frames</a></li>
+<li><a href="DropMojo.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+ allClassesLink = document.getElementById("allclasses_navbar_top");
+ if(window==top) {
+ allClassesLink.style.display = "block";
+ }
+ else {
+ allClassesLink.style.display = "none";
+ }
+ //-->
+</script>
+</div>
+<a name="skip.navbar.top">
+<!-- -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<div class="header">
+<h2 title="Uses of Class de.juplo.plugins.hibernate.DropMojo" class="title">Uses of Class<br>de.juplo.plugins.hibernate.DropMojo</h2>
+</div>
+<div class="classUseContainer">No usage of de.juplo.plugins.hibernate.DropMojo</div>
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar.bottom">
+<!-- -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar.bottom.firstrow">
+<!-- -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../de/juplo/plugins/hibernate/package-summary.html">Package</a></li>
+<li><a href="../../../../../de/juplo/plugins/hibernate/DropMojo.html" title="class in de.juplo.plugins.hibernate">Class</a></li>
+<li class="navBarCell1Rev">Use</li>
+<li><a href="../package-tree.html">Tree</a></li>
+<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../../index-all.html">Index</a></li>
+<li><a href="../../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../index.html?de/juplo/plugins/hibernate/class-use/DropMojo.html" target="_top">Frames</a></li>
+<li><a href="DropMojo.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+ allClassesLink = document.getElementById("allclasses_navbar_bottom");
+ if(window==top) {
+ allClassesLink.style.display = "block";
+ }
+ else {
+ allClassesLink.style.display = "none";
+ }
+ //-->
+</script>
+</div>
+<a name="skip.navbar.bottom">
+<!-- -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+<p class="legalCopy"><small>Copyright © 2026. All Rights Reserved.</small></p>
+</body>
+</html>
--- /dev/null
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_342) on Wed Apr 22 07:10:41 UTC 2026 -->
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Uses of Class de.juplo.plugins.hibernate.HelpMojo (Hibernate Maven Plugin 2.1.0 API)</title>
+<meta name="date" content="2026-04-22">
+<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
+<script type="text/javascript" src="../../../../../script.js"></script>
+</head>
+<body>
+<script type="text/javascript"><!--
+ try {
+ if (location.href.indexOf('is-external=true') == -1) {
+ parent.document.title="Uses of Class de.juplo.plugins.hibernate.HelpMojo (Hibernate Maven Plugin 2.1.0 API)";
+ }
+ }
+ catch(err) {
+ }
+//-->
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar.top">
+<!-- -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar.top.firstrow">
+<!-- -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../de/juplo/plugins/hibernate/package-summary.html">Package</a></li>
+<li><a href="../../../../../de/juplo/plugins/hibernate/HelpMojo.html" title="class in de.juplo.plugins.hibernate">Class</a></li>
+<li class="navBarCell1Rev">Use</li>
+<li><a href="../package-tree.html">Tree</a></li>
+<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../../index-all.html">Index</a></li>
+<li><a href="../../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../index.html?de/juplo/plugins/hibernate/class-use/HelpMojo.html" target="_top">Frames</a></li>
+<li><a href="HelpMojo.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+ allClassesLink = document.getElementById("allclasses_navbar_top");
+ if(window==top) {
+ allClassesLink.style.display = "block";
+ }
+ else {
+ allClassesLink.style.display = "none";
+ }
+ //-->
+</script>
+</div>
+<a name="skip.navbar.top">
+<!-- -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<div class="header">
+<h2 title="Uses of Class de.juplo.plugins.hibernate.HelpMojo" class="title">Uses of Class<br>de.juplo.plugins.hibernate.HelpMojo</h2>
+</div>
+<div class="classUseContainer">No usage of de.juplo.plugins.hibernate.HelpMojo</div>
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar.bottom">
+<!-- -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar.bottom.firstrow">
+<!-- -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../de/juplo/plugins/hibernate/package-summary.html">Package</a></li>
+<li><a href="../../../../../de/juplo/plugins/hibernate/HelpMojo.html" title="class in de.juplo.plugins.hibernate">Class</a></li>
+<li class="navBarCell1Rev">Use</li>
+<li><a href="../package-tree.html">Tree</a></li>
+<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../../index-all.html">Index</a></li>
+<li><a href="../../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../index.html?de/juplo/plugins/hibernate/class-use/HelpMojo.html" target="_top">Frames</a></li>
+<li><a href="HelpMojo.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+ allClassesLink = document.getElementById("allclasses_navbar_bottom");
+ if(window==top) {
+ allClassesLink.style.display = "block";
+ }
+ else {
+ allClassesLink.style.display = "none";
+ }
+ //-->
+</script>
+</div>
+<a name="skip.navbar.bottom">
+<!-- -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+<p class="legalCopy"><small>Copyright © 2026. All Rights Reserved.</small></p>
+</body>
+</html>
--- /dev/null
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_342) on Wed Apr 22 07:10:41 UTC 2026 -->
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Uses of Class de.juplo.plugins.hibernate.ModificationTracker (Hibernate Maven Plugin 2.1.0 API)</title>
+<meta name="date" content="2026-04-22">
+<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
+<script type="text/javascript" src="../../../../../script.js"></script>
+</head>
+<body>
+<script type="text/javascript"><!--
+ try {
+ if (location.href.indexOf('is-external=true') == -1) {
+ parent.document.title="Uses of Class de.juplo.plugins.hibernate.ModificationTracker (Hibernate Maven Plugin 2.1.0 API)";
+ }
+ }
+ catch(err) {
+ }
+//-->
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar.top">
+<!-- -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar.top.firstrow">
+<!-- -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../de/juplo/plugins/hibernate/package-summary.html">Package</a></li>
+<li><a href="../../../../../de/juplo/plugins/hibernate/ModificationTracker.html" title="class in de.juplo.plugins.hibernate">Class</a></li>
+<li class="navBarCell1Rev">Use</li>
+<li><a href="../package-tree.html">Tree</a></li>
+<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../../index-all.html">Index</a></li>
+<li><a href="../../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../index.html?de/juplo/plugins/hibernate/class-use/ModificationTracker.html" target="_top">Frames</a></li>
+<li><a href="ModificationTracker.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+ allClassesLink = document.getElementById("allclasses_navbar_top");
+ if(window==top) {
+ allClassesLink.style.display = "block";
+ }
+ else {
+ allClassesLink.style.display = "none";
+ }
+ //-->
+</script>
+</div>
+<a name="skip.navbar.top">
+<!-- -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<div class="header">
+<h2 title="Uses of Class de.juplo.plugins.hibernate.ModificationTracker" class="title">Uses of Class<br>de.juplo.plugins.hibernate.ModificationTracker</h2>
+</div>
+<div class="classUseContainer">No usage of de.juplo.plugins.hibernate.ModificationTracker</div>
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar.bottom">
+<!-- -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar.bottom.firstrow">
+<!-- -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../de/juplo/plugins/hibernate/package-summary.html">Package</a></li>
+<li><a href="../../../../../de/juplo/plugins/hibernate/ModificationTracker.html" title="class in de.juplo.plugins.hibernate">Class</a></li>
+<li class="navBarCell1Rev">Use</li>
+<li><a href="../package-tree.html">Tree</a></li>
+<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../../index-all.html">Index</a></li>
+<li><a href="../../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../index.html?de/juplo/plugins/hibernate/class-use/ModificationTracker.html" target="_top">Frames</a></li>
+<li><a href="ModificationTracker.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+ allClassesLink = document.getElementById("allclasses_navbar_bottom");
+ if(window==top) {
+ allClassesLink.style.display = "block";
+ }
+ else {
+ allClassesLink.style.display = "none";
+ }
+ //-->
+</script>
+</div>
+<a name="skip.navbar.bottom">
+<!-- -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+<p class="legalCopy"><small>Copyright © 2026. All Rights Reserved.</small></p>
+</body>
+</html>
--- /dev/null
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_342) on Wed Apr 22 07:10:41 UTC 2026 -->
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Uses of Class de.juplo.plugins.hibernate.MutableClassLoader (Hibernate Maven Plugin 2.1.0 API)</title>
+<meta name="date" content="2026-04-22">
+<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
+<script type="text/javascript" src="../../../../../script.js"></script>
+</head>
+<body>
+<script type="text/javascript"><!--
+ try {
+ if (location.href.indexOf('is-external=true') == -1) {
+ parent.document.title="Uses of Class de.juplo.plugins.hibernate.MutableClassLoader (Hibernate Maven Plugin 2.1.0 API)";
+ }
+ }
+ catch(err) {
+ }
+//-->
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar.top">
+<!-- -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar.top.firstrow">
+<!-- -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../de/juplo/plugins/hibernate/package-summary.html">Package</a></li>
+<li><a href="../../../../../de/juplo/plugins/hibernate/MutableClassLoader.html" title="class in de.juplo.plugins.hibernate">Class</a></li>
+<li class="navBarCell1Rev">Use</li>
+<li><a href="../package-tree.html">Tree</a></li>
+<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../../index-all.html">Index</a></li>
+<li><a href="../../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../index.html?de/juplo/plugins/hibernate/class-use/MutableClassLoader.html" target="_top">Frames</a></li>
+<li><a href="MutableClassLoader.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+ allClassesLink = document.getElementById("allclasses_navbar_top");
+ if(window==top) {
+ allClassesLink.style.display = "block";
+ }
+ else {
+ allClassesLink.style.display = "none";
+ }
+ //-->
+</script>
+</div>
+<a name="skip.navbar.top">
+<!-- -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<div class="header">
+<h2 title="Uses of Class de.juplo.plugins.hibernate.MutableClassLoader" class="title">Uses of Class<br>de.juplo.plugins.hibernate.MutableClassLoader</h2>
+</div>
+<div class="classUseContainer">
+<ul class="blockList">
+<li class="blockList">
+<ul class="blockList">
+<li class="blockList"><a name="de.juplo.plugins.hibernate">
+<!-- -->
+</a>
+<h3>Uses of <a href="../../../../../de/juplo/plugins/hibernate/MutableClassLoader.html" title="class in de.juplo.plugins.hibernate">MutableClassLoader</a> in <a href="../../../../../de/juplo/plugins/hibernate/package-summary.html">de.juplo.plugins.hibernate</a></h3>
+<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
+<caption><span>Methods in <a href="../../../../../de/juplo/plugins/hibernate/package-summary.html">de.juplo.plugins.hibernate</a> that return <a href="../../../../../de/juplo/plugins/hibernate/MutableClassLoader.html" title="class in de.juplo.plugins.hibernate">MutableClassLoader</a></span><span class="tabEnd"> </span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><code><a href="../../../../../de/juplo/plugins/hibernate/MutableClassLoader.html" title="class in de.juplo.plugins.hibernate">MutableClassLoader</a></code></td>
+<td class="colLast"><span class="typeNameLabel">MutableClassLoader.</span><code><span class="memberNameLink"><a href="../../../../../de/juplo/plugins/hibernate/MutableClassLoader.html#add-java.util.LinkedHashSet-">add</a></span>(java.util.LinkedHashSet<java.net.URL> urls)</code> </td>
+</tr>
+</tbody>
+</table>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar.bottom">
+<!-- -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar.bottom.firstrow">
+<!-- -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../de/juplo/plugins/hibernate/package-summary.html">Package</a></li>
+<li><a href="../../../../../de/juplo/plugins/hibernate/MutableClassLoader.html" title="class in de.juplo.plugins.hibernate">Class</a></li>
+<li class="navBarCell1Rev">Use</li>
+<li><a href="../package-tree.html">Tree</a></li>
+<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../../index-all.html">Index</a></li>
+<li><a href="../../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../index.html?de/juplo/plugins/hibernate/class-use/MutableClassLoader.html" target="_top">Frames</a></li>
+<li><a href="MutableClassLoader.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+ allClassesLink = document.getElementById("allclasses_navbar_bottom");
+ if(window==top) {
+ allClassesLink.style.display = "block";
+ }
+ else {
+ allClassesLink.style.display = "none";
+ }
+ //-->
+</script>
+</div>
+<a name="skip.navbar.bottom">
+<!-- -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+<p class="legalCopy"><small>Copyright © 2026. All Rights Reserved.</small></p>
+</body>
+</html>
--- /dev/null
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_342) on Wed Apr 22 07:10:41 UTC 2026 -->
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Uses of Class de.juplo.plugins.hibernate.UpdateMojo (Hibernate Maven Plugin 2.1.0 API)</title>
+<meta name="date" content="2026-04-22">
+<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
+<script type="text/javascript" src="../../../../../script.js"></script>
+</head>
+<body>
+<script type="text/javascript"><!--
+ try {
+ if (location.href.indexOf('is-external=true') == -1) {
+ parent.document.title="Uses of Class de.juplo.plugins.hibernate.UpdateMojo (Hibernate Maven Plugin 2.1.0 API)";
+ }
+ }
+ catch(err) {
+ }
+//-->
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar.top">
+<!-- -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar.top.firstrow">
+<!-- -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../de/juplo/plugins/hibernate/package-summary.html">Package</a></li>
+<li><a href="../../../../../de/juplo/plugins/hibernate/UpdateMojo.html" title="class in de.juplo.plugins.hibernate">Class</a></li>
+<li class="navBarCell1Rev">Use</li>
+<li><a href="../package-tree.html">Tree</a></li>
+<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../../index-all.html">Index</a></li>
+<li><a href="../../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../index.html?de/juplo/plugins/hibernate/class-use/UpdateMojo.html" target="_top">Frames</a></li>
+<li><a href="UpdateMojo.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+ allClassesLink = document.getElementById("allclasses_navbar_top");
+ if(window==top) {
+ allClassesLink.style.display = "block";
+ }
+ else {
+ allClassesLink.style.display = "none";
+ }
+ //-->
+</script>
+</div>
+<a name="skip.navbar.top">
+<!-- -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<div class="header">
+<h2 title="Uses of Class de.juplo.plugins.hibernate.UpdateMojo" class="title">Uses of Class<br>de.juplo.plugins.hibernate.UpdateMojo</h2>
+</div>
+<div class="classUseContainer">No usage of de.juplo.plugins.hibernate.UpdateMojo</div>
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar.bottom">
+<!-- -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar.bottom.firstrow">
+<!-- -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../de/juplo/plugins/hibernate/package-summary.html">Package</a></li>
+<li><a href="../../../../../de/juplo/plugins/hibernate/UpdateMojo.html" title="class in de.juplo.plugins.hibernate">Class</a></li>
+<li class="navBarCell1Rev">Use</li>
+<li><a href="../package-tree.html">Tree</a></li>
+<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../../index-all.html">Index</a></li>
+<li><a href="../../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../index.html?de/juplo/plugins/hibernate/class-use/UpdateMojo.html" target="_top">Frames</a></li>
+<li><a href="UpdateMojo.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+ allClassesLink = document.getElementById("allclasses_navbar_bottom");
+ if(window==top) {
+ allClassesLink.style.display = "block";
+ }
+ else {
+ allClassesLink.style.display = "none";
+ }
+ //-->
+</script>
+</div>
+<a name="skip.navbar.bottom">
+<!-- -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+<p class="legalCopy"><small>Copyright © 2026. All Rights Reserved.</small></p>
+</body>
+</html>
--- /dev/null
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_342) on Wed Apr 22 07:10:41 UTC 2026 -->
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>de.juplo.plugins.hibernate (Hibernate Maven Plugin 2.1.0 API)</title>
+<meta name="date" content="2026-04-22">
+<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
+<script type="text/javascript" src="../../../../script.js"></script>
+</head>
+<body>
+<h1 class="bar"><a href="../../../../de/juplo/plugins/hibernate/package-summary.html" target="classFrame">de.juplo.plugins.hibernate</a></h1>
+<div class="indexContainer">
+<h2 title="Classes">Classes</h2>
+<ul title="Classes">
+<li><a href="AbstractSchemaMojo.html" title="class in de.juplo.plugins.hibernate" target="classFrame">AbstractSchemaMojo</a></li>
+<li><a href="CreateMojo.html" title="class in de.juplo.plugins.hibernate" target="classFrame">CreateMojo</a></li>
+<li><a href="DropMojo.html" title="class in de.juplo.plugins.hibernate" target="classFrame">DropMojo</a></li>
+<li><a href="HelpMojo.html" title="class in de.juplo.plugins.hibernate" target="classFrame">HelpMojo</a></li>
+<li><a href="ModificationTracker.html" title="class in de.juplo.plugins.hibernate" target="classFrame">ModificationTracker</a></li>
+<li><a href="MutableClassLoader.html" title="class in de.juplo.plugins.hibernate" target="classFrame">MutableClassLoader</a></li>
+<li><a href="UpdateMojo.html" title="class in de.juplo.plugins.hibernate" target="classFrame">UpdateMojo</a></li>
+</ul>
+</div>
+</body>
+</html>
--- /dev/null
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_342) on Wed Apr 22 07:10:41 UTC 2026 -->
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>de.juplo.plugins.hibernate (Hibernate Maven Plugin 2.1.0 API)</title>
+<meta name="date" content="2026-04-22">
+<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
+<script type="text/javascript" src="../../../../script.js"></script>
+</head>
+<body>
+<script type="text/javascript"><!--
+ try {
+ if (location.href.indexOf('is-external=true') == -1) {
+ parent.document.title="de.juplo.plugins.hibernate (Hibernate Maven Plugin 2.1.0 API)";
+ }
+ }
+ catch(err) {
+ }
+//-->
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar.top">
+<!-- -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar.top.firstrow">
+<!-- -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../de/juplo/plugins/hibernate/package-summary.html">Package</a></li>
+<li>Class</li>
+<li><a href="package-use.html">Use</a></li>
+<li><a href="package-tree.html">Tree</a></li>
+<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../index-all.html">Index</a></li>
+<li><a href="../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev Package</li>
+<li>Next Package</li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?de/juplo/plugins/hibernate/package-summary.html" target="_top">Frames</a></li>
+<li><a href="package-summary.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+ allClassesLink = document.getElementById("allclasses_navbar_top");
+ if(window==top) {
+ allClassesLink.style.display = "block";
+ }
+ else {
+ allClassesLink.style.display = "none";
+ }
+ //-->
+</script>
+</div>
+<a name="skip.navbar.top">
+<!-- -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<div class="header">
+<h1 title="Package" class="title">Package de.juplo.plugins.hibernate</h1>
+</div>
+<div class="contentContainer">
+<ul class="blockList">
+<li class="blockList">
+<table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Class Summary table, listing classes, and an explanation">
+<caption><span>Class Summary</span><span class="tabEnd"> </span></caption>
+<tr>
+<th class="colFirst" scope="col">Class</th>
+<th class="colLast" scope="col">Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a href="../../../../de/juplo/plugins/hibernate/AbstractSchemaMojo.html" title="class in de.juplo.plugins.hibernate">AbstractSchemaMojo</a></td>
+<td class="colLast">
+<div class="block">Baseclass with common attributes and methods.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a href="../../../../de/juplo/plugins/hibernate/CreateMojo.html" title="class in de.juplo.plugins.hibernate">CreateMojo</a></td>
+<td class="colLast">
+<div class="block">Generate/Execute SQL to create a database-schema that represents the
+ configured mappings.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a href="../../../../de/juplo/plugins/hibernate/DropMojo.html" title="class in de.juplo.plugins.hibernate">DropMojo</a></td>
+<td class="colLast">
+<div class="block">Generate/Execute SQL to drop all tables of a database-schema that represents
+ the configured mappings.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a href="../../../../de/juplo/plugins/hibernate/HelpMojo.html" title="class in de.juplo.plugins.hibernate">HelpMojo</a></td>
+<td class="colLast">
+<div class="block">Display help information on hibernate-maven-plugin.<br>
+ Call <code>mvn hibernate:help -Ddetail=true -Dgoal=<goal-name></code> to display parameter details.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a href="../../../../de/juplo/plugins/hibernate/ModificationTracker.html" title="class in de.juplo.plugins.hibernate">ModificationTracker</a></td>
+<td class="colLast"> </td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a href="../../../../de/juplo/plugins/hibernate/MutableClassLoader.html" title="class in de.juplo.plugins.hibernate">MutableClassLoader</a></td>
+<td class="colLast"> </td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a href="../../../../de/juplo/plugins/hibernate/UpdateMojo.html" title="class in de.juplo.plugins.hibernate">UpdateMojo</a></td>
+<td class="colLast">
+<div class="block">Generate/Execute SQL to update the database-schema according to the
+ configured mappings.</div>
+</td>
+</tr>
+</tbody>
+</table>
+</li>
+</ul>
+</div>
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar.bottom">
+<!-- -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar.bottom.firstrow">
+<!-- -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../de/juplo/plugins/hibernate/package-summary.html">Package</a></li>
+<li>Class</li>
+<li><a href="package-use.html">Use</a></li>
+<li><a href="package-tree.html">Tree</a></li>
+<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../index-all.html">Index</a></li>
+<li><a href="../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev Package</li>
+<li>Next Package</li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?de/juplo/plugins/hibernate/package-summary.html" target="_top">Frames</a></li>
+<li><a href="package-summary.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+ allClassesLink = document.getElementById("allclasses_navbar_bottom");
+ if(window==top) {
+ allClassesLink.style.display = "block";
+ }
+ else {
+ allClassesLink.style.display = "none";
+ }
+ //-->
+</script>
+</div>
+<a name="skip.navbar.bottom">
+<!-- -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+<p class="legalCopy"><small>Copyright © 2026. All Rights Reserved.</small></p>
+</body>
+</html>
--- /dev/null
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_342) on Wed Apr 22 07:10:41 UTC 2026 -->
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>de.juplo.plugins.hibernate Class Hierarchy (Hibernate Maven Plugin 2.1.0 API)</title>
+<meta name="date" content="2026-04-22">
+<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
+<script type="text/javascript" src="../../../../script.js"></script>
+</head>
+<body>
+<script type="text/javascript"><!--
+ try {
+ if (location.href.indexOf('is-external=true') == -1) {
+ parent.document.title="de.juplo.plugins.hibernate Class Hierarchy (Hibernate Maven Plugin 2.1.0 API)";
+ }
+ }
+ catch(err) {
+ }
+//-->
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar.top">
+<!-- -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar.top.firstrow">
+<!-- -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../de/juplo/plugins/hibernate/package-summary.html">Package</a></li>
+<li>Class</li>
+<li>Use</li>
+<li class="navBarCell1Rev">Tree</li>
+<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../index-all.html">Index</a></li>
+<li><a href="../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?de/juplo/plugins/hibernate/package-tree.html" target="_top">Frames</a></li>
+<li><a href="package-tree.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+ allClassesLink = document.getElementById("allclasses_navbar_top");
+ if(window==top) {
+ allClassesLink.style.display = "block";
+ }
+ else {
+ allClassesLink.style.display = "none";
+ }
+ //-->
+</script>
+</div>
+<a name="skip.navbar.top">
+<!-- -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<div class="header">
+<h1 class="title">Hierarchy For Package de.juplo.plugins.hibernate</h1>
+</div>
+<div class="contentContainer">
+<h2 title="Class Hierarchy">Class Hierarchy</h2>
+<ul>
+<li type="circle">java.lang.Object
+<ul>
+<li type="circle">org.apache.maven.plugin.AbstractMojo (implements org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo)
+<ul>
+<li type="circle">de.juplo.plugins.hibernate.<a href="../../../../de/juplo/plugins/hibernate/AbstractSchemaMojo.html" title="class in de.juplo.plugins.hibernate"><span class="typeNameLink">AbstractSchemaMojo</span></a>
+<ul>
+<li type="circle">de.juplo.plugins.hibernate.<a href="../../../../de/juplo/plugins/hibernate/CreateMojo.html" title="class in de.juplo.plugins.hibernate"><span class="typeNameLink">CreateMojo</span></a></li>
+<li type="circle">de.juplo.plugins.hibernate.<a href="../../../../de/juplo/plugins/hibernate/DropMojo.html" title="class in de.juplo.plugins.hibernate"><span class="typeNameLink">DropMojo</span></a></li>
+<li type="circle">de.juplo.plugins.hibernate.<a href="../../../../de/juplo/plugins/hibernate/UpdateMojo.html" title="class in de.juplo.plugins.hibernate"><span class="typeNameLink">UpdateMojo</span></a></li>
+</ul>
+</li>
+<li type="circle">de.juplo.plugins.hibernate.<a href="../../../../de/juplo/plugins/hibernate/HelpMojo.html" title="class in de.juplo.plugins.hibernate"><span class="typeNameLink">HelpMojo</span></a></li>
+</ul>
+</li>
+<li type="circle">java.lang.ClassLoader
+<ul>
+<li type="circle">de.juplo.plugins.hibernate.<a href="../../../../de/juplo/plugins/hibernate/MutableClassLoader.html" title="class in de.juplo.plugins.hibernate"><span class="typeNameLink">MutableClassLoader</span></a></li>
+</ul>
+</li>
+<li type="circle">de.juplo.plugins.hibernate.<a href="../../../../de/juplo/plugins/hibernate/ModificationTracker.html" title="class in de.juplo.plugins.hibernate"><span class="typeNameLink">ModificationTracker</span></a></li>
+</ul>
+</li>
+</ul>
+</div>
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar.bottom">
+<!-- -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar.bottom.firstrow">
+<!-- -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../de/juplo/plugins/hibernate/package-summary.html">Package</a></li>
+<li>Class</li>
+<li>Use</li>
+<li class="navBarCell1Rev">Tree</li>
+<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../index-all.html">Index</a></li>
+<li><a href="../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?de/juplo/plugins/hibernate/package-tree.html" target="_top">Frames</a></li>
+<li><a href="package-tree.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+ allClassesLink = document.getElementById("allclasses_navbar_bottom");
+ if(window==top) {
+ allClassesLink.style.display = "block";
+ }
+ else {
+ allClassesLink.style.display = "none";
+ }
+ //-->
+</script>
+</div>
+<a name="skip.navbar.bottom">
+<!-- -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+<p class="legalCopy"><small>Copyright © 2026. All Rights Reserved.</small></p>
+</body>
+</html>
--- /dev/null
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_342) on Wed Apr 22 07:10:41 UTC 2026 -->
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Uses of Package de.juplo.plugins.hibernate (Hibernate Maven Plugin 2.1.0 API)</title>
+<meta name="date" content="2026-04-22">
+<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
+<script type="text/javascript" src="../../../../script.js"></script>
+</head>
+<body>
+<script type="text/javascript"><!--
+ try {
+ if (location.href.indexOf('is-external=true') == -1) {
+ parent.document.title="Uses of Package de.juplo.plugins.hibernate (Hibernate Maven Plugin 2.1.0 API)";
+ }
+ }
+ catch(err) {
+ }
+//-->
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar.top">
+<!-- -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar.top.firstrow">
+<!-- -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../de/juplo/plugins/hibernate/package-summary.html">Package</a></li>
+<li>Class</li>
+<li class="navBarCell1Rev">Use</li>
+<li><a href="package-tree.html">Tree</a></li>
+<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../index-all.html">Index</a></li>
+<li><a href="../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?de/juplo/plugins/hibernate/package-use.html" target="_top">Frames</a></li>
+<li><a href="package-use.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+ allClassesLink = document.getElementById("allclasses_navbar_top");
+ if(window==top) {
+ allClassesLink.style.display = "block";
+ }
+ else {
+ allClassesLink.style.display = "none";
+ }
+ //-->
+</script>
+</div>
+<a name="skip.navbar.top">
+<!-- -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<div class="header">
+<h1 title="Uses of Package de.juplo.plugins.hibernate" class="title">Uses of Package<br>de.juplo.plugins.hibernate</h1>
+</div>
+<div class="contentContainer">
+<ul class="blockList">
+<li class="blockList"><a name="de.juplo.plugins.hibernate">
+<!-- -->
+</a>
+<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
+<caption><span>Classes in <a href="../../../../de/juplo/plugins/hibernate/package-summary.html">de.juplo.plugins.hibernate</a> used by <a href="../../../../de/juplo/plugins/hibernate/package-summary.html">de.juplo.plugins.hibernate</a></span><span class="tabEnd"> </span></caption>
+<tr>
+<th class="colOne" scope="col">Class and Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colOne"><a href="../../../../de/juplo/plugins/hibernate/class-use/AbstractSchemaMojo.html#de.juplo.plugins.hibernate">AbstractSchemaMojo</a>
+<div class="block">Baseclass with common attributes and methods.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><a href="../../../../de/juplo/plugins/hibernate/class-use/MutableClassLoader.html#de.juplo.plugins.hibernate">MutableClassLoader</a> </td>
+</tr>
+</tbody>
+</table>
+</li>
+</ul>
+</div>
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar.bottom">
+<!-- -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar.bottom.firstrow">
+<!-- -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../de/juplo/plugins/hibernate/package-summary.html">Package</a></li>
+<li>Class</li>
+<li class="navBarCell1Rev">Use</li>
+<li><a href="package-tree.html">Tree</a></li>
+<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../index-all.html">Index</a></li>
+<li><a href="../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?de/juplo/plugins/hibernate/package-use.html" target="_top">Frames</a></li>
+<li><a href="package-use.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+ allClassesLink = document.getElementById("allclasses_navbar_bottom");
+ if(window==top) {
+ allClassesLink.style.display = "block";
+ }
+ else {
+ allClassesLink.style.display = "none";
+ }
+ //-->
+</script>
+</div>
+<a name="skip.navbar.bottom">
+<!-- -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+<p class="legalCopy"><small>Copyright © 2026. All Rights Reserved.</small></p>
+</body>
+</html>
--- /dev/null
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_342) on Wed Apr 22 07:10:41 UTC 2026 -->
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Deprecated List (Hibernate Maven Plugin 2.1.0 API)</title>
+<meta name="date" content="2026-04-22">
+<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
+<script type="text/javascript" src="script.js"></script>
+</head>
+<body>
+<script type="text/javascript"><!--
+ try {
+ if (location.href.indexOf('is-external=true') == -1) {
+ parent.document.title="Deprecated List (Hibernate Maven Plugin 2.1.0 API)";
+ }
+ }
+ catch(err) {
+ }
+//-->
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar.top">
+<!-- -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar.top.firstrow">
+<!-- -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="de/juplo/plugins/hibernate/package-summary.html">Package</a></li>
+<li>Class</li>
+<li>Use</li>
+<li><a href="de/juplo/plugins/hibernate/package-tree.html">Tree</a></li>
+<li class="navBarCell1Rev">Deprecated</li>
+<li><a href="index-all.html">Index</a></li>
+<li><a href="help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a href="index.html?deprecated-list.html" target="_top">Frames</a></li>
+<li><a href="deprecated-list.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+ allClassesLink = document.getElementById("allclasses_navbar_top");
+ if(window==top) {
+ allClassesLink.style.display = "block";
+ }
+ else {
+ allClassesLink.style.display = "none";
+ }
+ //-->
+</script>
+</div>
+<a name="skip.navbar.top">
+<!-- -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<div class="header">
+<h1 title="Deprecated API" class="title">Deprecated API</h1>
+<h2 title="Contents">Contents</h2>
+</div>
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar.bottom">
+<!-- -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar.bottom.firstrow">
+<!-- -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="de/juplo/plugins/hibernate/package-summary.html">Package</a></li>
+<li>Class</li>
+<li>Use</li>
+<li><a href="de/juplo/plugins/hibernate/package-tree.html">Tree</a></li>
+<li class="navBarCell1Rev">Deprecated</li>
+<li><a href="index-all.html">Index</a></li>
+<li><a href="help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a href="index.html?deprecated-list.html" target="_top">Frames</a></li>
+<li><a href="deprecated-list.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+ allClassesLink = document.getElementById("allclasses_navbar_bottom");
+ if(window==top) {
+ allClassesLink.style.display = "block";
+ }
+ else {
+ allClassesLink.style.display = "none";
+ }
+ //-->
+</script>
+</div>
+<a name="skip.navbar.bottom">
+<!-- -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+<p class="legalCopy"><small>Copyright © 2026. All Rights Reserved.</small></p>
+</body>
+</html>
--- /dev/null
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_342) on Wed Apr 22 07:10:41 UTC 2026 -->
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>API Help (Hibernate Maven Plugin 2.1.0 API)</title>
+<meta name="date" content="2026-04-22">
+<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
+<script type="text/javascript" src="script.js"></script>
+</head>
+<body>
+<script type="text/javascript"><!--
+ try {
+ if (location.href.indexOf('is-external=true') == -1) {
+ parent.document.title="API Help (Hibernate Maven Plugin 2.1.0 API)";
+ }
+ }
+ catch(err) {
+ }
+//-->
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar.top">
+<!-- -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar.top.firstrow">
+<!-- -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="de/juplo/plugins/hibernate/package-summary.html">Package</a></li>
+<li>Class</li>
+<li>Use</li>
+<li><a href="de/juplo/plugins/hibernate/package-tree.html">Tree</a></li>
+<li><a href="deprecated-list.html">Deprecated</a></li>
+<li><a href="index-all.html">Index</a></li>
+<li class="navBarCell1Rev">Help</li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a href="index.html?help-doc.html" target="_top">Frames</a></li>
+<li><a href="help-doc.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+ allClassesLink = document.getElementById("allclasses_navbar_top");
+ if(window==top) {
+ allClassesLink.style.display = "block";
+ }
+ else {
+ allClassesLink.style.display = "none";
+ }
+ //-->
+</script>
+</div>
+<a name="skip.navbar.top">
+<!-- -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<div class="header">
+<h1 class="title">How This API Document Is Organized</h1>
+<div class="subTitle">This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows.</div>
+</div>
+<div class="contentContainer">
+<ul class="blockList">
+<li class="blockList">
+<h2>Package</h2>
+<p>Each package has a page that contains a list of its classes and interfaces, with a summary for each. This page can contain six categories:</p>
+<ul>
+<li>Interfaces (italic)</li>
+<li>Classes</li>
+<li>Enums</li>
+<li>Exceptions</li>
+<li>Errors</li>
+<li>Annotation Types</li>
+</ul>
+</li>
+<li class="blockList">
+<h2>Class/Interface</h2>
+<p>Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:</p>
+<ul>
+<li>Class inheritance diagram</li>
+<li>Direct Subclasses</li>
+<li>All Known Subinterfaces</li>
+<li>All Known Implementing Classes</li>
+<li>Class/interface declaration</li>
+<li>Class/interface description</li>
+</ul>
+<ul>
+<li>Nested Class Summary</li>
+<li>Field Summary</li>
+<li>Constructor Summary</li>
+<li>Method Summary</li>
+</ul>
+<ul>
+<li>Field Detail</li>
+<li>Constructor Detail</li>
+<li>Method Detail</li>
+</ul>
+<p>Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.</p>
+</li>
+<li class="blockList">
+<h2>Annotation Type</h2>
+<p>Each annotation type has its own separate page with the following sections:</p>
+<ul>
+<li>Annotation Type declaration</li>
+<li>Annotation Type description</li>
+<li>Required Element Summary</li>
+<li>Optional Element Summary</li>
+<li>Element Detail</li>
+</ul>
+</li>
+<li class="blockList">
+<h2>Enum</h2>
+<p>Each enum has its own separate page with the following sections:</p>
+<ul>
+<li>Enum declaration</li>
+<li>Enum description</li>
+<li>Enum Constant Summary</li>
+<li>Enum Constant Detail</li>
+</ul>
+</li>
+<li class="blockList">
+<h2>Use</h2>
+<p>Each documented package, class and interface has its own Use page. This page describes what packages, classes, methods, constructors and fields use any part of the given class or package. Given a class or interface A, its Use page includes subclasses of A, fields declared as A, methods that return A, and methods and constructors with parameters of type A. You can access this page by first going to the package, class or interface, then clicking on the "Use" link in the navigation bar.</p>
+</li>
+<li class="blockList">
+<h2>Tree (Class Hierarchy)</h2>
+<p>There is a <a href="overview-tree.html">Class Hierarchy</a> page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are organized by inheritance structure starting with <code>java.lang.Object</code>. The interfaces do not inherit from <code>java.lang.Object</code>.</p>
+<ul>
+<li>When viewing the Overview page, clicking on "Tree" displays the hierarchy for all packages.</li>
+<li>When viewing a particular package, class or interface page, clicking "Tree" displays the hierarchy for only that package.</li>
+</ul>
+</li>
+<li class="blockList">
+<h2>Deprecated API</h2>
+<p>The <a href="deprecated-list.html">Deprecated API</a> page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to improvements, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.</p>
+</li>
+<li class="blockList">
+<h2>Index</h2>
+<p>The <a href="index-all.html">Index</a> contains an alphabetic list of all classes, interfaces, constructors, methods, and fields.</p>
+</li>
+<li class="blockList">
+<h2>Prev/Next</h2>
+<p>These links take you to the next or previous class, interface, package, or related page.</p>
+</li>
+<li class="blockList">
+<h2>Frames/No Frames</h2>
+<p>These links show and hide the HTML frames. All pages are available with or without frames.</p>
+</li>
+<li class="blockList">
+<h2>All Classes</h2>
+<p>The <a href="allclasses-noframe.html">All Classes</a> link shows all classes and interfaces except non-static nested types.</p>
+</li>
+<li class="blockList">
+<h2>Serialized Form</h2>
+<p>Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to re-implementors, not to developers using the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See also" section of the class description.</p>
+</li>
+<li class="blockList">
+<h2>Constant Field Values</h2>
+<p>The <a href="constant-values.html">Constant Field Values</a> page lists the static final fields and their values.</p>
+</li>
+</ul>
+<span class="emphasizedPhrase">This help file applies to API documentation generated using the standard doclet.</span></div>
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar.bottom">
+<!-- -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar.bottom.firstrow">
+<!-- -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="de/juplo/plugins/hibernate/package-summary.html">Package</a></li>
+<li>Class</li>
+<li>Use</li>
+<li><a href="de/juplo/plugins/hibernate/package-tree.html">Tree</a></li>
+<li><a href="deprecated-list.html">Deprecated</a></li>
+<li><a href="index-all.html">Index</a></li>
+<li class="navBarCell1Rev">Help</li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a href="index.html?help-doc.html" target="_top">Frames</a></li>
+<li><a href="help-doc.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+ allClassesLink = document.getElementById("allclasses_navbar_bottom");
+ if(window==top) {
+ allClassesLink.style.display = "block";
+ }
+ else {
+ allClassesLink.style.display = "none";
+ }
+ //-->
+</script>
+</div>
+<a name="skip.navbar.bottom">
+<!-- -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+<p class="legalCopy"><small>Copyright © 2026. All Rights Reserved.</small></p>
+</body>
+</html>
--- /dev/null
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_342) on Wed Apr 22 07:10:41 UTC 2026 -->
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Index (Hibernate Maven Plugin 2.1.0 API)</title>
+<meta name="date" content="2026-04-22">
+<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
+<script type="text/javascript" src="script.js"></script>
+</head>
+<body>
+<script type="text/javascript"><!--
+ try {
+ if (location.href.indexOf('is-external=true') == -1) {
+ parent.document.title="Index (Hibernate Maven Plugin 2.1.0 API)";
+ }
+ }
+ catch(err) {
+ }
+//-->
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar.top">
+<!-- -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar.top.firstrow">
+<!-- -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="de/juplo/plugins/hibernate/package-summary.html">Package</a></li>
+<li>Class</li>
+<li>Use</li>
+<li><a href="de/juplo/plugins/hibernate/package-tree.html">Tree</a></li>
+<li><a href="deprecated-list.html">Deprecated</a></li>
+<li class="navBarCell1Rev">Index</li>
+<li><a href="help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a href="index.html?index-all.html" target="_top">Frames</a></li>
+<li><a href="index-all.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+ allClassesLink = document.getElementById("allclasses_navbar_top");
+ if(window==top) {
+ allClassesLink.style.display = "block";
+ }
+ else {
+ allClassesLink.style.display = "none";
+ }
+ //-->
+</script>
+</div>
+<a name="skip.navbar.top">
+<!-- -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<div class="contentContainer"><a href="#I:A">A</a> <a href="#I:C">C</a> <a href="#I:D">D</a> <a href="#I:E">E</a> <a href="#I:G">G</a> <a href="#I:H">H</a> <a href="#I:L">L</a> <a href="#I:M">M</a> <a href="#I:O">O</a> <a href="#I:P">P</a> <a href="#I:S">S</a> <a href="#I:T">T</a> <a href="#I:U">U</a> <a name="I:A">
+<!-- -->
+</a>
+<h2 class="title">A</h2>
+<dl>
+<dt><a href="de/juplo/plugins/hibernate/AbstractSchemaMojo.html" title="class in de.juplo.plugins.hibernate"><span class="typeNameLink">AbstractSchemaMojo</span></a> - Class in <a href="de/juplo/plugins/hibernate/package-summary.html">de.juplo.plugins.hibernate</a></dt>
+<dd>
+<div class="block">Baseclass with common attributes and methods.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="de/juplo/plugins/hibernate/AbstractSchemaMojo.html#AbstractSchemaMojo--">AbstractSchemaMojo()</a></span> - Constructor for class de.juplo.plugins.hibernate.<a href="de/juplo/plugins/hibernate/AbstractSchemaMojo.html" title="class in de.juplo.plugins.hibernate">AbstractSchemaMojo</a></dt>
+<dd> </dd>
+<dt><span class="memberNameLink"><a href="de/juplo/plugins/hibernate/MutableClassLoader.html#add-java.util.LinkedHashSet-">add(LinkedHashSet<URL>)</a></span> - Method in class de.juplo.plugins.hibernate.<a href="de/juplo/plugins/hibernate/MutableClassLoader.html" title="class in de.juplo.plugins.hibernate">MutableClassLoader</a></dt>
+<dd> </dd>
+</dl>
+<a name="I:C">
+<!-- -->
+</a>
+<h2 class="title">C</h2>
+<dl>
+<dt><span class="memberNameLink"><a href="de/juplo/plugins/hibernate/MutableClassLoader.html#clearAssertionStatus--">clearAssertionStatus()</a></span> - Method in class de.juplo.plugins.hibernate.<a href="de/juplo/plugins/hibernate/MutableClassLoader.html" title="class in de.juplo.plugins.hibernate">MutableClassLoader</a></dt>
+<dd> </dd>
+<dt><a href="de/juplo/plugins/hibernate/CreateMojo.html" title="class in de.juplo.plugins.hibernate"><span class="typeNameLink">CreateMojo</span></a> - Class in <a href="de/juplo/plugins/hibernate/package-summary.html">de.juplo.plugins.hibernate</a></dt>
+<dd>
+<div class="block">Generate/Execute SQL to create a database-schema that represents the
+ configured mappings.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="de/juplo/plugins/hibernate/CreateMojo.html#CreateMojo--">CreateMojo()</a></span> - Constructor for class de.juplo.plugins.hibernate.<a href="de/juplo/plugins/hibernate/CreateMojo.html" title="class in de.juplo.plugins.hibernate">CreateMojo</a></dt>
+<dd> </dd>
+</dl>
+<a name="I:D">
+<!-- -->
+</a>
+<h2 class="title">D</h2>
+<dl>
+<dt><a href="de/juplo/plugins/hibernate/package-summary.html">de.juplo.plugins.hibernate</a> - package de.juplo.plugins.hibernate</dt>
+<dd> </dd>
+<dt><a href="de/juplo/plugins/hibernate/DropMojo.html" title="class in de.juplo.plugins.hibernate"><span class="typeNameLink">DropMojo</span></a> - Class in <a href="de/juplo/plugins/hibernate/package-summary.html">de.juplo.plugins.hibernate</a></dt>
+<dd>
+<div class="block">Generate/Execute SQL to drop all tables of a database-schema that represents
+ the configured mappings.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="de/juplo/plugins/hibernate/DropMojo.html#DropMojo--">DropMojo()</a></span> - Constructor for class de.juplo.plugins.hibernate.<a href="de/juplo/plugins/hibernate/DropMojo.html" title="class in de.juplo.plugins.hibernate">DropMojo</a></dt>
+<dd> </dd>
+</dl>
+<a name="I:E">
+<!-- -->
+</a>
+<h2 class="title">E</h2>
+<dl>
+<dt><span class="memberNameLink"><a href="de/juplo/plugins/hibernate/AbstractSchemaMojo.html#EXECUTE">EXECUTE</a></span> - Static variable in class de.juplo.plugins.hibernate.<a href="de/juplo/plugins/hibernate/AbstractSchemaMojo.html" title="class in de.juplo.plugins.hibernate">AbstractSchemaMojo</a></dt>
+<dd> </dd>
+<dt><span class="memberNameLink"><a href="de/juplo/plugins/hibernate/AbstractSchemaMojo.html#execute-java.lang.String-">execute(String)</a></span> - Method in class de.juplo.plugins.hibernate.<a href="de/juplo/plugins/hibernate/AbstractSchemaMojo.html" title="class in de.juplo.plugins.hibernate">AbstractSchemaMojo</a></dt>
+<dd> </dd>
+<dt><span class="memberNameLink"><a href="de/juplo/plugins/hibernate/CreateMojo.html#execute--">execute()</a></span> - Method in class de.juplo.plugins.hibernate.<a href="de/juplo/plugins/hibernate/CreateMojo.html" title="class in de.juplo.plugins.hibernate">CreateMojo</a></dt>
+<dd> </dd>
+<dt><span class="memberNameLink"><a href="de/juplo/plugins/hibernate/DropMojo.html#execute--">execute()</a></span> - Method in class de.juplo.plugins.hibernate.<a href="de/juplo/plugins/hibernate/DropMojo.html" title="class in de.juplo.plugins.hibernate">DropMojo</a></dt>
+<dd> </dd>
+<dt><span class="memberNameLink"><a href="de/juplo/plugins/hibernate/HelpMojo.html#execute--">execute()</a></span> - Method in class de.juplo.plugins.hibernate.<a href="de/juplo/plugins/hibernate/HelpMojo.html" title="class in de.juplo.plugins.hibernate">HelpMojo</a></dt>
+<dt><span class="memberNameLink"><a href="de/juplo/plugins/hibernate/UpdateMojo.html#execute--">execute()</a></span> - Method in class de.juplo.plugins.hibernate.<a href="de/juplo/plugins/hibernate/UpdateMojo.html" title="class in de.juplo.plugins.hibernate">UpdateMojo</a></dt>
+<dd> </dd>
+</dl>
+<a name="I:G">
+<!-- -->
+</a>
+<h2 class="title">G</h2>
+<dl>
+<dt><span class="memberNameLink"><a href="de/juplo/plugins/hibernate/MutableClassLoader.html#getResource-java.lang.String-">getResource(String)</a></span> - Method in class de.juplo.plugins.hibernate.<a href="de/juplo/plugins/hibernate/MutableClassLoader.html" title="class in de.juplo.plugins.hibernate">MutableClassLoader</a></dt>
+<dd> </dd>
+<dt><span class="memberNameLink"><a href="de/juplo/plugins/hibernate/MutableClassLoader.html#getResourceAsStream-java.lang.String-">getResourceAsStream(String)</a></span> - Method in class de.juplo.plugins.hibernate.<a href="de/juplo/plugins/hibernate/MutableClassLoader.html" title="class in de.juplo.plugins.hibernate">MutableClassLoader</a></dt>
+<dd> </dd>
+<dt><span class="memberNameLink"><a href="de/juplo/plugins/hibernate/MutableClassLoader.html#getResources-java.lang.String-">getResources(String)</a></span> - Method in class de.juplo.plugins.hibernate.<a href="de/juplo/plugins/hibernate/MutableClassLoader.html" title="class in de.juplo.plugins.hibernate">MutableClassLoader</a></dt>
+<dd> </dd>
+</dl>
+<a name="I:H">
+<!-- -->
+</a>
+<h2 class="title">H</h2>
+<dl>
+<dt><a href="de/juplo/plugins/hibernate/HelpMojo.html" title="class in de.juplo.plugins.hibernate"><span class="typeNameLink">HelpMojo</span></a> - Class in <a href="de/juplo/plugins/hibernate/package-summary.html">de.juplo.plugins.hibernate</a></dt>
+<dd>
+<div class="block">Display help information on hibernate-maven-plugin.<br>
+ Call <code>mvn hibernate:help -Ddetail=true -Dgoal=<goal-name></code> to display parameter details.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="de/juplo/plugins/hibernate/HelpMojo.html#HelpMojo--">HelpMojo()</a></span> - Constructor for class de.juplo.plugins.hibernate.<a href="de/juplo/plugins/hibernate/HelpMojo.html" title="class in de.juplo.plugins.hibernate">HelpMojo</a></dt>
+<dd> </dd>
+</dl>
+<a name="I:L">
+<!-- -->
+</a>
+<h2 class="title">L</h2>
+<dl>
+<dt><span class="memberNameLink"><a href="de/juplo/plugins/hibernate/MutableClassLoader.html#loadClass-java.lang.String-">loadClass(String)</a></span> - Method in class de.juplo.plugins.hibernate.<a href="de/juplo/plugins/hibernate/MutableClassLoader.html" title="class in de.juplo.plugins.hibernate">MutableClassLoader</a></dt>
+<dd> </dd>
+</dl>
+<a name="I:M">
+<!-- -->
+</a>
+<h2 class="title">M</h2>
+<dl>
+<dt><a href="de/juplo/plugins/hibernate/ModificationTracker.html" title="class in de.juplo.plugins.hibernate"><span class="typeNameLink">ModificationTracker</span></a> - Class in <a href="de/juplo/plugins/hibernate/package-summary.html">de.juplo.plugins.hibernate</a></dt>
+<dd> </dd>
+<dt><a href="de/juplo/plugins/hibernate/MutableClassLoader.html" title="class in de.juplo.plugins.hibernate"><span class="typeNameLink">MutableClassLoader</span></a> - Class in <a href="de/juplo/plugins/hibernate/package-summary.html">de.juplo.plugins.hibernate</a></dt>
+<dd> </dd>
+<dt><span class="memberNameLink"><a href="de/juplo/plugins/hibernate/MutableClassLoader.html#MutableClassLoader-java.util.LinkedHashSet-org.apache.maven.plugin.logging.Log-">MutableClassLoader(LinkedHashSet<URL>, Log)</a></span> - Constructor for class de.juplo.plugins.hibernate.<a href="de/juplo/plugins/hibernate/MutableClassLoader.html" title="class in de.juplo.plugins.hibernate">MutableClassLoader</a></dt>
+<dd> </dd>
+</dl>
+<a name="I:O">
+<!-- -->
+</a>
+<h2 class="title">O</h2>
+<dl>
+<dt><span class="memberNameLink"><a href="de/juplo/plugins/hibernate/AbstractSchemaMojo.html#OUTPUTDIRECTORY">OUTPUTDIRECTORY</a></span> - Static variable in class de.juplo.plugins.hibernate.<a href="de/juplo/plugins/hibernate/AbstractSchemaMojo.html" title="class in de.juplo.plugins.hibernate">AbstractSchemaMojo</a></dt>
+<dd> </dd>
+</dl>
+<a name="I:P">
+<!-- -->
+</a>
+<h2 class="title">P</h2>
+<dl>
+<dt><span class="memberNameLink"><a href="de/juplo/plugins/hibernate/AbstractSchemaMojo.html#printStrackTrace-java.lang.StringBuilder-java.lang.Throwable-">printStrackTrace(StringBuilder, Throwable)</a></span> - Static method in class de.juplo.plugins.hibernate.<a href="de/juplo/plugins/hibernate/AbstractSchemaMojo.html" title="class in de.juplo.plugins.hibernate">AbstractSchemaMojo</a></dt>
+<dd> </dd>
+</dl>
+<a name="I:S">
+<!-- -->
+</a>
+<h2 class="title">S</h2>
+<dl>
+<dt><span class="memberNameLink"><a href="de/juplo/plugins/hibernate/AbstractSchemaMojo.html#SCAN_CLASSES">SCAN_CLASSES</a></span> - Static variable in class de.juplo.plugins.hibernate.<a href="de/juplo/plugins/hibernate/AbstractSchemaMojo.html" title="class in de.juplo.plugins.hibernate">AbstractSchemaMojo</a></dt>
+<dd> </dd>
+<dt><span class="memberNameLink"><a href="de/juplo/plugins/hibernate/AbstractSchemaMojo.html#SCAN_DEPENDENCIES">SCAN_DEPENDENCIES</a></span> - Static variable in class de.juplo.plugins.hibernate.<a href="de/juplo/plugins/hibernate/AbstractSchemaMojo.html" title="class in de.juplo.plugins.hibernate">AbstractSchemaMojo</a></dt>
+<dd> </dd>
+<dt><span class="memberNameLink"><a href="de/juplo/plugins/hibernate/AbstractSchemaMojo.html#SCAN_TESTCLASSES">SCAN_TESTCLASSES</a></span> - Static variable in class de.juplo.plugins.hibernate.<a href="de/juplo/plugins/hibernate/AbstractSchemaMojo.html" title="class in de.juplo.plugins.hibernate">AbstractSchemaMojo</a></dt>
+<dd> </dd>
+<dt><span class="memberNameLink"><a href="de/juplo/plugins/hibernate/AbstractSchemaMojo.html#SCRIPT">SCRIPT</a></span> - Static variable in class de.juplo.plugins.hibernate.<a href="de/juplo/plugins/hibernate/AbstractSchemaMojo.html" title="class in de.juplo.plugins.hibernate">AbstractSchemaMojo</a></dt>
+<dd> </dd>
+<dt><span class="memberNameLink"><a href="de/juplo/plugins/hibernate/MutableClassLoader.html#setClassAssertionStatus-java.lang.String-boolean-">setClassAssertionStatus(String, boolean)</a></span> - Method in class de.juplo.plugins.hibernate.<a href="de/juplo/plugins/hibernate/MutableClassLoader.html" title="class in de.juplo.plugins.hibernate">MutableClassLoader</a></dt>
+<dd> </dd>
+<dt><span class="memberNameLink"><a href="de/juplo/plugins/hibernate/MutableClassLoader.html#setDefaultAssertionStatus-boolean-">setDefaultAssertionStatus(boolean)</a></span> - Method in class de.juplo.plugins.hibernate.<a href="de/juplo/plugins/hibernate/MutableClassLoader.html" title="class in de.juplo.plugins.hibernate">MutableClassLoader</a></dt>
+<dd> </dd>
+<dt><span class="memberNameLink"><a href="de/juplo/plugins/hibernate/MutableClassLoader.html#setPackageAssertionStatus-java.lang.String-boolean-">setPackageAssertionStatus(String, boolean)</a></span> - Method in class de.juplo.plugins.hibernate.<a href="de/juplo/plugins/hibernate/MutableClassLoader.html" title="class in de.juplo.plugins.hibernate">MutableClassLoader</a></dt>
+<dd> </dd>
+<dt><span class="memberNameLink"><a href="de/juplo/plugins/hibernate/AbstractSchemaMojo.html#SKIPPED">SKIPPED</a></span> - Static variable in class de.juplo.plugins.hibernate.<a href="de/juplo/plugins/hibernate/AbstractSchemaMojo.html" title="class in de.juplo.plugins.hibernate">AbstractSchemaMojo</a></dt>
+<dd> </dd>
+</dl>
+<a name="I:T">
+<!-- -->
+</a>
+<h2 class="title">T</h2>
+<dl>
+<dt><span class="memberNameLink"><a href="de/juplo/plugins/hibernate/AbstractSchemaMojo.html#TEST_OUTPUTDIRECTORY">TEST_OUTPUTDIRECTORY</a></span> - Static variable in class de.juplo.plugins.hibernate.<a href="de/juplo/plugins/hibernate/AbstractSchemaMojo.html" title="class in de.juplo.plugins.hibernate">AbstractSchemaMojo</a></dt>
+<dd> </dd>
+</dl>
+<a name="I:U">
+<!-- -->
+</a>
+<h2 class="title">U</h2>
+<dl>
+<dt><a href="de/juplo/plugins/hibernate/UpdateMojo.html" title="class in de.juplo.plugins.hibernate"><span class="typeNameLink">UpdateMojo</span></a> - Class in <a href="de/juplo/plugins/hibernate/package-summary.html">de.juplo.plugins.hibernate</a></dt>
+<dd>
+<div class="block">Generate/Execute SQL to update the database-schema according to the
+ configured mappings.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="de/juplo/plugins/hibernate/UpdateMojo.html#UpdateMojo--">UpdateMojo()</a></span> - Constructor for class de.juplo.plugins.hibernate.<a href="de/juplo/plugins/hibernate/UpdateMojo.html" title="class in de.juplo.plugins.hibernate">UpdateMojo</a></dt>
+<dd> </dd>
+</dl>
+<a href="#I:A">A</a> <a href="#I:C">C</a> <a href="#I:D">D</a> <a href="#I:E">E</a> <a href="#I:G">G</a> <a href="#I:H">H</a> <a href="#I:L">L</a> <a href="#I:M">M</a> <a href="#I:O">O</a> <a href="#I:P">P</a> <a href="#I:S">S</a> <a href="#I:T">T</a> <a href="#I:U">U</a> </div>
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar.bottom">
+<!-- -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar.bottom.firstrow">
+<!-- -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="de/juplo/plugins/hibernate/package-summary.html">Package</a></li>
+<li>Class</li>
+<li>Use</li>
+<li><a href="de/juplo/plugins/hibernate/package-tree.html">Tree</a></li>
+<li><a href="deprecated-list.html">Deprecated</a></li>
+<li class="navBarCell1Rev">Index</li>
+<li><a href="help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a href="index.html?index-all.html" target="_top">Frames</a></li>
+<li><a href="index-all.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+ allClassesLink = document.getElementById("allclasses_navbar_bottom");
+ if(window==top) {
+ allClassesLink.style.display = "block";
+ }
+ else {
+ allClassesLink.style.display = "none";
+ }
+ //-->
+</script>
+</div>
+<a name="skip.navbar.bottom">
+<!-- -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+<p class="legalCopy"><small>Copyright © 2026. All Rights Reserved.</small></p>
+</body>
+</html>
--- /dev/null
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_342) on Wed Apr 22 07:10:41 UTC 2026 -->
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Hibernate Maven Plugin 2.1.0 API</title>
+<script type="text/javascript">
+ tmpTargetPage = "" + window.location.search;
+ if (tmpTargetPage != "" && tmpTargetPage != "undefined")
+ tmpTargetPage = tmpTargetPage.substring(1);
+ if (tmpTargetPage.indexOf(":") != -1 || (tmpTargetPage != "" && !validURL(tmpTargetPage)))
+ tmpTargetPage = "undefined";
+ targetPage = tmpTargetPage;
+ function validURL(url) {
+ try {
+ url = decodeURIComponent(url);
+ }
+ catch (error) {
+ return false;
+ }
+ var pos = url.indexOf(".html");
+ if (pos == -1 || pos != url.length - 5)
+ return false;
+ var allowNumber = false;
+ var allowSep = false;
+ var seenDot = false;
+ for (var i = 0; i < url.length - 5; i++) {
+ var ch = url.charAt(i);
+ if ('a' <= ch && ch <= 'z' ||
+ 'A' <= ch && ch <= 'Z' ||
+ ch == '$' ||
+ ch == '_' ||
+ ch.charCodeAt(0) > 127) {
+ allowNumber = true;
+ allowSep = true;
+ } else if ('0' <= ch && ch <= '9'
+ || ch == '-') {
+ if (!allowNumber)
+ return false;
+ } else if (ch == '/' || ch == '.') {
+ if (!allowSep)
+ return false;
+ allowNumber = false;
+ allowSep = false;
+ if (ch == '.')
+ seenDot = true;
+ if (ch == '/' && seenDot)
+ return false;
+ } else {
+ return false;
+ }
+ }
+ return true;
+ }
+ function loadFrames() {
+ if (targetPage != "" && targetPage != "undefined")
+ top.classFrame.location = top.targetPage;
+ }
+</script>
+</head>
+<frameset cols="20%,80%" title="Documentation frame" onload="top.loadFrames()">
+<frame src="allclasses-frame.html" name="packageFrame" title="All classes and interfaces (except non-static nested types)">
+<frame src="de/juplo/plugins/hibernate/package-summary.html" name="classFrame" title="Package, class and interface descriptions" scrolling="yes">
+<noframes>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<h2>Frame Alert</h2>
+<p>This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. Link to <a href="de/juplo/plugins/hibernate/package-summary.html">Non-frame version</a>.</p>
+</noframes>
+</frameset>
+</html>
--- /dev/null
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_342) on Wed Apr 22 07:10:41 UTC 2026 -->
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Class Hierarchy (Hibernate Maven Plugin 2.1.0 API)</title>
+<meta name="date" content="2026-04-22">
+<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
+<script type="text/javascript" src="script.js"></script>
+</head>
+<body>
+<script type="text/javascript"><!--
+ try {
+ if (location.href.indexOf('is-external=true') == -1) {
+ parent.document.title="Class Hierarchy (Hibernate Maven Plugin 2.1.0 API)";
+ }
+ }
+ catch(err) {
+ }
+//-->
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar.top">
+<!-- -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar.top.firstrow">
+<!-- -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="de/juplo/plugins/hibernate/package-summary.html">Package</a></li>
+<li>Class</li>
+<li>Use</li>
+<li class="navBarCell1Rev">Tree</li>
+<li><a href="deprecated-list.html">Deprecated</a></li>
+<li><a href="index-all.html">Index</a></li>
+<li><a href="help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a href="index.html?overview-tree.html" target="_top">Frames</a></li>
+<li><a href="overview-tree.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+ allClassesLink = document.getElementById("allclasses_navbar_top");
+ if(window==top) {
+ allClassesLink.style.display = "block";
+ }
+ else {
+ allClassesLink.style.display = "none";
+ }
+ //-->
+</script>
+</div>
+<a name="skip.navbar.top">
+<!-- -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<div class="header">
+<h1 class="title">Hierarchy For All Packages</h1>
+<span class="packageHierarchyLabel">Package Hierarchies:</span>
+<ul class="horizontal">
+<li><a href="de/juplo/plugins/hibernate/package-tree.html">de.juplo.plugins.hibernate</a></li>
+</ul>
+</div>
+<div class="contentContainer">
+<h2 title="Class Hierarchy">Class Hierarchy</h2>
+<ul>
+<li type="circle">java.lang.Object
+<ul>
+<li type="circle">org.apache.maven.plugin.AbstractMojo (implements org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo)
+<ul>
+<li type="circle">de.juplo.plugins.hibernate.<a href="de/juplo/plugins/hibernate/AbstractSchemaMojo.html" title="class in de.juplo.plugins.hibernate"><span class="typeNameLink">AbstractSchemaMojo</span></a>
+<ul>
+<li type="circle">de.juplo.plugins.hibernate.<a href="de/juplo/plugins/hibernate/CreateMojo.html" title="class in de.juplo.plugins.hibernate"><span class="typeNameLink">CreateMojo</span></a></li>
+<li type="circle">de.juplo.plugins.hibernate.<a href="de/juplo/plugins/hibernate/DropMojo.html" title="class in de.juplo.plugins.hibernate"><span class="typeNameLink">DropMojo</span></a></li>
+<li type="circle">de.juplo.plugins.hibernate.<a href="de/juplo/plugins/hibernate/UpdateMojo.html" title="class in de.juplo.plugins.hibernate"><span class="typeNameLink">UpdateMojo</span></a></li>
+</ul>
+</li>
+<li type="circle">de.juplo.plugins.hibernate.<a href="de/juplo/plugins/hibernate/HelpMojo.html" title="class in de.juplo.plugins.hibernate"><span class="typeNameLink">HelpMojo</span></a></li>
+</ul>
+</li>
+<li type="circle">java.lang.ClassLoader
+<ul>
+<li type="circle">de.juplo.plugins.hibernate.<a href="de/juplo/plugins/hibernate/MutableClassLoader.html" title="class in de.juplo.plugins.hibernate"><span class="typeNameLink">MutableClassLoader</span></a></li>
+</ul>
+</li>
+<li type="circle">de.juplo.plugins.hibernate.<a href="de/juplo/plugins/hibernate/ModificationTracker.html" title="class in de.juplo.plugins.hibernate"><span class="typeNameLink">ModificationTracker</span></a></li>
+</ul>
+</li>
+</ul>
+</div>
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar.bottom">
+<!-- -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar.bottom.firstrow">
+<!-- -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="de/juplo/plugins/hibernate/package-summary.html">Package</a></li>
+<li>Class</li>
+<li>Use</li>
+<li class="navBarCell1Rev">Tree</li>
+<li><a href="deprecated-list.html">Deprecated</a></li>
+<li><a href="index-all.html">Index</a></li>
+<li><a href="help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a href="index.html?overview-tree.html" target="_top">Frames</a></li>
+<li><a href="overview-tree.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+ allClassesLink = document.getElementById("allclasses_navbar_bottom");
+ if(window==top) {
+ allClassesLink.style.display = "block";
+ }
+ else {
+ allClassesLink.style.display = "none";
+ }
+ //-->
+</script>
+</div>
+<a name="skip.navbar.bottom">
+<!-- -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+<p class="legalCopy"><small>Copyright © 2026. All Rights Reserved.</small></p>
+</body>
+</html>
--- /dev/null
+de.juplo.plugins.hibernate
--- /dev/null
+function show(type)
+{
+ count = 0;
+ for (var key in methods) {
+ var row = document.getElementById(key);
+ if ((methods[key] & type) != 0) {
+ row.style.display = '';
+ row.className = (count++ % 2) ? rowColor : altColor;
+ }
+ else
+ row.style.display = 'none';
+ }
+ updateTabs(type);
+}
+
+function updateTabs(type)
+{
+ for (var value in tabs) {
+ var sNode = document.getElementById(tabs[value][0]);
+ var spanNode = sNode.firstChild;
+ if (value == type) {
+ sNode.className = activeTableTab;
+ spanNode.innerHTML = tabs[value][1];
+ }
+ else {
+ sNode.className = tableTab;
+ spanNode.innerHTML = "<a href=\"javascript:show("+ value + ");\">" + tabs[value][1] + "</a>";
+ }
+ }
+}
--- /dev/null
+/* Javadoc style sheet */
+/*
+Overall document style
+*/
+
+@import url('resources/fonts/dejavu.css');
+
+body {
+ background-color:#ffffff;
+ color:#353833;
+ font-family:'DejaVu Sans', Arial, Helvetica, sans-serif;
+ font-size:14px;
+ margin:0;
+}
+a:link, a:visited {
+ text-decoration:none;
+ color:#4A6782;
+}
+a:hover, a:focus {
+ text-decoration:none;
+ color:#bb7a2a;
+}
+a:active {
+ text-decoration:none;
+ color:#4A6782;
+}
+a[name] {
+ color:#353833;
+}
+a[name]:hover {
+ text-decoration:none;
+ color:#353833;
+}
+pre {
+ font-family:'DejaVu Sans Mono', monospace;
+ font-size:14px;
+}
+h1 {
+ font-size:20px;
+}
+h2 {
+ font-size:18px;
+}
+h3 {
+ font-size:16px;
+ font-style:italic;
+}
+h4 {
+ font-size:13px;
+}
+h5 {
+ font-size:12px;
+}
+h6 {
+ font-size:11px;
+}
+ul {
+ list-style-type:disc;
+}
+code, tt {
+ font-family:'DejaVu Sans Mono', monospace;
+ font-size:14px;
+ padding-top:4px;
+ margin-top:8px;
+ line-height:1.4em;
+}
+dt code {
+ font-family:'DejaVu Sans Mono', monospace;
+ font-size:14px;
+ padding-top:4px;
+}
+table tr td dt code {
+ font-family:'DejaVu Sans Mono', monospace;
+ font-size:14px;
+ vertical-align:top;
+ padding-top:4px;
+}
+sup {
+ font-size:8px;
+}
+/*
+Document title and Copyright styles
+*/
+.clear {
+ clear:both;
+ height:0px;
+ overflow:hidden;
+}
+.aboutLanguage {
+ float:right;
+ padding:0px 21px;
+ font-size:11px;
+ z-index:200;
+ margin-top:-9px;
+}
+.legalCopy {
+ margin-left:.5em;
+}
+.bar a, .bar a:link, .bar a:visited, .bar a:active {
+ color:#FFFFFF;
+ text-decoration:none;
+}
+.bar a:hover, .bar a:focus {
+ color:#bb7a2a;
+}
+.tab {
+ background-color:#0066FF;
+ color:#ffffff;
+ padding:8px;
+ width:5em;
+ font-weight:bold;
+}
+/*
+Navigation bar styles
+*/
+.bar {
+ background-color:#4D7A97;
+ color:#FFFFFF;
+ padding:.8em .5em .4em .8em;
+ height:auto;/*height:1.8em;*/
+ font-size:11px;
+ margin:0;
+}
+.topNav {
+ background-color:#4D7A97;
+ color:#FFFFFF;
+ float:left;
+ padding:0;
+ width:100%;
+ clear:right;
+ height:2.8em;
+ padding-top:10px;
+ overflow:hidden;
+ font-size:12px;
+}
+.bottomNav {
+ margin-top:10px;
+ background-color:#4D7A97;
+ color:#FFFFFF;
+ float:left;
+ padding:0;
+ width:100%;
+ clear:right;
+ height:2.8em;
+ padding-top:10px;
+ overflow:hidden;
+ font-size:12px;
+}
+.subNav {
+ background-color:#dee3e9;
+ float:left;
+ width:100%;
+ overflow:hidden;
+ font-size:12px;
+}
+.subNav div {
+ clear:left;
+ float:left;
+ padding:0 0 5px 6px;
+ text-transform:uppercase;
+}
+ul.navList, ul.subNavList {
+ float:left;
+ margin:0 25px 0 0;
+ padding:0;
+}
+ul.navList li{
+ list-style:none;
+ float:left;
+ padding: 5px 6px;
+ text-transform:uppercase;
+}
+ul.subNavList li{
+ list-style:none;
+ float:left;
+}
+.topNav a:link, .topNav a:active, .topNav a:visited, .bottomNav a:link, .bottomNav a:active, .bottomNav a:visited {
+ color:#FFFFFF;
+ text-decoration:none;
+ text-transform:uppercase;
+}
+.topNav a:hover, .bottomNav a:hover {
+ text-decoration:none;
+ color:#bb7a2a;
+ text-transform:uppercase;
+}
+.navBarCell1Rev {
+ background-color:#F8981D;
+ color:#253441;
+ margin: auto 5px;
+}
+.skipNav {
+ position:absolute;
+ top:auto;
+ left:-9999px;
+ overflow:hidden;
+}
+/*
+Page header and footer styles
+*/
+.header, .footer {
+ clear:both;
+ margin:0 20px;
+ padding:5px 0 0 0;
+}
+.indexHeader {
+ margin:10px;
+ position:relative;
+}
+.indexHeader span{
+ margin-right:15px;
+}
+.indexHeader h1 {
+ font-size:13px;
+}
+.title {
+ color:#2c4557;
+ margin:10px 0;
+}
+.subTitle {
+ margin:5px 0 0 0;
+}
+.header ul {
+ margin:0 0 15px 0;
+ padding:0;
+}
+.footer ul {
+ margin:20px 0 5px 0;
+}
+.header ul li, .footer ul li {
+ list-style:none;
+ font-size:13px;
+}
+/*
+Heading styles
+*/
+div.details ul.blockList ul.blockList ul.blockList li.blockList h4, div.details ul.blockList ul.blockList ul.blockListLast li.blockList h4 {
+ background-color:#dee3e9;
+ border:1px solid #d0d9e0;
+ margin:0 0 6px -8px;
+ padding:7px 5px;
+}
+ul.blockList ul.blockList ul.blockList li.blockList h3 {
+ background-color:#dee3e9;
+ border:1px solid #d0d9e0;
+ margin:0 0 6px -8px;
+ padding:7px 5px;
+}
+ul.blockList ul.blockList li.blockList h3 {
+ padding:0;
+ margin:15px 0;
+}
+ul.blockList li.blockList h2 {
+ padding:0px 0 20px 0;
+}
+/*
+Page layout container styles
+*/
+.contentContainer, .sourceContainer, .classUseContainer, .serializedFormContainer, .constantValuesContainer {
+ clear:both;
+ padding:10px 20px;
+ position:relative;
+}
+.indexContainer {
+ margin:10px;
+ position:relative;
+ font-size:12px;
+}
+.indexContainer h2 {
+ font-size:13px;
+ padding:0 0 3px 0;
+}
+.indexContainer ul {
+ margin:0;
+ padding:0;
+}
+.indexContainer ul li {
+ list-style:none;
+ padding-top:2px;
+}
+.contentContainer .description dl dt, .contentContainer .details dl dt, .serializedFormContainer dl dt {
+ font-size:12px;
+ font-weight:bold;
+ margin:10px 0 0 0;
+ color:#4E4E4E;
+}
+.contentContainer .description dl dd, .contentContainer .details dl dd, .serializedFormContainer dl dd {
+ margin:5px 0 10px 0px;
+ font-size:14px;
+ font-family:'DejaVu Sans Mono',monospace;
+}
+.serializedFormContainer dl.nameValue dt {
+ margin-left:1px;
+ font-size:1.1em;
+ display:inline;
+ font-weight:bold;
+}
+.serializedFormContainer dl.nameValue dd {
+ margin:0 0 0 1px;
+ font-size:1.1em;
+ display:inline;
+}
+/*
+List styles
+*/
+ul.horizontal li {
+ display:inline;
+ font-size:0.9em;
+}
+ul.inheritance {
+ margin:0;
+ padding:0;
+}
+ul.inheritance li {
+ display:inline;
+ list-style:none;
+}
+ul.inheritance li ul.inheritance {
+ margin-left:15px;
+ padding-left:15px;
+ padding-top:1px;
+}
+ul.blockList, ul.blockListLast {
+ margin:10px 0 10px 0;
+ padding:0;
+}
+ul.blockList li.blockList, ul.blockListLast li.blockList {
+ list-style:none;
+ margin-bottom:15px;
+ line-height:1.4;
+}
+ul.blockList ul.blockList li.blockList, ul.blockList ul.blockListLast li.blockList {
+ padding:0px 20px 5px 10px;
+ border:1px solid #ededed;
+ background-color:#f8f8f8;
+}
+ul.blockList ul.blockList ul.blockList li.blockList, ul.blockList ul.blockList ul.blockListLast li.blockList {
+ padding:0 0 5px 8px;
+ background-color:#ffffff;
+ border:none;
+}
+ul.blockList ul.blockList ul.blockList ul.blockList li.blockList {
+ margin-left:0;
+ padding-left:0;
+ padding-bottom:15px;
+ border:none;
+}
+ul.blockList ul.blockList ul.blockList ul.blockList li.blockListLast {
+ list-style:none;
+ border-bottom:none;
+ padding-bottom:0;
+}
+table tr td dl, table tr td dl dt, table tr td dl dd {
+ margin-top:0;
+ margin-bottom:1px;
+}
+/*
+Table styles
+*/
+.overviewSummary, .memberSummary, .typeSummary, .useSummary, .constantsSummary, .deprecatedSummary {
+ width:100%;
+ border-left:1px solid #EEE;
+ border-right:1px solid #EEE;
+ border-bottom:1px solid #EEE;
+}
+.overviewSummary, .memberSummary {
+ padding:0px;
+}
+.overviewSummary caption, .memberSummary caption, .typeSummary caption,
+.useSummary caption, .constantsSummary caption, .deprecatedSummary caption {
+ position:relative;
+ text-align:left;
+ background-repeat:no-repeat;
+ color:#253441;
+ font-weight:bold;
+ clear:none;
+ overflow:hidden;
+ padding:0px;
+ padding-top:10px;
+ padding-left:1px;
+ margin:0px;
+ white-space:pre;
+}
+.overviewSummary caption a:link, .memberSummary caption a:link, .typeSummary caption a:link,
+.useSummary caption a:link, .constantsSummary caption a:link, .deprecatedSummary caption a:link,
+.overviewSummary caption a:hover, .memberSummary caption a:hover, .typeSummary caption a:hover,
+.useSummary caption a:hover, .constantsSummary caption a:hover, .deprecatedSummary caption a:hover,
+.overviewSummary caption a:active, .memberSummary caption a:active, .typeSummary caption a:active,
+.useSummary caption a:active, .constantsSummary caption a:active, .deprecatedSummary caption a:active,
+.overviewSummary caption a:visited, .memberSummary caption a:visited, .typeSummary caption a:visited,
+.useSummary caption a:visited, .constantsSummary caption a:visited, .deprecatedSummary caption a:visited {
+ color:#FFFFFF;
+}
+.overviewSummary caption span, .memberSummary caption span, .typeSummary caption span,
+.useSummary caption span, .constantsSummary caption span, .deprecatedSummary caption span {
+ white-space:nowrap;
+ padding-top:5px;
+ padding-left:12px;
+ padding-right:12px;
+ padding-bottom:7px;
+ display:inline-block;
+ float:left;
+ background-color:#F8981D;
+ border: none;
+ height:16px;
+}
+.memberSummary caption span.activeTableTab span {
+ white-space:nowrap;
+ padding-top:5px;
+ padding-left:12px;
+ padding-right:12px;
+ margin-right:3px;
+ display:inline-block;
+ float:left;
+ background-color:#F8981D;
+ height:16px;
+}
+.memberSummary caption span.tableTab span {
+ white-space:nowrap;
+ padding-top:5px;
+ padding-left:12px;
+ padding-right:12px;
+ margin-right:3px;
+ display:inline-block;
+ float:left;
+ background-color:#4D7A97;
+ height:16px;
+}
+.memberSummary caption span.tableTab, .memberSummary caption span.activeTableTab {
+ padding-top:0px;
+ padding-left:0px;
+ padding-right:0px;
+ background-image:none;
+ float:none;
+ display:inline;
+}
+.overviewSummary .tabEnd, .memberSummary .tabEnd, .typeSummary .tabEnd,
+.useSummary .tabEnd, .constantsSummary .tabEnd, .deprecatedSummary .tabEnd {
+ display:none;
+ width:5px;
+ position:relative;
+ float:left;
+ background-color:#F8981D;
+}
+.memberSummary .activeTableTab .tabEnd {
+ display:none;
+ width:5px;
+ margin-right:3px;
+ position:relative;
+ float:left;
+ background-color:#F8981D;
+}
+.memberSummary .tableTab .tabEnd {
+ display:none;
+ width:5px;
+ margin-right:3px;
+ position:relative;
+ background-color:#4D7A97;
+ float:left;
+
+}
+.overviewSummary td, .memberSummary td, .typeSummary td,
+.useSummary td, .constantsSummary td, .deprecatedSummary td {
+ text-align:left;
+ padding:0px 0px 12px 10px;
+}
+th.colOne, th.colFirst, th.colLast, .useSummary th, .constantsSummary th,
+td.colOne, td.colFirst, td.colLast, .useSummary td, .constantsSummary td{
+ vertical-align:top;
+ padding-right:0px;
+ padding-top:8px;
+ padding-bottom:3px;
+}
+th.colFirst, th.colLast, th.colOne, .constantsSummary th {
+ background:#dee3e9;
+ text-align:left;
+ padding:8px 3px 3px 7px;
+}
+td.colFirst, th.colFirst {
+ white-space:nowrap;
+ font-size:13px;
+}
+td.colLast, th.colLast {
+ font-size:13px;
+}
+td.colOne, th.colOne {
+ font-size:13px;
+}
+.overviewSummary td.colFirst, .overviewSummary th.colFirst,
+.useSummary td.colFirst, .useSummary th.colFirst,
+.overviewSummary td.colOne, .overviewSummary th.colOne,
+.memberSummary td.colFirst, .memberSummary th.colFirst,
+.memberSummary td.colOne, .memberSummary th.colOne,
+.typeSummary td.colFirst{
+ width:25%;
+ vertical-align:top;
+}
+td.colOne a:link, td.colOne a:active, td.colOne a:visited, td.colOne a:hover, td.colFirst a:link, td.colFirst a:active, td.colFirst a:visited, td.colFirst a:hover, td.colLast a:link, td.colLast a:active, td.colLast a:visited, td.colLast a:hover, .constantValuesContainer td a:link, .constantValuesContainer td a:active, .constantValuesContainer td a:visited, .constantValuesContainer td a:hover {
+ font-weight:bold;
+}
+.tableSubHeadingColor {
+ background-color:#EEEEFF;
+}
+.altColor {
+ background-color:#FFFFFF;
+}
+.rowColor {
+ background-color:#EEEEEF;
+}
+/*
+Content styles
+*/
+.description pre {
+ margin-top:0;
+}
+.deprecatedContent {
+ margin:0;
+ padding:10px 0;
+}
+.docSummary {
+ padding:0;
+}
+
+ul.blockList ul.blockList ul.blockList li.blockList h3 {
+ font-style:normal;
+}
+
+div.block {
+ font-size:14px;
+ font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif;
+}
+
+td.colLast div {
+ padding-top:0px;
+}
+
+
+td.colLast a {
+ padding-bottom:3px;
+}
+/*
+Formatting effect styles
+*/
+.sourceLineNo {
+ color:green;
+ padding:0 30px 0 0;
+}
+h1.hidden {
+ visibility:hidden;
+ overflow:hidden;
+ font-size:10px;
+}
+.block {
+ display:block;
+ margin:3px 10px 2px 0px;
+ color:#474747;
+}
+.deprecatedLabel, .descfrmTypeLabel, .memberNameLabel, .memberNameLink,
+.overrideSpecifyLabel, .packageHierarchyLabel, .paramLabel, .returnLabel,
+.seeLabel, .simpleTagLabel, .throwsLabel, .typeNameLabel, .typeNameLink {
+ font-weight:bold;
+}
+.deprecationComment, .emphasizedPhrase, .interfaceName {
+ font-style:italic;
+}
+
+div.block div.block span.deprecationComment, div.block div.block span.emphasizedPhrase,
+div.block div.block span.interfaceName {
+ font-style:normal;
+}
+
+div.contentContainer ul.blockList li.blockList h2{
+ padding-bottom:0px;
+}
--- /dev/null
+/* You can override this file with your own styles */
\ No newline at end of file
--- /dev/null
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_342) on Wed Apr 22 07:10:40 UTC 2026 -->
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>All Classes (Hibernate Maven Plugin 2.1.0 Test API)</title>
+<meta name="date" content="2026-04-22">
+<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
+<script type="text/javascript" src="script.js"></script>
+</head>
+<body>
+<h1 class="bar">All Classes</h1>
+<div class="indexContainer">
+<ul>
+<li><a href="de/juplo/test/FileComparator.html" title="class in de.juplo.test" target="classFrame">FileComparator</a></li>
+</ul>
+</div>
+</body>
+</html>
--- /dev/null
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_342) on Wed Apr 22 07:10:40 UTC 2026 -->
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>All Classes (Hibernate Maven Plugin 2.1.0 Test API)</title>
+<meta name="date" content="2026-04-22">
+<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
+<script type="text/javascript" src="script.js"></script>
+</head>
+<body>
+<h1 class="bar">All Classes</h1>
+<div class="indexContainer">
+<ul>
+<li><a href="de/juplo/test/FileComparator.html" title="class in de.juplo.test">FileComparator</a></li>
+</ul>
+</div>
+</body>
+</html>
--- /dev/null
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_342) on Wed Apr 22 07:10:40 UTC 2026 -->
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Constant Field Values (Hibernate Maven Plugin 2.1.0 Test API)</title>
+<meta name="date" content="2026-04-22">
+<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
+<script type="text/javascript" src="script.js"></script>
+</head>
+<body>
+<script type="text/javascript"><!--
+ try {
+ if (location.href.indexOf('is-external=true') == -1) {
+ parent.document.title="Constant Field Values (Hibernate Maven Plugin 2.1.0 Test API)";
+ }
+ }
+ catch(err) {
+ }
+//-->
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar.top">
+<!-- -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar.top.firstrow">
+<!-- -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="de/juplo/test/package-summary.html">Package</a></li>
+<li>Class</li>
+<li>Use</li>
+<li><a href="de/juplo/test/package-tree.html">Tree</a></li>
+<li><a href="deprecated-list.html">Deprecated</a></li>
+<li><a href="index-all.html">Index</a></li>
+<li><a href="help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a href="index.html?constant-values.html" target="_top">Frames</a></li>
+<li><a href="constant-values.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+ allClassesLink = document.getElementById("allclasses_navbar_top");
+ if(window==top) {
+ allClassesLink.style.display = "block";
+ }
+ else {
+ allClassesLink.style.display = "none";
+ }
+ //-->
+</script>
+</div>
+<a name="skip.navbar.top">
+<!-- -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<div class="header">
+<h1 title="Constant Field Values" class="title">Constant Field Values</h1>
+<h2 title="Contents">Contents</h2>
+</div>
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar.bottom">
+<!-- -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar.bottom.firstrow">
+<!-- -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="de/juplo/test/package-summary.html">Package</a></li>
+<li>Class</li>
+<li>Use</li>
+<li><a href="de/juplo/test/package-tree.html">Tree</a></li>
+<li><a href="deprecated-list.html">Deprecated</a></li>
+<li><a href="index-all.html">Index</a></li>
+<li><a href="help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a href="index.html?constant-values.html" target="_top">Frames</a></li>
+<li><a href="constant-values.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+ allClassesLink = document.getElementById("allclasses_navbar_bottom");
+ if(window==top) {
+ allClassesLink.style.display = "block";
+ }
+ else {
+ allClassesLink.style.display = "none";
+ }
+ //-->
+</script>
+</div>
+<a name="skip.navbar.bottom">
+<!-- -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+<p class="legalCopy"><small>Copyright © 2026. All Rights Reserved.</small></p>
+</body>
+</html>
--- /dev/null
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_342) on Wed Apr 22 07:10:40 UTC 2026 -->
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>FileComparator (Hibernate Maven Plugin 2.1.0 Test API)</title>
+<meta name="date" content="2026-04-22">
+<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
+<script type="text/javascript" src="../../../script.js"></script>
+</head>
+<body>
+<script type="text/javascript"><!--
+ try {
+ if (location.href.indexOf('is-external=true') == -1) {
+ parent.document.title="FileComparator (Hibernate Maven Plugin 2.1.0 Test API)";
+ }
+ }
+ catch(err) {
+ }
+//-->
+var methods = {"i0":10};
+var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
+var altColor = "altColor";
+var rowColor = "rowColor";
+var tableTab = "tableTab";
+var activeTableTab = "activeTableTab";
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar.top">
+<!-- -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar.top.firstrow">
+<!-- -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../de/juplo/test/package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="class-use/FileComparator.html">Use</a></li>
+<li><a href="package-tree.html">Tree</a></li>
+<li><a href="../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../index-all.html">Index</a></li>
+<li><a href="../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev Class</li>
+<li>Next Class</li>
+</ul>
+<ul class="navList">
+<li><a href="../../../index.html?de/juplo/test/FileComparator.html" target="_top">Frames</a></li>
+<li><a href="FileComparator.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+ allClassesLink = document.getElementById("allclasses_navbar_top");
+ if(window==top) {
+ allClassesLink.style.display = "block";
+ }
+ else {
+ allClassesLink.style.display = "none";
+ }
+ //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>Summary: </li>
+<li>Nested | </li>
+<li>Field | </li>
+<li><a href="#constructor.summary">Constr</a> | </li>
+<li><a href="#method.summary">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail: </li>
+<li>Field | </li>
+<li><a href="#constructor.detail">Constr</a> | </li>
+<li><a href="#method.detail">Method</a></li>
+</ul>
+</div>
+<a name="skip.navbar.top">
+<!-- -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<!-- ======== START OF CLASS DATA ======== -->
+<div class="header">
+<div class="subTitle">de.juplo.test</div>
+<h2 title="Class FileComparator" class="title">Class FileComparator</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li>java.lang.Object</li>
+<li>
+<ul class="inheritance">
+<li>de.juplo.test.FileComparator</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<hr>
+<br>
+<pre>public class <span class="typeNameLabel">FileComparator</span>
+extends java.lang.Object</pre>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.summary">
+<!-- -->
+</a>
+<h3>Constructor Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
+<caption><span>Constructors</span><span class="tabEnd"> </span></caption>
+<tr>
+<th class="colOne" scope="col">Constructor and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../de/juplo/test/FileComparator.html#FileComparator-java.io.File-">FileComparator</a></span>(java.io.File basedir)</code> </td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.summary">
+<!-- -->
+</a>
+<h3>Method Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
+<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd"> </span></span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tr id="i0" class="altColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/juplo/test/FileComparator.html#isEqual-java.lang.String-java.lang.String-">isEqual</a></span>(java.lang.String expectedFile,
+ java.lang.String foundFile)</code> </td>
+</tr>
+</table>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
+<!-- -->
+</a>
+<h3>Methods inherited from class java.lang.Object</h3>
+<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.detail">
+<!-- -->
+</a>
+<h3>Constructor Detail</h3>
+<a name="FileComparator-java.io.File-">
+<!-- -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>FileComparator</h4>
+<pre>public FileComparator(java.io.File basedir)</pre>
+</li>
+</ul>
+</li>
+</ul>
+<!-- ============ METHOD DETAIL ========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.detail">
+<!-- -->
+</a>
+<h3>Method Detail</h3>
+<a name="isEqual-java.lang.String-java.lang.String-">
+<!-- -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>isEqual</h4>
+<pre>public boolean isEqual(java.lang.String expectedFile,
+ java.lang.String foundFile)
+ throws java.io.FileNotFoundException,
+ java.io.IOException</pre>
+<dl>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>java.io.FileNotFoundException</code></dd>
+<dd><code>java.io.IOException</code></dd>
+</dl>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+</div>
+<!-- ========= END OF CLASS DATA ========= -->
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar.bottom">
+<!-- -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar.bottom.firstrow">
+<!-- -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../de/juplo/test/package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="class-use/FileComparator.html">Use</a></li>
+<li><a href="package-tree.html">Tree</a></li>
+<li><a href="../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../index-all.html">Index</a></li>
+<li><a href="../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev Class</li>
+<li>Next Class</li>
+</ul>
+<ul class="navList">
+<li><a href="../../../index.html?de/juplo/test/FileComparator.html" target="_top">Frames</a></li>
+<li><a href="FileComparator.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+ allClassesLink = document.getElementById("allclasses_navbar_bottom");
+ if(window==top) {
+ allClassesLink.style.display = "block";
+ }
+ else {
+ allClassesLink.style.display = "none";
+ }
+ //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>Summary: </li>
+<li>Nested | </li>
+<li>Field | </li>
+<li><a href="#constructor.summary">Constr</a> | </li>
+<li><a href="#method.summary">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail: </li>
+<li>Field | </li>
+<li><a href="#constructor.detail">Constr</a> | </li>
+<li><a href="#method.detail">Method</a></li>
+</ul>
+</div>
+<a name="skip.navbar.bottom">
+<!-- -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+<p class="legalCopy"><small>Copyright © 2026. All Rights Reserved.</small></p>
+</body>
+</html>
--- /dev/null
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_342) on Wed Apr 22 07:10:40 UTC 2026 -->
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Uses of Class de.juplo.test.FileComparator (Hibernate Maven Plugin 2.1.0 Test API)</title>
+<meta name="date" content="2026-04-22">
+<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
+<script type="text/javascript" src="../../../../script.js"></script>
+</head>
+<body>
+<script type="text/javascript"><!--
+ try {
+ if (location.href.indexOf('is-external=true') == -1) {
+ parent.document.title="Uses of Class de.juplo.test.FileComparator (Hibernate Maven Plugin 2.1.0 Test API)";
+ }
+ }
+ catch(err) {
+ }
+//-->
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar.top">
+<!-- -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar.top.firstrow">
+<!-- -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../de/juplo/test/package-summary.html">Package</a></li>
+<li><a href="../../../../de/juplo/test/FileComparator.html" title="class in de.juplo.test">Class</a></li>
+<li class="navBarCell1Rev">Use</li>
+<li><a href="../package-tree.html">Tree</a></li>
+<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../index-all.html">Index</a></li>
+<li><a href="../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?de/juplo/test/class-use/FileComparator.html" target="_top">Frames</a></li>
+<li><a href="FileComparator.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+ allClassesLink = document.getElementById("allclasses_navbar_top");
+ if(window==top) {
+ allClassesLink.style.display = "block";
+ }
+ else {
+ allClassesLink.style.display = "none";
+ }
+ //-->
+</script>
+</div>
+<a name="skip.navbar.top">
+<!-- -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<div class="header">
+<h2 title="Uses of Class de.juplo.test.FileComparator" class="title">Uses of Class<br>de.juplo.test.FileComparator</h2>
+</div>
+<div class="classUseContainer">No usage of de.juplo.test.FileComparator</div>
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar.bottom">
+<!-- -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar.bottom.firstrow">
+<!-- -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../de/juplo/test/package-summary.html">Package</a></li>
+<li><a href="../../../../de/juplo/test/FileComparator.html" title="class in de.juplo.test">Class</a></li>
+<li class="navBarCell1Rev">Use</li>
+<li><a href="../package-tree.html">Tree</a></li>
+<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../index-all.html">Index</a></li>
+<li><a href="../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?de/juplo/test/class-use/FileComparator.html" target="_top">Frames</a></li>
+<li><a href="FileComparator.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+ allClassesLink = document.getElementById("allclasses_navbar_bottom");
+ if(window==top) {
+ allClassesLink.style.display = "block";
+ }
+ else {
+ allClassesLink.style.display = "none";
+ }
+ //-->
+</script>
+</div>
+<a name="skip.navbar.bottom">
+<!-- -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+<p class="legalCopy"><small>Copyright © 2026. All Rights Reserved.</small></p>
+</body>
+</html>
--- /dev/null
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_342) on Wed Apr 22 07:10:40 UTC 2026 -->
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>de.juplo.test (Hibernate Maven Plugin 2.1.0 Test API)</title>
+<meta name="date" content="2026-04-22">
+<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
+<script type="text/javascript" src="../../../script.js"></script>
+</head>
+<body>
+<h1 class="bar"><a href="../../../de/juplo/test/package-summary.html" target="classFrame">de.juplo.test</a></h1>
+<div class="indexContainer">
+<h2 title="Classes">Classes</h2>
+<ul title="Classes">
+<li><a href="FileComparator.html" title="class in de.juplo.test" target="classFrame">FileComparator</a></li>
+</ul>
+</div>
+</body>
+</html>
--- /dev/null
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_342) on Wed Apr 22 07:10:40 UTC 2026 -->
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>de.juplo.test (Hibernate Maven Plugin 2.1.0 Test API)</title>
+<meta name="date" content="2026-04-22">
+<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
+<script type="text/javascript" src="../../../script.js"></script>
+</head>
+<body>
+<script type="text/javascript"><!--
+ try {
+ if (location.href.indexOf('is-external=true') == -1) {
+ parent.document.title="de.juplo.test (Hibernate Maven Plugin 2.1.0 Test API)";
+ }
+ }
+ catch(err) {
+ }
+//-->
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar.top">
+<!-- -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar.top.firstrow">
+<!-- -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../de/juplo/test/package-summary.html">Package</a></li>
+<li>Class</li>
+<li><a href="package-use.html">Use</a></li>
+<li><a href="package-tree.html">Tree</a></li>
+<li><a href="../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../index-all.html">Index</a></li>
+<li><a href="../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev Package</li>
+<li>Next Package</li>
+</ul>
+<ul class="navList">
+<li><a href="../../../index.html?de/juplo/test/package-summary.html" target="_top">Frames</a></li>
+<li><a href="package-summary.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+ allClassesLink = document.getElementById("allclasses_navbar_top");
+ if(window==top) {
+ allClassesLink.style.display = "block";
+ }
+ else {
+ allClassesLink.style.display = "none";
+ }
+ //-->
+</script>
+</div>
+<a name="skip.navbar.top">
+<!-- -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<div class="header">
+<h1 title="Package" class="title">Package de.juplo.test</h1>
+</div>
+<div class="contentContainer">
+<ul class="blockList">
+<li class="blockList">
+<table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Class Summary table, listing classes, and an explanation">
+<caption><span>Class Summary</span><span class="tabEnd"> </span></caption>
+<tr>
+<th class="colFirst" scope="col">Class</th>
+<th class="colLast" scope="col">Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a href="../../../de/juplo/test/FileComparator.html" title="class in de.juplo.test">FileComparator</a></td>
+<td class="colLast"> </td>
+</tr>
+</tbody>
+</table>
+</li>
+</ul>
+</div>
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar.bottom">
+<!-- -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar.bottom.firstrow">
+<!-- -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../de/juplo/test/package-summary.html">Package</a></li>
+<li>Class</li>
+<li><a href="package-use.html">Use</a></li>
+<li><a href="package-tree.html">Tree</a></li>
+<li><a href="../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../index-all.html">Index</a></li>
+<li><a href="../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev Package</li>
+<li>Next Package</li>
+</ul>
+<ul class="navList">
+<li><a href="../../../index.html?de/juplo/test/package-summary.html" target="_top">Frames</a></li>
+<li><a href="package-summary.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+ allClassesLink = document.getElementById("allclasses_navbar_bottom");
+ if(window==top) {
+ allClassesLink.style.display = "block";
+ }
+ else {
+ allClassesLink.style.display = "none";
+ }
+ //-->
+</script>
+</div>
+<a name="skip.navbar.bottom">
+<!-- -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+<p class="legalCopy"><small>Copyright © 2026. All Rights Reserved.</small></p>
+</body>
+</html>
--- /dev/null
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_342) on Wed Apr 22 07:10:40 UTC 2026 -->
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>de.juplo.test Class Hierarchy (Hibernate Maven Plugin 2.1.0 Test API)</title>
+<meta name="date" content="2026-04-22">
+<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
+<script type="text/javascript" src="../../../script.js"></script>
+</head>
+<body>
+<script type="text/javascript"><!--
+ try {
+ if (location.href.indexOf('is-external=true') == -1) {
+ parent.document.title="de.juplo.test Class Hierarchy (Hibernate Maven Plugin 2.1.0 Test API)";
+ }
+ }
+ catch(err) {
+ }
+//-->
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar.top">
+<!-- -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar.top.firstrow">
+<!-- -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../de/juplo/test/package-summary.html">Package</a></li>
+<li>Class</li>
+<li>Use</li>
+<li class="navBarCell1Rev">Tree</li>
+<li><a href="../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../index-all.html">Index</a></li>
+<li><a href="../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a href="../../../index.html?de/juplo/test/package-tree.html" target="_top">Frames</a></li>
+<li><a href="package-tree.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+ allClassesLink = document.getElementById("allclasses_navbar_top");
+ if(window==top) {
+ allClassesLink.style.display = "block";
+ }
+ else {
+ allClassesLink.style.display = "none";
+ }
+ //-->
+</script>
+</div>
+<a name="skip.navbar.top">
+<!-- -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<div class="header">
+<h1 class="title">Hierarchy For Package de.juplo.test</h1>
+</div>
+<div class="contentContainer">
+<h2 title="Class Hierarchy">Class Hierarchy</h2>
+<ul>
+<li type="circle">java.lang.Object
+<ul>
+<li type="circle">de.juplo.test.<a href="../../../de/juplo/test/FileComparator.html" title="class in de.juplo.test"><span class="typeNameLink">FileComparator</span></a></li>
+</ul>
+</li>
+</ul>
+</div>
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar.bottom">
+<!-- -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar.bottom.firstrow">
+<!-- -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../de/juplo/test/package-summary.html">Package</a></li>
+<li>Class</li>
+<li>Use</li>
+<li class="navBarCell1Rev">Tree</li>
+<li><a href="../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../index-all.html">Index</a></li>
+<li><a href="../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a href="../../../index.html?de/juplo/test/package-tree.html" target="_top">Frames</a></li>
+<li><a href="package-tree.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+ allClassesLink = document.getElementById("allclasses_navbar_bottom");
+ if(window==top) {
+ allClassesLink.style.display = "block";
+ }
+ else {
+ allClassesLink.style.display = "none";
+ }
+ //-->
+</script>
+</div>
+<a name="skip.navbar.bottom">
+<!-- -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+<p class="legalCopy"><small>Copyright © 2026. All Rights Reserved.</small></p>
+</body>
+</html>
--- /dev/null
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_342) on Wed Apr 22 07:10:40 UTC 2026 -->
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Uses of Package de.juplo.test (Hibernate Maven Plugin 2.1.0 Test API)</title>
+<meta name="date" content="2026-04-22">
+<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
+<script type="text/javascript" src="../../../script.js"></script>
+</head>
+<body>
+<script type="text/javascript"><!--
+ try {
+ if (location.href.indexOf('is-external=true') == -1) {
+ parent.document.title="Uses of Package de.juplo.test (Hibernate Maven Plugin 2.1.0 Test API)";
+ }
+ }
+ catch(err) {
+ }
+//-->
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar.top">
+<!-- -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar.top.firstrow">
+<!-- -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../de/juplo/test/package-summary.html">Package</a></li>
+<li>Class</li>
+<li class="navBarCell1Rev">Use</li>
+<li><a href="package-tree.html">Tree</a></li>
+<li><a href="../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../index-all.html">Index</a></li>
+<li><a href="../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a href="../../../index.html?de/juplo/test/package-use.html" target="_top">Frames</a></li>
+<li><a href="package-use.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+ allClassesLink = document.getElementById("allclasses_navbar_top");
+ if(window==top) {
+ allClassesLink.style.display = "block";
+ }
+ else {
+ allClassesLink.style.display = "none";
+ }
+ //-->
+</script>
+</div>
+<a name="skip.navbar.top">
+<!-- -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<div class="header">
+<h1 title="Uses of Package de.juplo.test" class="title">Uses of Package<br>de.juplo.test</h1>
+</div>
+<div class="contentContainer">No usage of de.juplo.test</div>
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar.bottom">
+<!-- -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar.bottom.firstrow">
+<!-- -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../de/juplo/test/package-summary.html">Package</a></li>
+<li>Class</li>
+<li class="navBarCell1Rev">Use</li>
+<li><a href="package-tree.html">Tree</a></li>
+<li><a href="../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../index-all.html">Index</a></li>
+<li><a href="../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a href="../../../index.html?de/juplo/test/package-use.html" target="_top">Frames</a></li>
+<li><a href="package-use.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+ allClassesLink = document.getElementById("allclasses_navbar_bottom");
+ if(window==top) {
+ allClassesLink.style.display = "block";
+ }
+ else {
+ allClassesLink.style.display = "none";
+ }
+ //-->
+</script>
+</div>
+<a name="skip.navbar.bottom">
+<!-- -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+<p class="legalCopy"><small>Copyright © 2026. All Rights Reserved.</small></p>
+</body>
+</html>
--- /dev/null
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_342) on Wed Apr 22 07:10:40 UTC 2026 -->
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Deprecated List (Hibernate Maven Plugin 2.1.0 Test API)</title>
+<meta name="date" content="2026-04-22">
+<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
+<script type="text/javascript" src="script.js"></script>
+</head>
+<body>
+<script type="text/javascript"><!--
+ try {
+ if (location.href.indexOf('is-external=true') == -1) {
+ parent.document.title="Deprecated List (Hibernate Maven Plugin 2.1.0 Test API)";
+ }
+ }
+ catch(err) {
+ }
+//-->
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar.top">
+<!-- -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar.top.firstrow">
+<!-- -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="de/juplo/test/package-summary.html">Package</a></li>
+<li>Class</li>
+<li>Use</li>
+<li><a href="de/juplo/test/package-tree.html">Tree</a></li>
+<li class="navBarCell1Rev">Deprecated</li>
+<li><a href="index-all.html">Index</a></li>
+<li><a href="help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a href="index.html?deprecated-list.html" target="_top">Frames</a></li>
+<li><a href="deprecated-list.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+ allClassesLink = document.getElementById("allclasses_navbar_top");
+ if(window==top) {
+ allClassesLink.style.display = "block";
+ }
+ else {
+ allClassesLink.style.display = "none";
+ }
+ //-->
+</script>
+</div>
+<a name="skip.navbar.top">
+<!-- -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<div class="header">
+<h1 title="Deprecated API" class="title">Deprecated API</h1>
+<h2 title="Contents">Contents</h2>
+</div>
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar.bottom">
+<!-- -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar.bottom.firstrow">
+<!-- -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="de/juplo/test/package-summary.html">Package</a></li>
+<li>Class</li>
+<li>Use</li>
+<li><a href="de/juplo/test/package-tree.html">Tree</a></li>
+<li class="navBarCell1Rev">Deprecated</li>
+<li><a href="index-all.html">Index</a></li>
+<li><a href="help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a href="index.html?deprecated-list.html" target="_top">Frames</a></li>
+<li><a href="deprecated-list.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+ allClassesLink = document.getElementById("allclasses_navbar_bottom");
+ if(window==top) {
+ allClassesLink.style.display = "block";
+ }
+ else {
+ allClassesLink.style.display = "none";
+ }
+ //-->
+</script>
+</div>
+<a name="skip.navbar.bottom">
+<!-- -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+<p class="legalCopy"><small>Copyright © 2026. All Rights Reserved.</small></p>
+</body>
+</html>
--- /dev/null
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_342) on Wed Apr 22 07:10:40 UTC 2026 -->
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>API Help (Hibernate Maven Plugin 2.1.0 Test API)</title>
+<meta name="date" content="2026-04-22">
+<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
+<script type="text/javascript" src="script.js"></script>
+</head>
+<body>
+<script type="text/javascript"><!--
+ try {
+ if (location.href.indexOf('is-external=true') == -1) {
+ parent.document.title="API Help (Hibernate Maven Plugin 2.1.0 Test API)";
+ }
+ }
+ catch(err) {
+ }
+//-->
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar.top">
+<!-- -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar.top.firstrow">
+<!-- -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="de/juplo/test/package-summary.html">Package</a></li>
+<li>Class</li>
+<li>Use</li>
+<li><a href="de/juplo/test/package-tree.html">Tree</a></li>
+<li><a href="deprecated-list.html">Deprecated</a></li>
+<li><a href="index-all.html">Index</a></li>
+<li class="navBarCell1Rev">Help</li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a href="index.html?help-doc.html" target="_top">Frames</a></li>
+<li><a href="help-doc.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+ allClassesLink = document.getElementById("allclasses_navbar_top");
+ if(window==top) {
+ allClassesLink.style.display = "block";
+ }
+ else {
+ allClassesLink.style.display = "none";
+ }
+ //-->
+</script>
+</div>
+<a name="skip.navbar.top">
+<!-- -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<div class="header">
+<h1 class="title">How This API Document Is Organized</h1>
+<div class="subTitle">This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows.</div>
+</div>
+<div class="contentContainer">
+<ul class="blockList">
+<li class="blockList">
+<h2>Package</h2>
+<p>Each package has a page that contains a list of its classes and interfaces, with a summary for each. This page can contain six categories:</p>
+<ul>
+<li>Interfaces (italic)</li>
+<li>Classes</li>
+<li>Enums</li>
+<li>Exceptions</li>
+<li>Errors</li>
+<li>Annotation Types</li>
+</ul>
+</li>
+<li class="blockList">
+<h2>Class/Interface</h2>
+<p>Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:</p>
+<ul>
+<li>Class inheritance diagram</li>
+<li>Direct Subclasses</li>
+<li>All Known Subinterfaces</li>
+<li>All Known Implementing Classes</li>
+<li>Class/interface declaration</li>
+<li>Class/interface description</li>
+</ul>
+<ul>
+<li>Nested Class Summary</li>
+<li>Field Summary</li>
+<li>Constructor Summary</li>
+<li>Method Summary</li>
+</ul>
+<ul>
+<li>Field Detail</li>
+<li>Constructor Detail</li>
+<li>Method Detail</li>
+</ul>
+<p>Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.</p>
+</li>
+<li class="blockList">
+<h2>Annotation Type</h2>
+<p>Each annotation type has its own separate page with the following sections:</p>
+<ul>
+<li>Annotation Type declaration</li>
+<li>Annotation Type description</li>
+<li>Required Element Summary</li>
+<li>Optional Element Summary</li>
+<li>Element Detail</li>
+</ul>
+</li>
+<li class="blockList">
+<h2>Enum</h2>
+<p>Each enum has its own separate page with the following sections:</p>
+<ul>
+<li>Enum declaration</li>
+<li>Enum description</li>
+<li>Enum Constant Summary</li>
+<li>Enum Constant Detail</li>
+</ul>
+</li>
+<li class="blockList">
+<h2>Use</h2>
+<p>Each documented package, class and interface has its own Use page. This page describes what packages, classes, methods, constructors and fields use any part of the given class or package. Given a class or interface A, its Use page includes subclasses of A, fields declared as A, methods that return A, and methods and constructors with parameters of type A. You can access this page by first going to the package, class or interface, then clicking on the "Use" link in the navigation bar.</p>
+</li>
+<li class="blockList">
+<h2>Tree (Class Hierarchy)</h2>
+<p>There is a <a href="overview-tree.html">Class Hierarchy</a> page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are organized by inheritance structure starting with <code>java.lang.Object</code>. The interfaces do not inherit from <code>java.lang.Object</code>.</p>
+<ul>
+<li>When viewing the Overview page, clicking on "Tree" displays the hierarchy for all packages.</li>
+<li>When viewing a particular package, class or interface page, clicking "Tree" displays the hierarchy for only that package.</li>
+</ul>
+</li>
+<li class="blockList">
+<h2>Deprecated API</h2>
+<p>The <a href="deprecated-list.html">Deprecated API</a> page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to improvements, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.</p>
+</li>
+<li class="blockList">
+<h2>Index</h2>
+<p>The <a href="index-all.html">Index</a> contains an alphabetic list of all classes, interfaces, constructors, methods, and fields.</p>
+</li>
+<li class="blockList">
+<h2>Prev/Next</h2>
+<p>These links take you to the next or previous class, interface, package, or related page.</p>
+</li>
+<li class="blockList">
+<h2>Frames/No Frames</h2>
+<p>These links show and hide the HTML frames. All pages are available with or without frames.</p>
+</li>
+<li class="blockList">
+<h2>All Classes</h2>
+<p>The <a href="allclasses-noframe.html">All Classes</a> link shows all classes and interfaces except non-static nested types.</p>
+</li>
+<li class="blockList">
+<h2>Serialized Form</h2>
+<p>Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to re-implementors, not to developers using the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See also" section of the class description.</p>
+</li>
+<li class="blockList">
+<h2>Constant Field Values</h2>
+<p>The <a href="constant-values.html">Constant Field Values</a> page lists the static final fields and their values.</p>
+</li>
+</ul>
+<span class="emphasizedPhrase">This help file applies to API documentation generated using the standard doclet.</span></div>
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar.bottom">
+<!-- -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar.bottom.firstrow">
+<!-- -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="de/juplo/test/package-summary.html">Package</a></li>
+<li>Class</li>
+<li>Use</li>
+<li><a href="de/juplo/test/package-tree.html">Tree</a></li>
+<li><a href="deprecated-list.html">Deprecated</a></li>
+<li><a href="index-all.html">Index</a></li>
+<li class="navBarCell1Rev">Help</li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a href="index.html?help-doc.html" target="_top">Frames</a></li>
+<li><a href="help-doc.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+ allClassesLink = document.getElementById("allclasses_navbar_bottom");
+ if(window==top) {
+ allClassesLink.style.display = "block";
+ }
+ else {
+ allClassesLink.style.display = "none";
+ }
+ //-->
+</script>
+</div>
+<a name="skip.navbar.bottom">
+<!-- -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+<p class="legalCopy"><small>Copyright © 2026. All Rights Reserved.</small></p>
+</body>
+</html>
--- /dev/null
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_342) on Wed Apr 22 07:10:40 UTC 2026 -->
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Index (Hibernate Maven Plugin 2.1.0 Test API)</title>
+<meta name="date" content="2026-04-22">
+<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
+<script type="text/javascript" src="script.js"></script>
+</head>
+<body>
+<script type="text/javascript"><!--
+ try {
+ if (location.href.indexOf('is-external=true') == -1) {
+ parent.document.title="Index (Hibernate Maven Plugin 2.1.0 Test API)";
+ }
+ }
+ catch(err) {
+ }
+//-->
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar.top">
+<!-- -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar.top.firstrow">
+<!-- -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="de/juplo/test/package-summary.html">Package</a></li>
+<li>Class</li>
+<li>Use</li>
+<li><a href="de/juplo/test/package-tree.html">Tree</a></li>
+<li><a href="deprecated-list.html">Deprecated</a></li>
+<li class="navBarCell1Rev">Index</li>
+<li><a href="help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a href="index.html?index-all.html" target="_top">Frames</a></li>
+<li><a href="index-all.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+ allClassesLink = document.getElementById("allclasses_navbar_top");
+ if(window==top) {
+ allClassesLink.style.display = "block";
+ }
+ else {
+ allClassesLink.style.display = "none";
+ }
+ //-->
+</script>
+</div>
+<a name="skip.navbar.top">
+<!-- -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<div class="contentContainer"><a href="#I:D">D</a> <a href="#I:F">F</a> <a href="#I:I">I</a> <a name="I:D">
+<!-- -->
+</a>
+<h2 class="title">D</h2>
+<dl>
+<dt><a href="de/juplo/test/package-summary.html">de.juplo.test</a> - package de.juplo.test</dt>
+<dd> </dd>
+</dl>
+<a name="I:F">
+<!-- -->
+</a>
+<h2 class="title">F</h2>
+<dl>
+<dt><a href="de/juplo/test/FileComparator.html" title="class in de.juplo.test"><span class="typeNameLink">FileComparator</span></a> - Class in <a href="de/juplo/test/package-summary.html">de.juplo.test</a></dt>
+<dd> </dd>
+<dt><span class="memberNameLink"><a href="de/juplo/test/FileComparator.html#FileComparator-java.io.File-">FileComparator(File)</a></span> - Constructor for class de.juplo.test.<a href="de/juplo/test/FileComparator.html" title="class in de.juplo.test">FileComparator</a></dt>
+<dd> </dd>
+</dl>
+<a name="I:I">
+<!-- -->
+</a>
+<h2 class="title">I</h2>
+<dl>
+<dt><span class="memberNameLink"><a href="de/juplo/test/FileComparator.html#isEqual-java.lang.String-java.lang.String-">isEqual(String, String)</a></span> - Method in class de.juplo.test.<a href="de/juplo/test/FileComparator.html" title="class in de.juplo.test">FileComparator</a></dt>
+<dd> </dd>
+</dl>
+<a href="#I:D">D</a> <a href="#I:F">F</a> <a href="#I:I">I</a> </div>
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar.bottom">
+<!-- -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar.bottom.firstrow">
+<!-- -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="de/juplo/test/package-summary.html">Package</a></li>
+<li>Class</li>
+<li>Use</li>
+<li><a href="de/juplo/test/package-tree.html">Tree</a></li>
+<li><a href="deprecated-list.html">Deprecated</a></li>
+<li class="navBarCell1Rev">Index</li>
+<li><a href="help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a href="index.html?index-all.html" target="_top">Frames</a></li>
+<li><a href="index-all.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+ allClassesLink = document.getElementById("allclasses_navbar_bottom");
+ if(window==top) {
+ allClassesLink.style.display = "block";
+ }
+ else {
+ allClassesLink.style.display = "none";
+ }
+ //-->
+</script>
+</div>
+<a name="skip.navbar.bottom">
+<!-- -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+<p class="legalCopy"><small>Copyright © 2026. All Rights Reserved.</small></p>
+</body>
+</html>
--- /dev/null
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_342) on Wed Apr 22 07:10:40 UTC 2026 -->
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Hibernate Maven Plugin 2.1.0 Test API</title>
+<script type="text/javascript">
+ tmpTargetPage = "" + window.location.search;
+ if (tmpTargetPage != "" && tmpTargetPage != "undefined")
+ tmpTargetPage = tmpTargetPage.substring(1);
+ if (tmpTargetPage.indexOf(":") != -1 || (tmpTargetPage != "" && !validURL(tmpTargetPage)))
+ tmpTargetPage = "undefined";
+ targetPage = tmpTargetPage;
+ function validURL(url) {
+ try {
+ url = decodeURIComponent(url);
+ }
+ catch (error) {
+ return false;
+ }
+ var pos = url.indexOf(".html");
+ if (pos == -1 || pos != url.length - 5)
+ return false;
+ var allowNumber = false;
+ var allowSep = false;
+ var seenDot = false;
+ for (var i = 0; i < url.length - 5; i++) {
+ var ch = url.charAt(i);
+ if ('a' <= ch && ch <= 'z' ||
+ 'A' <= ch && ch <= 'Z' ||
+ ch == '$' ||
+ ch == '_' ||
+ ch.charCodeAt(0) > 127) {
+ allowNumber = true;
+ allowSep = true;
+ } else if ('0' <= ch && ch <= '9'
+ || ch == '-') {
+ if (!allowNumber)
+ return false;
+ } else if (ch == '/' || ch == '.') {
+ if (!allowSep)
+ return false;
+ allowNumber = false;
+ allowSep = false;
+ if (ch == '.')
+ seenDot = true;
+ if (ch == '/' && seenDot)
+ return false;
+ } else {
+ return false;
+ }
+ }
+ return true;
+ }
+ function loadFrames() {
+ if (targetPage != "" && targetPage != "undefined")
+ top.classFrame.location = top.targetPage;
+ }
+</script>
+</head>
+<frameset cols="20%,80%" title="Documentation frame" onload="top.loadFrames()">
+<frame src="allclasses-frame.html" name="packageFrame" title="All classes and interfaces (except non-static nested types)">
+<frame src="de/juplo/test/package-summary.html" name="classFrame" title="Package, class and interface descriptions" scrolling="yes">
+<noframes>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<h2>Frame Alert</h2>
+<p>This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. Link to <a href="de/juplo/test/package-summary.html">Non-frame version</a>.</p>
+</noframes>
+</frameset>
+</html>
--- /dev/null
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_342) on Wed Apr 22 07:10:40 UTC 2026 -->
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Class Hierarchy (Hibernate Maven Plugin 2.1.0 Test API)</title>
+<meta name="date" content="2026-04-22">
+<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
+<script type="text/javascript" src="script.js"></script>
+</head>
+<body>
+<script type="text/javascript"><!--
+ try {
+ if (location.href.indexOf('is-external=true') == -1) {
+ parent.document.title="Class Hierarchy (Hibernate Maven Plugin 2.1.0 Test API)";
+ }
+ }
+ catch(err) {
+ }
+//-->
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar.top">
+<!-- -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar.top.firstrow">
+<!-- -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="de/juplo/test/package-summary.html">Package</a></li>
+<li>Class</li>
+<li>Use</li>
+<li class="navBarCell1Rev">Tree</li>
+<li><a href="deprecated-list.html">Deprecated</a></li>
+<li><a href="index-all.html">Index</a></li>
+<li><a href="help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a href="index.html?overview-tree.html" target="_top">Frames</a></li>
+<li><a href="overview-tree.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+ allClassesLink = document.getElementById("allclasses_navbar_top");
+ if(window==top) {
+ allClassesLink.style.display = "block";
+ }
+ else {
+ allClassesLink.style.display = "none";
+ }
+ //-->
+</script>
+</div>
+<a name="skip.navbar.top">
+<!-- -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<div class="header">
+<h1 class="title">Hierarchy For All Packages</h1>
+<span class="packageHierarchyLabel">Package Hierarchies:</span>
+<ul class="horizontal">
+<li><a href="de/juplo/test/package-tree.html">de.juplo.test</a></li>
+</ul>
+</div>
+<div class="contentContainer">
+<h2 title="Class Hierarchy">Class Hierarchy</h2>
+<ul>
+<li type="circle">java.lang.Object
+<ul>
+<li type="circle">de.juplo.test.<a href="de/juplo/test/FileComparator.html" title="class in de.juplo.test"><span class="typeNameLink">FileComparator</span></a></li>
+</ul>
+</li>
+</ul>
+</div>
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar.bottom">
+<!-- -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar.bottom.firstrow">
+<!-- -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="de/juplo/test/package-summary.html">Package</a></li>
+<li>Class</li>
+<li>Use</li>
+<li class="navBarCell1Rev">Tree</li>
+<li><a href="deprecated-list.html">Deprecated</a></li>
+<li><a href="index-all.html">Index</a></li>
+<li><a href="help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a href="index.html?overview-tree.html" target="_top">Frames</a></li>
+<li><a href="overview-tree.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+ allClassesLink = document.getElementById("allclasses_navbar_bottom");
+ if(window==top) {
+ allClassesLink.style.display = "block";
+ }
+ else {
+ allClassesLink.style.display = "none";
+ }
+ //-->
+</script>
+</div>
+<a name="skip.navbar.bottom">
+<!-- -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+<p class="legalCopy"><small>Copyright © 2026. All Rights Reserved.</small></p>
+</body>
+</html>
--- /dev/null
+de.juplo.test
--- /dev/null
+function show(type)
+{
+ count = 0;
+ for (var key in methods) {
+ var row = document.getElementById(key);
+ if ((methods[key] & type) != 0) {
+ row.style.display = '';
+ row.className = (count++ % 2) ? rowColor : altColor;
+ }
+ else
+ row.style.display = 'none';
+ }
+ updateTabs(type);
+}
+
+function updateTabs(type)
+{
+ for (var value in tabs) {
+ var sNode = document.getElementById(tabs[value][0]);
+ var spanNode = sNode.firstChild;
+ if (value == type) {
+ sNode.className = activeTableTab;
+ spanNode.innerHTML = tabs[value][1];
+ }
+ else {
+ sNode.className = tableTab;
+ spanNode.innerHTML = "<a href=\"javascript:show("+ value + ");\">" + tabs[value][1] + "</a>";
+ }
+ }
+}
--- /dev/null
+/* Javadoc style sheet */
+/*
+Overall document style
+*/
+
+@import url('resources/fonts/dejavu.css');
+
+body {
+ background-color:#ffffff;
+ color:#353833;
+ font-family:'DejaVu Sans', Arial, Helvetica, sans-serif;
+ font-size:14px;
+ margin:0;
+}
+a:link, a:visited {
+ text-decoration:none;
+ color:#4A6782;
+}
+a:hover, a:focus {
+ text-decoration:none;
+ color:#bb7a2a;
+}
+a:active {
+ text-decoration:none;
+ color:#4A6782;
+}
+a[name] {
+ color:#353833;
+}
+a[name]:hover {
+ text-decoration:none;
+ color:#353833;
+}
+pre {
+ font-family:'DejaVu Sans Mono', monospace;
+ font-size:14px;
+}
+h1 {
+ font-size:20px;
+}
+h2 {
+ font-size:18px;
+}
+h3 {
+ font-size:16px;
+ font-style:italic;
+}
+h4 {
+ font-size:13px;
+}
+h5 {
+ font-size:12px;
+}
+h6 {
+ font-size:11px;
+}
+ul {
+ list-style-type:disc;
+}
+code, tt {
+ font-family:'DejaVu Sans Mono', monospace;
+ font-size:14px;
+ padding-top:4px;
+ margin-top:8px;
+ line-height:1.4em;
+}
+dt code {
+ font-family:'DejaVu Sans Mono', monospace;
+ font-size:14px;
+ padding-top:4px;
+}
+table tr td dt code {
+ font-family:'DejaVu Sans Mono', monospace;
+ font-size:14px;
+ vertical-align:top;
+ padding-top:4px;
+}
+sup {
+ font-size:8px;
+}
+/*
+Document title and Copyright styles
+*/
+.clear {
+ clear:both;
+ height:0px;
+ overflow:hidden;
+}
+.aboutLanguage {
+ float:right;
+ padding:0px 21px;
+ font-size:11px;
+ z-index:200;
+ margin-top:-9px;
+}
+.legalCopy {
+ margin-left:.5em;
+}
+.bar a, .bar a:link, .bar a:visited, .bar a:active {
+ color:#FFFFFF;
+ text-decoration:none;
+}
+.bar a:hover, .bar a:focus {
+ color:#bb7a2a;
+}
+.tab {
+ background-color:#0066FF;
+ color:#ffffff;
+ padding:8px;
+ width:5em;
+ font-weight:bold;
+}
+/*
+Navigation bar styles
+*/
+.bar {
+ background-color:#4D7A97;
+ color:#FFFFFF;
+ padding:.8em .5em .4em .8em;
+ height:auto;/*height:1.8em;*/
+ font-size:11px;
+ margin:0;
+}
+.topNav {
+ background-color:#4D7A97;
+ color:#FFFFFF;
+ float:left;
+ padding:0;
+ width:100%;
+ clear:right;
+ height:2.8em;
+ padding-top:10px;
+ overflow:hidden;
+ font-size:12px;
+}
+.bottomNav {
+ margin-top:10px;
+ background-color:#4D7A97;
+ color:#FFFFFF;
+ float:left;
+ padding:0;
+ width:100%;
+ clear:right;
+ height:2.8em;
+ padding-top:10px;
+ overflow:hidden;
+ font-size:12px;
+}
+.subNav {
+ background-color:#dee3e9;
+ float:left;
+ width:100%;
+ overflow:hidden;
+ font-size:12px;
+}
+.subNav div {
+ clear:left;
+ float:left;
+ padding:0 0 5px 6px;
+ text-transform:uppercase;
+}
+ul.navList, ul.subNavList {
+ float:left;
+ margin:0 25px 0 0;
+ padding:0;
+}
+ul.navList li{
+ list-style:none;
+ float:left;
+ padding: 5px 6px;
+ text-transform:uppercase;
+}
+ul.subNavList li{
+ list-style:none;
+ float:left;
+}
+.topNav a:link, .topNav a:active, .topNav a:visited, .bottomNav a:link, .bottomNav a:active, .bottomNav a:visited {
+ color:#FFFFFF;
+ text-decoration:none;
+ text-transform:uppercase;
+}
+.topNav a:hover, .bottomNav a:hover {
+ text-decoration:none;
+ color:#bb7a2a;
+ text-transform:uppercase;
+}
+.navBarCell1Rev {
+ background-color:#F8981D;
+ color:#253441;
+ margin: auto 5px;
+}
+.skipNav {
+ position:absolute;
+ top:auto;
+ left:-9999px;
+ overflow:hidden;
+}
+/*
+Page header and footer styles
+*/
+.header, .footer {
+ clear:both;
+ margin:0 20px;
+ padding:5px 0 0 0;
+}
+.indexHeader {
+ margin:10px;
+ position:relative;
+}
+.indexHeader span{
+ margin-right:15px;
+}
+.indexHeader h1 {
+ font-size:13px;
+}
+.title {
+ color:#2c4557;
+ margin:10px 0;
+}
+.subTitle {
+ margin:5px 0 0 0;
+}
+.header ul {
+ margin:0 0 15px 0;
+ padding:0;
+}
+.footer ul {
+ margin:20px 0 5px 0;
+}
+.header ul li, .footer ul li {
+ list-style:none;
+ font-size:13px;
+}
+/*
+Heading styles
+*/
+div.details ul.blockList ul.blockList ul.blockList li.blockList h4, div.details ul.blockList ul.blockList ul.blockListLast li.blockList h4 {
+ background-color:#dee3e9;
+ border:1px solid #d0d9e0;
+ margin:0 0 6px -8px;
+ padding:7px 5px;
+}
+ul.blockList ul.blockList ul.blockList li.blockList h3 {
+ background-color:#dee3e9;
+ border:1px solid #d0d9e0;
+ margin:0 0 6px -8px;
+ padding:7px 5px;
+}
+ul.blockList ul.blockList li.blockList h3 {
+ padding:0;
+ margin:15px 0;
+}
+ul.blockList li.blockList h2 {
+ padding:0px 0 20px 0;
+}
+/*
+Page layout container styles
+*/
+.contentContainer, .sourceContainer, .classUseContainer, .serializedFormContainer, .constantValuesContainer {
+ clear:both;
+ padding:10px 20px;
+ position:relative;
+}
+.indexContainer {
+ margin:10px;
+ position:relative;
+ font-size:12px;
+}
+.indexContainer h2 {
+ font-size:13px;
+ padding:0 0 3px 0;
+}
+.indexContainer ul {
+ margin:0;
+ padding:0;
+}
+.indexContainer ul li {
+ list-style:none;
+ padding-top:2px;
+}
+.contentContainer .description dl dt, .contentContainer .details dl dt, .serializedFormContainer dl dt {
+ font-size:12px;
+ font-weight:bold;
+ margin:10px 0 0 0;
+ color:#4E4E4E;
+}
+.contentContainer .description dl dd, .contentContainer .details dl dd, .serializedFormContainer dl dd {
+ margin:5px 0 10px 0px;
+ font-size:14px;
+ font-family:'DejaVu Sans Mono',monospace;
+}
+.serializedFormContainer dl.nameValue dt {
+ margin-left:1px;
+ font-size:1.1em;
+ display:inline;
+ font-weight:bold;
+}
+.serializedFormContainer dl.nameValue dd {
+ margin:0 0 0 1px;
+ font-size:1.1em;
+ display:inline;
+}
+/*
+List styles
+*/
+ul.horizontal li {
+ display:inline;
+ font-size:0.9em;
+}
+ul.inheritance {
+ margin:0;
+ padding:0;
+}
+ul.inheritance li {
+ display:inline;
+ list-style:none;
+}
+ul.inheritance li ul.inheritance {
+ margin-left:15px;
+ padding-left:15px;
+ padding-top:1px;
+}
+ul.blockList, ul.blockListLast {
+ margin:10px 0 10px 0;
+ padding:0;
+}
+ul.blockList li.blockList, ul.blockListLast li.blockList {
+ list-style:none;
+ margin-bottom:15px;
+ line-height:1.4;
+}
+ul.blockList ul.blockList li.blockList, ul.blockList ul.blockListLast li.blockList {
+ padding:0px 20px 5px 10px;
+ border:1px solid #ededed;
+ background-color:#f8f8f8;
+}
+ul.blockList ul.blockList ul.blockList li.blockList, ul.blockList ul.blockList ul.blockListLast li.blockList {
+ padding:0 0 5px 8px;
+ background-color:#ffffff;
+ border:none;
+}
+ul.blockList ul.blockList ul.blockList ul.blockList li.blockList {
+ margin-left:0;
+ padding-left:0;
+ padding-bottom:15px;
+ border:none;
+}
+ul.blockList ul.blockList ul.blockList ul.blockList li.blockListLast {
+ list-style:none;
+ border-bottom:none;
+ padding-bottom:0;
+}
+table tr td dl, table tr td dl dt, table tr td dl dd {
+ margin-top:0;
+ margin-bottom:1px;
+}
+/*
+Table styles
+*/
+.overviewSummary, .memberSummary, .typeSummary, .useSummary, .constantsSummary, .deprecatedSummary {
+ width:100%;
+ border-left:1px solid #EEE;
+ border-right:1px solid #EEE;
+ border-bottom:1px solid #EEE;
+}
+.overviewSummary, .memberSummary {
+ padding:0px;
+}
+.overviewSummary caption, .memberSummary caption, .typeSummary caption,
+.useSummary caption, .constantsSummary caption, .deprecatedSummary caption {
+ position:relative;
+ text-align:left;
+ background-repeat:no-repeat;
+ color:#253441;
+ font-weight:bold;
+ clear:none;
+ overflow:hidden;
+ padding:0px;
+ padding-top:10px;
+ padding-left:1px;
+ margin:0px;
+ white-space:pre;
+}
+.overviewSummary caption a:link, .memberSummary caption a:link, .typeSummary caption a:link,
+.useSummary caption a:link, .constantsSummary caption a:link, .deprecatedSummary caption a:link,
+.overviewSummary caption a:hover, .memberSummary caption a:hover, .typeSummary caption a:hover,
+.useSummary caption a:hover, .constantsSummary caption a:hover, .deprecatedSummary caption a:hover,
+.overviewSummary caption a:active, .memberSummary caption a:active, .typeSummary caption a:active,
+.useSummary caption a:active, .constantsSummary caption a:active, .deprecatedSummary caption a:active,
+.overviewSummary caption a:visited, .memberSummary caption a:visited, .typeSummary caption a:visited,
+.useSummary caption a:visited, .constantsSummary caption a:visited, .deprecatedSummary caption a:visited {
+ color:#FFFFFF;
+}
+.overviewSummary caption span, .memberSummary caption span, .typeSummary caption span,
+.useSummary caption span, .constantsSummary caption span, .deprecatedSummary caption span {
+ white-space:nowrap;
+ padding-top:5px;
+ padding-left:12px;
+ padding-right:12px;
+ padding-bottom:7px;
+ display:inline-block;
+ float:left;
+ background-color:#F8981D;
+ border: none;
+ height:16px;
+}
+.memberSummary caption span.activeTableTab span {
+ white-space:nowrap;
+ padding-top:5px;
+ padding-left:12px;
+ padding-right:12px;
+ margin-right:3px;
+ display:inline-block;
+ float:left;
+ background-color:#F8981D;
+ height:16px;
+}
+.memberSummary caption span.tableTab span {
+ white-space:nowrap;
+ padding-top:5px;
+ padding-left:12px;
+ padding-right:12px;
+ margin-right:3px;
+ display:inline-block;
+ float:left;
+ background-color:#4D7A97;
+ height:16px;
+}
+.memberSummary caption span.tableTab, .memberSummary caption span.activeTableTab {
+ padding-top:0px;
+ padding-left:0px;
+ padding-right:0px;
+ background-image:none;
+ float:none;
+ display:inline;
+}
+.overviewSummary .tabEnd, .memberSummary .tabEnd, .typeSummary .tabEnd,
+.useSummary .tabEnd, .constantsSummary .tabEnd, .deprecatedSummary .tabEnd {
+ display:none;
+ width:5px;
+ position:relative;
+ float:left;
+ background-color:#F8981D;
+}
+.memberSummary .activeTableTab .tabEnd {
+ display:none;
+ width:5px;
+ margin-right:3px;
+ position:relative;
+ float:left;
+ background-color:#F8981D;
+}
+.memberSummary .tableTab .tabEnd {
+ display:none;
+ width:5px;
+ margin-right:3px;
+ position:relative;
+ background-color:#4D7A97;
+ float:left;
+
+}
+.overviewSummary td, .memberSummary td, .typeSummary td,
+.useSummary td, .constantsSummary td, .deprecatedSummary td {
+ text-align:left;
+ padding:0px 0px 12px 10px;
+}
+th.colOne, th.colFirst, th.colLast, .useSummary th, .constantsSummary th,
+td.colOne, td.colFirst, td.colLast, .useSummary td, .constantsSummary td{
+ vertical-align:top;
+ padding-right:0px;
+ padding-top:8px;
+ padding-bottom:3px;
+}
+th.colFirst, th.colLast, th.colOne, .constantsSummary th {
+ background:#dee3e9;
+ text-align:left;
+ padding:8px 3px 3px 7px;
+}
+td.colFirst, th.colFirst {
+ white-space:nowrap;
+ font-size:13px;
+}
+td.colLast, th.colLast {
+ font-size:13px;
+}
+td.colOne, th.colOne {
+ font-size:13px;
+}
+.overviewSummary td.colFirst, .overviewSummary th.colFirst,
+.useSummary td.colFirst, .useSummary th.colFirst,
+.overviewSummary td.colOne, .overviewSummary th.colOne,
+.memberSummary td.colFirst, .memberSummary th.colFirst,
+.memberSummary td.colOne, .memberSummary th.colOne,
+.typeSummary td.colFirst{
+ width:25%;
+ vertical-align:top;
+}
+td.colOne a:link, td.colOne a:active, td.colOne a:visited, td.colOne a:hover, td.colFirst a:link, td.colFirst a:active, td.colFirst a:visited, td.colFirst a:hover, td.colLast a:link, td.colLast a:active, td.colLast a:visited, td.colLast a:hover, .constantValuesContainer td a:link, .constantValuesContainer td a:active, .constantValuesContainer td a:visited, .constantValuesContainer td a:hover {
+ font-weight:bold;
+}
+.tableSubHeadingColor {
+ background-color:#EEEEFF;
+}
+.altColor {
+ background-color:#FFFFFF;
+}
+.rowColor {
+ background-color:#EEEEEF;
+}
+/*
+Content styles
+*/
+.description pre {
+ margin-top:0;
+}
+.deprecatedContent {
+ margin:0;
+ padding:10px 0;
+}
+.docSummary {
+ padding:0;
+}
+
+ul.blockList ul.blockList ul.blockList li.blockList h3 {
+ font-style:normal;
+}
+
+div.block {
+ font-size:14px;
+ font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif;
+}
+
+td.colLast div {
+ padding-top:0px;
+}
+
+
+td.colLast a {
+ padding-bottom:3px;
+}
+/*
+Formatting effect styles
+*/
+.sourceLineNo {
+ color:green;
+ padding:0 30px 0 0;
+}
+h1.hidden {
+ visibility:hidden;
+ overflow:hidden;
+ font-size:10px;
+}
+.block {
+ display:block;
+ margin:3px 10px 2px 0px;
+ color:#474747;
+}
+.deprecatedLabel, .descfrmTypeLabel, .memberNameLabel, .memberNameLink,
+.overrideSpecifyLabel, .packageHierarchyLabel, .paramLabel, .returnLabel,
+.seeLabel, .simpleTagLabel, .throwsLabel, .typeNameLabel, .typeNameLink {
+ font-weight:bold;
+}
+.deprecationComment, .emphasizedPhrase, .interfaceName {
+ font-style:italic;
+}
+
+div.block div.block span.deprecationComment, div.block div.block span.emphasizedPhrase,
+div.block div.block span.interfaceName {
+ font-style:normal;
+}
+
+div.contentContainer ul.blockList li.blockList h2{
+ padding-bottom:0px;
+}
--- /dev/null
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xml:lang="en" lang="en">
+ <head>
+ <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
+ <title>All Classes</title>
+ <link rel="stylesheet" type="text/css" href="stylesheet.css" title="style" />
+ </head>
+ <body>
+
+ <h3>All Classes</h3>
+
+ <ul>
+ <li>
+ <a href="de/juplo/test/FileComparator.html" target="classFrame">FileComparator</a>
+ </li>
+ </ul>
+
+ </body>
+ </html>
--- /dev/null
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<head><meta http-equiv="content-type" content="text/html; charset=UTF-8" />
+<title>FileComparator xref</title>
+<link type="text/css" rel="stylesheet" href="../../../stylesheet.css" />
+</head>
+<body>
+<div id="overview"><a href="../../../../testapidocs/de/juplo/test/FileComparator.html">View Javadoc</a></div><pre>
+<a class="jxr_linenumber" name="L1" href="#L1">1</a> <strong class="jxr_keyword">package</strong> de.juplo.test;
+<a class="jxr_linenumber" name="L2" href="#L2">2</a>
+<a class="jxr_linenumber" name="L3" href="#L3">3</a> <strong class="jxr_keyword">import</strong> java.io.BufferedReader;
+<a class="jxr_linenumber" name="L4" href="#L4">4</a> <strong class="jxr_keyword">import</strong> java.io.File;
+<a class="jxr_linenumber" name="L5" href="#L5">5</a> <strong class="jxr_keyword">import</strong> java.io.FileNotFoundException;
+<a class="jxr_linenumber" name="L6" href="#L6">6</a> <strong class="jxr_keyword">import</strong> java.io.FileReader;
+<a class="jxr_linenumber" name="L7" href="#L7">7</a> <strong class="jxr_keyword">import</strong> java.io.IOException;
+<a class="jxr_linenumber" name="L8" href="#L8">8</a>
+<a class="jxr_linenumber" name="L9" href="#L9">9</a>
+<a class="jxr_linenumber" name="L10" href="#L10">10</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">class</strong> <a href="../../../de/juplo/test/FileComparator.html">FileComparator</a>
+<a class="jxr_linenumber" name="L11" href="#L11">11</a> {
+<a class="jxr_linenumber" name="L12" href="#L12">12</a> <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">final</strong> File basedir;
+<a class="jxr_linenumber" name="L13" href="#L13">13</a> <strong class="jxr_keyword">private</strong> BufferedReader expectedReader;
+<a class="jxr_linenumber" name="L14" href="#L14">14</a> <strong class="jxr_keyword">private</strong> BufferedReader foundReader;
+<a class="jxr_linenumber" name="L15" href="#L15">15</a>
+<a class="jxr_linenumber" name="L16" href="#L16">16</a> <strong class="jxr_keyword">public</strong> <a href="../../../de/juplo/test/FileComparator.html">FileComparator</a>(File basedir)
+<a class="jxr_linenumber" name="L17" href="#L17">17</a> {
+<a class="jxr_linenumber" name="L18" href="#L18">18</a> <strong class="jxr_keyword">this</strong>.basedir = basedir;
+<a class="jxr_linenumber" name="L19" href="#L19">19</a> }
+<a class="jxr_linenumber" name="L20" href="#L20">20</a>
+<a class="jxr_linenumber" name="L21" href="#L21">21</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">boolean</strong> isEqual(<strong class="jxr_keyword">final</strong> String expectedFile, <strong class="jxr_keyword">final</strong> String foundFile)
+<a class="jxr_linenumber" name="L22" href="#L22">22</a> <strong class="jxr_keyword">throws</strong>
+<a class="jxr_linenumber" name="L23" href="#L23">23</a> FileNotFoundException,
+<a class="jxr_linenumber" name="L24" href="#L24">24</a> IOException
+<a class="jxr_linenumber" name="L25" href="#L25">25</a> {
+<a class="jxr_linenumber" name="L26" href="#L26">26</a> File file;
+<a class="jxr_linenumber" name="L27" href="#L27">27</a> String expected, found;
+<a class="jxr_linenumber" name="L28" href="#L28">28</a>
+<a class="jxr_linenumber" name="L29" href="#L29">29</a> file = <strong class="jxr_keyword">new</strong> File(basedir, expectedFile);
+<a class="jxr_linenumber" name="L30" href="#L30">30</a> expectedReader = <strong class="jxr_keyword">new</strong> BufferedReader(<strong class="jxr_keyword">new</strong> FileReader(file));
+<a class="jxr_linenumber" name="L31" href="#L31">31</a>
+<a class="jxr_linenumber" name="L32" href="#L32">32</a> file = <strong class="jxr_keyword">new</strong> File(basedir, foundFile);
+<a class="jxr_linenumber" name="L33" href="#L33">33</a> foundReader = <strong class="jxr_keyword">new</strong> BufferedReader(<strong class="jxr_keyword">new</strong> FileReader(file));
+<a class="jxr_linenumber" name="L34" href="#L34">34</a>
+<a class="jxr_linenumber" name="L35" href="#L35">35</a>
+<a class="jxr_linenumber" name="L36" href="#L36">36</a> <strong class="jxr_keyword">while</strong> ((expected = expectedReader.readLine()) != <strong class="jxr_keyword">null</strong>)
+<a class="jxr_linenumber" name="L37" href="#L37">37</a> {
+<a class="jxr_linenumber" name="L38" href="#L38">38</a> found = foundReader.readLine();
+<a class="jxr_linenumber" name="L39" href="#L39">39</a> <strong class="jxr_keyword">if</strong> (!expected.equals(found))
+<a class="jxr_linenumber" name="L40" href="#L40">40</a> {
+<a class="jxr_linenumber" name="L41" href="#L41">41</a> System.err.println(<span class="jxr_string">"Mismatch!"</span>);
+<a class="jxr_linenumber" name="L42" href="#L42">42</a> System.err.println(<span class="jxr_string">"Expected: "</span> + expected);
+<a class="jxr_linenumber" name="L43" href="#L43">43</a> System.err.println(<span class="jxr_string">"Found: "</span> + found);
+<a class="jxr_linenumber" name="L44" href="#L44">44</a> <strong class="jxr_keyword">return</strong> false;
+<a class="jxr_linenumber" name="L45" href="#L45">45</a> }
+<a class="jxr_linenumber" name="L46" href="#L46">46</a> }
+<a class="jxr_linenumber" name="L47" href="#L47">47</a>
+<a class="jxr_linenumber" name="L48" href="#L48">48</a> <strong class="jxr_keyword">if</strong> ((found = foundReader.readLine()) != <strong class="jxr_keyword">null</strong>)
+<a class="jxr_linenumber" name="L49" href="#L49">49</a> {
+<a class="jxr_linenumber" name="L50" href="#L50">50</a> System.err.println(<span class="jxr_string">"Found more content than expected!"</span>);
+<a class="jxr_linenumber" name="L51" href="#L51">51</a> System.err.println(<span class="jxr_string">"Starting with: "</span> + found);
+<a class="jxr_linenumber" name="L52" href="#L52">52</a> <strong class="jxr_keyword">return</strong> false;
+<a class="jxr_linenumber" name="L53" href="#L53">53</a> }
+<a class="jxr_linenumber" name="L54" href="#L54">54</a>
+<a class="jxr_linenumber" name="L55" href="#L55">55</a> <strong class="jxr_keyword">return</strong> <strong class="jxr_keyword">true</strong>;
+<a class="jxr_linenumber" name="L56" href="#L56">56</a> }
+<a class="jxr_linenumber" name="L57" href="#L57">57</a> }
+</pre>
+<hr/>
+<div id="footer">Copyright © 2026. All rights reserved.</div>
+</body>
+</html>
--- /dev/null
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xml:lang="en" lang="en">
+ <head>
+ <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
+ <title>Hibernate Maven Plugin 2.1.0 Reference Package de.juplo.test</title>
+ <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="style" />
+ </head>
+ <body>
+
+ <h3>
+ <a href="package-summary.html" target="classFrame">de.juplo.test</a>
+ </h3>
+
+ <h3>Classes</h3>
+
+ <ul>
+ <li>
+ <a href="FileComparator.html" target="classFrame">FileComparator</a>
+ </li>
+ </ul>
+
+ </body>
+</html>
\ No newline at end of file
--- /dev/null
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xml:lang="en" lang="en">
+ <head>
+ <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
+ <title>Hibernate Maven Plugin 2.1.0 Reference Package de.juplo.test</title>
+ <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="style" />
+ </head>
+ <body>
+ <div class="overview">
+ <ul>
+ <li>
+ <a href="../../../overview-summary.html">Overview</a>
+ </li>
+ <li class="selected">Package</li>
+ </ul>
+ </div>
+ <div class="framenoframe">
+ <ul>
+ <li>
+ <a href="../../../index.html" target="_top">FRAMES</a>
+ </li>
+ <li>
+ <a href="package-summary.html" target="_top">NO FRAMES</a>
+ </li>
+ </ul>
+ </div>
+
+ <h2>Package de.juplo.test</h2>
+
+ <table class="summary">
+ <thead>
+ <tr>
+ <th>Class Summary</th>
+ </tr>
+ </thead>
+ <tbody>
+ <tr>
+ <td>
+ <a href="FileComparator.html" target="classFrame">FileComparator</a>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+
+ <div class="overview">
+ <ul>
+ <li>
+ <a href="../../../overview-summary.html">Overview</a>
+ </li>
+ <li class="selected">Package</li>
+ </ul>
+ </div>
+ <div class="framenoframe">
+ <ul>
+ <li>
+ <a href="../../../index.html" target="_top">FRAMES</a>
+ </li>
+ <li>
+ <a href="package-summary.html" target="_top">NO FRAMES</a>
+ </li>
+ </ul>
+ </div>
+ <hr />
+ <div id="footer">
+ Copyright © 2026. All rights reserved.
+ </div>
+ </body>
+</html>
\ No newline at end of file
--- /dev/null
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
+<html xml:lang="en" lang="en">
+<!-- this is a JXR report set -->
+ <head>
+ <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
+ <title>Hibernate Maven Plugin 2.1.0 Reference</title>
+ </head>
+ <frameset cols="20%,80%">
+ <frameset rows="30%,70%">
+ <frame src="overview-frame.html" name="packageListFrame" />
+ <frame src="allclasses-frame.html" name="packageFrame" />
+ </frameset>
+ <frame src="overview-summary.html" name="classFrame" />
+ <noframes>
+ <body>
+ <h1>Frame Alert</h1>
+ <p>
+ You don't have frames. Go <a href="overview-summary.html">here</a>
+ </p>
+ </body>
+ </noframes>
+ </frameset>
+</html>
+
--- /dev/null
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xml:lang="en" lang="en">
+ <head>
+ <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
+ <title>Hibernate Maven Plugin 2.1.0 Reference</title>
+ <link rel="stylesheet" type="text/css" href="stylesheet.css" title="style" />
+ </head>
+ <body>
+
+ <h3>
+ <a href="allclasses-frame.html" target="packageFrame">All Classes</a>
+ </h3>
+
+ <h3>Packages</h3>
+
+ <ul>
+ <li>
+ <a href="de/juplo/test/package-frame.html" target="packageFrame">de.juplo.test</a>
+ </li>
+ </ul>
+
+ </body>
+</html>
+
--- /dev/null
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xml:lang="en" lang="en">
+ <head>
+ <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
+ <title>Hibernate Maven Plugin 2.1.0 Reference</title>
+ <link rel="stylesheet" type="text/css" href="stylesheet.css" title="style" />
+ </head>
+ <body>
+ <div class="overview">
+ <ul>
+ <li class="selected">Overview</li>
+ <li>Package</li>
+ </ul>
+ </div>
+ <div class="framenoframe">
+ <ul>
+ <li>
+ <a href="index.html" target="_top">FRAMES</a>
+ </li>
+ <li>
+ <a href="overview-summary.html" target="_top">NO FRAMES</a>
+ </li>
+ </ul>
+ </div>
+
+ <h2>Hibernate Maven Plugin 2.1.0 Reference</h2>
+
+ <table class="summary">
+ <thead>
+ <tr>
+ <th>Packages</th>
+ </tr>
+ </thead>
+ <tbody>
+ <tr>
+ <td>
+ <a href="de/juplo/test/package-summary.html">de.juplo.test</a>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+
+ <div class="overview">
+ <ul>
+ <li class="selected">Overview</li>
+ <li>Package</li>
+ </ul>
+ </div>
+ <div class="framenoframe">
+ <ul>
+ <li>
+ <a href="index.html" target="_top">FRAMES</a>
+ </li>
+ <li>
+ <a href="overview-summary.html" target="_top">NO FRAMES</a>
+ </li>
+ </ul>
+ </div>
+
+ <hr />
+ <div id="footer">
+ Copyright © 2026. All rights reserved.
+ </div>
+ </body>
+</html>
\ No newline at end of file
--- /dev/null
+/* Javadoc style sheet */
+/* Define colors, fonts and other style attributes here to override the defaults */
+body {
+ background-color: #fff;
+ font-family: Arial, Helvetica, sans-serif;
+}
+
+a:link {
+ color: #00f;
+}
+a:visited {
+ color: #00a;
+}
+
+a:active, a:hover {
+ color: #f30 !important;
+}
+
+ul, li {
+ list-style-type:none;
+ margin:0;
+ padding:0;
+}
+
+table td {
+ padding: 3px;
+ border: 1px solid #000;
+}
+table {
+ width:100%;
+ border: 1px solid #000;
+ border-collapse: collapse;
+}
+
+div.overview {
+ background-color:#ddd;
+ padding: 4px 4px 4px 0;
+}
+div.overview li, div.framenoframe li {
+ display: inline;
+}
+div.framenoframe {
+ text-align: center;
+ font-size: x-small;
+}
+div.framenoframe li {
+ margin: 0 3px 0 3px;
+}
+div.overview li {
+ margin:3px 3px 0 3px;
+ padding: 4px;
+}
+li.selected {
+ background-color:#888;
+ color: #fff;
+ font-weight: bold;
+}
+
+table.summary {
+ margin-bottom: 20px;
+}
+table.summary td, table.summary th {
+ font-weight: bold;
+ text-align: left;
+ padding: 3px;
+}
+table.summary th {
+ background-color:#036;
+ color: #fff;
+}
+table.summary td {
+ background-color:#eee;
+ border: 1px solid black;
+}
+
+em {
+ color: #A00;
+}
+em.comment {
+ color: #390;
+}
+.string {
+ color: #009;
+}
+
+#overview {
+ padding:2px;
+}
+
+hr {
+ height: 1px;
+ color: #000;
+}
+
+/* JXR style sheet */
+.jxr_comment
+{
+ color: #390;
+}
+
+.jxr_javadoccomment
+{
+ color: #A00;
+}
+
+.jxr_string
+{
+ color: #009;
+}
+
+.jxr_keyword
+{
+ color: #000;
+}
--- /dev/null
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xml:lang="en" lang="en">
+ <head>
+ <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
+ <title>All Classes</title>
+ <link rel="stylesheet" type="text/css" href="stylesheet.css" title="style" />
+ </head>
+ <body>
+
+ <h3>All Classes</h3>
+
+ <ul>
+ <li>
+ <a href="de/juplo/plugins/hibernate/AbstractSchemaMojo.html" target="classFrame">AbstractSchemaMojo</a>
+ </li>
+ <li>
+ <a href="de/juplo/plugins/hibernate/CreateMojo.html" target="classFrame">CreateMojo</a>
+ </li>
+ <li>
+ <a href="de/juplo/plugins/hibernate/SimpleConnectionProvider.html" target="classFrame">DriverProxy</a>
+ </li>
+ <li>
+ <a href="de/juplo/plugins/hibernate/DropMojo.html" target="classFrame">DropMojo</a>
+ </li>
+ <li>
+ <a href="de/juplo/plugins/hibernate/HelpMojo.html" target="classFrame">HelpMojo</a>
+ </li>
+ <li>
+ <a href="de/juplo/plugins/hibernate/ModificationTracker.html" target="classFrame">ModificationTracker</a>
+ </li>
+ <li>
+ <a href="de/juplo/plugins/hibernate/MutableClassLoader.html" target="classFrame">MutableClassLoader</a>
+ </li>
+ <li>
+ <a href="de/juplo/plugins/hibernate/SimpleConnectionProvider.html" target="classFrame">SimpleConnectionProvider</a>
+ </li>
+ <li>
+ <a href="de/juplo/plugins/hibernate/UpdateMojo.html" target="classFrame">UpdateMojo</a>
+ </li>
+ </ul>
+
+ </body>
+ </html>
--- /dev/null
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<head><meta http-equiv="content-type" content="text/html; charset=UTF-8" />
+<title>AbstractSchemaMojo xref</title>
+<link type="text/css" rel="stylesheet" href="../../../../stylesheet.css" />
+</head>
+<body>
+<div id="overview"><a href="../../../../../apidocs/de/juplo/plugins/hibernate/AbstractSchemaMojo.html">View Javadoc</a></div><pre>
+<a class="jxr_linenumber" name="L1" href="#L1">1</a> <strong class="jxr_keyword">package</strong> de.juplo.plugins.hibernate;
+<a class="jxr_linenumber" name="L2" href="#L2">2</a>
+<a class="jxr_linenumber" name="L3" href="#L3">3</a>
+<a class="jxr_linenumber" name="L4" href="#L4">4</a> <strong class="jxr_keyword">import</strong> com.pyx4j.log4j.MavenLogAppender;
+<a class="jxr_linenumber" name="L5" href="#L5">5</a> <strong class="jxr_keyword">import</strong> java.io.File;
+<a class="jxr_linenumber" name="L6" href="#L6">6</a> <strong class="jxr_keyword">import</strong> java.io.FileInputStream;
+<a class="jxr_linenumber" name="L7" href="#L7">7</a> <strong class="jxr_keyword">import</strong> java.io.FileOutputStream;
+<a class="jxr_linenumber" name="L8" href="#L8">8</a> <strong class="jxr_keyword">import</strong> java.io.IOException;
+<a class="jxr_linenumber" name="L9" href="#L9">9</a> <strong class="jxr_keyword">import</strong> java.io.InputStream;
+<a class="jxr_linenumber" name="L10" href="#L10">10</a> <strong class="jxr_keyword">import</strong> java.net.MalformedURLException;
+<a class="jxr_linenumber" name="L11" href="#L11">11</a> <strong class="jxr_keyword">import</strong> java.net.URL;
+<a class="jxr_linenumber" name="L12" href="#L12">12</a> <strong class="jxr_keyword">import</strong> java.security.NoSuchAlgorithmException;
+<a class="jxr_linenumber" name="L13" href="#L13">13</a> <strong class="jxr_keyword">import</strong> java.time.ZonedDateTime;
+<a class="jxr_linenumber" name="L14" href="#L14">14</a> <strong class="jxr_keyword">import</strong> java.util.Collections;
+<a class="jxr_linenumber" name="L15" href="#L15">15</a> <strong class="jxr_keyword">import</strong> java.util.EnumSet;
+<a class="jxr_linenumber" name="L16" href="#L16">16</a> <strong class="jxr_keyword">import</strong> java.util.HashMap;
+<a class="jxr_linenumber" name="L17" href="#L17">17</a> <strong class="jxr_keyword">import</strong> java.util.HashSet;
+<a class="jxr_linenumber" name="L18" href="#L18">18</a> <strong class="jxr_keyword">import</strong> java.util.Iterator;
+<a class="jxr_linenumber" name="L19" href="#L19">19</a> <strong class="jxr_keyword">import</strong> java.util.LinkedHashSet;
+<a class="jxr_linenumber" name="L20" href="#L20">20</a> <strong class="jxr_keyword">import</strong> java.util.List;
+<a class="jxr_linenumber" name="L21" href="#L21">21</a> <strong class="jxr_keyword">import</strong> java.util.Map;
+<a class="jxr_linenumber" name="L22" href="#L22">22</a> <strong class="jxr_keyword">import</strong> java.util.Map.Entry;
+<a class="jxr_linenumber" name="L23" href="#L23">23</a> <strong class="jxr_keyword">import</strong> java.util.Properties;
+<a class="jxr_linenumber" name="L24" href="#L24">24</a> <strong class="jxr_keyword">import</strong> java.util.Set;
+<a class="jxr_linenumber" name="L25" href="#L25">25</a> <strong class="jxr_keyword">import</strong> java.util.regex.Matcher;
+<a class="jxr_linenumber" name="L26" href="#L26">26</a> <strong class="jxr_keyword">import</strong> java.util.regex.Pattern;
+<a class="jxr_linenumber" name="L27" href="#L27">27</a> <strong class="jxr_keyword">import</strong> javax.persistence.Embeddable;
+<a class="jxr_linenumber" name="L28" href="#L28">28</a> <strong class="jxr_keyword">import</strong> javax.persistence.Entity;
+<a class="jxr_linenumber" name="L29" href="#L29">29</a> <strong class="jxr_keyword">import</strong> javax.persistence.MappedSuperclass;
+<a class="jxr_linenumber" name="L30" href="#L30">30</a> <strong class="jxr_keyword">import</strong> javax.persistence.spi.PersistenceUnitTransactionType;
+<a class="jxr_linenumber" name="L31" href="#L31">31</a> <strong class="jxr_keyword">import</strong> org.apache.maven.artifact.Artifact;
+<a class="jxr_linenumber" name="L32" href="#L32">32</a> <strong class="jxr_keyword">import</strong> org.apache.maven.model.Resource;
+<a class="jxr_linenumber" name="L33" href="#L33">33</a> <strong class="jxr_keyword">import</strong> org.apache.maven.plugin.AbstractMojo;
+<a class="jxr_linenumber" name="L34" href="#L34">34</a> <strong class="jxr_keyword">import</strong> org.apache.maven.plugin.MojoExecutionException;
+<a class="jxr_linenumber" name="L35" href="#L35">35</a> <strong class="jxr_keyword">import</strong> org.apache.maven.plugin.MojoFailureException;
+<a class="jxr_linenumber" name="L36" href="#L36">36</a> <strong class="jxr_keyword">import</strong> org.apache.maven.project.MavenProject;
+<a class="jxr_linenumber" name="L37" href="#L37">37</a> <strong class="jxr_keyword">import</strong> org.hibernate.boot.MetadataBuilder;
+<a class="jxr_linenumber" name="L38" href="#L38">38</a> <strong class="jxr_keyword">import</strong> org.hibernate.boot.MetadataSources;
+<a class="jxr_linenumber" name="L39" href="#L39">39</a> <strong class="jxr_keyword">import</strong> org.hibernate.boot.cfgxml.internal.ConfigLoader;
+<a class="jxr_linenumber" name="L40" href="#L40">40</a> <strong class="jxr_keyword">import</strong> org.hibernate.boot.cfgxml.spi.LoadedConfig;
+<a class="jxr_linenumber" name="L41" href="#L41">41</a> <strong class="jxr_keyword">import</strong> org.hibernate.boot.cfgxml.spi.MappingReference;
+<a class="jxr_linenumber" name="L42" href="#L42">42</a> <strong class="jxr_keyword">import</strong> org.hibernate.boot.model.naming.ImplicitNamingStrategy;
+<a class="jxr_linenumber" name="L43" href="#L43">43</a> <strong class="jxr_keyword">import</strong> org.hibernate.boot.model.naming.PhysicalNamingStrategy;
+<a class="jxr_linenumber" name="L44" href="#L44">44</a> <strong class="jxr_keyword">import</strong> org.hibernate.boot.registry.BootstrapServiceRegistry;
+<a class="jxr_linenumber" name="L45" href="#L45">45</a> <strong class="jxr_keyword">import</strong> org.hibernate.boot.registry.BootstrapServiceRegistryBuilder;
+<a class="jxr_linenumber" name="L46" href="#L46">46</a> <strong class="jxr_keyword">import</strong> org.hibernate.boot.registry.StandardServiceRegistry;
+<a class="jxr_linenumber" name="L47" href="#L47">47</a> <strong class="jxr_keyword">import</strong> org.hibernate.boot.registry.StandardServiceRegistryBuilder;
+<a class="jxr_linenumber" name="L48" href="#L48">48</a> <strong class="jxr_keyword">import</strong> org.hibernate.boot.registry.classloading.spi.ClassLoaderService;
+<a class="jxr_linenumber" name="L49" href="#L49">49</a> <strong class="jxr_keyword">import</strong> org.hibernate.boot.registry.classloading.spi.ClassLoadingException;
+<a class="jxr_linenumber" name="L50" href="#L50">50</a> <strong class="jxr_keyword">import</strong> org.hibernate.boot.registry.selector.spi.StrategySelector;
+<a class="jxr_linenumber" name="L51" href="#L51">51</a> <strong class="jxr_keyword">import</strong> org.hibernate.boot.spi.MetadataImplementor;
+<a class="jxr_linenumber" name="L52" href="#L52">52</a> <strong class="jxr_keyword">import</strong> org.hibernate.cfg.AvailableSettings;
+<a class="jxr_linenumber" name="L53" href="#L53">53</a> <strong class="jxr_keyword">import</strong> <strong class="jxr_keyword">static</strong> org.hibernate.cfg.AvailableSettings.DIALECT;
+<a class="jxr_linenumber" name="L54" href="#L54">54</a> <strong class="jxr_keyword">import</strong> <strong class="jxr_keyword">static</strong> org.hibernate.cfg.AvailableSettings.DRIVER;
+<a class="jxr_linenumber" name="L55" href="#L55">55</a> <strong class="jxr_keyword">import</strong> <strong class="jxr_keyword">static</strong> org.hibernate.cfg.AvailableSettings.FORMAT_SQL;
+<a class="jxr_linenumber" name="L56" href="#L56">56</a> <strong class="jxr_keyword">import</strong> <strong class="jxr_keyword">static</strong> org.hibernate.cfg.AvailableSettings.HBM2DDL_DELIMITER;
+<a class="jxr_linenumber" name="L57" href="#L57">57</a> <strong class="jxr_keyword">import</strong> <strong class="jxr_keyword">static</strong> org.hibernate.cfg.AvailableSettings.HBM2DLL_CREATE_NAMESPACES;
+<a class="jxr_linenumber" name="L58" href="#L58">58</a> <strong class="jxr_keyword">import</strong> <strong class="jxr_keyword">static</strong> org.hibernate.cfg.AvailableSettings.IMPLICIT_NAMING_STRATEGY;
+<a class="jxr_linenumber" name="L59" href="#L59">59</a> <strong class="jxr_keyword">import</strong> <strong class="jxr_keyword">static</strong> org.hibernate.cfg.AvailableSettings.JPA_JDBC_DRIVER;
+<a class="jxr_linenumber" name="L60" href="#L60">60</a> <strong class="jxr_keyword">import</strong> <strong class="jxr_keyword">static</strong> org.hibernate.cfg.AvailableSettings.JPA_JDBC_PASSWORD;
+<a class="jxr_linenumber" name="L61" href="#L61">61</a> <strong class="jxr_keyword">import</strong> <strong class="jxr_keyword">static</strong> org.hibernate.cfg.AvailableSettings.JPA_JDBC_URL;
+<a class="jxr_linenumber" name="L62" href="#L62">62</a> <strong class="jxr_keyword">import</strong> <strong class="jxr_keyword">static</strong> org.hibernate.cfg.AvailableSettings.JPA_JDBC_USER;
+<a class="jxr_linenumber" name="L63" href="#L63">63</a> <strong class="jxr_keyword">import</strong> <strong class="jxr_keyword">static</strong> org.hibernate.cfg.AvailableSettings.PASS;
+<a class="jxr_linenumber" name="L64" href="#L64">64</a> <strong class="jxr_keyword">import</strong> <strong class="jxr_keyword">static</strong> org.hibernate.cfg.AvailableSettings.PHYSICAL_NAMING_STRATEGY;
+<a class="jxr_linenumber" name="L65" href="#L65">65</a> <strong class="jxr_keyword">import</strong> <strong class="jxr_keyword">static</strong> org.hibernate.cfg.AvailableSettings.SHOW_SQL;
+<a class="jxr_linenumber" name="L66" href="#L66">66</a> <strong class="jxr_keyword">import</strong> <strong class="jxr_keyword">static</strong> org.hibernate.cfg.AvailableSettings.USER;
+<a class="jxr_linenumber" name="L67" href="#L67">67</a> <strong class="jxr_keyword">import</strong> <strong class="jxr_keyword">static</strong> org.hibernate.cfg.AvailableSettings.URL;
+<a class="jxr_linenumber" name="L68" href="#L68">68</a> <strong class="jxr_keyword">import</strong> org.hibernate.engine.config.spi.ConfigurationService;
+<a class="jxr_linenumber" name="L69" href="#L69">69</a> <strong class="jxr_keyword">import</strong> org.hibernate.engine.jdbc.connections.spi.ConnectionProvider;
+<a class="jxr_linenumber" name="L70" href="#L70">70</a> <strong class="jxr_keyword">import</strong> org.hibernate.internal.util.config.ConfigurationException;
+<a class="jxr_linenumber" name="L71" href="#L71">71</a> <strong class="jxr_keyword">import</strong> org.hibernate.jpa.boot.internal.ParsedPersistenceXmlDescriptor;
+<a class="jxr_linenumber" name="L72" href="#L72">72</a> <strong class="jxr_keyword">import</strong> org.hibernate.jpa.boot.internal.PersistenceXmlParser;
+<a class="jxr_linenumber" name="L73" href="#L73">73</a> <strong class="jxr_keyword">import</strong> org.hibernate.tool.schema.TargetType;
+<a class="jxr_linenumber" name="L74" href="#L74">74</a> <strong class="jxr_keyword">import</strong> org.hibernate.tool.schema.internal.ExceptionHandlerCollectingImpl;
+<a class="jxr_linenumber" name="L75" href="#L75">75</a> <strong class="jxr_keyword">import</strong> org.hibernate.tool.schema.internal.exec.ScriptTargetOutputToFile;
+<a class="jxr_linenumber" name="L76" href="#L76">76</a> <strong class="jxr_keyword">import</strong> org.hibernate.tool.schema.spi.ExecutionOptions;
+<a class="jxr_linenumber" name="L77" href="#L77">77</a> <strong class="jxr_keyword">import</strong> org.hibernate.tool.schema.spi.SchemaManagementToolCoordinator;
+<a class="jxr_linenumber" name="L78" href="#L78">78</a> <strong class="jxr_keyword">import</strong> org.hibernate.tool.schema.spi.ScriptTargetOutput;
+<a class="jxr_linenumber" name="L79" href="#L79">79</a> <strong class="jxr_keyword">import</strong> org.hibernate.tool.schema.spi.TargetDescriptor;
+<a class="jxr_linenumber" name="L80" href="#L80">80</a> <strong class="jxr_keyword">import</strong> org.scannotation.AnnotationDB;
+<a class="jxr_linenumber" name="L81" href="#L81">81</a>
+<a class="jxr_linenumber" name="L82" href="#L82">82</a>
+<a class="jxr_linenumber" name="L83" href="#L83">83</a> <em class="jxr_javadoccomment">/**</em>
+<a class="jxr_linenumber" name="L84" href="#L84">84</a> <em class="jxr_javadoccomment"> * Baseclass with common attributes and methods.</em>
+<a class="jxr_linenumber" name="L85" href="#L85">85</a> <em class="jxr_javadoccomment"> *</em>
+<a class="jxr_linenumber" name="L86" href="#L86">86</a> <em class="jxr_javadoccomment"> * @phase process-classes</em>
+<a class="jxr_linenumber" name="L87" href="#L87">87</a> <em class="jxr_javadoccomment"> * @threadSafe</em>
+<a class="jxr_linenumber" name="L88" href="#L88">88</a> <em class="jxr_javadoccomment"> * @requiresDependencyResolution runtime</em>
+<a class="jxr_linenumber" name="L89" href="#L89">89</a> <em class="jxr_javadoccomment"> */</em>
+<a class="jxr_linenumber" name="L90" href="#L90">90</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">abstract</strong> <strong class="jxr_keyword">class</strong> <a href="../../../../de/juplo/plugins/hibernate/AbstractSchemaMojo.html">AbstractSchemaMojo</a> <strong class="jxr_keyword">extends</strong> AbstractMojo
+<a class="jxr_linenumber" name="L91" href="#L91">91</a> {
+<a class="jxr_linenumber" name="L92" href="#L92">92</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">final</strong> <strong class="jxr_keyword">static</strong> String EXECUTE = <span class="jxr_string">"hibernate.schema.execute"</span>;
+<a class="jxr_linenumber" name="L93" href="#L93">93</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">final</strong> <strong class="jxr_keyword">static</strong> String OUTPUTDIRECTORY = <span class="jxr_string">"project.build.outputDirectory"</span>;
+<a class="jxr_linenumber" name="L94" href="#L94">94</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">final</strong> <strong class="jxr_keyword">static</strong> String SCAN_CLASSES = <span class="jxr_string">"hibernate.schema.scan.classes"</span>;
+<a class="jxr_linenumber" name="L95" href="#L95">95</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">final</strong> <strong class="jxr_keyword">static</strong> String SCAN_DEPENDENCIES = <span class="jxr_string">"hibernate.schema.scan.dependencies"</span>;
+<a class="jxr_linenumber" name="L96" href="#L96">96</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">final</strong> <strong class="jxr_keyword">static</strong> String SCAN_TESTCLASSES = <span class="jxr_string">"hibernate.schema.scan.test_classes"</span>;
+<a class="jxr_linenumber" name="L97" href="#L97">97</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">final</strong> <strong class="jxr_keyword">static</strong> String TEST_OUTPUTDIRECTORY = <span class="jxr_string">"project.build.testOutputDirectory"</span>;
+<a class="jxr_linenumber" name="L98" href="#L98">98</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">final</strong> <strong class="jxr_keyword">static</strong> String SKIPPED = <span class="jxr_string">"hibernate.schema.skipped"</span>;
+<a class="jxr_linenumber" name="L99" href="#L99">99</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">final</strong> <strong class="jxr_keyword">static</strong> String SCRIPT = <span class="jxr_string">"hibernate.schema.script"</span>;
+<a class="jxr_linenumber" name="L100" href="#L100">100</a>
+<a class="jxr_linenumber" name="L101" href="#L101">101</a> <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">final</strong> <strong class="jxr_keyword">static</strong> Pattern SPLIT = Pattern.compile(<span class="jxr_string">"[^,\\s]+"</span>);
+<a class="jxr_linenumber" name="L102" href="#L102">102</a>
+<a class="jxr_linenumber" name="L103" href="#L103">103</a> <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">final</strong> Set<String> packages = <strong class="jxr_keyword">new</strong> HashSet<String>();
+<a class="jxr_linenumber" name="L104" href="#L104">104</a>
+<a class="jxr_linenumber" name="L105" href="#L105">105</a>
+<a class="jxr_linenumber" name="L106" href="#L106">106</a> <em class="jxr_javadoccomment">/**</em>
+<a class="jxr_linenumber" name="L107" href="#L107">107</a> <em class="jxr_javadoccomment"> * The maven project.</em>
+<a class="jxr_linenumber" name="L108" href="#L108">108</a> <em class="jxr_javadoccomment"> * <p></em>
+<a class="jxr_linenumber" name="L109" href="#L109">109</a> <em class="jxr_javadoccomment"> * Only needed internally.</em>
+<a class="jxr_linenumber" name="L110" href="#L110">110</a> <em class="jxr_javadoccomment"> *</em>
+<a class="jxr_linenumber" name="L111" href="#L111">111</a> <em class="jxr_javadoccomment"> * @parameter property="project"</em>
+<a class="jxr_linenumber" name="L112" href="#L112">112</a> <em class="jxr_javadoccomment"> * @required</em>
+<a class="jxr_linenumber" name="L113" href="#L113">113</a> <em class="jxr_javadoccomment"> * @readonly</em>
+<a class="jxr_linenumber" name="L114" href="#L114">114</a> <em class="jxr_javadoccomment"> */</em>
+<a class="jxr_linenumber" name="L115" href="#L115">115</a> <strong class="jxr_keyword">private</strong> MavenProject project;
+<a class="jxr_linenumber" name="L116" href="#L116">116</a>
+<a class="jxr_linenumber" name="L117" href="#L117">117</a> <em class="jxr_javadoccomment">/**</em>
+<a class="jxr_linenumber" name="L118" href="#L118">118</a> <em class="jxr_javadoccomment"> * Build-directory.</em>
+<a class="jxr_linenumber" name="L119" href="#L119">119</a> <em class="jxr_javadoccomment"> * <p></em>
+<a class="jxr_linenumber" name="L120" href="#L120">120</a> <em class="jxr_javadoccomment"> * Only needed internally.</em>
+<a class="jxr_linenumber" name="L121" href="#L121">121</a> <em class="jxr_javadoccomment"> *</em>
+<a class="jxr_linenumber" name="L122" href="#L122">122</a> <em class="jxr_javadoccomment"> * @parameter property="project.build.directory"</em>
+<a class="jxr_linenumber" name="L123" href="#L123">123</a> <em class="jxr_javadoccomment"> * @required</em>
+<a class="jxr_linenumber" name="L124" href="#L124">124</a> <em class="jxr_javadoccomment"> * @readonly</em>
+<a class="jxr_linenumber" name="L125" href="#L125">125</a> <em class="jxr_javadoccomment"> */</em>
+<a class="jxr_linenumber" name="L126" href="#L126">126</a> <strong class="jxr_keyword">private</strong> String buildDirectory;
+<a class="jxr_linenumber" name="L127" href="#L127">127</a>
+<a class="jxr_linenumber" name="L128" href="#L128">128</a>
+<a class="jxr_linenumber" name="L129" href="#L129">129</a> <em class="jxr_javadoccomment">/** Parameters to configure the genaration of the SQL *********************/</em>
+<a class="jxr_linenumber" name="L130" href="#L130">130</a>
+<a class="jxr_linenumber" name="L131" href="#L131">131</a> <em class="jxr_javadoccomment">/**</em>
+<a class="jxr_linenumber" name="L132" href="#L132">132</a> <em class="jxr_javadoccomment"> * Excecute the generated SQL.</em>
+<a class="jxr_linenumber" name="L133" href="#L133">133</a> <em class="jxr_javadoccomment"> * If set to <code>false</code>, only the SQL-script is created and the</em>
+<a class="jxr_linenumber" name="L134" href="#L134">134</a> <em class="jxr_javadoccomment"> * database is not touched.</em>
+<a class="jxr_linenumber" name="L135" href="#L135">135</a> <em class="jxr_javadoccomment"> * <p></em>
+<a class="jxr_linenumber" name="L136" href="#L136">136</a> <em class="jxr_javadoccomment"> * <strong>Important:</strong></em>
+<a class="jxr_linenumber" name="L137" href="#L137">137</a> <em class="jxr_javadoccomment"> * This configuration value can only be configured through the</em>
+<a class="jxr_linenumber" name="L138" href="#L138">138</a> <em class="jxr_javadoccomment"> * <code>pom.xml</code>, or by the definition of a system-property, because</em>
+<a class="jxr_linenumber" name="L139" href="#L139">139</a> <em class="jxr_javadoccomment"> * it is not known by Hibernate nor JPA and, hence, not picked up from</em>
+<a class="jxr_linenumber" name="L140" href="#L140">140</a> <em class="jxr_javadoccomment"> * their configuration!</em>
+<a class="jxr_linenumber" name="L141" href="#L141">141</a> <em class="jxr_javadoccomment"> *</em>
+<a class="jxr_linenumber" name="L142" href="#L142">142</a> <em class="jxr_javadoccomment"> * @parameter property="hibernate.schema.execute" default-value="true"</em>
+<a class="jxr_linenumber" name="L143" href="#L143">143</a> <em class="jxr_javadoccomment"> * @since 2.0</em>
+<a class="jxr_linenumber" name="L144" href="#L144">144</a> <em class="jxr_javadoccomment"> */</em>
+<a class="jxr_linenumber" name="L145" href="#L145">145</a> <strong class="jxr_keyword">private</strong> Boolean execute;
+<a class="jxr_linenumber" name="L146" href="#L146">146</a>
+<a class="jxr_linenumber" name="L147" href="#L147">147</a> <em class="jxr_javadoccomment">/**</em>
+<a class="jxr_linenumber" name="L148" href="#L148">148</a> <em class="jxr_javadoccomment"> * Skip execution</em>
+<a class="jxr_linenumber" name="L149" href="#L149">149</a> <em class="jxr_javadoccomment"> * <p></em>
+<a class="jxr_linenumber" name="L150" href="#L150">150</a> <em class="jxr_javadoccomment"> * If set to <code>true</code>, the execution is skipped.</em>
+<a class="jxr_linenumber" name="L151" href="#L151">151</a> <em class="jxr_javadoccomment"> * <p></em>
+<a class="jxr_linenumber" name="L152" href="#L152">152</a> <em class="jxr_javadoccomment"> * A skipped execution is signaled via the maven-property</em>
+<a class="jxr_linenumber" name="L153" href="#L153">153</a> <em class="jxr_javadoccomment"> * <code>${hibernate.schema.skipped}</code>.</em>
+<a class="jxr_linenumber" name="L154" href="#L154">154</a> <em class="jxr_javadoccomment"> * <p></em>
+<a class="jxr_linenumber" name="L155" href="#L155">155</a> <em class="jxr_javadoccomment"> * The execution is skipped automatically, if no modified or newly added</em>
+<a class="jxr_linenumber" name="L156" href="#L156">156</a> <em class="jxr_javadoccomment"> * annotated classes are found and the dialect was not changed.</em>
+<a class="jxr_linenumber" name="L157" href="#L157">157</a> <em class="jxr_javadoccomment"> * <p></em>
+<a class="jxr_linenumber" name="L158" href="#L158">158</a> <em class="jxr_javadoccomment"> * <strong>Important:</strong></em>
+<a class="jxr_linenumber" name="L159" href="#L159">159</a> <em class="jxr_javadoccomment"> * This configuration value can only be configured through the</em>
+<a class="jxr_linenumber" name="L160" href="#L160">160</a> <em class="jxr_javadoccomment"> * <code>pom.xml</code>, or by the definition of a system-property, because</em>
+<a class="jxr_linenumber" name="L161" href="#L161">161</a> <em class="jxr_javadoccomment"> * it is not known by Hibernate nor JPA and, hence, not picked up from</em>
+<a class="jxr_linenumber" name="L162" href="#L162">162</a> <em class="jxr_javadoccomment"> * their configuration!</em>
+<a class="jxr_linenumber" name="L163" href="#L163">163</a> <em class="jxr_javadoccomment"> *</em>
+<a class="jxr_linenumber" name="L164" href="#L164">164</a> <em class="jxr_javadoccomment"> * @parameter property="hibernate.schema.skip" default-value="${maven.test.skip}"</em>
+<a class="jxr_linenumber" name="L165" href="#L165">165</a> <em class="jxr_javadoccomment"> * @since 1.0</em>
+<a class="jxr_linenumber" name="L166" href="#L166">166</a> <em class="jxr_javadoccomment"> */</em>
+<a class="jxr_linenumber" name="L167" href="#L167">167</a> <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">boolean</strong> skip;
+<a class="jxr_linenumber" name="L168" href="#L168">168</a>
+<a class="jxr_linenumber" name="L169" href="#L169">169</a> <em class="jxr_javadoccomment">/**</em>
+<a class="jxr_linenumber" name="L170" href="#L170">170</a> <em class="jxr_javadoccomment"> * Force generation/execution</em>
+<a class="jxr_linenumber" name="L171" href="#L171">171</a> <em class="jxr_javadoccomment"> * <p></em>
+<a class="jxr_linenumber" name="L172" href="#L172">172</a> <em class="jxr_javadoccomment"> * Force the generation and (if configured) the execution of the SQL, even if</em>
+<a class="jxr_linenumber" name="L173" href="#L173">173</a> <em class="jxr_javadoccomment"> * no modified or newly added annotated classes where found and the</em>
+<a class="jxr_linenumber" name="L174" href="#L174">174</a> <em class="jxr_javadoccomment"> * configuration was not changed.</em>
+<a class="jxr_linenumber" name="L175" href="#L175">175</a> <em class="jxr_javadoccomment"> * <p></em>
+<a class="jxr_linenumber" name="L176" href="#L176">176</a> <em class="jxr_javadoccomment"> * <code>skip</code> takes precedence over <code>force</code>.</em>
+<a class="jxr_linenumber" name="L177" href="#L177">177</a> <em class="jxr_javadoccomment"> * <p></em>
+<a class="jxr_linenumber" name="L178" href="#L178">178</a> <em class="jxr_javadoccomment"> * <strong>Important:</strong></em>
+<a class="jxr_linenumber" name="L179" href="#L179">179</a> <em class="jxr_javadoccomment"> * This configuration value can only be configured through the</em>
+<a class="jxr_linenumber" name="L180" href="#L180">180</a> <em class="jxr_javadoccomment"> * <code>pom.xml</code>, or by the definition of a system-property, because</em>
+<a class="jxr_linenumber" name="L181" href="#L181">181</a> <em class="jxr_javadoccomment"> * it is not known by Hibernate nor JPA and, hence, not picked up from</em>
+<a class="jxr_linenumber" name="L182" href="#L182">182</a> <em class="jxr_javadoccomment"> * their configuration!</em>
+<a class="jxr_linenumber" name="L183" href="#L183">183</a> <em class="jxr_javadoccomment"> *</em>
+<a class="jxr_linenumber" name="L184" href="#L184">184</a> <em class="jxr_javadoccomment"> * @parameter property="hibernate.schema.force" default-value="false"</em>
+<a class="jxr_linenumber" name="L185" href="#L185">185</a> <em class="jxr_javadoccomment"> * @since 1.0</em>
+<a class="jxr_linenumber" name="L186" href="#L186">186</a> <em class="jxr_javadoccomment"> */</em>
+<a class="jxr_linenumber" name="L187" href="#L187">187</a> <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">boolean</strong> force;
+<a class="jxr_linenumber" name="L188" href="#L188">188</a>
+<a class="jxr_linenumber" name="L189" href="#L189">189</a> <em class="jxr_javadoccomment">/**</em>
+<a class="jxr_linenumber" name="L190" href="#L190">190</a> <em class="jxr_javadoccomment"> * Hibernate dialect.</em>
+<a class="jxr_linenumber" name="L191" href="#L191">191</a> <em class="jxr_javadoccomment"> *</em>
+<a class="jxr_linenumber" name="L192" href="#L192">192</a> <em class="jxr_javadoccomment"> * @parameter property="hibernate.dialect"</em>
+<a class="jxr_linenumber" name="L193" href="#L193">193</a> <em class="jxr_javadoccomment"> * @since 1.0</em>
+<a class="jxr_linenumber" name="L194" href="#L194">194</a> <em class="jxr_javadoccomment"> */</em>
+<a class="jxr_linenumber" name="L195" href="#L195">195</a> <strong class="jxr_keyword">private</strong> String dialect;
+<a class="jxr_linenumber" name="L196" href="#L196">196</a>
+<a class="jxr_linenumber" name="L197" href="#L197">197</a> <em class="jxr_javadoccomment">/**</em>
+<a class="jxr_linenumber" name="L198" href="#L198">198</a> <em class="jxr_javadoccomment"> * Delimiter in output-file.</em>
+<a class="jxr_linenumber" name="L199" href="#L199">199</a> <em class="jxr_javadoccomment"> * <p></em>
+<a class="jxr_linenumber" name="L200" href="#L200">200</a> <em class="jxr_javadoccomment"> * <strong>Important:</strong></em>
+<a class="jxr_linenumber" name="L201" href="#L201">201</a> <em class="jxr_javadoccomment"> * This configuration value can only be configured through the</em>
+<a class="jxr_linenumber" name="L202" href="#L202">202</a> <em class="jxr_javadoccomment"> * <code>pom.xml</code>, or by the definition of a system-property, because</em>
+<a class="jxr_linenumber" name="L203" href="#L203">203</a> <em class="jxr_javadoccomment"> * it is not known by Hibernate nor JPA and, hence, not picked up from</em>
+<a class="jxr_linenumber" name="L204" href="#L204">204</a> <em class="jxr_javadoccomment"> * their configuration!</em>
+<a class="jxr_linenumber" name="L205" href="#L205">205</a> <em class="jxr_javadoccomment"> *</em>
+<a class="jxr_linenumber" name="L206" href="#L206">206</a> <em class="jxr_javadoccomment"> * @parameter property="hibernate.hbm2ddl.delimiter" default-value=";"</em>
+<a class="jxr_linenumber" name="L207" href="#L207">207</a> <em class="jxr_javadoccomment"> * @since 1.0</em>
+<a class="jxr_linenumber" name="L208" href="#L208">208</a> <em class="jxr_javadoccomment"> */</em>
+<a class="jxr_linenumber" name="L209" href="#L209">209</a> <strong class="jxr_keyword">private</strong> String delimiter;
+<a class="jxr_linenumber" name="L210" href="#L210">210</a>
+<a class="jxr_linenumber" name="L211" href="#L211">211</a> <em class="jxr_javadoccomment">/**</em>
+<a class="jxr_linenumber" name="L212" href="#L212">212</a> <em class="jxr_javadoccomment"> * Show the generated SQL in the command-line output.</em>
+<a class="jxr_linenumber" name="L213" href="#L213">213</a> <em class="jxr_javadoccomment"> *</em>
+<a class="jxr_linenumber" name="L214" href="#L214">214</a> <em class="jxr_javadoccomment"> * @parameter property="hibernate.show_sql"</em>
+<a class="jxr_linenumber" name="L215" href="#L215">215</a> <em class="jxr_javadoccomment"> * @since 1.0</em>
+<a class="jxr_linenumber" name="L216" href="#L216">216</a> <em class="jxr_javadoccomment"> */</em>
+<a class="jxr_linenumber" name="L217" href="#L217">217</a> <strong class="jxr_keyword">private</strong> Boolean show;
+<a class="jxr_linenumber" name="L218" href="#L218">218</a>
+<a class="jxr_linenumber" name="L219" href="#L219">219</a> <em class="jxr_javadoccomment">/**</em>
+<a class="jxr_linenumber" name="L220" href="#L220">220</a> <em class="jxr_javadoccomment"> * Format output-file.</em>
+<a class="jxr_linenumber" name="L221" href="#L221">221</a> <em class="jxr_javadoccomment"> *</em>
+<a class="jxr_linenumber" name="L222" href="#L222">222</a> <em class="jxr_javadoccomment"> * @parameter property="hibernate.format_sql"</em>
+<a class="jxr_linenumber" name="L223" href="#L223">223</a> <em class="jxr_javadoccomment"> * @since 1.0</em>
+<a class="jxr_linenumber" name="L224" href="#L224">224</a> <em class="jxr_javadoccomment"> */</em>
+<a class="jxr_linenumber" name="L225" href="#L225">225</a> <strong class="jxr_keyword">private</strong> Boolean format;
+<a class="jxr_linenumber" name="L226" href="#L226">226</a>
+<a class="jxr_linenumber" name="L227" href="#L227">227</a> <em class="jxr_javadoccomment">/**</em>
+<a class="jxr_linenumber" name="L228" href="#L228">228</a> <em class="jxr_javadoccomment"> * Specifies whether to automatically create also the database schema/catalog.</em>
+<a class="jxr_linenumber" name="L229" href="#L229">229</a> <em class="jxr_javadoccomment"> *</em>
+<a class="jxr_linenumber" name="L230" href="#L230">230</a> <em class="jxr_javadoccomment"> * @parameter property="hibernate.hbm2dll.create_namespaces" default-value="false"</em>
+<a class="jxr_linenumber" name="L231" href="#L231">231</a> <em class="jxr_javadoccomment"> * @since 2.0</em>
+<a class="jxr_linenumber" name="L232" href="#L232">232</a> <em class="jxr_javadoccomment"> */</em>
+<a class="jxr_linenumber" name="L233" href="#L233">233</a> <strong class="jxr_keyword">private</strong> Boolean createNamespaces;
+<a class="jxr_linenumber" name="L234" href="#L234">234</a>
+<a class="jxr_linenumber" name="L235" href="#L235">235</a> <em class="jxr_javadoccomment">/**</em>
+<a class="jxr_linenumber" name="L236" href="#L236">236</a> <em class="jxr_javadoccomment"> * Implicit naming strategy</em>
+<a class="jxr_linenumber" name="L237" href="#L237">237</a> <em class="jxr_javadoccomment"> *</em>
+<a class="jxr_linenumber" name="L238" href="#L238">238</a> <em class="jxr_javadoccomment"> * @parameter property="hibernate.implicit_naming_strategy"</em>
+<a class="jxr_linenumber" name="L239" href="#L239">239</a> <em class="jxr_javadoccomment"> * @since 2.0</em>
+<a class="jxr_linenumber" name="L240" href="#L240">240</a> <em class="jxr_javadoccomment"> */</em>
+<a class="jxr_linenumber" name="L241" href="#L241">241</a> <strong class="jxr_keyword">private</strong> String implicitNamingStrategy;
+<a class="jxr_linenumber" name="L242" href="#L242">242</a>
+<a class="jxr_linenumber" name="L243" href="#L243">243</a> <em class="jxr_javadoccomment">/**</em>
+<a class="jxr_linenumber" name="L244" href="#L244">244</a> <em class="jxr_javadoccomment"> * Physical naming strategy</em>
+<a class="jxr_linenumber" name="L245" href="#L245">245</a> <em class="jxr_javadoccomment"> *</em>
+<a class="jxr_linenumber" name="L246" href="#L246">246</a> <em class="jxr_javadoccomment"> * @parameter property="hibernate.physical_naming_strategy"</em>
+<a class="jxr_linenumber" name="L247" href="#L247">247</a> <em class="jxr_javadoccomment"> * @since 2.0</em>
+<a class="jxr_linenumber" name="L248" href="#L248">248</a> <em class="jxr_javadoccomment"> */</em>
+<a class="jxr_linenumber" name="L249" href="#L249">249</a> <strong class="jxr_keyword">private</strong> String physicalNamingStrategy;
+<a class="jxr_linenumber" name="L250" href="#L250">250</a>
+<a class="jxr_linenumber" name="L251" href="#L251">251</a> <em class="jxr_javadoccomment">/**</em>
+<a class="jxr_linenumber" name="L252" href="#L252">252</a> <em class="jxr_javadoccomment"> * Wether the project should be scanned for annotated-classes, or not</em>
+<a class="jxr_linenumber" name="L253" href="#L253">253</a> <em class="jxr_javadoccomment"> * <p></em>
+<a class="jxr_linenumber" name="L254" href="#L254">254</a> <em class="jxr_javadoccomment"> * This parameter is intended to allow overwriting of the parameter</em>
+<a class="jxr_linenumber" name="L255" href="#L255">255</a> <em class="jxr_javadoccomment"> * <code>exclude-unlisted-classes</code> of a <code>persistence-unit</code>.</em>
+<a class="jxr_linenumber" name="L256" href="#L256">256</a> <em class="jxr_javadoccomment"> * If not specified, it defaults to <code>true</code></em>
+<a class="jxr_linenumber" name="L257" href="#L257">257</a> <em class="jxr_javadoccomment"> *</em>
+<a class="jxr_linenumber" name="L258" href="#L258">258</a> <em class="jxr_javadoccomment"> * @parameter property="hibernate.schema.scan.classes"</em>
+<a class="jxr_linenumber" name="L259" href="#L259">259</a> <em class="jxr_javadoccomment"> * @since 2.0</em>
+<a class="jxr_linenumber" name="L260" href="#L260">260</a> <em class="jxr_javadoccomment"> */</em>
+<a class="jxr_linenumber" name="L261" href="#L261">261</a> <strong class="jxr_keyword">private</strong> Boolean scanClasses;
+<a class="jxr_linenumber" name="L262" href="#L262">262</a>
+<a class="jxr_linenumber" name="L263" href="#L263">263</a> <em class="jxr_javadoccomment">/**</em>
+<a class="jxr_linenumber" name="L264" href="#L264">264</a> <em class="jxr_javadoccomment"> * Classes-Directory to scan.</em>
+<a class="jxr_linenumber" name="L265" href="#L265">265</a> <em class="jxr_javadoccomment"> * <p></em>
+<a class="jxr_linenumber" name="L266" href="#L266">266</a> <em class="jxr_javadoccomment"> * This parameter defaults to the maven build-output-directory for classes.</em>
+<a class="jxr_linenumber" name="L267" href="#L267">267</a> <em class="jxr_javadoccomment"> * Additionally, all dependencies are scanned for annotated classes.</em>
+<a class="jxr_linenumber" name="L268" href="#L268">268</a> <em class="jxr_javadoccomment"> * <p></em>
+<a class="jxr_linenumber" name="L269" href="#L269">269</a> <em class="jxr_javadoccomment"> * <strong>Important:</strong></em>
+<a class="jxr_linenumber" name="L270" href="#L270">270</a> <em class="jxr_javadoccomment"> * This configuration value can only be configured through the</em>
+<a class="jxr_linenumber" name="L271" href="#L271">271</a> <em class="jxr_javadoccomment"> * <code>pom.xml</code>, or by the definition of a system-property, because</em>
+<a class="jxr_linenumber" name="L272" href="#L272">272</a> <em class="jxr_javadoccomment"> * it is not known by Hibernate nor JPA and, hence, not picked up from</em>
+<a class="jxr_linenumber" name="L273" href="#L273">273</a> <em class="jxr_javadoccomment"> * their configuration!</em>
+<a class="jxr_linenumber" name="L274" href="#L274">274</a> <em class="jxr_javadoccomment"> *</em>
+<a class="jxr_linenumber" name="L275" href="#L275">275</a> <em class="jxr_javadoccomment"> * @parameter property="project.build.outputDirectory"</em>
+<a class="jxr_linenumber" name="L276" href="#L276">276</a> <em class="jxr_javadoccomment"> * @since 1.0</em>
+<a class="jxr_linenumber" name="L277" href="#L277">277</a> <em class="jxr_javadoccomment"> */</em>
+<a class="jxr_linenumber" name="L278" href="#L278">278</a> <strong class="jxr_keyword">private</strong> String outputDirectory;
+<a class="jxr_linenumber" name="L279" href="#L279">279</a>
+<a class="jxr_linenumber" name="L280" href="#L280">280</a> <em class="jxr_javadoccomment">/**</em>
+<a class="jxr_linenumber" name="L281" href="#L281">281</a> <em class="jxr_javadoccomment"> * Dependency-Scopes, that should be scanned for annotated classes.</em>
+<a class="jxr_linenumber" name="L282" href="#L282">282</a> <em class="jxr_javadoccomment"> * <p></em>
+<a class="jxr_linenumber" name="L283" href="#L283">283</a> <em class="jxr_javadoccomment"> * By default, only dependencies in the scope <code>compile</code> are</em>
+<a class="jxr_linenumber" name="L284" href="#L284">284</a> <em class="jxr_javadoccomment"> * scanned for annotated classes. Multiple scopes can be seperated by</em>
+<a class="jxr_linenumber" name="L285" href="#L285">285</a> <em class="jxr_javadoccomment"> * white space or commas.</em>
+<a class="jxr_linenumber" name="L286" href="#L286">286</a> <em class="jxr_javadoccomment"> * <p></em>
+<a class="jxr_linenumber" name="L287" href="#L287">287</a> <em class="jxr_javadoccomment"> * If you do not want any dependencies to be scanned for annotated</em>
+<a class="jxr_linenumber" name="L288" href="#L288">288</a> <em class="jxr_javadoccomment"> * classes, set this parameter to <code>none</code>.</em>
+<a class="jxr_linenumber" name="L289" href="#L289">289</a> <em class="jxr_javadoccomment"> * <p></em>
+<a class="jxr_linenumber" name="L290" href="#L290">290</a> <em class="jxr_javadoccomment"> * The plugin does not scan for annotated classes in transitive</em>
+<a class="jxr_linenumber" name="L291" href="#L291">291</a> <em class="jxr_javadoccomment"> * dependencies. If some of your annotated classes are hidden in a</em>
+<a class="jxr_linenumber" name="L292" href="#L292">292</a> <em class="jxr_javadoccomment"> * transitive dependency, you can simply add that dependency explicitly.</em>
+<a class="jxr_linenumber" name="L293" href="#L293">293</a> <em class="jxr_javadoccomment"> *</em>
+<a class="jxr_linenumber" name="L294" href="#L294">294</a> <em class="jxr_javadoccomment"> * @parameter property="hibernate.schema.scan.dependencies" default-value="compile"</em>
+<a class="jxr_linenumber" name="L295" href="#L295">295</a> <em class="jxr_javadoccomment"> * @since 1.0.3</em>
+<a class="jxr_linenumber" name="L296" href="#L296">296</a> <em class="jxr_javadoccomment"> */</em>
+<a class="jxr_linenumber" name="L297" href="#L297">297</a> <strong class="jxr_keyword">private</strong> String scanDependencies;
+<a class="jxr_linenumber" name="L298" href="#L298">298</a>
+<a class="jxr_linenumber" name="L299" href="#L299">299</a> <em class="jxr_javadoccomment">/**</em>
+<a class="jxr_linenumber" name="L300" href="#L300">300</a> <em class="jxr_javadoccomment"> * Whether to scan the test-branch of the project for annotated classes, or</em>
+<a class="jxr_linenumber" name="L301" href="#L301">301</a> <em class="jxr_javadoccomment"> * not.</em>
+<a class="jxr_linenumber" name="L302" href="#L302">302</a> <em class="jxr_javadoccomment"> * <p></em>
+<a class="jxr_linenumber" name="L303" href="#L303">303</a> <em class="jxr_javadoccomment"> * If this parameter is set to <code>true</code> the test-classes of the</em>
+<a class="jxr_linenumber" name="L304" href="#L304">304</a> <em class="jxr_javadoccomment"> * artifact will be scanned for hibernate-annotated classes additionally.</em>
+<a class="jxr_linenumber" name="L305" href="#L305">305</a> <em class="jxr_javadoccomment"> * <p></em>
+<a class="jxr_linenumber" name="L306" href="#L306">306</a> <em class="jxr_javadoccomment"> * <strong>Important:</strong></em>
+<a class="jxr_linenumber" name="L307" href="#L307">307</a> <em class="jxr_javadoccomment"> * This configuration value can only be configured through the</em>
+<a class="jxr_linenumber" name="L308" href="#L308">308</a> <em class="jxr_javadoccomment"> * <code>pom.xml</code>, or by the definition of a system-property, because</em>
+<a class="jxr_linenumber" name="L309" href="#L309">309</a> <em class="jxr_javadoccomment"> * it is not known by Hibernate nor JPA and, hence, not picked up from</em>
+<a class="jxr_linenumber" name="L310" href="#L310">310</a> <em class="jxr_javadoccomment"> * their configuration!</em>
+<a class="jxr_linenumber" name="L311" href="#L311">311</a> <em class="jxr_javadoccomment"> *</em>
+<a class="jxr_linenumber" name="L312" href="#L312">312</a> <em class="jxr_javadoccomment"> * @parameter property="hibernate.schema.scan.test_classes" default-value="false"</em>
+<a class="jxr_linenumber" name="L313" href="#L313">313</a> <em class="jxr_javadoccomment"> * @since 1.0.1</em>
+<a class="jxr_linenumber" name="L314" href="#L314">314</a> <em class="jxr_javadoccomment"> */</em>
+<a class="jxr_linenumber" name="L315" href="#L315">315</a> <strong class="jxr_keyword">private</strong> Boolean scanTestClasses;
+<a class="jxr_linenumber" name="L316" href="#L316">316</a>
+<a class="jxr_linenumber" name="L317" href="#L317">317</a> <em class="jxr_javadoccomment">/**</em>
+<a class="jxr_linenumber" name="L318" href="#L318">318</a> <em class="jxr_javadoccomment"> * Test-Classes-Directory to scan.</em>
+<a class="jxr_linenumber" name="L319" href="#L319">319</a> <em class="jxr_javadoccomment"> * <p></em>
+<a class="jxr_linenumber" name="L320" href="#L320">320</a> <em class="jxr_javadoccomment"> * This parameter defaults to the maven build-output-directory for</em>
+<a class="jxr_linenumber" name="L321" href="#L321">321</a> <em class="jxr_javadoccomment"> * test-classes.</em>
+<a class="jxr_linenumber" name="L322" href="#L322">322</a> <em class="jxr_javadoccomment"> * <p></em>
+<a class="jxr_linenumber" name="L323" href="#L323">323</a> <em class="jxr_javadoccomment"> * This parameter is only used, when <code>scanTestClasses</code> is set</em>
+<a class="jxr_linenumber" name="L324" href="#L324">324</a> <em class="jxr_javadoccomment"> * to <code>true</code>!</em>
+<a class="jxr_linenumber" name="L325" href="#L325">325</a> <em class="jxr_javadoccomment"> * <p></em>
+<a class="jxr_linenumber" name="L326" href="#L326">326</a> <em class="jxr_javadoccomment"> * <strong>Important:</strong></em>
+<a class="jxr_linenumber" name="L327" href="#L327">327</a> <em class="jxr_javadoccomment"> * This configuration value can only be configured through the</em>
+<a class="jxr_linenumber" name="L328" href="#L328">328</a> <em class="jxr_javadoccomment"> * <code>pom.xml</code>, or by the definition of a system-property, because</em>
+<a class="jxr_linenumber" name="L329" href="#L329">329</a> <em class="jxr_javadoccomment"> * it is not known by Hibernate nor JPA and, hence, not picked up from</em>
+<a class="jxr_linenumber" name="L330" href="#L330">330</a> <em class="jxr_javadoccomment"> * their configuration!</em>
+<a class="jxr_linenumber" name="L331" href="#L331">331</a> <em class="jxr_javadoccomment"> *</em>
+<a class="jxr_linenumber" name="L332" href="#L332">332</a> <em class="jxr_javadoccomment"> * @parameter property="project.build.testOutputDirectory"</em>
+<a class="jxr_linenumber" name="L333" href="#L333">333</a> <em class="jxr_javadoccomment"> * @since 1.0.2</em>
+<a class="jxr_linenumber" name="L334" href="#L334">334</a> <em class="jxr_javadoccomment"> */</em>
+<a class="jxr_linenumber" name="L335" href="#L335">335</a> <strong class="jxr_keyword">private</strong> String testOutputDirectory;
+<a class="jxr_linenumber" name="L336" href="#L336">336</a>
+<a class="jxr_linenumber" name="L337" href="#L337">337</a>
+<a class="jxr_linenumber" name="L338" href="#L338">338</a> <em class="jxr_javadoccomment">/** Conection parameters *************************************************/</em>
+<a class="jxr_linenumber" name="L339" href="#L339">339</a>
+<a class="jxr_linenumber" name="L340" href="#L340">340</a> <em class="jxr_javadoccomment">/**</em>
+<a class="jxr_linenumber" name="L341" href="#L341">341</a> <em class="jxr_javadoccomment"> * SQL-Driver name.</em>
+<a class="jxr_linenumber" name="L342" href="#L342">342</a> <em class="jxr_javadoccomment"> *</em>
+<a class="jxr_linenumber" name="L343" href="#L343">343</a> <em class="jxr_javadoccomment"> * @parameter property="hibernate.connection.driver_class"</em>
+<a class="jxr_linenumber" name="L344" href="#L344">344</a> <em class="jxr_javadoccomment"> * @since 1.0</em>
+<a class="jxr_linenumber" name="L345" href="#L345">345</a> <em class="jxr_javadoccomment"> */</em>
+<a class="jxr_linenumber" name="L346" href="#L346">346</a> <strong class="jxr_keyword">private</strong> String driver;
+<a class="jxr_linenumber" name="L347" href="#L347">347</a>
+<a class="jxr_linenumber" name="L348" href="#L348">348</a> <em class="jxr_javadoccomment">/**</em>
+<a class="jxr_linenumber" name="L349" href="#L349">349</a> <em class="jxr_javadoccomment"> * Database URL.</em>
+<a class="jxr_linenumber" name="L350" href="#L350">350</a> <em class="jxr_javadoccomment"> *</em>
+<a class="jxr_linenumber" name="L351" href="#L351">351</a> <em class="jxr_javadoccomment"> * @parameter property="hibernate.connection.url"</em>
+<a class="jxr_linenumber" name="L352" href="#L352">352</a> <em class="jxr_javadoccomment"> * @since 1.0</em>
+<a class="jxr_linenumber" name="L353" href="#L353">353</a> <em class="jxr_javadoccomment"> */</em>
+<a class="jxr_linenumber" name="L354" href="#L354">354</a> <strong class="jxr_keyword">private</strong> String url;
+<a class="jxr_linenumber" name="L355" href="#L355">355</a>
+<a class="jxr_linenumber" name="L356" href="#L356">356</a> <em class="jxr_javadoccomment">/**</em>
+<a class="jxr_linenumber" name="L357" href="#L357">357</a> <em class="jxr_javadoccomment"> * Database username</em>
+<a class="jxr_linenumber" name="L358" href="#L358">358</a> <em class="jxr_javadoccomment"> *</em>
+<a class="jxr_linenumber" name="L359" href="#L359">359</a> <em class="jxr_javadoccomment"> * @parameter property="hibernate.connection.username"</em>
+<a class="jxr_linenumber" name="L360" href="#L360">360</a> <em class="jxr_javadoccomment"> * @since 1.0</em>
+<a class="jxr_linenumber" name="L361" href="#L361">361</a> <em class="jxr_javadoccomment"> */</em>
+<a class="jxr_linenumber" name="L362" href="#L362">362</a> <strong class="jxr_keyword">private</strong> String username;
+<a class="jxr_linenumber" name="L363" href="#L363">363</a>
+<a class="jxr_linenumber" name="L364" href="#L364">364</a> <em class="jxr_javadoccomment">/**</em>
+<a class="jxr_linenumber" name="L365" href="#L365">365</a> <em class="jxr_javadoccomment"> * Database password</em>
+<a class="jxr_linenumber" name="L366" href="#L366">366</a> <em class="jxr_javadoccomment"> *</em>
+<a class="jxr_linenumber" name="L367" href="#L367">367</a> <em class="jxr_javadoccomment"> * @parameter property="hibernate.connection.password"</em>
+<a class="jxr_linenumber" name="L368" href="#L368">368</a> <em class="jxr_javadoccomment"> * @since 1.0</em>
+<a class="jxr_linenumber" name="L369" href="#L369">369</a> <em class="jxr_javadoccomment"> */</em>
+<a class="jxr_linenumber" name="L370" href="#L370">370</a> <strong class="jxr_keyword">private</strong> String password;
+<a class="jxr_linenumber" name="L371" href="#L371">371</a>
+<a class="jxr_linenumber" name="L372" href="#L372">372</a>
+<a class="jxr_linenumber" name="L373" href="#L373">373</a> <em class="jxr_javadoccomment">/** Parameters to locate configuration sources ****************************/</em>
+<a class="jxr_linenumber" name="L374" href="#L374">374</a>
+<a class="jxr_linenumber" name="L375" href="#L375">375</a> <em class="jxr_javadoccomment">/**</em>
+<a class="jxr_linenumber" name="L376" href="#L376">376</a> <em class="jxr_javadoccomment"> * Path to a file or name of a ressource with hibernate properties.</em>
+<a class="jxr_linenumber" name="L377" href="#L377">377</a> <em class="jxr_javadoccomment"> * If this parameter is specified, the plugin will try to load configuration</em>
+<a class="jxr_linenumber" name="L378" href="#L378">378</a> <em class="jxr_javadoccomment"> * values from a file with the given path or a ressource on the classpath with</em>
+<a class="jxr_linenumber" name="L379" href="#L379">379</a> <em class="jxr_javadoccomment"> * the given name. If both fails, the execution of the plugin will fail.</em>
+<a class="jxr_linenumber" name="L380" href="#L380">380</a> <em class="jxr_javadoccomment"> * <p></em>
+<a class="jxr_linenumber" name="L381" href="#L381">381</a> <em class="jxr_javadoccomment"> * If this parameter is not set the plugin will load configuration values</em>
+<a class="jxr_linenumber" name="L382" href="#L382">382</a> <em class="jxr_javadoccomment"> * from a ressource named <code>hibernate.properties</code> on the classpath,</em>
+<a class="jxr_linenumber" name="L383" href="#L383">383</a> <em class="jxr_javadoccomment"> * if it is present, but will not fail if there is no such ressource.</em>
+<a class="jxr_linenumber" name="L384" href="#L384">384</a> <em class="jxr_javadoccomment"> * <p></em>
+<a class="jxr_linenumber" name="L385" href="#L385">385</a> <em class="jxr_javadoccomment"> * During ressource-lookup, the test-classpath takes precedence.</em>
+<a class="jxr_linenumber" name="L386" href="#L386">386</a> <em class="jxr_javadoccomment"> *</em>
+<a class="jxr_linenumber" name="L387" href="#L387">387</a> <em class="jxr_javadoccomment"> * @parameter</em>
+<a class="jxr_linenumber" name="L388" href="#L388">388</a> <em class="jxr_javadoccomment"> * @since 1.0</em>
+<a class="jxr_linenumber" name="L389" href="#L389">389</a> <em class="jxr_javadoccomment"> */</em>
+<a class="jxr_linenumber" name="L390" href="#L390">390</a> <strong class="jxr_keyword">private</strong> String hibernateProperties;
+<a class="jxr_linenumber" name="L391" href="#L391">391</a>
+<a class="jxr_linenumber" name="L392" href="#L392">392</a> <em class="jxr_javadoccomment">/**</em>
+<a class="jxr_linenumber" name="L393" href="#L393">393</a> <em class="jxr_javadoccomment"> * Path to Hibernate configuration file (.cfg.xml).</em>
+<a class="jxr_linenumber" name="L394" href="#L394">394</a> <em class="jxr_javadoccomment"> * If this parameter is specified, the plugin will try to load configuration</em>
+<a class="jxr_linenumber" name="L395" href="#L395">395</a> <em class="jxr_javadoccomment"> * values from a file with the given path or a ressource on the classpath with</em>
+<a class="jxr_linenumber" name="L396" href="#L396">396</a> <em class="jxr_javadoccomment"> * the given name. If both fails, the execution of the plugin will fail.</em>
+<a class="jxr_linenumber" name="L397" href="#L397">397</a> <em class="jxr_javadoccomment"> * <p></em>
+<a class="jxr_linenumber" name="L398" href="#L398">398</a> <em class="jxr_javadoccomment"> * If this parameter is not set the plugin will load configuration values</em>
+<a class="jxr_linenumber" name="L399" href="#L399">399</a> <em class="jxr_javadoccomment"> * from a ressource named <code>hibernate.cfg.xml</code> on the classpath,</em>
+<a class="jxr_linenumber" name="L400" href="#L400">400</a> <em class="jxr_javadoccomment"> * if it is present, but will not fail if there is no such ressource.</em>
+<a class="jxr_linenumber" name="L401" href="#L401">401</a> <em class="jxr_javadoccomment"> * <p></em>
+<a class="jxr_linenumber" name="L402" href="#L402">402</a> <em class="jxr_javadoccomment"> * During ressource-lookup, the test-classpath takes precedence.</em>
+<a class="jxr_linenumber" name="L403" href="#L403">403</a> <em class="jxr_javadoccomment"> * <p></em>
+<a class="jxr_linenumber" name="L404" href="#L404">404</a> <em class="jxr_javadoccomment"> * Settings in this file will overwrite settings in the properties file.</em>
+<a class="jxr_linenumber" name="L405" href="#L405">405</a> <em class="jxr_javadoccomment"> *</em>
+<a class="jxr_linenumber" name="L406" href="#L406">406</a> <em class="jxr_javadoccomment"> * @parameter</em>
+<a class="jxr_linenumber" name="L407" href="#L407">407</a> <em class="jxr_javadoccomment"> * @since 1.1.0</em>
+<a class="jxr_linenumber" name="L408" href="#L408">408</a> <em class="jxr_javadoccomment"> */</em>
+<a class="jxr_linenumber" name="L409" href="#L409">409</a> <strong class="jxr_keyword">private</strong> String hibernateConfig;
+<a class="jxr_linenumber" name="L410" href="#L410">410</a>
+<a class="jxr_linenumber" name="L411" href="#L411">411</a> <em class="jxr_javadoccomment">/**</em>
+<a class="jxr_linenumber" name="L412" href="#L412">412</a> <em class="jxr_javadoccomment"> * Name of the persistence-unit.</em>
+<a class="jxr_linenumber" name="L413" href="#L413">413</a> <em class="jxr_javadoccomment"> * If this parameter is specified, the plugin will try to load configuration</em>
+<a class="jxr_linenumber" name="L414" href="#L414">414</a> <em class="jxr_javadoccomment"> * values from a persistence-unit with the specified name. If no such</em>
+<a class="jxr_linenumber" name="L415" href="#L415">415</a> <em class="jxr_javadoccomment"> * persistence-unit can be found, the plugin will throw an exception.</em>
+<a class="jxr_linenumber" name="L416" href="#L416">416</a> <em class="jxr_javadoccomment"> * <p></em>
+<a class="jxr_linenumber" name="L417" href="#L417">417</a> <em class="jxr_javadoccomment"> * If this parameter is not set and there is only one persistence-unit</em>
+<a class="jxr_linenumber" name="L418" href="#L418">418</a> <em class="jxr_javadoccomment"> * available, that unit will be used automatically. But if this parameter is</em>
+<a class="jxr_linenumber" name="L419" href="#L419">419</a> <em class="jxr_javadoccomment"> * not set and there are multiple persistence-units available on,</em>
+<a class="jxr_linenumber" name="L420" href="#L420">420</a> <em class="jxr_javadoccomment"> * the class-path, the execution of the plugin will fail.</em>
+<a class="jxr_linenumber" name="L421" href="#L421">421</a> <em class="jxr_javadoccomment"> * <p></em>
+<a class="jxr_linenumber" name="L422" href="#L422">422</a> <em class="jxr_javadoccomment"> * Settings in this file will overwrite settings in the properties or the</em>
+<a class="jxr_linenumber" name="L423" href="#L423">423</a> <em class="jxr_javadoccomment"> * configuration file.</em>
+<a class="jxr_linenumber" name="L424" href="#L424">424</a> <em class="jxr_javadoccomment"> *</em>
+<a class="jxr_linenumber" name="L425" href="#L425">425</a> <em class="jxr_javadoccomment"> * @parameter</em>
+<a class="jxr_linenumber" name="L426" href="#L426">426</a> <em class="jxr_javadoccomment"> * @since 1.1.0</em>
+<a class="jxr_linenumber" name="L427" href="#L427">427</a> <em class="jxr_javadoccomment"> */</em>
+<a class="jxr_linenumber" name="L428" href="#L428">428</a> <strong class="jxr_keyword">private</strong> String persistenceUnit;
+<a class="jxr_linenumber" name="L429" href="#L429">429</a>
+<a class="jxr_linenumber" name="L430" href="#L430">430</a> <em class="jxr_javadoccomment">/**</em>
+<a class="jxr_linenumber" name="L431" href="#L431">431</a> <em class="jxr_javadoccomment"> * List of Hibernate-Mapping-Files (XML).</em>
+<a class="jxr_linenumber" name="L432" href="#L432">432</a> <em class="jxr_javadoccomment"> * Multiple files can be separated with white-spaces and/or commas.</em>
+<a class="jxr_linenumber" name="L433" href="#L433">433</a> <em class="jxr_javadoccomment"> *</em>
+<a class="jxr_linenumber" name="L434" href="#L434">434</a> <em class="jxr_javadoccomment"> * @parameter property="hibernate.mapping"</em>
+<a class="jxr_linenumber" name="L435" href="#L435">435</a> <em class="jxr_javadoccomment"> * @since 1.0.2</em>
+<a class="jxr_linenumber" name="L436" href="#L436">436</a> <em class="jxr_javadoccomment"> */</em>
+<a class="jxr_linenumber" name="L437" href="#L437">437</a> <strong class="jxr_keyword">private</strong> String mappings;
+<a class="jxr_linenumber" name="L438" href="#L438">438</a>
+<a class="jxr_linenumber" name="L439" href="#L439">439</a>
+<a class="jxr_linenumber" name="L440" href="#L440">440</a>
+<a class="jxr_linenumber" name="L441" href="#L441">441</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">final</strong> <strong class="jxr_keyword">void</strong> execute(String filename)
+<a class="jxr_linenumber" name="L442" href="#L442">442</a> <strong class="jxr_keyword">throws</strong>
+<a class="jxr_linenumber" name="L443" href="#L443">443</a> MojoFailureException,
+<a class="jxr_linenumber" name="L444" href="#L444">444</a> MojoExecutionException
+<a class="jxr_linenumber" name="L445" href="#L445">445</a> {
+<a class="jxr_linenumber" name="L446" href="#L446">446</a> <strong class="jxr_keyword">if</strong> (skip)
+<a class="jxr_linenumber" name="L447" href="#L447">447</a> {
+<a class="jxr_linenumber" name="L448" href="#L448">448</a> getLog().info(<span class="jxr_string">"Execution of hibernate-maven-plugin was skipped!"</span>);
+<a class="jxr_linenumber" name="L449" href="#L449">449</a> project.getProperties().setProperty(SKIPPED, <span class="jxr_string">"true"</span>);
+<a class="jxr_linenumber" name="L450" href="#L450">450</a> <strong class="jxr_keyword">return</strong>;
+<a class="jxr_linenumber" name="L451" href="#L451">451</a> }
+<a class="jxr_linenumber" name="L452" href="#L452">452</a>
+<a class="jxr_linenumber" name="L453" href="#L453">453</a> <a href="../../../../de/juplo/plugins/hibernate/ModificationTracker.html">ModificationTracker</a> tracker;
+<a class="jxr_linenumber" name="L454" href="#L454">454</a> <strong class="jxr_keyword">try</strong>
+<a class="jxr_linenumber" name="L455" href="#L455">455</a> {
+<a class="jxr_linenumber" name="L456" href="#L456">456</a> tracker = <strong class="jxr_keyword">new</strong> <a href="../../../../de/juplo/plugins/hibernate/ModificationTracker.html">ModificationTracker</a>(buildDirectory, filename, getLog());
+<a class="jxr_linenumber" name="L457" href="#L457">457</a> }
+<a class="jxr_linenumber" name="L458" href="#L458">458</a> <strong class="jxr_keyword">catch</strong> (NoSuchAlgorithmException e)
+<a class="jxr_linenumber" name="L459" href="#L459">459</a> {
+<a class="jxr_linenumber" name="L460" href="#L460">460</a> <strong class="jxr_keyword">throw</strong> <strong class="jxr_keyword">new</strong> MojoFailureException(<span class="jxr_string">"Digest-Algorithm MD5 is missing!"</span>, e);
+<a class="jxr_linenumber" name="L461" href="#L461">461</a> }
+<a class="jxr_linenumber" name="L462" href="#L462">462</a>
+<a class="jxr_linenumber" name="L463" href="#L463">463</a> <strong class="jxr_keyword">final</strong> <a href="../../../../de/juplo/plugins/hibernate/SimpleConnectionProvider.html">SimpleConnectionProvider</a> connectionProvider =
+<a class="jxr_linenumber" name="L464" href="#L464">464</a> <strong class="jxr_keyword">new</strong> <a href="../../../../de/juplo/plugins/hibernate/SimpleConnectionProvider.html">SimpleConnectionProvider</a>(getLog());
+<a class="jxr_linenumber" name="L465" href="#L465">465</a>
+<a class="jxr_linenumber" name="L466" href="#L466">466</a> <strong class="jxr_keyword">try</strong>
+<a class="jxr_linenumber" name="L467" href="#L467">467</a> {
+<a class="jxr_linenumber" name="L468" href="#L468">468</a> <em class="jxr_javadoccomment">/** Start extended logging */</em>
+<a class="jxr_linenumber" name="L469" href="#L469">469</a> MavenLogAppender.startPluginLog(<strong class="jxr_keyword">this</strong>);
+<a class="jxr_linenumber" name="L470" href="#L470">470</a>
+<a class="jxr_linenumber" name="L471" href="#L471">471</a> <em class="jxr_javadoccomment">/** Load checksums for old mapping and configuration */</em>
+<a class="jxr_linenumber" name="L472" href="#L472">472</a> tracker.load();
+<a class="jxr_linenumber" name="L473" href="#L473">473</a>
+<a class="jxr_linenumber" name="L474" href="#L474">474</a> <em class="jxr_javadoccomment">/** Create the ClassLoader */</em>
+<a class="jxr_linenumber" name="L475" href="#L475">475</a> <a href="../../../../de/juplo/plugins/hibernate/MutableClassLoader.html">MutableClassLoader</a> classLoader = createClassLoader();
+<a class="jxr_linenumber" name="L476" href="#L476">476</a>
+<a class="jxr_linenumber" name="L477" href="#L477">477</a> <em class="jxr_javadoccomment">/** Create a BootstrapServiceRegistry with the created ClassLoader */</em>
+<a class="jxr_linenumber" name="L478" href="#L478">478</a> BootstrapServiceRegistry bootstrapServiceRegitry =
+<a class="jxr_linenumber" name="L479" href="#L479">479</a> <strong class="jxr_keyword">new</strong> BootstrapServiceRegistryBuilder()
+<a class="jxr_linenumber" name="L480" href="#L480">480</a> .applyClassLoader(classLoader)
+<a class="jxr_linenumber" name="L481" href="#L481">481</a> .build();
+<a class="jxr_linenumber" name="L482" href="#L482">482</a> ClassLoaderService classLoaderService =
+<a class="jxr_linenumber" name="L483" href="#L483">483</a> bootstrapServiceRegitry.getService(ClassLoaderService.<strong class="jxr_keyword">class</strong>);
+<a class="jxr_linenumber" name="L484" href="#L484">484</a>
+<a class="jxr_linenumber" name="L485" href="#L485">485</a> Properties properties = <strong class="jxr_keyword">new</strong> Properties();
+<a class="jxr_linenumber" name="L486" href="#L486">486</a> ConfigLoader configLoader = <strong class="jxr_keyword">new</strong> ConfigLoader(bootstrapServiceRegitry);
+<a class="jxr_linenumber" name="L487" href="#L487">487</a>
+<a class="jxr_linenumber" name="L488" href="#L488">488</a> <em class="jxr_javadoccomment">/** Loading and merging configuration */</em>
+<a class="jxr_linenumber" name="L489" href="#L489">489</a> properties.putAll(loadProperties(configLoader));
+<a class="jxr_linenumber" name="L490" href="#L490">490</a> LoadedConfig config = loadConfig(configLoader);
+<a class="jxr_linenumber" name="L491" href="#L491">491</a> <strong class="jxr_keyword">if</strong> (config != <strong class="jxr_keyword">null</strong>)
+<a class="jxr_linenumber" name="L492" href="#L492">492</a> properties.putAll(config.getConfigurationValues());
+<a class="jxr_linenumber" name="L493" href="#L493">493</a> ParsedPersistenceXmlDescriptor unit =
+<a class="jxr_linenumber" name="L494" href="#L494">494</a> loadPersistenceUnit(classLoaderService, properties);
+<a class="jxr_linenumber" name="L495" href="#L495">495</a> <strong class="jxr_keyword">if</strong> (unit != <strong class="jxr_keyword">null</strong>)
+<a class="jxr_linenumber" name="L496" href="#L496">496</a> properties.putAll(unit.getProperties());
+<a class="jxr_linenumber" name="L497" href="#L497">497</a>
+<a class="jxr_linenumber" name="L498" href="#L498">498</a> <em class="jxr_javadoccomment">/** Overwriting/Completing configuration */</em>
+<a class="jxr_linenumber" name="L499" href="#L499">499</a> configure(properties, tracker);
+<a class="jxr_linenumber" name="L500" href="#L500">500</a>
+<a class="jxr_linenumber" name="L501" href="#L501">501</a> <em class="jxr_javadoccomment">/** Check configuration for modifications */</em>
+<a class="jxr_linenumber" name="L502" href="#L502">502</a> <strong class="jxr_keyword">if</strong>(tracker.track(properties))
+<a class="jxr_linenumber" name="L503" href="#L503">503</a> getLog().debug(<span class="jxr_string">"Configuration has changed."</span>);
+<a class="jxr_linenumber" name="L504" href="#L504">504</a> <strong class="jxr_keyword">else</strong>
+<a class="jxr_linenumber" name="L505" href="#L505">505</a> getLog().debug(<span class="jxr_string">"Configuration unchanged."</span>);
+<a class="jxr_linenumber" name="L506" href="#L506">506</a>
+<a class="jxr_linenumber" name="L507" href="#L507">507</a> <em class="jxr_javadoccomment">/** Check, that the outputfile is writable */</em>
+<a class="jxr_linenumber" name="L508" href="#L508">508</a> <strong class="jxr_keyword">final</strong> File output = getOutputFile(filename);
+<a class="jxr_linenumber" name="L509" href="#L509">509</a> <em class="jxr_javadoccomment">/** Check, if the outputfile is missing or was changed */</em>
+<a class="jxr_linenumber" name="L510" href="#L510">510</a> checkOutputFile(output, tracker);
+<a class="jxr_linenumber" name="L511" href="#L511">511</a>
+<a class="jxr_linenumber" name="L512" href="#L512">512</a> <em class="jxr_javadoccomment">/** Configure Hibernate */</em>
+<a class="jxr_linenumber" name="L513" href="#L513">513</a> <strong class="jxr_keyword">final</strong> StandardServiceRegistry serviceRegistry =
+<a class="jxr_linenumber" name="L514" href="#L514">514</a> <strong class="jxr_keyword">new</strong> StandardServiceRegistryBuilder(bootstrapServiceRegitry)
+<a class="jxr_linenumber" name="L515" href="#L515">515</a> .applySettings(properties)
+<a class="jxr_linenumber" name="L516" href="#L516">516</a> .addService(ConnectionProvider.<strong class="jxr_keyword">class</strong>, connectionProvider)
+<a class="jxr_linenumber" name="L517" href="#L517">517</a> .build();
+<a class="jxr_linenumber" name="L518" href="#L518">518</a> <strong class="jxr_keyword">final</strong> MetadataSources sources = <strong class="jxr_keyword">new</strong> MetadataSources(serviceRegistry);
+<a class="jxr_linenumber" name="L519" href="#L519">519</a>
+<a class="jxr_linenumber" name="L520" href="#L520">520</a> <em class="jxr_javadoccomment">/** Add the remaining class-path-elements */</em>
+<a class="jxr_linenumber" name="L521" href="#L521">521</a> completeClassPath(classLoader);
+<a class="jxr_linenumber" name="L522" href="#L522">522</a>
+<a class="jxr_linenumber" name="L523" href="#L523">523</a> <em class="jxr_javadoccomment">/** Apply mappings from hibernate-configuration, if present */</em>
+<a class="jxr_linenumber" name="L524" href="#L524">524</a> <strong class="jxr_keyword">if</strong> (config != <strong class="jxr_keyword">null</strong>)
+<a class="jxr_linenumber" name="L525" href="#L525">525</a> {
+<a class="jxr_linenumber" name="L526" href="#L526">526</a> <strong class="jxr_keyword">for</strong> (MappingReference mapping : config.getMappingReferences())
+<a class="jxr_linenumber" name="L527" href="#L527">527</a> mapping.apply(sources);
+<a class="jxr_linenumber" name="L528" href="#L528">528</a> }
+<a class="jxr_linenumber" name="L529" href="#L529">529</a>
+<a class="jxr_linenumber" name="L530" href="#L530">530</a> Set<String> classes;
+<a class="jxr_linenumber" name="L531" href="#L531">531</a> <strong class="jxr_keyword">if</strong> (unit == <strong class="jxr_keyword">null</strong>)
+<a class="jxr_linenumber" name="L532" href="#L532">532</a> {
+<a class="jxr_linenumber" name="L533" href="#L533">533</a> <em class="jxr_javadoccomment">/** No persistent unit: default behaviour */</em>
+<a class="jxr_linenumber" name="L534" href="#L534">534</a> <strong class="jxr_keyword">if</strong> (scanClasses == <strong class="jxr_keyword">null</strong>)
+<a class="jxr_linenumber" name="L535" href="#L535">535</a> scanClasses = <strong class="jxr_keyword">true</strong>;
+<a class="jxr_linenumber" name="L536" href="#L536">536</a> Set<URL> urls = <strong class="jxr_keyword">new</strong> HashSet<URL>();
+<a class="jxr_linenumber" name="L537" href="#L537">537</a> <strong class="jxr_keyword">if</strong> (scanClasses)
+<a class="jxr_linenumber" name="L538" href="#L538">538</a> addRoot(urls, outputDirectory);
+<a class="jxr_linenumber" name="L539" href="#L539">539</a> <strong class="jxr_keyword">if</strong> (scanTestClasses)
+<a class="jxr_linenumber" name="L540" href="#L540">540</a> addRoot(urls, testOutputDirectory);
+<a class="jxr_linenumber" name="L541" href="#L541">541</a> addDependencies(urls);
+<a class="jxr_linenumber" name="L542" href="#L542">542</a> classes = scanUrls(urls);
+<a class="jxr_linenumber" name="L543" href="#L543">543</a> }
+<a class="jxr_linenumber" name="L544" href="#L544">544</a> <strong class="jxr_keyword">else</strong>
+<a class="jxr_linenumber" name="L545" href="#L545">545</a> {
+<a class="jxr_linenumber" name="L546" href="#L546">546</a> <em class="jxr_javadoccomment">/** Follow configuration in persisten unit */</em>
+<a class="jxr_linenumber" name="L547" href="#L547">547</a> <strong class="jxr_keyword">if</strong> (scanClasses == <strong class="jxr_keyword">null</strong>)
+<a class="jxr_linenumber" name="L548" href="#L548">548</a> scanClasses = !unit.isExcludeUnlistedClasses();
+<a class="jxr_linenumber" name="L549" href="#L549">549</a> Set<URL> urls = <strong class="jxr_keyword">new</strong> HashSet<URL>();
+<a class="jxr_linenumber" name="L550" href="#L550">550</a> <strong class="jxr_keyword">if</strong> (scanClasses)
+<a class="jxr_linenumber" name="L551" href="#L551">551</a> {
+<a class="jxr_linenumber" name="L552" href="#L552">552</a> <em class="jxr_javadoccomment">/**</em>
+<a class="jxr_linenumber" name="L553" href="#L553">553</a> <em class="jxr_javadoccomment"> * Scan the root of the persiten unit and configured jars for</em>
+<a class="jxr_linenumber" name="L554" href="#L554">554</a> <em class="jxr_javadoccomment"> * annotated classes</em>
+<a class="jxr_linenumber" name="L555" href="#L555">555</a> <em class="jxr_javadoccomment"> */</em>
+<a class="jxr_linenumber" name="L556" href="#L556">556</a> urls.add(unit.getPersistenceUnitRootUrl());
+<a class="jxr_linenumber" name="L557" href="#L557">557</a> <strong class="jxr_keyword">for</strong> (URL url : unit.getJarFileUrls())
+<a class="jxr_linenumber" name="L558" href="#L558">558</a> urls.add(url);
+<a class="jxr_linenumber" name="L559" href="#L559">559</a> }
+<a class="jxr_linenumber" name="L560" href="#L560">560</a> <strong class="jxr_keyword">if</strong> (scanTestClasses)
+<a class="jxr_linenumber" name="L561" href="#L561">561</a> addRoot(urls, testOutputDirectory);
+<a class="jxr_linenumber" name="L562" href="#L562">562</a> classes = scanUrls(urls);
+<a class="jxr_linenumber" name="L563" href="#L563">563</a> <strong class="jxr_keyword">for</strong> (String className : unit.getManagedClassNames())
+<a class="jxr_linenumber" name="L564" href="#L564">564</a> classes.add(className);
+<a class="jxr_linenumber" name="L565" href="#L565">565</a> <em class="jxr_javadoccomment">/**</em>
+<a class="jxr_linenumber" name="L566" href="#L566">566</a> <em class="jxr_javadoccomment"> * Add mappings from the default mapping-file</em>
+<a class="jxr_linenumber" name="L567" href="#L567">567</a> <em class="jxr_javadoccomment"> * <code>META-INF/orm.xml</code>, if present</em>
+<a class="jxr_linenumber" name="L568" href="#L568">568</a> <em class="jxr_javadoccomment"> */</em>
+<a class="jxr_linenumber" name="L569" href="#L569">569</a> <strong class="jxr_keyword">boolean</strong> error = false;
+<a class="jxr_linenumber" name="L570" href="#L570">570</a> InputStream is;
+<a class="jxr_linenumber" name="L571" href="#L571">571</a> is = classLoader.getResourceAsStream(<span class="jxr_string">"META-INF/orm.xml"</span>);
+<a class="jxr_linenumber" name="L572" href="#L572">572</a> <strong class="jxr_keyword">if</strong> (is != <strong class="jxr_keyword">null</strong>)
+<a class="jxr_linenumber" name="L573" href="#L573">573</a> {
+<a class="jxr_linenumber" name="L574" href="#L574">574</a> getLog().info(<span class="jxr_string">"Adding default JPA-XML-mapping from META-INF/orm.xml"</span>);
+<a class="jxr_linenumber" name="L575" href="#L575">575</a> <strong class="jxr_keyword">try</strong>
+<a class="jxr_linenumber" name="L576" href="#L576">576</a> {
+<a class="jxr_linenumber" name="L577" href="#L577">577</a> tracker.track(<span class="jxr_string">"META-INF/orm.xml"</span>, is);
+<a class="jxr_linenumber" name="L578" href="#L578">578</a> sources.addResource(<span class="jxr_string">"META-INF/orm.xml"</span>);
+<a class="jxr_linenumber" name="L579" href="#L579">579</a> }
+<a class="jxr_linenumber" name="L580" href="#L580">580</a> <strong class="jxr_keyword">catch</strong> (IOException e)
+<a class="jxr_linenumber" name="L581" href="#L581">581</a> {
+<a class="jxr_linenumber" name="L582" href="#L582">582</a> getLog().error(<span class="jxr_string">"cannot read META-INF/orm.xml: "</span> + e);
+<a class="jxr_linenumber" name="L583" href="#L583">583</a> error = <strong class="jxr_keyword">true</strong>;
+<a class="jxr_linenumber" name="L584" href="#L584">584</a> }
+<a class="jxr_linenumber" name="L585" href="#L585">585</a> }
+<a class="jxr_linenumber" name="L586" href="#L586">586</a> <strong class="jxr_keyword">else</strong>
+<a class="jxr_linenumber" name="L587" href="#L587">587</a> {
+<a class="jxr_linenumber" name="L588" href="#L588">588</a> getLog().debug(<span class="jxr_string">"no META-INF/orm.xml found"</span>);
+<a class="jxr_linenumber" name="L589" href="#L589">589</a> }
+<a class="jxr_linenumber" name="L590" href="#L590">590</a> <em class="jxr_javadoccomment">/**</em>
+<a class="jxr_linenumber" name="L591" href="#L591">591</a> <em class="jxr_javadoccomment"> * Add mappings from files, that are explicitly configured in the</em>
+<a class="jxr_linenumber" name="L592" href="#L592">592</a> <em class="jxr_javadoccomment"> * persistence unit</em>
+<a class="jxr_linenumber" name="L593" href="#L593">593</a> <em class="jxr_javadoccomment"> */</em>
+<a class="jxr_linenumber" name="L594" href="#L594">594</a> <strong class="jxr_keyword">for</strong> (String mapping : unit.getMappingFileNames())
+<a class="jxr_linenumber" name="L595" href="#L595">595</a> {
+<a class="jxr_linenumber" name="L596" href="#L596">596</a> getLog().info(<span class="jxr_string">"Adding explicitly configured mapping from "</span> + mapping);
+<a class="jxr_linenumber" name="L597" href="#L597">597</a> is = classLoader.getResourceAsStream(mapping);
+<a class="jxr_linenumber" name="L598" href="#L598">598</a> <strong class="jxr_keyword">if</strong> (is != <strong class="jxr_keyword">null</strong>)
+<a class="jxr_linenumber" name="L599" href="#L599">599</a> {
+<a class="jxr_linenumber" name="L600" href="#L600">600</a> <strong class="jxr_keyword">try</strong>
+<a class="jxr_linenumber" name="L601" href="#L601">601</a> {
+<a class="jxr_linenumber" name="L602" href="#L602">602</a> tracker.track(mapping, is);
+<a class="jxr_linenumber" name="L603" href="#L603">603</a> sources.addResource(mapping);
+<a class="jxr_linenumber" name="L604" href="#L604">604</a> }
+<a class="jxr_linenumber" name="L605" href="#L605">605</a> <strong class="jxr_keyword">catch</strong> (IOException e)
+<a class="jxr_linenumber" name="L606" href="#L606">606</a> {
+<a class="jxr_linenumber" name="L607" href="#L607">607</a> getLog().info(<span class="jxr_string">"cannot read mapping-file "</span> + mapping + <span class="jxr_string">": "</span> + e);
+<a class="jxr_linenumber" name="L608" href="#L608">608</a> error = <strong class="jxr_keyword">true</strong>;
+<a class="jxr_linenumber" name="L609" href="#L609">609</a> }
+<a class="jxr_linenumber" name="L610" href="#L610">610</a> }
+<a class="jxr_linenumber" name="L611" href="#L611">611</a> <strong class="jxr_keyword">else</strong>
+<a class="jxr_linenumber" name="L612" href="#L612">612</a> {
+<a class="jxr_linenumber" name="L613" href="#L613">613</a> getLog().error(<span class="jxr_string">"cannot find mapping-file "</span> + mapping);
+<a class="jxr_linenumber" name="L614" href="#L614">614</a> error = <strong class="jxr_keyword">true</strong>;
+<a class="jxr_linenumber" name="L615" href="#L615">615</a> }
+<a class="jxr_linenumber" name="L616" href="#L616">616</a> }
+<a class="jxr_linenumber" name="L617" href="#L617">617</a> <strong class="jxr_keyword">if</strong> (error)
+<a class="jxr_linenumber" name="L618" href="#L618">618</a> <strong class="jxr_keyword">throw</strong> <strong class="jxr_keyword">new</strong> MojoFailureException(
+<a class="jxr_linenumber" name="L619" href="#L619">619</a> <span class="jxr_string">"error, while reading mappings configured in persistence-unit \""</span> +
+<a class="jxr_linenumber" name="L620" href="#L620">620</a> unit.getName() +
+<a class="jxr_linenumber" name="L621" href="#L621">621</a> <span class="jxr_string">"\""</span>
+<a class="jxr_linenumber" name="L622" href="#L622">622</a> );
+<a class="jxr_linenumber" name="L623" href="#L623">623</a> }
+<a class="jxr_linenumber" name="L624" href="#L624">624</a>
+<a class="jxr_linenumber" name="L625" href="#L625">625</a> <em class="jxr_javadoccomment">/** Add the configured/collected annotated classes */</em>
+<a class="jxr_linenumber" name="L626" href="#L626">626</a> <strong class="jxr_keyword">for</strong> (String className : classes)
+<a class="jxr_linenumber" name="L627" href="#L627">627</a> addAnnotated(className, sources, classLoaderService, tracker);
+<a class="jxr_linenumber" name="L628" href="#L628">628</a>
+<a class="jxr_linenumber" name="L629" href="#L629">629</a> <em class="jxr_javadoccomment">/** Add explicitly configured classes */</em>
+<a class="jxr_linenumber" name="L630" href="#L630">630</a> addMappings(sources, tracker);
+<a class="jxr_linenumber" name="L631" href="#L631">631</a>
+<a class="jxr_linenumber" name="L632" href="#L632">632</a> <em class="jxr_javadoccomment">/** Skip execution, if mapping and configuration is unchanged */</em>
+<a class="jxr_linenumber" name="L633" href="#L633">633</a> <strong class="jxr_keyword">if</strong> (!tracker.modified())
+<a class="jxr_linenumber" name="L634" href="#L634">634</a> {
+<a class="jxr_linenumber" name="L635" href="#L635">635</a> getLog().info(<span class="jxr_string">"Mapping and configuration unchanged."</span>);
+<a class="jxr_linenumber" name="L636" href="#L636">636</a> <strong class="jxr_keyword">if</strong> (force)
+<a class="jxr_linenumber" name="L637" href="#L637">637</a> getLog().info(<span class="jxr_string">"Generation/execution is forced!"</span>);
+<a class="jxr_linenumber" name="L638" href="#L638">638</a> <strong class="jxr_keyword">else</strong>
+<a class="jxr_linenumber" name="L639" href="#L639">639</a> {
+<a class="jxr_linenumber" name="L640" href="#L640">640</a> getLog().info(<span class="jxr_string">"Skipping schema generation!"</span>);
+<a class="jxr_linenumber" name="L641" href="#L641">641</a> project.getProperties().setProperty(SKIPPED, <span class="jxr_string">"true"</span>);
+<a class="jxr_linenumber" name="L642" href="#L642">642</a> <strong class="jxr_keyword">return</strong>;
+<a class="jxr_linenumber" name="L643" href="#L643">643</a> }
+<a class="jxr_linenumber" name="L644" href="#L644">644</a> }
+<a class="jxr_linenumber" name="L645" href="#L645">645</a>
+<a class="jxr_linenumber" name="L646" href="#L646">646</a>
+<a class="jxr_linenumber" name="L647" href="#L647">647</a> <em class="jxr_javadoccomment">/** Truncate output file */</em>
+<a class="jxr_linenumber" name="L648" href="#L648">648</a> <strong class="jxr_keyword">try</strong>
+<a class="jxr_linenumber" name="L649" href="#L649">649</a> {
+<a class="jxr_linenumber" name="L650" href="#L650">650</a> <strong class="jxr_keyword">new</strong> FileOutputStream(output).getChannel().truncate(0).close();
+<a class="jxr_linenumber" name="L651" href="#L651">651</a> }
+<a class="jxr_linenumber" name="L652" href="#L652">652</a> <strong class="jxr_keyword">catch</strong> (IOException e)
+<a class="jxr_linenumber" name="L653" href="#L653">653</a> {
+<a class="jxr_linenumber" name="L654" href="#L654">654</a> String error =
+<a class="jxr_linenumber" name="L655" href="#L655">655</a> <span class="jxr_string">"Error while truncating "</span> + output.getAbsolutePath() + <span class="jxr_string">": "</span>
+<a class="jxr_linenumber" name="L656" href="#L656">656</a> + e.getMessage();
+<a class="jxr_linenumber" name="L657" href="#L657">657</a> getLog().warn(error);
+<a class="jxr_linenumber" name="L658" href="#L658">658</a> <strong class="jxr_keyword">throw</strong> <strong class="jxr_keyword">new</strong> MojoExecutionException(error);
+<a class="jxr_linenumber" name="L659" href="#L659">659</a> }
+<a class="jxr_linenumber" name="L660" href="#L660">660</a>
+<a class="jxr_linenumber" name="L661" href="#L661">661</a> <em class="jxr_javadoccomment">/** Create a connection, if sufficient configuration infromation is available */</em>
+<a class="jxr_linenumber" name="L662" href="#L662">662</a> connectionProvider.open(classLoaderService, properties);
+<a class="jxr_linenumber" name="L663" href="#L663">663</a>
+<a class="jxr_linenumber" name="L664" href="#L664">664</a> MetadataBuilder metadataBuilder = sources.getMetadataBuilder();
+<a class="jxr_linenumber" name="L665" href="#L665">665</a>
+<a class="jxr_linenumber" name="L666" href="#L666">666</a> StrategySelector strategySelector =
+<a class="jxr_linenumber" name="L667" href="#L667">667</a> serviceRegistry.getService(StrategySelector.<strong class="jxr_keyword">class</strong>);
+<a class="jxr_linenumber" name="L668" href="#L668">668</a>
+<a class="jxr_linenumber" name="L669" href="#L669">669</a> <strong class="jxr_keyword">if</strong> (properties.containsKey(IMPLICIT_NAMING_STRATEGY))
+<a class="jxr_linenumber" name="L670" href="#L670">670</a> {
+<a class="jxr_linenumber" name="L671" href="#L671">671</a> metadataBuilder.applyImplicitNamingStrategy(
+<a class="jxr_linenumber" name="L672" href="#L672">672</a> strategySelector.resolveStrategy(
+<a class="jxr_linenumber" name="L673" href="#L673">673</a> ImplicitNamingStrategy.<strong class="jxr_keyword">class</strong>,
+<a class="jxr_linenumber" name="L674" href="#L674">674</a> properties.getProperty(IMPLICIT_NAMING_STRATEGY)
+<a class="jxr_linenumber" name="L675" href="#L675">675</a> )
+<a class="jxr_linenumber" name="L676" href="#L676">676</a> );
+<a class="jxr_linenumber" name="L677" href="#L677">677</a> }
+<a class="jxr_linenumber" name="L678" href="#L678">678</a>
+<a class="jxr_linenumber" name="L679" href="#L679">679</a> <strong class="jxr_keyword">if</strong> (properties.containsKey(PHYSICAL_NAMING_STRATEGY))
+<a class="jxr_linenumber" name="L680" href="#L680">680</a> {
+<a class="jxr_linenumber" name="L681" href="#L681">681</a> metadataBuilder.applyPhysicalNamingStrategy(
+<a class="jxr_linenumber" name="L682" href="#L682">682</a> strategySelector.resolveStrategy(
+<a class="jxr_linenumber" name="L683" href="#L683">683</a> PhysicalNamingStrategy.<strong class="jxr_keyword">class</strong>,
+<a class="jxr_linenumber" name="L684" href="#L684">684</a> properties.getProperty(PHYSICAL_NAMING_STRATEGY)
+<a class="jxr_linenumber" name="L685" href="#L685">685</a> )
+<a class="jxr_linenumber" name="L686" href="#L686">686</a> );
+<a class="jxr_linenumber" name="L687" href="#L687">687</a> }
+<a class="jxr_linenumber" name="L688" href="#L688">688</a>
+<a class="jxr_linenumber" name="L689" href="#L689">689</a> <em class="jxr_javadoccomment">/** Prepare the generation of the SQL */</em>
+<a class="jxr_linenumber" name="L690" href="#L690">690</a> Map settings = <strong class="jxr_keyword">new</strong> HashMap();
+<a class="jxr_linenumber" name="L691" href="#L691">691</a> settings.putAll(
+<a class="jxr_linenumber" name="L692" href="#L692">692</a> serviceRegistry
+<a class="jxr_linenumber" name="L693" href="#L693">693</a> .getService(ConfigurationService.<strong class="jxr_keyword">class</strong>)
+<a class="jxr_linenumber" name="L694" href="#L694">694</a> .getSettings()
+<a class="jxr_linenumber" name="L695" href="#L695">695</a> );
+<a class="jxr_linenumber" name="L696" href="#L696">696</a> ExceptionHandlerCollectingImpl handler =
+<a class="jxr_linenumber" name="L697" href="#L697">697</a> <strong class="jxr_keyword">new</strong> ExceptionHandlerCollectingImpl();
+<a class="jxr_linenumber" name="L698" href="#L698">698</a> ExecutionOptions options =
+<a class="jxr_linenumber" name="L699" href="#L699">699</a> SchemaManagementToolCoordinator
+<a class="jxr_linenumber" name="L700" href="#L700">700</a> .buildExecutionOptions(settings, handler);
+<a class="jxr_linenumber" name="L701" href="#L701">701</a> <strong class="jxr_keyword">final</strong> EnumSet<TargetType> targetTypes = EnumSet.of(TargetType.SCRIPT);
+<a class="jxr_linenumber" name="L702" href="#L702">702</a> <strong class="jxr_keyword">if</strong> (execute)
+<a class="jxr_linenumber" name="L703" href="#L703">703</a> targetTypes.add(TargetType.DATABASE);
+<a class="jxr_linenumber" name="L704" href="#L704">704</a> TargetDescriptor target = <strong class="jxr_keyword">new</strong> TargetDescriptor()
+<a class="jxr_linenumber" name="L705" href="#L705">705</a> {
+<a class="jxr_linenumber" name="L706" href="#L706">706</a> @Override
+<a class="jxr_linenumber" name="L707" href="#L707">707</a> <strong class="jxr_keyword">public</strong> EnumSet<TargetType> getTargetTypes()
+<a class="jxr_linenumber" name="L708" href="#L708">708</a> {
+<a class="jxr_linenumber" name="L709" href="#L709">709</a> <strong class="jxr_keyword">return</strong> targetTypes;
+<a class="jxr_linenumber" name="L710" href="#L710">710</a> }
+<a class="jxr_linenumber" name="L711" href="#L711">711</a>
+<a class="jxr_linenumber" name="L712" href="#L712">712</a> @Override
+<a class="jxr_linenumber" name="L713" href="#L713">713</a> <strong class="jxr_keyword">public</strong> ScriptTargetOutput getScriptTargetOutput()
+<a class="jxr_linenumber" name="L714" href="#L714">714</a> {
+<a class="jxr_linenumber" name="L715" href="#L715">715</a> String charset =
+<a class="jxr_linenumber" name="L716" href="#L716">716</a> (String)
+<a class="jxr_linenumber" name="L717" href="#L717">717</a> serviceRegistry
+<a class="jxr_linenumber" name="L718" href="#L718">718</a> .getService(ConfigurationService.<strong class="jxr_keyword">class</strong>)
+<a class="jxr_linenumber" name="L719" href="#L719">719</a> .getSettings()
+<a class="jxr_linenumber" name="L720" href="#L720">720</a> .get(AvailableSettings.HBM2DDL_CHARSET_NAME);
+<a class="jxr_linenumber" name="L721" href="#L721">721</a> <strong class="jxr_keyword">return</strong> <strong class="jxr_keyword">new</strong> ScriptTargetOutputToFile(output, charset);
+<a class="jxr_linenumber" name="L722" href="#L722">722</a> }
+<a class="jxr_linenumber" name="L723" href="#L723">723</a> };
+<a class="jxr_linenumber" name="L724" href="#L724">724</a>
+<a class="jxr_linenumber" name="L725" href="#L725">725</a> <em class="jxr_javadoccomment">/**</em>
+<a class="jxr_linenumber" name="L726" href="#L726">726</a> <em class="jxr_javadoccomment"> * Change class-loader of current thread.</em>
+<a class="jxr_linenumber" name="L727" href="#L727">727</a> <em class="jxr_javadoccomment"> * This is necessary, because still not all parts of Hibernate 5 use</em>
+<a class="jxr_linenumber" name="L728" href="#L728">728</a> <em class="jxr_javadoccomment"> * the newly introduced ClassLoaderService and will fail otherwise!</em>
+<a class="jxr_linenumber" name="L729" href="#L729">729</a> <em class="jxr_javadoccomment"> */</em>
+<a class="jxr_linenumber" name="L730" href="#L730">730</a> Thread thread = Thread.currentThread();
+<a class="jxr_linenumber" name="L731" href="#L731">731</a> ClassLoader contextClassLoader = thread.getContextClassLoader();
+<a class="jxr_linenumber" name="L732" href="#L732">732</a> <strong class="jxr_keyword">try</strong>
+<a class="jxr_linenumber" name="L733" href="#L733">733</a> {
+<a class="jxr_linenumber" name="L734" href="#L734">734</a> thread.setContextClassLoader(classLoader);
+<a class="jxr_linenumber" name="L735" href="#L735">735</a> build((MetadataImplementor)metadataBuilder.build(), options, target);
+<a class="jxr_linenumber" name="L736" href="#L736">736</a> <strong class="jxr_keyword">if</strong> (handler.getExceptions().size() > 0)
+<a class="jxr_linenumber" name="L737" href="#L737">737</a> {
+<a class="jxr_linenumber" name="L738" href="#L738">738</a> StringBuilder builder = <strong class="jxr_keyword">new</strong> StringBuilder();
+<a class="jxr_linenumber" name="L739" href="#L739">739</a> builder.append(<span class="jxr_string">"Hibernate failed:"</span>);
+<a class="jxr_linenumber" name="L740" href="#L740">740</a> <strong class="jxr_keyword">for</strong> (Exception e : handler.getExceptions())
+<a class="jxr_linenumber" name="L741" href="#L741">741</a> {
+<a class="jxr_linenumber" name="L742" href="#L742">742</a> builder.append(<span class="jxr_string">"\n * "</span>);
+<a class="jxr_linenumber" name="L743" href="#L743">743</a> builder.append(e.getMessage());
+<a class="jxr_linenumber" name="L744" href="#L744">744</a> AbstractSchemaMojo.printStrackTrace(builder, e);
+<a class="jxr_linenumber" name="L745" href="#L745">745</a> builder.append(<span class="jxr_string">"\n"</span>);
+<a class="jxr_linenumber" name="L746" href="#L746">746</a> }
+<a class="jxr_linenumber" name="L747" href="#L747">747</a> String error = builder.toString();
+<a class="jxr_linenumber" name="L748" href="#L748">748</a> getLog().error(error);
+<a class="jxr_linenumber" name="L749" href="#L749">749</a> <strong class="jxr_keyword">throw</strong> <strong class="jxr_keyword">new</strong> MojoFailureException(error);
+<a class="jxr_linenumber" name="L750" href="#L750">750</a> }
+<a class="jxr_linenumber" name="L751" href="#L751">751</a> }
+<a class="jxr_linenumber" name="L752" href="#L752">752</a> <strong class="jxr_keyword">finally</strong>
+<a class="jxr_linenumber" name="L753" href="#L753">753</a> {
+<a class="jxr_linenumber" name="L754" href="#L754">754</a> thread.setContextClassLoader(contextClassLoader);
+<a class="jxr_linenumber" name="L755" href="#L755">755</a> <em class="jxr_javadoccomment">/** Track, the content of the generated script */</em>
+<a class="jxr_linenumber" name="L756" href="#L756">756</a> checkOutputFile(output, tracker);
+<a class="jxr_linenumber" name="L757" href="#L757">757</a> }
+<a class="jxr_linenumber" name="L758" href="#L758">758</a> }
+<a class="jxr_linenumber" name="L759" href="#L759">759</a> <strong class="jxr_keyword">catch</strong> (MojoExecutionException e)
+<a class="jxr_linenumber" name="L760" href="#L760">760</a> {
+<a class="jxr_linenumber" name="L761" href="#L761">761</a> tracker.failed();
+<a class="jxr_linenumber" name="L762" href="#L762">762</a> <strong class="jxr_keyword">throw</strong> e;
+<a class="jxr_linenumber" name="L763" href="#L763">763</a> }
+<a class="jxr_linenumber" name="L764" href="#L764">764</a> <strong class="jxr_keyword">catch</strong> (MojoFailureException e)
+<a class="jxr_linenumber" name="L765" href="#L765">765</a> {
+<a class="jxr_linenumber" name="L766" href="#L766">766</a> tracker.failed();
+<a class="jxr_linenumber" name="L767" href="#L767">767</a> <strong class="jxr_keyword">throw</strong> e;
+<a class="jxr_linenumber" name="L768" href="#L768">768</a> }
+<a class="jxr_linenumber" name="L769" href="#L769">769</a> <strong class="jxr_keyword">catch</strong> (RuntimeException e)
+<a class="jxr_linenumber" name="L770" href="#L770">770</a> {
+<a class="jxr_linenumber" name="L771" href="#L771">771</a> tracker.failed();
+<a class="jxr_linenumber" name="L772" href="#L772">772</a> <strong class="jxr_keyword">throw</strong> e;
+<a class="jxr_linenumber" name="L773" href="#L773">773</a> }
+<a class="jxr_linenumber" name="L774" href="#L774">774</a> <strong class="jxr_keyword">finally</strong>
+<a class="jxr_linenumber" name="L775" href="#L775">775</a> {
+<a class="jxr_linenumber" name="L776" href="#L776">776</a> <em class="jxr_javadoccomment">/** Remember mappings and configuration */</em>
+<a class="jxr_linenumber" name="L777" href="#L777">777</a> tracker.save();
+<a class="jxr_linenumber" name="L778" href="#L778">778</a>
+<a class="jxr_linenumber" name="L779" href="#L779">779</a> <em class="jxr_javadoccomment">/** Close the connection - if one was opened */</em>
+<a class="jxr_linenumber" name="L780" href="#L780">780</a> connectionProvider.close();
+<a class="jxr_linenumber" name="L781" href="#L781">781</a>
+<a class="jxr_linenumber" name="L782" href="#L782">782</a> <em class="jxr_javadoccomment">/** Stop Log-Capturing */</em>
+<a class="jxr_linenumber" name="L783" href="#L783">783</a> MavenLogAppender.endPluginLog(<strong class="jxr_keyword">this</strong>);
+<a class="jxr_linenumber" name="L784" href="#L784">784</a> }
+<a class="jxr_linenumber" name="L785" href="#L785">785</a> }
+<a class="jxr_linenumber" name="L786" href="#L786">786</a>
+<a class="jxr_linenumber" name="L787" href="#L787">787</a>
+<a class="jxr_linenumber" name="L788" href="#L788">788</a> <strong class="jxr_keyword">abstract</strong> <strong class="jxr_keyword">void</strong> build(
+<a class="jxr_linenumber" name="L789" href="#L789">789</a> MetadataImplementor metadata,
+<a class="jxr_linenumber" name="L790" href="#L790">790</a> ExecutionOptions options,
+<a class="jxr_linenumber" name="L791" href="#L791">791</a> TargetDescriptor target
+<a class="jxr_linenumber" name="L792" href="#L792">792</a> )
+<a class="jxr_linenumber" name="L793" href="#L793">793</a> <strong class="jxr_keyword">throws</strong>
+<a class="jxr_linenumber" name="L794" href="#L794">794</a> MojoFailureException,
+<a class="jxr_linenumber" name="L795" href="#L795">795</a> MojoExecutionException;
+<a class="jxr_linenumber" name="L796" href="#L796">796</a>
+<a class="jxr_linenumber" name="L797" href="#L797">797</a>
+<a class="jxr_linenumber" name="L798" href="#L798">798</a> <strong class="jxr_keyword">private</strong> <a href="../../../../de/juplo/plugins/hibernate/MutableClassLoader.html">MutableClassLoader</a> createClassLoader() <strong class="jxr_keyword">throws</strong> MojoExecutionException
+<a class="jxr_linenumber" name="L799" href="#L799">799</a> {
+<a class="jxr_linenumber" name="L800" href="#L800">800</a> <strong class="jxr_keyword">try</strong>
+<a class="jxr_linenumber" name="L801" href="#L801">801</a> {
+<a class="jxr_linenumber" name="L802" href="#L802">802</a> getLog().debug(<span class="jxr_string">"Creating ClassLoader for project-dependencies..."</span>);
+<a class="jxr_linenumber" name="L803" href="#L803">803</a> LinkedHashSet<URL> urls = <strong class="jxr_keyword">new</strong> LinkedHashSet<URL>();
+<a class="jxr_linenumber" name="L804" href="#L804">804</a> File file;
+<a class="jxr_linenumber" name="L805" href="#L805">805</a>
+<a class="jxr_linenumber" name="L806" href="#L806">806</a> file = <strong class="jxr_keyword">new</strong> File(testOutputDirectory);
+<a class="jxr_linenumber" name="L807" href="#L807">807</a> <strong class="jxr_keyword">if</strong> (!file.exists())
+<a class="jxr_linenumber" name="L808" href="#L808">808</a> {
+<a class="jxr_linenumber" name="L809" href="#L809">809</a> getLog().info(<span class="jxr_string">"Creating test-output-directory: "</span> + testOutputDirectory);
+<a class="jxr_linenumber" name="L810" href="#L810">810</a> file.mkdirs();
+<a class="jxr_linenumber" name="L811" href="#L811">811</a> }
+<a class="jxr_linenumber" name="L812" href="#L812">812</a> urls.add(file.toURI().toURL());
+<a class="jxr_linenumber" name="L813" href="#L813">813</a>
+<a class="jxr_linenumber" name="L814" href="#L814">814</a> file = <strong class="jxr_keyword">new</strong> File(outputDirectory);
+<a class="jxr_linenumber" name="L815" href="#L815">815</a> <strong class="jxr_keyword">if</strong> (!file.exists())
+<a class="jxr_linenumber" name="L816" href="#L816">816</a> {
+<a class="jxr_linenumber" name="L817" href="#L817">817</a> getLog().info(<span class="jxr_string">"Creating output-directory: "</span> + outputDirectory);
+<a class="jxr_linenumber" name="L818" href="#L818">818</a> file.mkdirs();
+<a class="jxr_linenumber" name="L819" href="#L819">819</a> }
+<a class="jxr_linenumber" name="L820" href="#L820">820</a> urls.add(file.toURI().toURL());
+<a class="jxr_linenumber" name="L821" href="#L821">821</a>
+<a class="jxr_linenumber" name="L822" href="#L822">822</a> <strong class="jxr_keyword">return</strong> <strong class="jxr_keyword">new</strong> <a href="../../../../de/juplo/plugins/hibernate/MutableClassLoader.html">MutableClassLoader</a>(urls, getLog());
+<a class="jxr_linenumber" name="L823" href="#L823">823</a> }
+<a class="jxr_linenumber" name="L824" href="#L824">824</a> <strong class="jxr_keyword">catch</strong> (Exception e)
+<a class="jxr_linenumber" name="L825" href="#L825">825</a> {
+<a class="jxr_linenumber" name="L826" href="#L826">826</a> getLog().error(<span class="jxr_string">"Error while creating ClassLoader!"</span>, e);
+<a class="jxr_linenumber" name="L827" href="#L827">827</a> <strong class="jxr_keyword">throw</strong> <strong class="jxr_keyword">new</strong> MojoExecutionException(e.getMessage());
+<a class="jxr_linenumber" name="L828" href="#L828">828</a> }
+<a class="jxr_linenumber" name="L829" href="#L829">829</a> }
+<a class="jxr_linenumber" name="L830" href="#L830">830</a>
+<a class="jxr_linenumber" name="L831" href="#L831">831</a> <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">void</strong> completeClassPath(<a href="../../../../de/juplo/plugins/hibernate/MutableClassLoader.html">MutableClassLoader</a> classLoader)
+<a class="jxr_linenumber" name="L832" href="#L832">832</a> <strong class="jxr_keyword">throws</strong>
+<a class="jxr_linenumber" name="L833" href="#L833">833</a> MojoExecutionException
+<a class="jxr_linenumber" name="L834" href="#L834">834</a> {
+<a class="jxr_linenumber" name="L835" href="#L835">835</a> <strong class="jxr_keyword">try</strong>
+<a class="jxr_linenumber" name="L836" href="#L836">836</a> {
+<a class="jxr_linenumber" name="L837" href="#L837">837</a> getLog().debug(<span class="jxr_string">"Completing class-paths of the ClassLoader for project-dependencies..."</span>);
+<a class="jxr_linenumber" name="L838" href="#L838">838</a> List<String> classpathFiles = project.getCompileClasspathElements();
+<a class="jxr_linenumber" name="L839" href="#L839">839</a> <strong class="jxr_keyword">if</strong> (scanTestClasses)
+<a class="jxr_linenumber" name="L840" href="#L840">840</a> classpathFiles.addAll(project.getTestClasspathElements());
+<a class="jxr_linenumber" name="L841" href="#L841">841</a> LinkedHashSet<URL> urls = <strong class="jxr_keyword">new</strong> LinkedHashSet<URL>();
+<a class="jxr_linenumber" name="L842" href="#L842">842</a> <strong class="jxr_keyword">for</strong> (String pathElement : classpathFiles)
+<a class="jxr_linenumber" name="L843" href="#L843">843</a> {
+<a class="jxr_linenumber" name="L844" href="#L844">844</a> getLog().debug(<span class="jxr_string">"Dependency: "</span> + pathElement);
+<a class="jxr_linenumber" name="L845" href="#L845">845</a> urls.add(<strong class="jxr_keyword">new</strong> File(pathElement).toURI().toURL());
+<a class="jxr_linenumber" name="L846" href="#L846">846</a> }
+<a class="jxr_linenumber" name="L847" href="#L847">847</a> classLoader.add(urls);
+<a class="jxr_linenumber" name="L848" href="#L848">848</a> }
+<a class="jxr_linenumber" name="L849" href="#L849">849</a> <strong class="jxr_keyword">catch</strong> (Exception e)
+<a class="jxr_linenumber" name="L850" href="#L850">850</a> {
+<a class="jxr_linenumber" name="L851" href="#L851">851</a> getLog().error(<span class="jxr_string">"Error while creating ClassLoader!"</span>, e);
+<a class="jxr_linenumber" name="L852" href="#L852">852</a> <strong class="jxr_keyword">throw</strong> <strong class="jxr_keyword">new</strong> MojoExecutionException(e.getMessage());
+<a class="jxr_linenumber" name="L853" href="#L853">853</a> }
+<a class="jxr_linenumber" name="L854" href="#L854">854</a> }
+<a class="jxr_linenumber" name="L855" href="#L855">855</a>
+<a class="jxr_linenumber" name="L856" href="#L856">856</a> <strong class="jxr_keyword">private</strong> Map loadProperties(ConfigLoader configLoader)
+<a class="jxr_linenumber" name="L857" href="#L857">857</a> <strong class="jxr_keyword">throws</strong>
+<a class="jxr_linenumber" name="L858" href="#L858">858</a> MojoExecutionException
+<a class="jxr_linenumber" name="L859" href="#L859">859</a> {
+<a class="jxr_linenumber" name="L860" href="#L860">860</a> <em class="jxr_javadoccomment">/** Try to read configuration from properties-file */</em>
+<a class="jxr_linenumber" name="L861" href="#L861">861</a> <strong class="jxr_keyword">if</strong> (hibernateProperties == <strong class="jxr_keyword">null</strong>)
+<a class="jxr_linenumber" name="L862" href="#L862">862</a> {
+<a class="jxr_linenumber" name="L863" href="#L863">863</a> <strong class="jxr_keyword">try</strong>
+<a class="jxr_linenumber" name="L864" href="#L864">864</a> {
+<a class="jxr_linenumber" name="L865" href="#L865">865</a> <strong class="jxr_keyword">return</strong> configLoader.loadProperties(<span class="jxr_string">"hibernate.properties"</span>);
+<a class="jxr_linenumber" name="L866" href="#L866">866</a> }
+<a class="jxr_linenumber" name="L867" href="#L867">867</a> <strong class="jxr_keyword">catch</strong> (ConfigurationException e)
+<a class="jxr_linenumber" name="L868" href="#L868">868</a> {
+<a class="jxr_linenumber" name="L869" href="#L869">869</a> getLog().debug(e.getMessage());
+<a class="jxr_linenumber" name="L870" href="#L870">870</a> <strong class="jxr_keyword">return</strong> Collections.EMPTY_MAP;
+<a class="jxr_linenumber" name="L871" href="#L871">871</a> }
+<a class="jxr_linenumber" name="L872" href="#L872">872</a> }
+<a class="jxr_linenumber" name="L873" href="#L873">873</a> <strong class="jxr_keyword">else</strong>
+<a class="jxr_linenumber" name="L874" href="#L874">874</a> {
+<a class="jxr_linenumber" name="L875" href="#L875">875</a> <strong class="jxr_keyword">try</strong>
+<a class="jxr_linenumber" name="L876" href="#L876">876</a> {
+<a class="jxr_linenumber" name="L877" href="#L877">877</a> File file = <strong class="jxr_keyword">new</strong> File(hibernateProperties);
+<a class="jxr_linenumber" name="L878" href="#L878">878</a> <strong class="jxr_keyword">if</strong> (file.exists())
+<a class="jxr_linenumber" name="L879" href="#L879">879</a> {
+<a class="jxr_linenumber" name="L880" href="#L880">880</a> getLog().info(<span class="jxr_string">"Reading settings from file "</span> + hibernateProperties + <span class="jxr_string">"..."</span>);
+<a class="jxr_linenumber" name="L881" href="#L881">881</a> <strong class="jxr_keyword">return</strong> configLoader.loadProperties(file);
+<a class="jxr_linenumber" name="L882" href="#L882">882</a> }
+<a class="jxr_linenumber" name="L883" href="#L883">883</a> <strong class="jxr_keyword">else</strong>
+<a class="jxr_linenumber" name="L884" href="#L884">884</a> <strong class="jxr_keyword">return</strong> configLoader.loadProperties(hibernateProperties);
+<a class="jxr_linenumber" name="L885" href="#L885">885</a> }
+<a class="jxr_linenumber" name="L886" href="#L886">886</a> <strong class="jxr_keyword">catch</strong> (ConfigurationException e)
+<a class="jxr_linenumber" name="L887" href="#L887">887</a> {
+<a class="jxr_linenumber" name="L888" href="#L888">888</a> getLog().error(<span class="jxr_string">"Error while reading properties!"</span>, e);
+<a class="jxr_linenumber" name="L889" href="#L889">889</a> <strong class="jxr_keyword">throw</strong> <strong class="jxr_keyword">new</strong> MojoExecutionException(e.getMessage());
+<a class="jxr_linenumber" name="L890" href="#L890">890</a> }
+<a class="jxr_linenumber" name="L891" href="#L891">891</a> }
+<a class="jxr_linenumber" name="L892" href="#L892">892</a> }
+<a class="jxr_linenumber" name="L893" href="#L893">893</a>
+<a class="jxr_linenumber" name="L894" href="#L894">894</a> <strong class="jxr_keyword">private</strong> LoadedConfig loadConfig(ConfigLoader configLoader)
+<a class="jxr_linenumber" name="L895" href="#L895">895</a> <strong class="jxr_keyword">throws</strong> MojoExecutionException
+<a class="jxr_linenumber" name="L896" href="#L896">896</a> {
+<a class="jxr_linenumber" name="L897" href="#L897">897</a> <em class="jxr_javadoccomment">/** Try to read configuration from configuration-file */</em>
+<a class="jxr_linenumber" name="L898" href="#L898">898</a> <strong class="jxr_keyword">if</strong> (hibernateConfig == <strong class="jxr_keyword">null</strong>)
+<a class="jxr_linenumber" name="L899" href="#L899">899</a> {
+<a class="jxr_linenumber" name="L900" href="#L900">900</a> <strong class="jxr_keyword">try</strong>
+<a class="jxr_linenumber" name="L901" href="#L901">901</a> {
+<a class="jxr_linenumber" name="L902" href="#L902">902</a> <strong class="jxr_keyword">return</strong> configLoader.loadConfigXmlResource(<span class="jxr_string">"hibernate.cfg.xml"</span>);
+<a class="jxr_linenumber" name="L903" href="#L903">903</a> }
+<a class="jxr_linenumber" name="L904" href="#L904">904</a> <strong class="jxr_keyword">catch</strong> (ConfigurationException e)
+<a class="jxr_linenumber" name="L905" href="#L905">905</a> {
+<a class="jxr_linenumber" name="L906" href="#L906">906</a> getLog().debug(e.getMessage());
+<a class="jxr_linenumber" name="L907" href="#L907">907</a> <strong class="jxr_keyword">return</strong> <strong class="jxr_keyword">null</strong>;
+<a class="jxr_linenumber" name="L908" href="#L908">908</a> }
+<a class="jxr_linenumber" name="L909" href="#L909">909</a> }
+<a class="jxr_linenumber" name="L910" href="#L910">910</a> <strong class="jxr_keyword">else</strong>
+<a class="jxr_linenumber" name="L911" href="#L911">911</a> {
+<a class="jxr_linenumber" name="L912" href="#L912">912</a> <strong class="jxr_keyword">try</strong>
+<a class="jxr_linenumber" name="L913" href="#L913">913</a> {
+<a class="jxr_linenumber" name="L914" href="#L914">914</a> File file = <strong class="jxr_keyword">new</strong> File(hibernateConfig);
+<a class="jxr_linenumber" name="L915" href="#L915">915</a> <strong class="jxr_keyword">if</strong> (file.exists())
+<a class="jxr_linenumber" name="L916" href="#L916">916</a> {
+<a class="jxr_linenumber" name="L917" href="#L917">917</a> getLog().info(<span class="jxr_string">"Reading configuration from file "</span> + hibernateConfig + <span class="jxr_string">"..."</span>);
+<a class="jxr_linenumber" name="L918" href="#L918">918</a> <strong class="jxr_keyword">return</strong> configLoader.loadConfigXmlFile(file);
+<a class="jxr_linenumber" name="L919" href="#L919">919</a> }
+<a class="jxr_linenumber" name="L920" href="#L920">920</a> <strong class="jxr_keyword">else</strong>
+<a class="jxr_linenumber" name="L921" href="#L921">921</a> {
+<a class="jxr_linenumber" name="L922" href="#L922">922</a> <strong class="jxr_keyword">return</strong> configLoader.loadConfigXmlResource(hibernateConfig);
+<a class="jxr_linenumber" name="L923" href="#L923">923</a> }
+<a class="jxr_linenumber" name="L924" href="#L924">924</a> }
+<a class="jxr_linenumber" name="L925" href="#L925">925</a> <strong class="jxr_keyword">catch</strong> (ConfigurationException e)
+<a class="jxr_linenumber" name="L926" href="#L926">926</a> {
+<a class="jxr_linenumber" name="L927" href="#L927">927</a> getLog().error(<span class="jxr_string">"Error while reading configuration!"</span>, e);
+<a class="jxr_linenumber" name="L928" href="#L928">928</a> <strong class="jxr_keyword">throw</strong> <strong class="jxr_keyword">new</strong> MojoExecutionException(e.getMessage());
+<a class="jxr_linenumber" name="L929" href="#L929">929</a> }
+<a class="jxr_linenumber" name="L930" href="#L930">930</a> }
+<a class="jxr_linenumber" name="L931" href="#L931">931</a> }
+<a class="jxr_linenumber" name="L932" href="#L932">932</a>
+<a class="jxr_linenumber" name="L933" href="#L933">933</a> <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">void</strong> configure(Properties properties, <a href="../../../../de/juplo/plugins/hibernate/ModificationTracker.html">ModificationTracker</a> tracker)
+<a class="jxr_linenumber" name="L934" href="#L934">934</a> <strong class="jxr_keyword">throws</strong> MojoFailureException
+<a class="jxr_linenumber" name="L935" href="#L935">935</a> {
+<a class="jxr_linenumber" name="L936" href="#L936">936</a> <em class="jxr_javadoccomment">/**</em>
+<a class="jxr_linenumber" name="L937" href="#L937">937</a> <em class="jxr_javadoccomment"> * Special treatment for the configuration-value "execute": if it is</em>
+<a class="jxr_linenumber" name="L938" href="#L938">938</a> <em class="jxr_javadoccomment"> * switched to "true", the genearation fo the schema should be forced!</em>
+<a class="jxr_linenumber" name="L939" href="#L939">939</a> <em class="jxr_javadoccomment"> */</em>
+<a class="jxr_linenumber" name="L940" href="#L940">940</a> <strong class="jxr_keyword">if</strong> (tracker.check(EXECUTE, execute.toString()) && execute)
+<a class="jxr_linenumber" name="L941" href="#L941">941</a> {
+<a class="jxr_linenumber" name="L942" href="#L942">942</a> getLog().info(
+<a class="jxr_linenumber" name="L943" href="#L943">943</a> <span class="jxr_string">"hibernate.schema.execute was switched on: "</span> +
+<a class="jxr_linenumber" name="L944" href="#L944">944</a> <span class="jxr_string">"forcing generation/execution of SQL"</span>
+<a class="jxr_linenumber" name="L945" href="#L945">945</a> );
+<a class="jxr_linenumber" name="L946" href="#L946">946</a> tracker.touch();
+<a class="jxr_linenumber" name="L947" href="#L947">947</a> }
+<a class="jxr_linenumber" name="L948" href="#L948">948</a> configure(properties, execute, EXECUTE);
+<a class="jxr_linenumber" name="L949" href="#L949">949</a>
+<a class="jxr_linenumber" name="L950" href="#L950">950</a> <em class="jxr_javadoccomment">/**</em>
+<a class="jxr_linenumber" name="L951" href="#L951">951</a> <em class="jxr_javadoccomment"> * Configure the generation of the SQL.</em>
+<a class="jxr_linenumber" name="L952" href="#L952">952</a> <em class="jxr_javadoccomment"> * Overwrite values from properties-file if the configuration parameter is</em>
+<a class="jxr_linenumber" name="L953" href="#L953">953</a> <em class="jxr_javadoccomment"> * known to Hibernate.</em>
+<a class="jxr_linenumber" name="L954" href="#L954">954</a> <em class="jxr_javadoccomment"> */</em>
+<a class="jxr_linenumber" name="L955" href="#L955">955</a> configure(properties, dialect, DIALECT);
+<a class="jxr_linenumber" name="L956" href="#L956">956</a> configure(properties, delimiter, HBM2DDL_DELIMITER);
+<a class="jxr_linenumber" name="L957" href="#L957">957</a> configure(properties, format, FORMAT_SQL);
+<a class="jxr_linenumber" name="L958" href="#L958">958</a> configure(properties, createNamespaces, HBM2DLL_CREATE_NAMESPACES);
+<a class="jxr_linenumber" name="L959" href="#L959">959</a> configure(properties, implicitNamingStrategy, IMPLICIT_NAMING_STRATEGY);
+<a class="jxr_linenumber" name="L960" href="#L960">960</a> configure(properties, physicalNamingStrategy, PHYSICAL_NAMING_STRATEGY);
+<a class="jxr_linenumber" name="L961" href="#L961">961</a> configure(properties, outputDirectory, OUTPUTDIRECTORY);
+<a class="jxr_linenumber" name="L962" href="#L962">962</a> configure(properties, scanDependencies, SCAN_DEPENDENCIES);
+<a class="jxr_linenumber" name="L963" href="#L963">963</a> configure(properties, scanTestClasses, SCAN_TESTCLASSES);
+<a class="jxr_linenumber" name="L964" href="#L964">964</a> configure(properties, testOutputDirectory, TEST_OUTPUTDIRECTORY);
+<a class="jxr_linenumber" name="L965" href="#L965">965</a>
+<a class="jxr_linenumber" name="L966" href="#L966">966</a> <em class="jxr_javadoccomment">/**</em>
+<a class="jxr_linenumber" name="L967" href="#L967">967</a> <em class="jxr_javadoccomment"> * Special treatment for the configuration-value "show": a change of its</em>
+<a class="jxr_linenumber" name="L968" href="#L968">968</a> <em class="jxr_javadoccomment"> * configured value should not lead to a regeneration of the database</em>
+<a class="jxr_linenumber" name="L969" href="#L969">969</a> <em class="jxr_javadoccomment"> * schama!</em>
+<a class="jxr_linenumber" name="L970" href="#L970">970</a> <em class="jxr_javadoccomment"> */</em>
+<a class="jxr_linenumber" name="L971" href="#L971">971</a> <strong class="jxr_keyword">if</strong> (show == <strong class="jxr_keyword">null</strong>)
+<a class="jxr_linenumber" name="L972" href="#L972">972</a> show = Boolean.valueOf(properties.getProperty(SHOW_SQL));
+<a class="jxr_linenumber" name="L973" href="#L973">973</a> <strong class="jxr_keyword">else</strong>
+<a class="jxr_linenumber" name="L974" href="#L974">974</a> properties.setProperty(SHOW_SQL, show.toString());
+<a class="jxr_linenumber" name="L975" href="#L975">975</a>
+<a class="jxr_linenumber" name="L976" href="#L976">976</a> <em class="jxr_javadoccomment">/**</em>
+<a class="jxr_linenumber" name="L977" href="#L977">977</a> <em class="jxr_javadoccomment"> * Configure the connection parameters.</em>
+<a class="jxr_linenumber" name="L978" href="#L978">978</a> <em class="jxr_javadoccomment"> * Overwrite values from properties-file.</em>
+<a class="jxr_linenumber" name="L979" href="#L979">979</a> <em class="jxr_javadoccomment"> */</em>
+<a class="jxr_linenumber" name="L980" href="#L980">980</a> configure(properties, driver, DRIVER, JPA_JDBC_DRIVER);
+<a class="jxr_linenumber" name="L981" href="#L981">981</a> configure(properties, url, URL, JPA_JDBC_URL);
+<a class="jxr_linenumber" name="L982" href="#L982">982</a> configure(properties, username, USER, JPA_JDBC_USER);
+<a class="jxr_linenumber" name="L983" href="#L983">983</a> configure(properties, password, PASS, JPA_JDBC_PASSWORD);
+<a class="jxr_linenumber" name="L984" href="#L984">984</a>
+<a class="jxr_linenumber" name="L985" href="#L985">985</a> <strong class="jxr_keyword">if</strong> (properties.isEmpty())
+<a class="jxr_linenumber" name="L986" href="#L986">986</a> {
+<a class="jxr_linenumber" name="L987" href="#L987">987</a> getLog().error(<span class="jxr_string">"No properties set!"</span>);
+<a class="jxr_linenumber" name="L988" href="#L988">988</a> <strong class="jxr_keyword">throw</strong> <strong class="jxr_keyword">new</strong> MojoFailureException(<span class="jxr_string">"Hibernate configuration is missing!"</span>);
+<a class="jxr_linenumber" name="L989" href="#L989">989</a> }
+<a class="jxr_linenumber" name="L990" href="#L990">990</a>
+<a class="jxr_linenumber" name="L991" href="#L991">991</a> getLog().info(<span class="jxr_string">"Gathered configuration:"</span>);
+<a class="jxr_linenumber" name="L992" href="#L992">992</a> <strong class="jxr_keyword">for</strong> (Entry<Object,Object> entry : properties.entrySet())
+<a class="jxr_linenumber" name="L993" href="#L993">993</a> getLog().info(<span class="jxr_string">" "</span> + entry.getKey() + <span class="jxr_string">" = "</span> + entry.getValue());
+<a class="jxr_linenumber" name="L994" href="#L994">994</a> }
+<a class="jxr_linenumber" name="L995" href="#L995">995</a>
+<a class="jxr_linenumber" name="L996" href="#L996">996</a> <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">void</strong> configure(
+<a class="jxr_linenumber" name="L997" href="#L997">997</a> Properties properties,
+<a class="jxr_linenumber" name="L998" href="#L998">998</a> String value,
+<a class="jxr_linenumber" name="L999" href="#L999">999</a> String key,
+<a class="jxr_linenumber" name="L1000" href="#L1000">1000</a> String alternativeKey
+<a class="jxr_linenumber" name="L1001" href="#L1001">1001</a> )
+<a class="jxr_linenumber" name="L1002" href="#L1002">1002</a> {
+<a class="jxr_linenumber" name="L1003" href="#L1003">1003</a> configure(properties, value, key);
+<a class="jxr_linenumber" name="L1004" href="#L1004">1004</a>
+<a class="jxr_linenumber" name="L1005" href="#L1005">1005</a> <strong class="jxr_keyword">if</strong> (properties.containsKey(alternativeKey))
+<a class="jxr_linenumber" name="L1006" href="#L1006">1006</a> {
+<a class="jxr_linenumber" name="L1007" href="#L1007">1007</a> <strong class="jxr_keyword">if</strong> (properties.containsKey(key))
+<a class="jxr_linenumber" name="L1008" href="#L1008">1008</a> {
+<a class="jxr_linenumber" name="L1009" href="#L1009">1009</a> getLog().warn(
+<a class="jxr_linenumber" name="L1010" href="#L1010">1010</a> <span class="jxr_string">"Ignoring property "</span> + alternativeKey + <span class="jxr_string">"=\""</span> +
+<a class="jxr_linenumber" name="L1011" href="#L1011">1011</a> properties.getProperty(alternativeKey) +
+<a class="jxr_linenumber" name="L1012" href="#L1012">1012</a> <span class="jxr_string">"\" in favour for property "</span> + key + <span class="jxr_string">"=\""</span> +
+<a class="jxr_linenumber" name="L1013" href="#L1013">1013</a> properties.getProperty(key) + <span class="jxr_string">"\""</span>
+<a class="jxr_linenumber" name="L1014" href="#L1014">1014</a> );
+<a class="jxr_linenumber" name="L1015" href="#L1015">1015</a> properties.remove(alternativeKey);
+<a class="jxr_linenumber" name="L1016" href="#L1016">1016</a> }
+<a class="jxr_linenumber" name="L1017" href="#L1017">1017</a> <strong class="jxr_keyword">else</strong>
+<a class="jxr_linenumber" name="L1018" href="#L1018">1018</a> {
+<a class="jxr_linenumber" name="L1019" href="#L1019">1019</a> value = properties.getProperty(alternativeKey);
+<a class="jxr_linenumber" name="L1020" href="#L1020">1020</a> properties.remove(alternativeKey);
+<a class="jxr_linenumber" name="L1021" href="#L1021">1021</a> getLog().info(
+<a class="jxr_linenumber" name="L1022" href="#L1022">1022</a> <span class="jxr_string">"Using value \""</span> + value + <span class="jxr_string">"\" from property "</span> + alternativeKey +
+<a class="jxr_linenumber" name="L1023" href="#L1023">1023</a> <span class="jxr_string">" for property "</span> + key
+<a class="jxr_linenumber" name="L1024" href="#L1024">1024</a> );
+<a class="jxr_linenumber" name="L1025" href="#L1025">1025</a> properties.setProperty(key, value);
+<a class="jxr_linenumber" name="L1026" href="#L1026">1026</a> }
+<a class="jxr_linenumber" name="L1027" href="#L1027">1027</a> }
+<a class="jxr_linenumber" name="L1028" href="#L1028">1028</a> }
+<a class="jxr_linenumber" name="L1029" href="#L1029">1029</a>
+<a class="jxr_linenumber" name="L1030" href="#L1030">1030</a> <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">void</strong> configure(Properties properties, String value, String key)
+<a class="jxr_linenumber" name="L1031" href="#L1031">1031</a> {
+<a class="jxr_linenumber" name="L1032" href="#L1032">1032</a> <strong class="jxr_keyword">if</strong> (value != <strong class="jxr_keyword">null</strong>)
+<a class="jxr_linenumber" name="L1033" href="#L1033">1033</a> {
+<a class="jxr_linenumber" name="L1034" href="#L1034">1034</a> <strong class="jxr_keyword">if</strong> (properties.containsKey(key))
+<a class="jxr_linenumber" name="L1035" href="#L1035">1035</a> {
+<a class="jxr_linenumber" name="L1036" href="#L1036">1036</a> <strong class="jxr_keyword">if</strong> (!properties.getProperty(key).equals(value))
+<a class="jxr_linenumber" name="L1037" href="#L1037">1037</a> {
+<a class="jxr_linenumber" name="L1038" href="#L1038">1038</a> getLog().info(
+<a class="jxr_linenumber" name="L1039" href="#L1039">1039</a> <span class="jxr_string">"Overwriting property "</span> + key + <span class="jxr_string">"=\""</span> +
+<a class="jxr_linenumber" name="L1040" href="#L1040">1040</a> properties.getProperty(key) +
+<a class="jxr_linenumber" name="L1041" href="#L1041">1041</a> <span class="jxr_string">"\" with value \""</span> + value + <span class="jxr_string">"\""</span>
+<a class="jxr_linenumber" name="L1042" href="#L1042">1042</a> );
+<a class="jxr_linenumber" name="L1043" href="#L1043">1043</a> properties.setProperty(key, value);
+<a class="jxr_linenumber" name="L1044" href="#L1044">1044</a> }
+<a class="jxr_linenumber" name="L1045" href="#L1045">1045</a> }
+<a class="jxr_linenumber" name="L1046" href="#L1046">1046</a> <strong class="jxr_keyword">else</strong>
+<a class="jxr_linenumber" name="L1047" href="#L1047">1047</a> {
+<a class="jxr_linenumber" name="L1048" href="#L1048">1048</a> getLog().debug(<span class="jxr_string">"Using value \""</span> + value + <span class="jxr_string">"\" for property "</span> + key);
+<a class="jxr_linenumber" name="L1049" href="#L1049">1049</a> properties.setProperty(key, value);
+<a class="jxr_linenumber" name="L1050" href="#L1050">1050</a> }
+<a class="jxr_linenumber" name="L1051" href="#L1051">1051</a> }
+<a class="jxr_linenumber" name="L1052" href="#L1052">1052</a> }
+<a class="jxr_linenumber" name="L1053" href="#L1053">1053</a>
+<a class="jxr_linenumber" name="L1054" href="#L1054">1054</a> <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">void</strong> configure(Properties properties, Boolean value, String key)
+<a class="jxr_linenumber" name="L1055" href="#L1055">1055</a> {
+<a class="jxr_linenumber" name="L1056" href="#L1056">1056</a> configure(properties, value == <strong class="jxr_keyword">null</strong> ? <strong class="jxr_keyword">null</strong> : value.toString(), key);
+<a class="jxr_linenumber" name="L1057" href="#L1057">1057</a> }
+<a class="jxr_linenumber" name="L1058" href="#L1058">1058</a>
+<a class="jxr_linenumber" name="L1059" href="#L1059">1059</a> <strong class="jxr_keyword">private</strong> File getOutputFile(String filename)
+<a class="jxr_linenumber" name="L1060" href="#L1060">1060</a> <strong class="jxr_keyword">throws</strong>
+<a class="jxr_linenumber" name="L1061" href="#L1061">1061</a> MojoExecutionException
+<a class="jxr_linenumber" name="L1062" href="#L1062">1062</a> {
+<a class="jxr_linenumber" name="L1063" href="#L1063">1063</a> File output = <strong class="jxr_keyword">new</strong> File(filename);
+<a class="jxr_linenumber" name="L1064" href="#L1064">1064</a>
+<a class="jxr_linenumber" name="L1065" href="#L1065">1065</a> <strong class="jxr_keyword">if</strong> (!output.isAbsolute())
+<a class="jxr_linenumber" name="L1066" href="#L1066">1066</a> {
+<a class="jxr_linenumber" name="L1067" href="#L1067">1067</a> <em class="jxr_comment">// Interpret relative file path relative to build directory</em>
+<a class="jxr_linenumber" name="L1068" href="#L1068">1068</a> output = <strong class="jxr_keyword">new</strong> File(buildDirectory, filename);
+<a class="jxr_linenumber" name="L1069" href="#L1069">1069</a> }
+<a class="jxr_linenumber" name="L1070" href="#L1070">1070</a> getLog().debug(<span class="jxr_string">"Output file: "</span> + output.getPath());
+<a class="jxr_linenumber" name="L1071" href="#L1071">1071</a>
+<a class="jxr_linenumber" name="L1072" href="#L1072">1072</a> <em class="jxr_comment">// Ensure that directory path for specified file exists</em>
+<a class="jxr_linenumber" name="L1073" href="#L1073">1073</a> File outFileParentDir = output.getParentFile();
+<a class="jxr_linenumber" name="L1074" href="#L1074">1074</a> <strong class="jxr_keyword">if</strong> (<strong class="jxr_keyword">null</strong> != outFileParentDir && !outFileParentDir.exists())
+<a class="jxr_linenumber" name="L1075" href="#L1075">1075</a> {
+<a class="jxr_linenumber" name="L1076" href="#L1076">1076</a> <strong class="jxr_keyword">try</strong>
+<a class="jxr_linenumber" name="L1077" href="#L1077">1077</a> {
+<a class="jxr_linenumber" name="L1078" href="#L1078">1078</a> getLog().info(
+<a class="jxr_linenumber" name="L1079" href="#L1079">1079</a> <span class="jxr_string">"Creating directory path for output file:"</span> +
+<a class="jxr_linenumber" name="L1080" href="#L1080">1080</a> outFileParentDir.getPath()
+<a class="jxr_linenumber" name="L1081" href="#L1081">1081</a> );
+<a class="jxr_linenumber" name="L1082" href="#L1082">1082</a> outFileParentDir.mkdirs();
+<a class="jxr_linenumber" name="L1083" href="#L1083">1083</a> }
+<a class="jxr_linenumber" name="L1084" href="#L1084">1084</a> <strong class="jxr_keyword">catch</strong> (Exception e)
+<a class="jxr_linenumber" name="L1085" href="#L1085">1085</a> {
+<a class="jxr_linenumber" name="L1086" href="#L1086">1086</a> String error =
+<a class="jxr_linenumber" name="L1087" href="#L1087">1087</a> <span class="jxr_string">"Error creating directory path for output file: "</span> + e.getMessage();
+<a class="jxr_linenumber" name="L1088" href="#L1088">1088</a> getLog().error(error);
+<a class="jxr_linenumber" name="L1089" href="#L1089">1089</a> <strong class="jxr_keyword">throw</strong> <strong class="jxr_keyword">new</strong> MojoExecutionException(error);
+<a class="jxr_linenumber" name="L1090" href="#L1090">1090</a> }
+<a class="jxr_linenumber" name="L1091" href="#L1091">1091</a> }
+<a class="jxr_linenumber" name="L1092" href="#L1092">1092</a>
+<a class="jxr_linenumber" name="L1093" href="#L1093">1093</a> <strong class="jxr_keyword">try</strong>
+<a class="jxr_linenumber" name="L1094" href="#L1094">1094</a> {
+<a class="jxr_linenumber" name="L1095" href="#L1095">1095</a> output.createNewFile();
+<a class="jxr_linenumber" name="L1096" href="#L1096">1096</a> }
+<a class="jxr_linenumber" name="L1097" href="#L1097">1097</a> <strong class="jxr_keyword">catch</strong> (IOException e)
+<a class="jxr_linenumber" name="L1098" href="#L1098">1098</a> {
+<a class="jxr_linenumber" name="L1099" href="#L1099">1099</a> String error = <span class="jxr_string">"Error creating output file: "</span> + e.getMessage();
+<a class="jxr_linenumber" name="L1100" href="#L1100">1100</a> getLog().error(error);
+<a class="jxr_linenumber" name="L1101" href="#L1101">1101</a> <strong class="jxr_keyword">throw</strong> <strong class="jxr_keyword">new</strong> MojoExecutionException(error);
+<a class="jxr_linenumber" name="L1102" href="#L1102">1102</a> }
+<a class="jxr_linenumber" name="L1103" href="#L1103">1103</a>
+<a class="jxr_linenumber" name="L1104" href="#L1104">1104</a> <strong class="jxr_keyword">if</strong> (!output.canWrite())
+<a class="jxr_linenumber" name="L1105" href="#L1105">1105</a> {
+<a class="jxr_linenumber" name="L1106" href="#L1106">1106</a> String error =
+<a class="jxr_linenumber" name="L1107" href="#L1107">1107</a> <span class="jxr_string">"Output file "</span> + output.getAbsolutePath() + <span class="jxr_string">" is not writable!"</span>;
+<a class="jxr_linenumber" name="L1108" href="#L1108">1108</a> getLog().error(error);
+<a class="jxr_linenumber" name="L1109" href="#L1109">1109</a> <strong class="jxr_keyword">throw</strong> <strong class="jxr_keyword">new</strong> MojoExecutionException(error);
+<a class="jxr_linenumber" name="L1110" href="#L1110">1110</a> }
+<a class="jxr_linenumber" name="L1111" href="#L1111">1111</a>
+<a class="jxr_linenumber" name="L1112" href="#L1112">1112</a> <strong class="jxr_keyword">return</strong> output;
+<a class="jxr_linenumber" name="L1113" href="#L1113">1113</a> }
+<a class="jxr_linenumber" name="L1114" href="#L1114">1114</a>
+<a class="jxr_linenumber" name="L1115" href="#L1115">1115</a> <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">void</strong> checkOutputFile(File output, <a href="../../../../de/juplo/plugins/hibernate/ModificationTracker.html">ModificationTracker</a> tracker)
+<a class="jxr_linenumber" name="L1116" href="#L1116">1116</a> <strong class="jxr_keyword">throws</strong>
+<a class="jxr_linenumber" name="L1117" href="#L1117">1117</a> MojoExecutionException
+<a class="jxr_linenumber" name="L1118" href="#L1118">1118</a> {
+<a class="jxr_linenumber" name="L1119" href="#L1119">1119</a> <strong class="jxr_keyword">try</strong>
+<a class="jxr_linenumber" name="L1120" href="#L1120">1120</a> {
+<a class="jxr_linenumber" name="L1121" href="#L1121">1121</a> <strong class="jxr_keyword">if</strong> (output.exists())
+<a class="jxr_linenumber" name="L1122" href="#L1122">1122</a> tracker.track(SCRIPT, <strong class="jxr_keyword">new</strong> FileInputStream(output));
+<a class="jxr_linenumber" name="L1123" href="#L1123">1123</a> <strong class="jxr_keyword">else</strong>
+<a class="jxr_linenumber" name="L1124" href="#L1124">1124</a> tracker.track(SCRIPT, ZonedDateTime.now().toString());
+<a class="jxr_linenumber" name="L1125" href="#L1125">1125</a> }
+<a class="jxr_linenumber" name="L1126" href="#L1126">1126</a> <strong class="jxr_keyword">catch</strong> (IOException e)
+<a class="jxr_linenumber" name="L1127" href="#L1127">1127</a> {
+<a class="jxr_linenumber" name="L1128" href="#L1128">1128</a> String error =
+<a class="jxr_linenumber" name="L1129" href="#L1129">1129</a> <span class="jxr_string">"Error while checking the generated script: "</span> + e.getMessage();
+<a class="jxr_linenumber" name="L1130" href="#L1130">1130</a> getLog().error(error);
+<a class="jxr_linenumber" name="L1131" href="#L1131">1131</a> <strong class="jxr_keyword">throw</strong> <strong class="jxr_keyword">new</strong> MojoExecutionException(error);
+<a class="jxr_linenumber" name="L1132" href="#L1132">1132</a> }
+<a class="jxr_linenumber" name="L1133" href="#L1133">1133</a> }
+<a class="jxr_linenumber" name="L1134" href="#L1134">1134</a>
+<a class="jxr_linenumber" name="L1135" href="#L1135">1135</a> <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">void</strong> addMappings(MetadataSources sources, <a href="../../../../de/juplo/plugins/hibernate/ModificationTracker.html">ModificationTracker</a> tracker)
+<a class="jxr_linenumber" name="L1136" href="#L1136">1136</a> <strong class="jxr_keyword">throws</strong> MojoFailureException
+<a class="jxr_linenumber" name="L1137" href="#L1137">1137</a> {
+<a class="jxr_linenumber" name="L1138" href="#L1138">1138</a> getLog().debug(<span class="jxr_string">"Adding explicitly configured mappings..."</span>);
+<a class="jxr_linenumber" name="L1139" href="#L1139">1139</a> <strong class="jxr_keyword">if</strong> (mappings != <strong class="jxr_keyword">null</strong>)
+<a class="jxr_linenumber" name="L1140" href="#L1140">1140</a> {
+<a class="jxr_linenumber" name="L1141" href="#L1141">1141</a> <strong class="jxr_keyword">try</strong>
+<a class="jxr_linenumber" name="L1142" href="#L1142">1142</a> {
+<a class="jxr_linenumber" name="L1143" href="#L1143">1143</a> <strong class="jxr_keyword">for</strong> (String filename : mappings.split(<span class="jxr_string">"[\\s,]+"</span>))
+<a class="jxr_linenumber" name="L1144" href="#L1144">1144</a> {
+<a class="jxr_linenumber" name="L1145" href="#L1145">1145</a> <em class="jxr_comment">// First try the filename as absolute/relative path</em>
+<a class="jxr_linenumber" name="L1146" href="#L1146">1146</a> File file = <strong class="jxr_keyword">new</strong> File(filename);
+<a class="jxr_linenumber" name="L1147" href="#L1147">1147</a> <strong class="jxr_keyword">if</strong> (!file.exists())
+<a class="jxr_linenumber" name="L1148" href="#L1148">1148</a> {
+<a class="jxr_linenumber" name="L1149" href="#L1149">1149</a> <em class="jxr_comment">// If the file was not found, search for it in the resource-directories</em>
+<a class="jxr_linenumber" name="L1150" href="#L1150">1150</a> <strong class="jxr_keyword">for</strong> (Resource resource : project.getResources())
+<a class="jxr_linenumber" name="L1151" href="#L1151">1151</a> {
+<a class="jxr_linenumber" name="L1152" href="#L1152">1152</a> file = <strong class="jxr_keyword">new</strong> File(resource.getDirectory() + File.separator + filename);
+<a class="jxr_linenumber" name="L1153" href="#L1153">1153</a> <strong class="jxr_keyword">if</strong> (file.exists())
+<a class="jxr_linenumber" name="L1154" href="#L1154">1154</a> <strong class="jxr_keyword">break</strong>;
+<a class="jxr_linenumber" name="L1155" href="#L1155">1155</a> }
+<a class="jxr_linenumber" name="L1156" href="#L1156">1156</a> }
+<a class="jxr_linenumber" name="L1157" href="#L1157">1157</a> <strong class="jxr_keyword">if</strong> (file.exists())
+<a class="jxr_linenumber" name="L1158" href="#L1158">1158</a> {
+<a class="jxr_linenumber" name="L1159" href="#L1159">1159</a> <strong class="jxr_keyword">if</strong> (file.isDirectory())
+<a class="jxr_linenumber" name="L1160" href="#L1160">1160</a> <em class="jxr_comment">// TODO: add support to read all mappings under a directory</em>
+<a class="jxr_linenumber" name="L1161" href="#L1161">1161</a> <strong class="jxr_keyword">throw</strong> <strong class="jxr_keyword">new</strong> MojoFailureException(file.getAbsolutePath() + <span class="jxr_string">" is a directory"</span>);
+<a class="jxr_linenumber" name="L1162" href="#L1162">1162</a> <strong class="jxr_keyword">if</strong> (tracker.track(filename, <strong class="jxr_keyword">new</strong> FileInputStream(file)))
+<a class="jxr_linenumber" name="L1163" href="#L1163">1163</a> getLog().debug(<span class="jxr_string">"Found new or modified mapping-file: "</span> + filename);
+<a class="jxr_linenumber" name="L1164" href="#L1164">1164</a> <strong class="jxr_keyword">else</strong>
+<a class="jxr_linenumber" name="L1165" href="#L1165">1165</a> getLog().debug(<span class="jxr_string">"Mapping-file unchanged: "</span> + filename);
+<a class="jxr_linenumber" name="L1166" href="#L1166">1166</a>
+<a class="jxr_linenumber" name="L1167" href="#L1167">1167</a> sources.addFile(file);
+<a class="jxr_linenumber" name="L1168" href="#L1168">1168</a> }
+<a class="jxr_linenumber" name="L1169" href="#L1169">1169</a> <strong class="jxr_keyword">else</strong>
+<a class="jxr_linenumber" name="L1170" href="#L1170">1170</a> <strong class="jxr_keyword">throw</strong> <strong class="jxr_keyword">new</strong> MojoFailureException(<span class="jxr_string">"File "</span> + filename + <span class="jxr_string">" could not be found in any of the configured resource-directories!"</span>);
+<a class="jxr_linenumber" name="L1171" href="#L1171">1171</a> }
+<a class="jxr_linenumber" name="L1172" href="#L1172">1172</a> }
+<a class="jxr_linenumber" name="L1173" href="#L1173">1173</a> <strong class="jxr_keyword">catch</strong> (IOException e)
+<a class="jxr_linenumber" name="L1174" href="#L1174">1174</a> {
+<a class="jxr_linenumber" name="L1175" href="#L1175">1175</a> <strong class="jxr_keyword">throw</strong> <strong class="jxr_keyword">new</strong> MojoFailureException(<span class="jxr_string">"Cannot calculate MD5 sums!"</span>, e);
+<a class="jxr_linenumber" name="L1176" href="#L1176">1176</a> }
+<a class="jxr_linenumber" name="L1177" href="#L1177">1177</a> }
+<a class="jxr_linenumber" name="L1178" href="#L1178">1178</a> }
+<a class="jxr_linenumber" name="L1179" href="#L1179">1179</a>
+<a class="jxr_linenumber" name="L1180" href="#L1180">1180</a> <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">void</strong> addRoot(Set<URL> urls, String path) <strong class="jxr_keyword">throws</strong> MojoFailureException
+<a class="jxr_linenumber" name="L1181" href="#L1181">1181</a> {
+<a class="jxr_linenumber" name="L1182" href="#L1182">1182</a> <strong class="jxr_keyword">try</strong>
+<a class="jxr_linenumber" name="L1183" href="#L1183">1183</a> {
+<a class="jxr_linenumber" name="L1184" href="#L1184">1184</a> File dir = <strong class="jxr_keyword">new</strong> File(path);
+<a class="jxr_linenumber" name="L1185" href="#L1185">1185</a> <strong class="jxr_keyword">if</strong> (dir.exists())
+<a class="jxr_linenumber" name="L1186" href="#L1186">1186</a> {
+<a class="jxr_linenumber" name="L1187" href="#L1187">1187</a> getLog().info(<span class="jxr_string">"Adding "</span> + dir.getAbsolutePath() + <span class="jxr_string">" to the list of roots to scan..."</span>);
+<a class="jxr_linenumber" name="L1188" href="#L1188">1188</a> urls.add(dir.toURI().toURL());
+<a class="jxr_linenumber" name="L1189" href="#L1189">1189</a> }
+<a class="jxr_linenumber" name="L1190" href="#L1190">1190</a> <strong class="jxr_keyword">else</strong>
+<a class="jxr_linenumber" name="L1191" href="#L1191">1191</a> getLog().warn(
+<a class="jxr_linenumber" name="L1192" href="#L1192">1192</a> <span class="jxr_string">"the directory cannot be scanned for annotated classes, "</span> +
+<a class="jxr_linenumber" name="L1193" href="#L1193">1193</a> <span class="jxr_string">"because it does not exist: "</span> +
+<a class="jxr_linenumber" name="L1194" href="#L1194">1194</a> dir.getAbsolutePath()
+<a class="jxr_linenumber" name="L1195" href="#L1195">1195</a> );
+<a class="jxr_linenumber" name="L1196" href="#L1196">1196</a> }
+<a class="jxr_linenumber" name="L1197" href="#L1197">1197</a> <strong class="jxr_keyword">catch</strong> (MalformedURLException e)
+<a class="jxr_linenumber" name="L1198" href="#L1198">1198</a> {
+<a class="jxr_linenumber" name="L1199" href="#L1199">1199</a> getLog().error(<span class="jxr_string">"error while adding the project-root to the list of roots to scan!"</span>, e);
+<a class="jxr_linenumber" name="L1200" href="#L1200">1200</a> <strong class="jxr_keyword">throw</strong> <strong class="jxr_keyword">new</strong> MojoFailureException(e.getMessage());
+<a class="jxr_linenumber" name="L1201" href="#L1201">1201</a> }
+<a class="jxr_linenumber" name="L1202" href="#L1202">1202</a> }
+<a class="jxr_linenumber" name="L1203" href="#L1203">1203</a>
+<a class="jxr_linenumber" name="L1204" href="#L1204">1204</a> <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">void</strong> addDependencies(Set<URL> urls) <strong class="jxr_keyword">throws</strong> MojoFailureException
+<a class="jxr_linenumber" name="L1205" href="#L1205">1205</a> {
+<a class="jxr_linenumber" name="L1206" href="#L1206">1206</a> <strong class="jxr_keyword">try</strong>
+<a class="jxr_linenumber" name="L1207" href="#L1207">1207</a> {
+<a class="jxr_linenumber" name="L1208" href="#L1208">1208</a> <strong class="jxr_keyword">if</strong> (scanDependencies != <strong class="jxr_keyword">null</strong>)
+<a class="jxr_linenumber" name="L1209" href="#L1209">1209</a> {
+<a class="jxr_linenumber" name="L1210" href="#L1210">1210</a> Matcher matcher = SPLIT.matcher(scanDependencies);
+<a class="jxr_linenumber" name="L1211" href="#L1211">1211</a> <strong class="jxr_keyword">while</strong> (matcher.find())
+<a class="jxr_linenumber" name="L1212" href="#L1212">1212</a> {
+<a class="jxr_linenumber" name="L1213" href="#L1213">1213</a> getLog().info(<span class="jxr_string">"Adding dependencies from scope "</span> + matcher.group() + <span class="jxr_string">" to the list of roots to scan"</span>);
+<a class="jxr_linenumber" name="L1214" href="#L1214">1214</a> <strong class="jxr_keyword">for</strong> (Artifact artifact : project.getDependencyArtifacts())
+<a class="jxr_linenumber" name="L1215" href="#L1215">1215</a> {
+<a class="jxr_linenumber" name="L1216" href="#L1216">1216</a> <strong class="jxr_keyword">if</strong> (!artifact.getScope().equalsIgnoreCase(matcher.group()))
+<a class="jxr_linenumber" name="L1217" href="#L1217">1217</a> <strong class="jxr_keyword">continue</strong>;
+<a class="jxr_linenumber" name="L1218" href="#L1218">1218</a> <strong class="jxr_keyword">if</strong> (artifact.getFile() == <strong class="jxr_keyword">null</strong>)
+<a class="jxr_linenumber" name="L1219" href="#L1219">1219</a> {
+<a class="jxr_linenumber" name="L1220" href="#L1220">1220</a> getLog().warn(<span class="jxr_string">"Cannot add dependency "</span> + artifact.getId() + <span class="jxr_string">": no JAR-file available!"</span>);
+<a class="jxr_linenumber" name="L1221" href="#L1221">1221</a> <strong class="jxr_keyword">continue</strong>;
+<a class="jxr_linenumber" name="L1222" href="#L1222">1222</a> }
+<a class="jxr_linenumber" name="L1223" href="#L1223">1223</a> getLog().info(<span class="jxr_string">"Adding dependencies from scope "</span> + artifact.getId() + <span class="jxr_string">" to the list of roots to scan"</span>);
+<a class="jxr_linenumber" name="L1224" href="#L1224">1224</a> urls.add(artifact.getFile().toURI().toURL());
+<a class="jxr_linenumber" name="L1225" href="#L1225">1225</a> }
+<a class="jxr_linenumber" name="L1226" href="#L1226">1226</a> }
+<a class="jxr_linenumber" name="L1227" href="#L1227">1227</a> }
+<a class="jxr_linenumber" name="L1228" href="#L1228">1228</a> }
+<a class="jxr_linenumber" name="L1229" href="#L1229">1229</a> <strong class="jxr_keyword">catch</strong> (MalformedURLException e)
+<a class="jxr_linenumber" name="L1230" href="#L1230">1230</a> {
+<a class="jxr_linenumber" name="L1231" href="#L1231">1231</a> getLog().error(<span class="jxr_string">"Error while adding dependencies to the list of roots to scan!"</span>, e);
+<a class="jxr_linenumber" name="L1232" href="#L1232">1232</a> <strong class="jxr_keyword">throw</strong> <strong class="jxr_keyword">new</strong> MojoFailureException(e.getMessage());
+<a class="jxr_linenumber" name="L1233" href="#L1233">1233</a> }
+<a class="jxr_linenumber" name="L1234" href="#L1234">1234</a> }
+<a class="jxr_linenumber" name="L1235" href="#L1235">1235</a>
+<a class="jxr_linenumber" name="L1236" href="#L1236">1236</a> <strong class="jxr_keyword">private</strong> Set<String> scanUrls(Set<URL> scanRoots)
+<a class="jxr_linenumber" name="L1237" href="#L1237">1237</a> <strong class="jxr_keyword">throws</strong>
+<a class="jxr_linenumber" name="L1238" href="#L1238">1238</a> MojoFailureException
+<a class="jxr_linenumber" name="L1239" href="#L1239">1239</a> {
+<a class="jxr_linenumber" name="L1240" href="#L1240">1240</a> <strong class="jxr_keyword">try</strong>
+<a class="jxr_linenumber" name="L1241" href="#L1241">1241</a> {
+<a class="jxr_linenumber" name="L1242" href="#L1242">1242</a> AnnotationDB db = <strong class="jxr_keyword">new</strong> AnnotationDB();
+<a class="jxr_linenumber" name="L1243" href="#L1243">1243</a> <strong class="jxr_keyword">for</strong> (URL root : scanRoots)
+<a class="jxr_linenumber" name="L1244" href="#L1244">1244</a> db.scanArchives(root);
+<a class="jxr_linenumber" name="L1245" href="#L1245">1245</a>
+<a class="jxr_linenumber" name="L1246" href="#L1246">1246</a> Set<String> classes = <strong class="jxr_keyword">new</strong> HashSet<String>();
+<a class="jxr_linenumber" name="L1247" href="#L1247">1247</a> <strong class="jxr_keyword">if</strong> (db.getAnnotationIndex().containsKey(Entity.<strong class="jxr_keyword">class</strong>.getName()))
+<a class="jxr_linenumber" name="L1248" href="#L1248">1248</a> classes.addAll(db.getAnnotationIndex().get(Entity.<strong class="jxr_keyword">class</strong>.getName()));
+<a class="jxr_linenumber" name="L1249" href="#L1249">1249</a> <strong class="jxr_keyword">if</strong> (db.getAnnotationIndex().containsKey(MappedSuperclass.<strong class="jxr_keyword">class</strong>.getName()))
+<a class="jxr_linenumber" name="L1250" href="#L1250">1250</a> classes.addAll(db.getAnnotationIndex().get(MappedSuperclass.<strong class="jxr_keyword">class</strong>.getName()));
+<a class="jxr_linenumber" name="L1251" href="#L1251">1251</a> <strong class="jxr_keyword">if</strong> (db.getAnnotationIndex().containsKey(Embeddable.<strong class="jxr_keyword">class</strong>.getName()))
+<a class="jxr_linenumber" name="L1252" href="#L1252">1252</a> classes.addAll(db.getAnnotationIndex().get(Embeddable.<strong class="jxr_keyword">class</strong>.getName()));
+<a class="jxr_linenumber" name="L1253" href="#L1253">1253</a>
+<a class="jxr_linenumber" name="L1254" href="#L1254">1254</a> <strong class="jxr_keyword">return</strong> classes;
+<a class="jxr_linenumber" name="L1255" href="#L1255">1255</a> }
+<a class="jxr_linenumber" name="L1256" href="#L1256">1256</a> <strong class="jxr_keyword">catch</strong> (Exception e)
+<a class="jxr_linenumber" name="L1257" href="#L1257">1257</a> {
+<a class="jxr_linenumber" name="L1258" href="#L1258">1258</a> getLog().error(<span class="jxr_string">"Error while scanning!"</span>, e);
+<a class="jxr_linenumber" name="L1259" href="#L1259">1259</a> <strong class="jxr_keyword">throw</strong> <strong class="jxr_keyword">new</strong> MojoFailureException(e.getMessage());
+<a class="jxr_linenumber" name="L1260" href="#L1260">1260</a> }
+<a class="jxr_linenumber" name="L1261" href="#L1261">1261</a> }
+<a class="jxr_linenumber" name="L1262" href="#L1262">1262</a>
+<a class="jxr_linenumber" name="L1263" href="#L1263">1263</a> <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">void</strong> addAnnotated(
+<a class="jxr_linenumber" name="L1264" href="#L1264">1264</a> String name,
+<a class="jxr_linenumber" name="L1265" href="#L1265">1265</a> MetadataSources sources,
+<a class="jxr_linenumber" name="L1266" href="#L1266">1266</a> ClassLoaderService classLoaderService,
+<a class="jxr_linenumber" name="L1267" href="#L1267">1267</a> <a href="../../../../de/juplo/plugins/hibernate/ModificationTracker.html">ModificationTracker</a> tracker
+<a class="jxr_linenumber" name="L1268" href="#L1268">1268</a> )
+<a class="jxr_linenumber" name="L1269" href="#L1269">1269</a> <strong class="jxr_keyword">throws</strong>
+<a class="jxr_linenumber" name="L1270" href="#L1270">1270</a> MojoFailureException,
+<a class="jxr_linenumber" name="L1271" href="#L1271">1271</a> MojoExecutionException
+<a class="jxr_linenumber" name="L1272" href="#L1272">1272</a> {
+<a class="jxr_linenumber" name="L1273" href="#L1273">1273</a> <strong class="jxr_keyword">try</strong>
+<a class="jxr_linenumber" name="L1274" href="#L1274">1274</a> {
+<a class="jxr_linenumber" name="L1275" href="#L1275">1275</a> getLog().info(<span class="jxr_string">"Adding annotated resource: "</span> + name);
+<a class="jxr_linenumber" name="L1276" href="#L1276">1276</a> String packageName = <strong class="jxr_keyword">null</strong>;
+<a class="jxr_linenumber" name="L1277" href="#L1277">1277</a>
+<a class="jxr_linenumber" name="L1278" href="#L1278">1278</a> <strong class="jxr_keyword">boolean</strong> error = false;
+<a class="jxr_linenumber" name="L1279" href="#L1279">1279</a> <strong class="jxr_keyword">try</strong>
+<a class="jxr_linenumber" name="L1280" href="#L1280">1280</a> {
+<a class="jxr_linenumber" name="L1281" href="#L1281">1281</a> Class<?> annotatedClass = classLoaderService.classForName(name);
+<a class="jxr_linenumber" name="L1282" href="#L1282">1282</a> String resourceName = annotatedClass.getName();
+<a class="jxr_linenumber" name="L1283" href="#L1283">1283</a> resourceName =
+<a class="jxr_linenumber" name="L1284" href="#L1284">1284</a> resourceName.substring(
+<a class="jxr_linenumber" name="L1285" href="#L1285">1285</a> resourceName.lastIndexOf(<span class="jxr_string">"."</span>) + 1,
+<a class="jxr_linenumber" name="L1286" href="#L1286">1286</a> resourceName.length()
+<a class="jxr_linenumber" name="L1287" href="#L1287">1287</a> ) + <span class="jxr_string">".class"</span>;
+<a class="jxr_linenumber" name="L1288" href="#L1288">1288</a> InputStream is = annotatedClass.getResourceAsStream(resourceName);
+<a class="jxr_linenumber" name="L1289" href="#L1289">1289</a> <strong class="jxr_keyword">if</strong> (is != <strong class="jxr_keyword">null</strong>)
+<a class="jxr_linenumber" name="L1290" href="#L1290">1290</a> {
+<a class="jxr_linenumber" name="L1291" href="#L1291">1291</a> <strong class="jxr_keyword">if</strong> (tracker.track(name, is))
+<a class="jxr_linenumber" name="L1292" href="#L1292">1292</a> getLog().debug(<span class="jxr_string">"New or modified class: "</span> + name);
+<a class="jxr_linenumber" name="L1293" href="#L1293">1293</a> <strong class="jxr_keyword">else</strong>
+<a class="jxr_linenumber" name="L1294" href="#L1294">1294</a> getLog().debug(<span class="jxr_string">"Unchanged class: "</span> + name);
+<a class="jxr_linenumber" name="L1295" href="#L1295">1295</a> sources.addAnnotatedClass(annotatedClass);
+<a class="jxr_linenumber" name="L1296" href="#L1296">1296</a> packageName = annotatedClass.getPackage().getName();
+<a class="jxr_linenumber" name="L1297" href="#L1297">1297</a> }
+<a class="jxr_linenumber" name="L1298" href="#L1298">1298</a> <strong class="jxr_keyword">else</strong>
+<a class="jxr_linenumber" name="L1299" href="#L1299">1299</a> {
+<a class="jxr_linenumber" name="L1300" href="#L1300">1300</a> getLog().error(<span class="jxr_string">"cannot find ressource "</span> + resourceName + <span class="jxr_string">" for class "</span> + name);
+<a class="jxr_linenumber" name="L1301" href="#L1301">1301</a> error = <strong class="jxr_keyword">true</strong>;
+<a class="jxr_linenumber" name="L1302" href="#L1302">1302</a> }
+<a class="jxr_linenumber" name="L1303" href="#L1303">1303</a> }
+<a class="jxr_linenumber" name="L1304" href="#L1304">1304</a> <strong class="jxr_keyword">catch</strong>(ClassLoadingException e)
+<a class="jxr_linenumber" name="L1305" href="#L1305">1305</a> {
+<a class="jxr_linenumber" name="L1306" href="#L1306">1306</a> packageName = name;
+<a class="jxr_linenumber" name="L1307" href="#L1307">1307</a> }
+<a class="jxr_linenumber" name="L1308" href="#L1308">1308</a> <strong class="jxr_keyword">if</strong> (error)
+<a class="jxr_linenumber" name="L1309" href="#L1309">1309</a> {
+<a class="jxr_linenumber" name="L1310" href="#L1310">1310</a> <strong class="jxr_keyword">throw</strong> <strong class="jxr_keyword">new</strong> MojoExecutionException(<span class="jxr_string">"error while inspecting annotated class "</span> + name);
+<a class="jxr_linenumber" name="L1311" href="#L1311">1311</a> }
+<a class="jxr_linenumber" name="L1312" href="#L1312">1312</a>
+<a class="jxr_linenumber" name="L1313" href="#L1313">1313</a> <strong class="jxr_keyword">while</strong> (packageName != <strong class="jxr_keyword">null</strong>)
+<a class="jxr_linenumber" name="L1314" href="#L1314">1314</a> {
+<a class="jxr_linenumber" name="L1315" href="#L1315">1315</a> <strong class="jxr_keyword">if</strong> (packages.contains(packageName))
+<a class="jxr_linenumber" name="L1316" href="#L1316">1316</a> <strong class="jxr_keyword">return</strong>;
+<a class="jxr_linenumber" name="L1317" href="#L1317">1317</a> String resource = packageName.replace('.', '/') + <span class="jxr_string">"/package-info.class"</span>;
+<a class="jxr_linenumber" name="L1318" href="#L1318">1318</a> InputStream is = classLoaderService.locateResourceStream(resource);
+<a class="jxr_linenumber" name="L1319" href="#L1319">1319</a> <strong class="jxr_keyword">if</strong> (is == <strong class="jxr_keyword">null</strong>)
+<a class="jxr_linenumber" name="L1320" href="#L1320">1320</a> {
+<a class="jxr_linenumber" name="L1321" href="#L1321">1321</a> <em class="jxr_comment">// No compiled package-info available: no package-level annotations!</em>
+<a class="jxr_linenumber" name="L1322" href="#L1322">1322</a> getLog().debug(<span class="jxr_string">"Package "</span> + packageName + <span class="jxr_string">" is not annotated."</span>);
+<a class="jxr_linenumber" name="L1323" href="#L1323">1323</a> }
+<a class="jxr_linenumber" name="L1324" href="#L1324">1324</a> <strong class="jxr_keyword">else</strong>
+<a class="jxr_linenumber" name="L1325" href="#L1325">1325</a> {
+<a class="jxr_linenumber" name="L1326" href="#L1326">1326</a> <strong class="jxr_keyword">if</strong> (tracker.track(packageName, is))
+<a class="jxr_linenumber" name="L1327" href="#L1327">1327</a> getLog().debug(<span class="jxr_string">"New or modified package: "</span> + packageName);
+<a class="jxr_linenumber" name="L1328" href="#L1328">1328</a> <strong class="jxr_keyword">else</strong>
+<a class="jxr_linenumber" name="L1329" href="#L1329">1329</a> getLog().debug(<span class="jxr_string">"Unchanged package: "</span> + packageName);
+<a class="jxr_linenumber" name="L1330" href="#L1330">1330</a> getLog().info(<span class="jxr_string">"Adding annotations from package "</span> + packageName);
+<a class="jxr_linenumber" name="L1331" href="#L1331">1331</a> sources.addPackage(packageName);
+<a class="jxr_linenumber" name="L1332" href="#L1332">1332</a> }
+<a class="jxr_linenumber" name="L1333" href="#L1333">1333</a> packages.add(packageName);
+<a class="jxr_linenumber" name="L1334" href="#L1334">1334</a> <strong class="jxr_keyword">int</strong> i = packageName.lastIndexOf('.');
+<a class="jxr_linenumber" name="L1335" href="#L1335">1335</a> <strong class="jxr_keyword">if</strong> (i < 0)
+<a class="jxr_linenumber" name="L1336" href="#L1336">1336</a> packageName = <strong class="jxr_keyword">null</strong>;
+<a class="jxr_linenumber" name="L1337" href="#L1337">1337</a> <strong class="jxr_keyword">else</strong>
+<a class="jxr_linenumber" name="L1338" href="#L1338">1338</a> packageName = packageName.substring(0,i);
+<a class="jxr_linenumber" name="L1339" href="#L1339">1339</a> }
+<a class="jxr_linenumber" name="L1340" href="#L1340">1340</a> }
+<a class="jxr_linenumber" name="L1341" href="#L1341">1341</a> <strong class="jxr_keyword">catch</strong> (Exception e)
+<a class="jxr_linenumber" name="L1342" href="#L1342">1342</a> {
+<a class="jxr_linenumber" name="L1343" href="#L1343">1343</a> getLog().error(<span class="jxr_string">"Error while adding the annotated class "</span> + name, e);
+<a class="jxr_linenumber" name="L1344" href="#L1344">1344</a> <strong class="jxr_keyword">throw</strong> <strong class="jxr_keyword">new</strong> MojoFailureException(e.getMessage());
+<a class="jxr_linenumber" name="L1345" href="#L1345">1345</a> }
+<a class="jxr_linenumber" name="L1346" href="#L1346">1346</a> }
+<a class="jxr_linenumber" name="L1347" href="#L1347">1347</a>
+<a class="jxr_linenumber" name="L1348" href="#L1348">1348</a> <strong class="jxr_keyword">private</strong> ParsedPersistenceXmlDescriptor loadPersistenceUnit(
+<a class="jxr_linenumber" name="L1349" href="#L1349">1349</a> ClassLoaderService classLoaderService,
+<a class="jxr_linenumber" name="L1350" href="#L1350">1350</a> Properties properties
+<a class="jxr_linenumber" name="L1351" href="#L1351">1351</a> )
+<a class="jxr_linenumber" name="L1352" href="#L1352">1352</a> <strong class="jxr_keyword">throws</strong>
+<a class="jxr_linenumber" name="L1353" href="#L1353">1353</a> MojoFailureException
+<a class="jxr_linenumber" name="L1354" href="#L1354">1354</a> {
+<a class="jxr_linenumber" name="L1355" href="#L1355">1355</a> PersistenceXmlParser parser =
+<a class="jxr_linenumber" name="L1356" href="#L1356">1356</a> <strong class="jxr_keyword">new</strong> PersistenceXmlParser(
+<a class="jxr_linenumber" name="L1357" href="#L1357">1357</a> classLoaderService,
+<a class="jxr_linenumber" name="L1358" href="#L1358">1358</a> PersistenceUnitTransactionType.RESOURCE_LOCAL
+<a class="jxr_linenumber" name="L1359" href="#L1359">1359</a> );
+<a class="jxr_linenumber" name="L1360" href="#L1360">1360</a>
+<a class="jxr_linenumber" name="L1361" href="#L1361">1361</a> Map<String, ParsedPersistenceXmlDescriptor> units =
+<a class="jxr_linenumber" name="L1362" href="#L1362">1362</a> parser.doResolve(properties);
+<a class="jxr_linenumber" name="L1363" href="#L1363">1363</a>
+<a class="jxr_linenumber" name="L1364" href="#L1364">1364</a> <strong class="jxr_keyword">if</strong> (persistenceUnit == <strong class="jxr_keyword">null</strong>)
+<a class="jxr_linenumber" name="L1365" href="#L1365">1365</a> {
+<a class="jxr_linenumber" name="L1366" href="#L1366">1366</a> Iterator<String> names = units.keySet().iterator();
+<a class="jxr_linenumber" name="L1367" href="#L1367">1367</a> <strong class="jxr_keyword">if</strong> (!names.hasNext())
+<a class="jxr_linenumber" name="L1368" href="#L1368">1368</a> {
+<a class="jxr_linenumber" name="L1369" href="#L1369">1369</a> getLog().info(<span class="jxr_string">"Found no META-INF/persistence.xml."</span>);
+<a class="jxr_linenumber" name="L1370" href="#L1370">1370</a> <strong class="jxr_keyword">return</strong> <strong class="jxr_keyword">null</strong>;
+<a class="jxr_linenumber" name="L1371" href="#L1371">1371</a> }
+<a class="jxr_linenumber" name="L1372" href="#L1372">1372</a>
+<a class="jxr_linenumber" name="L1373" href="#L1373">1373</a> String name = names.next();
+<a class="jxr_linenumber" name="L1374" href="#L1374">1374</a> <strong class="jxr_keyword">if</strong> (!names.hasNext())
+<a class="jxr_linenumber" name="L1375" href="#L1375">1375</a> {
+<a class="jxr_linenumber" name="L1376" href="#L1376">1376</a> getLog().info(<span class="jxr_string">"Using persistence-unit "</span> + name);
+<a class="jxr_linenumber" name="L1377" href="#L1377">1377</a> <strong class="jxr_keyword">return</strong> units.get(name);
+<a class="jxr_linenumber" name="L1378" href="#L1378">1378</a> }
+<a class="jxr_linenumber" name="L1379" href="#L1379">1379</a>
+<a class="jxr_linenumber" name="L1380" href="#L1380">1380</a> StringBuilder builder = <strong class="jxr_keyword">new</strong> StringBuilder();
+<a class="jxr_linenumber" name="L1381" href="#L1381">1381</a> builder.append(<span class="jxr_string">"No name provided and multiple persistence units found: "</span>);
+<a class="jxr_linenumber" name="L1382" href="#L1382">1382</a> builder.append(name);
+<a class="jxr_linenumber" name="L1383" href="#L1383">1383</a> <strong class="jxr_keyword">while</strong>(names.hasNext())
+<a class="jxr_linenumber" name="L1384" href="#L1384">1384</a> {
+<a class="jxr_linenumber" name="L1385" href="#L1385">1385</a> builder.append(<span class="jxr_string">", "</span>);
+<a class="jxr_linenumber" name="L1386" href="#L1386">1386</a> builder.append(names.next());
+<a class="jxr_linenumber" name="L1387" href="#L1387">1387</a> }
+<a class="jxr_linenumber" name="L1388" href="#L1388">1388</a> builder.append('.');
+<a class="jxr_linenumber" name="L1389" href="#L1389">1389</a> <strong class="jxr_keyword">throw</strong> <strong class="jxr_keyword">new</strong> MojoFailureException(builder.toString());
+<a class="jxr_linenumber" name="L1390" href="#L1390">1390</a> }
+<a class="jxr_linenumber" name="L1391" href="#L1391">1391</a>
+<a class="jxr_linenumber" name="L1392" href="#L1392">1392</a> <strong class="jxr_keyword">if</strong> (units.containsKey(persistenceUnit))
+<a class="jxr_linenumber" name="L1393" href="#L1393">1393</a> {
+<a class="jxr_linenumber" name="L1394" href="#L1394">1394</a> getLog().info(<span class="jxr_string">"Using configured persistence-unit "</span> + persistenceUnit);
+<a class="jxr_linenumber" name="L1395" href="#L1395">1395</a> <strong class="jxr_keyword">return</strong> units.get(persistenceUnit);
+<a class="jxr_linenumber" name="L1396" href="#L1396">1396</a> }
+<a class="jxr_linenumber" name="L1397" href="#L1397">1397</a>
+<a class="jxr_linenumber" name="L1398" href="#L1398">1398</a> <strong class="jxr_keyword">throw</strong> <strong class="jxr_keyword">new</strong> MojoFailureException(<span class="jxr_string">"Could not find persistence-unit "</span> + persistenceUnit);
+<a class="jxr_linenumber" name="L1399" href="#L1399">1399</a> }
+<a class="jxr_linenumber" name="L1400" href="#L1400">1400</a>
+<a class="jxr_linenumber" name="L1401" href="#L1401">1401</a>
+<a class="jxr_linenumber" name="L1402" href="#L1402">1402</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">void</strong> printStrackTrace(StringBuilder builder, Throwable t)
+<a class="jxr_linenumber" name="L1403" href="#L1403">1403</a> {
+<a class="jxr_linenumber" name="L1404" href="#L1404">1404</a> <strong class="jxr_keyword">while</strong> (t != <strong class="jxr_keyword">null</strong>)
+<a class="jxr_linenumber" name="L1405" href="#L1405">1405</a> {
+<a class="jxr_linenumber" name="L1406" href="#L1406">1406</a> builder.append(<span class="jxr_string">"\n\tCause: "</span>);
+<a class="jxr_linenumber" name="L1407" href="#L1407">1407</a> builder.append(t.getMessage() == <strong class="jxr_keyword">null</strong> ? <span class="jxr_string">""</span> : t.getMessage().replaceAll(<span class="jxr_string">"\\s+"</span>, <span class="jxr_string">" "</span>));
+<a class="jxr_linenumber" name="L1408" href="#L1408">1408</a> <strong class="jxr_keyword">for</strong> (StackTraceElement trace : t.getStackTrace())
+<a class="jxr_linenumber" name="L1409" href="#L1409">1409</a> {
+<a class="jxr_linenumber" name="L1410" href="#L1410">1410</a> builder.append(<span class="jxr_string">"\n\t"</span>);
+<a class="jxr_linenumber" name="L1411" href="#L1411">1411</a> builder.append(trace.getClassName());
+<a class="jxr_linenumber" name="L1412" href="#L1412">1412</a> builder.append(<span class="jxr_string">"."</span>);
+<a class="jxr_linenumber" name="L1413" href="#L1413">1413</a> builder.append(trace.getMethodName());
+<a class="jxr_linenumber" name="L1414" href="#L1414">1414</a> builder.append(<span class="jxr_string">"():"</span>);
+<a class="jxr_linenumber" name="L1415" href="#L1415">1415</a> builder.append(trace.getLineNumber());
+<a class="jxr_linenumber" name="L1416" href="#L1416">1416</a> }
+<a class="jxr_linenumber" name="L1417" href="#L1417">1417</a> t = t.getCause();
+<a class="jxr_linenumber" name="L1418" href="#L1418">1418</a> }
+<a class="jxr_linenumber" name="L1419" href="#L1419">1419</a> }
+<a class="jxr_linenumber" name="L1420" href="#L1420">1420</a> }
+</pre>
+<hr/>
+<div id="footer">Copyright © 2026. All rights reserved.</div>
+</body>
+</html>
--- /dev/null
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<head><meta http-equiv="content-type" content="text/html; charset=UTF-8" />
+<title>CreateMojo xref</title>
+<link type="text/css" rel="stylesheet" href="../../../../stylesheet.css" />
+</head>
+<body>
+<div id="overview"><a href="../../../../../apidocs/de/juplo/plugins/hibernate/CreateMojo.html">View Javadoc</a></div><pre>
+<a class="jxr_linenumber" name="L1" href="#L1">1</a> <strong class="jxr_keyword">package</strong> de.juplo.plugins.hibernate;
+<a class="jxr_linenumber" name="L2" href="#L2">2</a>
+<a class="jxr_linenumber" name="L3" href="#L3">3</a> <em class="jxr_comment">/*</em>
+<a class="jxr_linenumber" name="L4" href="#L4">4</a> <em class="jxr_comment"> * Copyright 2001-2005 The Apache Software Foundation.</em>
+<a class="jxr_linenumber" name="L5" href="#L5">5</a> <em class="jxr_comment"> *</em>
+<a class="jxr_linenumber" name="L6" href="#L6">6</a> <em class="jxr_comment"> * Licensed under the Apache License, Version 2.0 (the "License");</em>
+<a class="jxr_linenumber" name="L7" href="#L7">7</a> <em class="jxr_comment"> * you may not use this file except in compliance with the License.</em>
+<a class="jxr_linenumber" name="L8" href="#L8">8</a> <em class="jxr_comment"> * You may obtain a copy of the License at</em>
+<a class="jxr_linenumber" name="L9" href="#L9">9</a> <em class="jxr_comment"> *</em>
+<a class="jxr_linenumber" name="L10" href="#L10">10</a> <em class="jxr_comment"> * <a href="http://www.apache.org/licenses/LICENSE-2." target="alexandria_uri">http://www.apache.org/licenses/LICENSE-2.</a>0</em>
+<a class="jxr_linenumber" name="L11" href="#L11">11</a> <em class="jxr_comment"> *</em>
+<a class="jxr_linenumber" name="L12" href="#L12">12</a> <em class="jxr_comment"> * Unless required by applicable law or agreed to in writing, software</em>
+<a class="jxr_linenumber" name="L13" href="#L13">13</a> <em class="jxr_comment"> * distributed under the License is distributed on an "AS IS" BASIS,</em>
+<a class="jxr_linenumber" name="L14" href="#L14">14</a> <em class="jxr_comment"> * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</em>
+<a class="jxr_linenumber" name="L15" href="#L15">15</a> <em class="jxr_comment"> * See the License for the specific language governing permissions and</em>
+<a class="jxr_linenumber" name="L16" href="#L16">16</a> <em class="jxr_comment"> * limitations under the License.</em>
+<a class="jxr_linenumber" name="L17" href="#L17">17</a> <em class="jxr_comment"> */</em>
+<a class="jxr_linenumber" name="L18" href="#L18">18</a>
+<a class="jxr_linenumber" name="L19" href="#L19">19</a> <strong class="jxr_keyword">import</strong> java.util.Map;
+<a class="jxr_linenumber" name="L20" href="#L20">20</a> <strong class="jxr_keyword">import</strong> org.apache.maven.plugin.MojoExecutionException;
+<a class="jxr_linenumber" name="L21" href="#L21">21</a> <strong class="jxr_keyword">import</strong> org.apache.maven.plugin.MojoFailureException;
+<a class="jxr_linenumber" name="L22" href="#L22">22</a> <strong class="jxr_keyword">import</strong> org.hibernate.boot.spi.MetadataImplementor;
+<a class="jxr_linenumber" name="L23" href="#L23">23</a> <strong class="jxr_keyword">import</strong> org.hibernate.service.ServiceRegistry;
+<a class="jxr_linenumber" name="L24" href="#L24">24</a> <strong class="jxr_keyword">import</strong> org.hibernate.tool.schema.SourceType;
+<a class="jxr_linenumber" name="L25" href="#L25">25</a> <strong class="jxr_keyword">import</strong> org.hibernate.tool.schema.spi.ExecutionOptions;
+<a class="jxr_linenumber" name="L26" href="#L26">26</a> <strong class="jxr_keyword">import</strong> org.hibernate.tool.schema.spi.SchemaManagementTool;
+<a class="jxr_linenumber" name="L27" href="#L27">27</a> <strong class="jxr_keyword">import</strong> org.hibernate.tool.schema.spi.ScriptSourceInput;
+<a class="jxr_linenumber" name="L28" href="#L28">28</a> <strong class="jxr_keyword">import</strong> org.hibernate.tool.schema.spi.SourceDescriptor;
+<a class="jxr_linenumber" name="L29" href="#L29">29</a> <strong class="jxr_keyword">import</strong> org.hibernate.tool.schema.spi.TargetDescriptor;
+<a class="jxr_linenumber" name="L30" href="#L30">30</a>
+<a class="jxr_linenumber" name="L31" href="#L31">31</a>
+<a class="jxr_linenumber" name="L32" href="#L32">32</a> <em class="jxr_javadoccomment">/**</em>
+<a class="jxr_linenumber" name="L33" href="#L33">33</a> <em class="jxr_javadoccomment"> * Generate/Execute SQL to create a database-schema that represents the</em>
+<a class="jxr_linenumber" name="L34" href="#L34">34</a> <em class="jxr_javadoccomment"> * configured mappings.</em>
+<a class="jxr_linenumber" name="L35" href="#L35">35</a> <em class="jxr_javadoccomment"> *</em>
+<a class="jxr_linenumber" name="L36" href="#L36">36</a> <em class="jxr_javadoccomment"> * @goal create</em>
+<a class="jxr_linenumber" name="L37" href="#L37">37</a> <em class="jxr_javadoccomment"> * @phase process-classes</em>
+<a class="jxr_linenumber" name="L38" href="#L38">38</a> <em class="jxr_javadoccomment"> * @threadSafe</em>
+<a class="jxr_linenumber" name="L39" href="#L39">39</a> <em class="jxr_javadoccomment"> * @requiresDependencyResolution runtime</em>
+<a class="jxr_linenumber" name="L40" href="#L40">40</a> <em class="jxr_javadoccomment"> */</em>
+<a class="jxr_linenumber" name="L41" href="#L41">41</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">class</strong> <a href="../../../../de/juplo/plugins/hibernate/CreateMojo.html">CreateMojo</a> <strong class="jxr_keyword">extends</strong> <a href="../../../../de/juplo/plugins/hibernate/AbstractSchemaMojo.html">AbstractSchemaMojo</a>
+<a class="jxr_linenumber" name="L42" href="#L42">42</a> {
+<a class="jxr_linenumber" name="L43" href="#L43">43</a> <em class="jxr_javadoccomment">/**</em>
+<a class="jxr_linenumber" name="L44" href="#L44">44</a> <em class="jxr_javadoccomment"> * Output file.</em>
+<a class="jxr_linenumber" name="L45" href="#L45">45</a> <em class="jxr_javadoccomment"> * <p></em>
+<a class="jxr_linenumber" name="L46" href="#L46">46</a> <em class="jxr_javadoccomment"> * If the specified filename is not absolut, the file will be created</em>
+<a class="jxr_linenumber" name="L47" href="#L47">47</a> <em class="jxr_javadoccomment"> * relative to the project build directory</em>
+<a class="jxr_linenumber" name="L48" href="#L48">48</a> <em class="jxr_javadoccomment"> * (<code>project.build.directory</code>).</em>
+<a class="jxr_linenumber" name="L49" href="#L49">49</a> <em class="jxr_javadoccomment"> *</em>
+<a class="jxr_linenumber" name="L50" href="#L50">50</a> <em class="jxr_javadoccomment"> * @parameter property="hibernate.schema.create" default-value="create.sql"</em>
+<a class="jxr_linenumber" name="L51" href="#L51">51</a> <em class="jxr_javadoccomment"> * @since 1.0</em>
+<a class="jxr_linenumber" name="L52" href="#L52">52</a> <em class="jxr_javadoccomment"> */</em>
+<a class="jxr_linenumber" name="L53" href="#L53">53</a> <strong class="jxr_keyword">private</strong> String outputFile;
+<a class="jxr_linenumber" name="L54" href="#L54">54</a>
+<a class="jxr_linenumber" name="L55" href="#L55">55</a>
+<a class="jxr_linenumber" name="L56" href="#L56">56</a> @Override
+<a class="jxr_linenumber" name="L57" href="#L57">57</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">final</strong> <strong class="jxr_keyword">void</strong> execute()
+<a class="jxr_linenumber" name="L58" href="#L58">58</a> <strong class="jxr_keyword">throws</strong>
+<a class="jxr_linenumber" name="L59" href="#L59">59</a> MojoFailureException,
+<a class="jxr_linenumber" name="L60" href="#L60">60</a> MojoExecutionException
+<a class="jxr_linenumber" name="L61" href="#L61">61</a> {
+<a class="jxr_linenumber" name="L62" href="#L62">62</a> <strong class="jxr_keyword">super</strong>.execute(outputFile);
+<a class="jxr_linenumber" name="L63" href="#L63">63</a> }
+<a class="jxr_linenumber" name="L64" href="#L64">64</a>
+<a class="jxr_linenumber" name="L65" href="#L65">65</a>
+<a class="jxr_linenumber" name="L66" href="#L66">66</a> @Override
+<a class="jxr_linenumber" name="L67" href="#L67">67</a> <strong class="jxr_keyword">void</strong> build(
+<a class="jxr_linenumber" name="L68" href="#L68">68</a> MetadataImplementor metadata,
+<a class="jxr_linenumber" name="L69" href="#L69">69</a> ExecutionOptions options,
+<a class="jxr_linenumber" name="L70" href="#L70">70</a> TargetDescriptor target
+<a class="jxr_linenumber" name="L71" href="#L71">71</a> )
+<a class="jxr_linenumber" name="L72" href="#L72">72</a> <strong class="jxr_keyword">throws</strong>
+<a class="jxr_linenumber" name="L73" href="#L73">73</a> MojoExecutionException,
+<a class="jxr_linenumber" name="L74" href="#L74">74</a> MojoFailureException
+<a class="jxr_linenumber" name="L75" href="#L75">75</a> {
+<a class="jxr_linenumber" name="L76" href="#L76">76</a> ServiceRegistry service =
+<a class="jxr_linenumber" name="L77" href="#L77">77</a> metadata.getMetadataBuildingOptions().getServiceRegistry();
+<a class="jxr_linenumber" name="L78" href="#L78">78</a> SchemaManagementTool tool = service.getService(SchemaManagementTool.<strong class="jxr_keyword">class</strong>);
+<a class="jxr_linenumber" name="L79" href="#L79">79</a>
+<a class="jxr_linenumber" name="L80" href="#L80">80</a> Map config = options.getConfigurationValues();
+<a class="jxr_linenumber" name="L81" href="#L81">81</a> SourceDescriptor source = <strong class="jxr_keyword">new</strong> SourceDescriptor()
+<a class="jxr_linenumber" name="L82" href="#L82">82</a> {
+<a class="jxr_linenumber" name="L83" href="#L83">83</a> @Override
+<a class="jxr_linenumber" name="L84" href="#L84">84</a> <strong class="jxr_keyword">public</strong> SourceType getSourceType()
+<a class="jxr_linenumber" name="L85" href="#L85">85</a> {
+<a class="jxr_linenumber" name="L86" href="#L86">86</a> <strong class="jxr_keyword">return</strong> SourceType.METADATA;
+<a class="jxr_linenumber" name="L87" href="#L87">87</a> }
+<a class="jxr_linenumber" name="L88" href="#L88">88</a>
+<a class="jxr_linenumber" name="L89" href="#L89">89</a> @Override
+<a class="jxr_linenumber" name="L90" href="#L90">90</a> <strong class="jxr_keyword">public</strong> ScriptSourceInput getScriptSourceInput()
+<a class="jxr_linenumber" name="L91" href="#L91">91</a> {
+<a class="jxr_linenumber" name="L92" href="#L92">92</a> <strong class="jxr_keyword">return</strong> <strong class="jxr_keyword">null</strong>;
+<a class="jxr_linenumber" name="L93" href="#L93">93</a> }
+<a class="jxr_linenumber" name="L94" href="#L94">94</a> };
+<a class="jxr_linenumber" name="L95" href="#L95">95</a>
+<a class="jxr_linenumber" name="L96" href="#L96">96</a> tool.getSchemaCreator(config).doCreation(metadata, options, source, target);
+<a class="jxr_linenumber" name="L97" href="#L97">97</a> }
+<a class="jxr_linenumber" name="L98" href="#L98">98</a> }
+</pre>
+<hr/>
+<div id="footer">Copyright © 2026. All rights reserved.</div>
+</body>
+</html>
--- /dev/null
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<head><meta http-equiv="content-type" content="text/html; charset=UTF-8" />
+<title>DropMojo xref</title>
+<link type="text/css" rel="stylesheet" href="../../../../stylesheet.css" />
+</head>
+<body>
+<div id="overview"><a href="../../../../../apidocs/de/juplo/plugins/hibernate/DropMojo.html">View Javadoc</a></div><pre>
+<a class="jxr_linenumber" name="L1" href="#L1">1</a> <strong class="jxr_keyword">package</strong> de.juplo.plugins.hibernate;
+<a class="jxr_linenumber" name="L2" href="#L2">2</a>
+<a class="jxr_linenumber" name="L3" href="#L3">3</a> <em class="jxr_comment">/*</em>
+<a class="jxr_linenumber" name="L4" href="#L4">4</a> <em class="jxr_comment"> * Copyright 2001-2005 The Apache Software Foundation.</em>
+<a class="jxr_linenumber" name="L5" href="#L5">5</a> <em class="jxr_comment"> *</em>
+<a class="jxr_linenumber" name="L6" href="#L6">6</a> <em class="jxr_comment"> * Licensed under the Apache License, Version 2.0 (the "License");</em>
+<a class="jxr_linenumber" name="L7" href="#L7">7</a> <em class="jxr_comment"> * you may not use this file except in compliance with the License.</em>
+<a class="jxr_linenumber" name="L8" href="#L8">8</a> <em class="jxr_comment"> * You may obtain a copy of the License at</em>
+<a class="jxr_linenumber" name="L9" href="#L9">9</a> <em class="jxr_comment"> *</em>
+<a class="jxr_linenumber" name="L10" href="#L10">10</a> <em class="jxr_comment"> * <a href="http://www.apache.org/licenses/LICENSE-2." target="alexandria_uri">http://www.apache.org/licenses/LICENSE-2.</a>0</em>
+<a class="jxr_linenumber" name="L11" href="#L11">11</a> <em class="jxr_comment"> *</em>
+<a class="jxr_linenumber" name="L12" href="#L12">12</a> <em class="jxr_comment"> * Unless required by applicable law or agreed to in writing, software</em>
+<a class="jxr_linenumber" name="L13" href="#L13">13</a> <em class="jxr_comment"> * distributed under the License is distributed on an "AS IS" BASIS,</em>
+<a class="jxr_linenumber" name="L14" href="#L14">14</a> <em class="jxr_comment"> * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</em>
+<a class="jxr_linenumber" name="L15" href="#L15">15</a> <em class="jxr_comment"> * See the License for the specific language governing permissions and</em>
+<a class="jxr_linenumber" name="L16" href="#L16">16</a> <em class="jxr_comment"> * limitations under the License.</em>
+<a class="jxr_linenumber" name="L17" href="#L17">17</a> <em class="jxr_comment"> */</em>
+<a class="jxr_linenumber" name="L18" href="#L18">18</a>
+<a class="jxr_linenumber" name="L19" href="#L19">19</a> <strong class="jxr_keyword">import</strong> java.util.Map;
+<a class="jxr_linenumber" name="L20" href="#L20">20</a> <strong class="jxr_keyword">import</strong> org.apache.maven.plugin.MojoExecutionException;
+<a class="jxr_linenumber" name="L21" href="#L21">21</a> <strong class="jxr_keyword">import</strong> org.apache.maven.plugin.MojoFailureException;
+<a class="jxr_linenumber" name="L22" href="#L22">22</a> <strong class="jxr_keyword">import</strong> org.hibernate.boot.spi.MetadataImplementor;
+<a class="jxr_linenumber" name="L23" href="#L23">23</a> <strong class="jxr_keyword">import</strong> org.hibernate.service.ServiceRegistry;
+<a class="jxr_linenumber" name="L24" href="#L24">24</a> <strong class="jxr_keyword">import</strong> org.hibernate.tool.schema.SourceType;
+<a class="jxr_linenumber" name="L25" href="#L25">25</a> <strong class="jxr_keyword">import</strong> org.hibernate.tool.schema.spi.ExecutionOptions;
+<a class="jxr_linenumber" name="L26" href="#L26">26</a> <strong class="jxr_keyword">import</strong> org.hibernate.tool.schema.spi.SchemaManagementTool;
+<a class="jxr_linenumber" name="L27" href="#L27">27</a> <strong class="jxr_keyword">import</strong> org.hibernate.tool.schema.spi.ScriptSourceInput;
+<a class="jxr_linenumber" name="L28" href="#L28">28</a> <strong class="jxr_keyword">import</strong> org.hibernate.tool.schema.spi.SourceDescriptor;
+<a class="jxr_linenumber" name="L29" href="#L29">29</a> <strong class="jxr_keyword">import</strong> org.hibernate.tool.schema.spi.TargetDescriptor;
+<a class="jxr_linenumber" name="L30" href="#L30">30</a>
+<a class="jxr_linenumber" name="L31" href="#L31">31</a>
+<a class="jxr_linenumber" name="L32" href="#L32">32</a> <em class="jxr_javadoccomment">/**</em>
+<a class="jxr_linenumber" name="L33" href="#L33">33</a> <em class="jxr_javadoccomment"> * Generate/Execute SQL to drop all tables of a database-schema that represents</em>
+<a class="jxr_linenumber" name="L34" href="#L34">34</a> <em class="jxr_javadoccomment"> * the configured mappings.</em>
+<a class="jxr_linenumber" name="L35" href="#L35">35</a> <em class="jxr_javadoccomment"> *</em>
+<a class="jxr_linenumber" name="L36" href="#L36">36</a> <em class="jxr_javadoccomment"> * @goal drop</em>
+<a class="jxr_linenumber" name="L37" href="#L37">37</a> <em class="jxr_javadoccomment"> * @phase process-classes</em>
+<a class="jxr_linenumber" name="L38" href="#L38">38</a> <em class="jxr_javadoccomment"> * @threadSafe</em>
+<a class="jxr_linenumber" name="L39" href="#L39">39</a> <em class="jxr_javadoccomment"> * @requiresDependencyResolution runtime</em>
+<a class="jxr_linenumber" name="L40" href="#L40">40</a> <em class="jxr_javadoccomment"> */</em>
+<a class="jxr_linenumber" name="L41" href="#L41">41</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">class</strong> <a href="../../../../de/juplo/plugins/hibernate/DropMojo.html">DropMojo</a> <strong class="jxr_keyword">extends</strong> <a href="../../../../de/juplo/plugins/hibernate/AbstractSchemaMojo.html">AbstractSchemaMojo</a>
+<a class="jxr_linenumber" name="L42" href="#L42">42</a> {
+<a class="jxr_linenumber" name="L43" href="#L43">43</a> <em class="jxr_javadoccomment">/**</em>
+<a class="jxr_linenumber" name="L44" href="#L44">44</a> <em class="jxr_javadoccomment"> * Output file.</em>
+<a class="jxr_linenumber" name="L45" href="#L45">45</a> <em class="jxr_javadoccomment"> * <p></em>
+<a class="jxr_linenumber" name="L46" href="#L46">46</a> <em class="jxr_javadoccomment"> * If the specified filename is not absolut, the file will be created</em>
+<a class="jxr_linenumber" name="L47" href="#L47">47</a> <em class="jxr_javadoccomment"> * relative to the project build directory</em>
+<a class="jxr_linenumber" name="L48" href="#L48">48</a> <em class="jxr_javadoccomment"> * (<code>project.build.directory</code>).</em>
+<a class="jxr_linenumber" name="L49" href="#L49">49</a> <em class="jxr_javadoccomment"> *</em>
+<a class="jxr_linenumber" name="L50" href="#L50">50</a> <em class="jxr_javadoccomment"> * @parameter property="hibernate.schema.drop" default-value="drop.sql"</em>
+<a class="jxr_linenumber" name="L51" href="#L51">51</a> <em class="jxr_javadoccomment"> * @since 1.0</em>
+<a class="jxr_linenumber" name="L52" href="#L52">52</a> <em class="jxr_javadoccomment"> */</em>
+<a class="jxr_linenumber" name="L53" href="#L53">53</a> <strong class="jxr_keyword">private</strong> String outputFile;
+<a class="jxr_linenumber" name="L54" href="#L54">54</a>
+<a class="jxr_linenumber" name="L55" href="#L55">55</a>
+<a class="jxr_linenumber" name="L56" href="#L56">56</a> @Override
+<a class="jxr_linenumber" name="L57" href="#L57">57</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">final</strong> <strong class="jxr_keyword">void</strong> execute()
+<a class="jxr_linenumber" name="L58" href="#L58">58</a> <strong class="jxr_keyword">throws</strong>
+<a class="jxr_linenumber" name="L59" href="#L59">59</a> MojoFailureException,
+<a class="jxr_linenumber" name="L60" href="#L60">60</a> MojoExecutionException
+<a class="jxr_linenumber" name="L61" href="#L61">61</a> {
+<a class="jxr_linenumber" name="L62" href="#L62">62</a> <strong class="jxr_keyword">super</strong>.execute(outputFile);
+<a class="jxr_linenumber" name="L63" href="#L63">63</a> }
+<a class="jxr_linenumber" name="L64" href="#L64">64</a>
+<a class="jxr_linenumber" name="L65" href="#L65">65</a>
+<a class="jxr_linenumber" name="L66" href="#L66">66</a> @Override
+<a class="jxr_linenumber" name="L67" href="#L67">67</a> <strong class="jxr_keyword">void</strong> build(
+<a class="jxr_linenumber" name="L68" href="#L68">68</a> MetadataImplementor metadata,
+<a class="jxr_linenumber" name="L69" href="#L69">69</a> ExecutionOptions options,
+<a class="jxr_linenumber" name="L70" href="#L70">70</a> TargetDescriptor target
+<a class="jxr_linenumber" name="L71" href="#L71">71</a> )
+<a class="jxr_linenumber" name="L72" href="#L72">72</a> <strong class="jxr_keyword">throws</strong>
+<a class="jxr_linenumber" name="L73" href="#L73">73</a> MojoExecutionException,
+<a class="jxr_linenumber" name="L74" href="#L74">74</a> MojoFailureException
+<a class="jxr_linenumber" name="L75" href="#L75">75</a> {
+<a class="jxr_linenumber" name="L76" href="#L76">76</a> ServiceRegistry service =
+<a class="jxr_linenumber" name="L77" href="#L77">77</a> metadata.getMetadataBuildingOptions().getServiceRegistry();
+<a class="jxr_linenumber" name="L78" href="#L78">78</a> SchemaManagementTool tool = service.getService(SchemaManagementTool.<strong class="jxr_keyword">class</strong>);
+<a class="jxr_linenumber" name="L79" href="#L79">79</a>
+<a class="jxr_linenumber" name="L80" href="#L80">80</a> Map config = options.getConfigurationValues();
+<a class="jxr_linenumber" name="L81" href="#L81">81</a> SourceDescriptor source = <strong class="jxr_keyword">new</strong> SourceDescriptor()
+<a class="jxr_linenumber" name="L82" href="#L82">82</a> {
+<a class="jxr_linenumber" name="L83" href="#L83">83</a> @Override
+<a class="jxr_linenumber" name="L84" href="#L84">84</a> <strong class="jxr_keyword">public</strong> SourceType getSourceType()
+<a class="jxr_linenumber" name="L85" href="#L85">85</a> {
+<a class="jxr_linenumber" name="L86" href="#L86">86</a> <strong class="jxr_keyword">return</strong> SourceType.METADATA;
+<a class="jxr_linenumber" name="L87" href="#L87">87</a> }
+<a class="jxr_linenumber" name="L88" href="#L88">88</a>
+<a class="jxr_linenumber" name="L89" href="#L89">89</a> @Override
+<a class="jxr_linenumber" name="L90" href="#L90">90</a> <strong class="jxr_keyword">public</strong> ScriptSourceInput getScriptSourceInput()
+<a class="jxr_linenumber" name="L91" href="#L91">91</a> {
+<a class="jxr_linenumber" name="L92" href="#L92">92</a> <strong class="jxr_keyword">return</strong> <strong class="jxr_keyword">null</strong>;
+<a class="jxr_linenumber" name="L93" href="#L93">93</a> }
+<a class="jxr_linenumber" name="L94" href="#L94">94</a> };
+<a class="jxr_linenumber" name="L95" href="#L95">95</a>
+<a class="jxr_linenumber" name="L96" href="#L96">96</a> tool.getSchemaDropper(config).doDrop(metadata, options, source, target);
+<a class="jxr_linenumber" name="L97" href="#L97">97</a> }
+<a class="jxr_linenumber" name="L98" href="#L98">98</a> }
+</pre>
+<hr/>
+<div id="footer">Copyright © 2026. All rights reserved.</div>
+</body>
+</html>
--- /dev/null
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<head><meta http-equiv="content-type" content="text/html; charset=UTF-8" />
+<title>HelpMojo xref</title>
+<link type="text/css" rel="stylesheet" href="../../../../stylesheet.css" />
+</head>
+<body>
+<div id="overview"><a href="../../../../../apidocs/de/juplo/plugins/hibernate/HelpMojo.html">View Javadoc</a></div><pre>
+<a class="jxr_linenumber" name="L1" href="#L1">1</a>
+<a class="jxr_linenumber" name="L2" href="#L2">2</a> <strong class="jxr_keyword">package</strong> de.juplo.plugins.hibernate;
+<a class="jxr_linenumber" name="L3" href="#L3">3</a>
+<a class="jxr_linenumber" name="L4" href="#L4">4</a> <strong class="jxr_keyword">import</strong> org.apache.maven.plugin.AbstractMojo;
+<a class="jxr_linenumber" name="L5" href="#L5">5</a> <strong class="jxr_keyword">import</strong> org.apache.maven.plugin.MojoExecutionException;
+<a class="jxr_linenumber" name="L6" href="#L6">6</a>
+<a class="jxr_linenumber" name="L7" href="#L7">7</a> <strong class="jxr_keyword">import</strong> org.w3c.dom.Document;
+<a class="jxr_linenumber" name="L8" href="#L8">8</a> <strong class="jxr_keyword">import</strong> org.w3c.dom.Element;
+<a class="jxr_linenumber" name="L9" href="#L9">9</a> <strong class="jxr_keyword">import</strong> org.w3c.dom.Node;
+<a class="jxr_linenumber" name="L10" href="#L10">10</a> <strong class="jxr_keyword">import</strong> org.w3c.dom.NodeList;
+<a class="jxr_linenumber" name="L11" href="#L11">11</a> <strong class="jxr_keyword">import</strong> org.xml.sax.SAXException;
+<a class="jxr_linenumber" name="L12" href="#L12">12</a>
+<a class="jxr_linenumber" name="L13" href="#L13">13</a> <strong class="jxr_keyword">import</strong> javax.xml.parsers.DocumentBuilder;
+<a class="jxr_linenumber" name="L14" href="#L14">14</a> <strong class="jxr_keyword">import</strong> javax.xml.parsers.DocumentBuilderFactory;
+<a class="jxr_linenumber" name="L15" href="#L15">15</a> <strong class="jxr_keyword">import</strong> javax.xml.parsers.ParserConfigurationException;
+<a class="jxr_linenumber" name="L16" href="#L16">16</a> <strong class="jxr_keyword">import</strong> java.io.IOException;
+<a class="jxr_linenumber" name="L17" href="#L17">17</a> <strong class="jxr_keyword">import</strong> java.io.InputStream;
+<a class="jxr_linenumber" name="L18" href="#L18">18</a> <strong class="jxr_keyword">import</strong> java.util.ArrayList;
+<a class="jxr_linenumber" name="L19" href="#L19">19</a> <strong class="jxr_keyword">import</strong> java.util.List;
+<a class="jxr_linenumber" name="L20" href="#L20">20</a>
+<a class="jxr_linenumber" name="L21" href="#L21">21</a> <em class="jxr_javadoccomment">/**</em>
+<a class="jxr_linenumber" name="L22" href="#L22">22</a> <em class="jxr_javadoccomment"> * Display help information on hibernate-maven-plugin.<br></em>
+<a class="jxr_linenumber" name="L23" href="#L23">23</a> <em class="jxr_javadoccomment"> * Call <code>mvn hibernate:help -Ddetail=true -Dgoal=&lt;goal-name&gt;</code> to display parameter details.</em>
+<a class="jxr_linenumber" name="L24" href="#L24">24</a> <em class="jxr_javadoccomment"> * @author maven-plugin-tools</em>
+<a class="jxr_linenumber" name="L25" href="#L25">25</a> <em class="jxr_javadoccomment"> * @goal help</em>
+<a class="jxr_linenumber" name="L26" href="#L26">26</a> <em class="jxr_javadoccomment"> * @requiresProject false</em>
+<a class="jxr_linenumber" name="L27" href="#L27">27</a> <em class="jxr_javadoccomment"> * @threadSafe</em>
+<a class="jxr_linenumber" name="L28" href="#L28">28</a> <em class="jxr_javadoccomment"> */</em>
+<a class="jxr_linenumber" name="L29" href="#L29">29</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">class</strong> <a href="../../../../de/juplo/plugins/hibernate/HelpMojo.html">HelpMojo</a>
+<a class="jxr_linenumber" name="L30" href="#L30">30</a> <strong class="jxr_keyword">extends</strong> AbstractMojo
+<a class="jxr_linenumber" name="L31" href="#L31">31</a> {
+<a class="jxr_linenumber" name="L32" href="#L32">32</a> <em class="jxr_javadoccomment">/**</em>
+<a class="jxr_linenumber" name="L33" href="#L33">33</a> <em class="jxr_javadoccomment"> * If <code>true</code>, display all settable properties for each goal.</em>
+<a class="jxr_linenumber" name="L34" href="#L34">34</a> <em class="jxr_javadoccomment"> *</em>
+<a class="jxr_linenumber" name="L35" href="#L35">35</a> <em class="jxr_javadoccomment"> * @parameter property="detail" default-value="false"</em>
+<a class="jxr_linenumber" name="L36" href="#L36">36</a> <em class="jxr_javadoccomment"> */</em>
+<a class="jxr_linenumber" name="L37" href="#L37">37</a> <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">boolean</strong> detail;
+<a class="jxr_linenumber" name="L38" href="#L38">38</a>
+<a class="jxr_linenumber" name="L39" href="#L39">39</a> <em class="jxr_javadoccomment">/**</em>
+<a class="jxr_linenumber" name="L40" href="#L40">40</a> <em class="jxr_javadoccomment"> * The name of the goal for which to show help. If unspecified, all goals will be displayed.</em>
+<a class="jxr_linenumber" name="L41" href="#L41">41</a> <em class="jxr_javadoccomment"> *</em>
+<a class="jxr_linenumber" name="L42" href="#L42">42</a> <em class="jxr_javadoccomment"> * @parameter property="goal"</em>
+<a class="jxr_linenumber" name="L43" href="#L43">43</a> <em class="jxr_javadoccomment"> */</em>
+<a class="jxr_linenumber" name="L44" href="#L44">44</a> <strong class="jxr_keyword">private</strong> java.lang.String goal;
+<a class="jxr_linenumber" name="L45" href="#L45">45</a>
+<a class="jxr_linenumber" name="L46" href="#L46">46</a> <em class="jxr_javadoccomment">/**</em>
+<a class="jxr_linenumber" name="L47" href="#L47">47</a> <em class="jxr_javadoccomment"> * The maximum length of a display line, should be positive.</em>
+<a class="jxr_linenumber" name="L48" href="#L48">48</a> <em class="jxr_javadoccomment"> *</em>
+<a class="jxr_linenumber" name="L49" href="#L49">49</a> <em class="jxr_javadoccomment"> * @parameter property="lineLength" default-value="80"</em>
+<a class="jxr_linenumber" name="L50" href="#L50">50</a> <em class="jxr_javadoccomment"> */</em>
+<a class="jxr_linenumber" name="L51" href="#L51">51</a> <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">int</strong> lineLength;
+<a class="jxr_linenumber" name="L52" href="#L52">52</a>
+<a class="jxr_linenumber" name="L53" href="#L53">53</a> <em class="jxr_javadoccomment">/**</em>
+<a class="jxr_linenumber" name="L54" href="#L54">54</a> <em class="jxr_javadoccomment"> * The number of spaces per indentation level, should be positive.</em>
+<a class="jxr_linenumber" name="L55" href="#L55">55</a> <em class="jxr_javadoccomment"> *</em>
+<a class="jxr_linenumber" name="L56" href="#L56">56</a> <em class="jxr_javadoccomment"> * @parameter property="indentSize" default-value="2"</em>
+<a class="jxr_linenumber" name="L57" href="#L57">57</a> <em class="jxr_javadoccomment"> */</em>
+<a class="jxr_linenumber" name="L58" href="#L58">58</a> <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">int</strong> indentSize;
+<a class="jxr_linenumber" name="L59" href="#L59">59</a>
+<a class="jxr_linenumber" name="L60" href="#L60">60</a> <em class="jxr_comment">// groupId/artifactId/plugin-help.xml</em>
+<a class="jxr_linenumber" name="L61" href="#L61">61</a> <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String PLUGIN_HELP_PATH =
+<a class="jxr_linenumber" name="L62" href="#L62">62</a> <span class="jxr_string">"/META-INF/maven/de.juplo/hibernate-maven-plugin/plugin-help.xml"</span>;
+<a class="jxr_linenumber" name="L63" href="#L63">63</a>
+<a class="jxr_linenumber" name="L64" href="#L64">64</a> <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> <strong class="jxr_keyword">int</strong> DEFAULT_LINE_LENGTH = 80;
+<a class="jxr_linenumber" name="L65" href="#L65">65</a>
+<a class="jxr_linenumber" name="L66" href="#L66">66</a> <strong class="jxr_keyword">private</strong> Document build()
+<a class="jxr_linenumber" name="L67" href="#L67">67</a> <strong class="jxr_keyword">throws</strong> MojoExecutionException
+<a class="jxr_linenumber" name="L68" href="#L68">68</a> {
+<a class="jxr_linenumber" name="L69" href="#L69">69</a> getLog().debug( <span class="jxr_string">"load plugin-help.xml: "</span> + PLUGIN_HELP_PATH );
+<a class="jxr_linenumber" name="L70" href="#L70">70</a> InputStream is = <strong class="jxr_keyword">null</strong>;
+<a class="jxr_linenumber" name="L71" href="#L71">71</a> <strong class="jxr_keyword">try</strong>
+<a class="jxr_linenumber" name="L72" href="#L72">72</a> {
+<a class="jxr_linenumber" name="L73" href="#L73">73</a> is = getClass().getResourceAsStream( PLUGIN_HELP_PATH );
+<a class="jxr_linenumber" name="L74" href="#L74">74</a> DocumentBuilderFactory dbFactory = DocumentBuilderFactory.newInstance();
+<a class="jxr_linenumber" name="L75" href="#L75">75</a> DocumentBuilder dBuilder = dbFactory.newDocumentBuilder();
+<a class="jxr_linenumber" name="L76" href="#L76">76</a> <strong class="jxr_keyword">return</strong> dBuilder.parse( is );
+<a class="jxr_linenumber" name="L77" href="#L77">77</a> }
+<a class="jxr_linenumber" name="L78" href="#L78">78</a> <strong class="jxr_keyword">catch</strong> ( IOException e )
+<a class="jxr_linenumber" name="L79" href="#L79">79</a> {
+<a class="jxr_linenumber" name="L80" href="#L80">80</a> <strong class="jxr_keyword">throw</strong> <strong class="jxr_keyword">new</strong> MojoExecutionException( e.getMessage(), e );
+<a class="jxr_linenumber" name="L81" href="#L81">81</a> }
+<a class="jxr_linenumber" name="L82" href="#L82">82</a> <strong class="jxr_keyword">catch</strong> ( ParserConfigurationException e )
+<a class="jxr_linenumber" name="L83" href="#L83">83</a> {
+<a class="jxr_linenumber" name="L84" href="#L84">84</a> <strong class="jxr_keyword">throw</strong> <strong class="jxr_keyword">new</strong> MojoExecutionException( e.getMessage(), e );
+<a class="jxr_linenumber" name="L85" href="#L85">85</a> }
+<a class="jxr_linenumber" name="L86" href="#L86">86</a> <strong class="jxr_keyword">catch</strong> ( SAXException e )
+<a class="jxr_linenumber" name="L87" href="#L87">87</a> {
+<a class="jxr_linenumber" name="L88" href="#L88">88</a> <strong class="jxr_keyword">throw</strong> <strong class="jxr_keyword">new</strong> MojoExecutionException( e.getMessage(), e );
+<a class="jxr_linenumber" name="L89" href="#L89">89</a> }
+<a class="jxr_linenumber" name="L90" href="#L90">90</a> <strong class="jxr_keyword">finally</strong>
+<a class="jxr_linenumber" name="L91" href="#L91">91</a> {
+<a class="jxr_linenumber" name="L92" href="#L92">92</a> <strong class="jxr_keyword">if</strong> ( is != <strong class="jxr_keyword">null</strong> )
+<a class="jxr_linenumber" name="L93" href="#L93">93</a> {
+<a class="jxr_linenumber" name="L94" href="#L94">94</a> <strong class="jxr_keyword">try</strong>
+<a class="jxr_linenumber" name="L95" href="#L95">95</a> {
+<a class="jxr_linenumber" name="L96" href="#L96">96</a> is.close();
+<a class="jxr_linenumber" name="L97" href="#L97">97</a> }
+<a class="jxr_linenumber" name="L98" href="#L98">98</a> <strong class="jxr_keyword">catch</strong> ( IOException e )
+<a class="jxr_linenumber" name="L99" href="#L99">99</a> {
+<a class="jxr_linenumber" name="L100" href="#L100">100</a> <strong class="jxr_keyword">throw</strong> <strong class="jxr_keyword">new</strong> MojoExecutionException( e.getMessage(), e );
+<a class="jxr_linenumber" name="L101" href="#L101">101</a> }
+<a class="jxr_linenumber" name="L102" href="#L102">102</a> }
+<a class="jxr_linenumber" name="L103" href="#L103">103</a> }
+<a class="jxr_linenumber" name="L104" href="#L104">104</a> }
+<a class="jxr_linenumber" name="L105" href="#L105">105</a>
+<a class="jxr_linenumber" name="L106" href="#L106">106</a> <em class="jxr_javadoccomment">/**</em>
+<a class="jxr_linenumber" name="L107" href="#L107">107</a> <em class="jxr_javadoccomment"> * {@inheritDoc}</em>
+<a class="jxr_linenumber" name="L108" href="#L108">108</a> <em class="jxr_javadoccomment"> */</em>
+<a class="jxr_linenumber" name="L109" href="#L109">109</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> execute()
+<a class="jxr_linenumber" name="L110" href="#L110">110</a> <strong class="jxr_keyword">throws</strong> MojoExecutionException
+<a class="jxr_linenumber" name="L111" href="#L111">111</a> {
+<a class="jxr_linenumber" name="L112" href="#L112">112</a> <strong class="jxr_keyword">if</strong> ( lineLength <= 0 )
+<a class="jxr_linenumber" name="L113" href="#L113">113</a> {
+<a class="jxr_linenumber" name="L114" href="#L114">114</a> getLog().warn( <span class="jxr_string">"The parameter 'lineLength' should be positive, using '80' as default."</span> );
+<a class="jxr_linenumber" name="L115" href="#L115">115</a> lineLength = DEFAULT_LINE_LENGTH;
+<a class="jxr_linenumber" name="L116" href="#L116">116</a> }
+<a class="jxr_linenumber" name="L117" href="#L117">117</a> <strong class="jxr_keyword">if</strong> ( indentSize <= 0 )
+<a class="jxr_linenumber" name="L118" href="#L118">118</a> {
+<a class="jxr_linenumber" name="L119" href="#L119">119</a> getLog().warn( <span class="jxr_string">"The parameter 'indentSize' should be positive, using '2' as default."</span> );
+<a class="jxr_linenumber" name="L120" href="#L120">120</a> indentSize = 2;
+<a class="jxr_linenumber" name="L121" href="#L121">121</a> }
+<a class="jxr_linenumber" name="L122" href="#L122">122</a>
+<a class="jxr_linenumber" name="L123" href="#L123">123</a> Document doc = build();
+<a class="jxr_linenumber" name="L124" href="#L124">124</a>
+<a class="jxr_linenumber" name="L125" href="#L125">125</a> StringBuilder sb = <strong class="jxr_keyword">new</strong> StringBuilder();
+<a class="jxr_linenumber" name="L126" href="#L126">126</a> Node plugin = getSingleChild( doc, <span class="jxr_string">"plugin"</span> );
+<a class="jxr_linenumber" name="L127" href="#L127">127</a>
+<a class="jxr_linenumber" name="L128" href="#L128">128</a>
+<a class="jxr_linenumber" name="L129" href="#L129">129</a> String name = getValue( plugin, <span class="jxr_string">"name"</span> );
+<a class="jxr_linenumber" name="L130" href="#L130">130</a> String version = getValue( plugin, <span class="jxr_string">"version"</span> );
+<a class="jxr_linenumber" name="L131" href="#L131">131</a> String id = getValue( plugin, <span class="jxr_string">"groupId"</span> ) + <span class="jxr_string">":"</span> + getValue( plugin, <span class="jxr_string">"artifactId"</span> ) + <span class="jxr_string">":"</span> + version;
+<a class="jxr_linenumber" name="L132" href="#L132">132</a> <strong class="jxr_keyword">if</strong> ( isNotEmpty( name ) && !name.contains( id ) )
+<a class="jxr_linenumber" name="L133" href="#L133">133</a> {
+<a class="jxr_linenumber" name="L134" href="#L134">134</a> append( sb, name + <span class="jxr_string">" "</span> + version, 0 );
+<a class="jxr_linenumber" name="L135" href="#L135">135</a> }
+<a class="jxr_linenumber" name="L136" href="#L136">136</a> <strong class="jxr_keyword">else</strong>
+<a class="jxr_linenumber" name="L137" href="#L137">137</a> {
+<a class="jxr_linenumber" name="L138" href="#L138">138</a> <strong class="jxr_keyword">if</strong> ( isNotEmpty( name ) )
+<a class="jxr_linenumber" name="L139" href="#L139">139</a> {
+<a class="jxr_linenumber" name="L140" href="#L140">140</a> append( sb, name, 0 );
+<a class="jxr_linenumber" name="L141" href="#L141">141</a> }
+<a class="jxr_linenumber" name="L142" href="#L142">142</a> <strong class="jxr_keyword">else</strong>
+<a class="jxr_linenumber" name="L143" href="#L143">143</a> {
+<a class="jxr_linenumber" name="L144" href="#L144">144</a> append( sb, id, 0 );
+<a class="jxr_linenumber" name="L145" href="#L145">145</a> }
+<a class="jxr_linenumber" name="L146" href="#L146">146</a> }
+<a class="jxr_linenumber" name="L147" href="#L147">147</a> append( sb, getValue( plugin, <span class="jxr_string">"description"</span> ), 1 );
+<a class="jxr_linenumber" name="L148" href="#L148">148</a> append( sb, <span class="jxr_string">""</span>, 0 );
+<a class="jxr_linenumber" name="L149" href="#L149">149</a>
+<a class="jxr_linenumber" name="L150" href="#L150">150</a> <em class="jxr_comment">//<goalPrefix>plugin</goalPrefix></em>
+<a class="jxr_linenumber" name="L151" href="#L151">151</a> String goalPrefix = getValue( plugin, <span class="jxr_string">"goalPrefix"</span> );
+<a class="jxr_linenumber" name="L152" href="#L152">152</a>
+<a class="jxr_linenumber" name="L153" href="#L153">153</a> Node mojos1 = getSingleChild( plugin, <span class="jxr_string">"mojos"</span> );
+<a class="jxr_linenumber" name="L154" href="#L154">154</a>
+<a class="jxr_linenumber" name="L155" href="#L155">155</a> List<Node> mojos = findNamedChild( mojos1, <span class="jxr_string">"mojo"</span> );
+<a class="jxr_linenumber" name="L156" href="#L156">156</a>
+<a class="jxr_linenumber" name="L157" href="#L157">157</a> <strong class="jxr_keyword">if</strong> ( goal == <strong class="jxr_keyword">null</strong> || goal.length() <= 0 )
+<a class="jxr_linenumber" name="L158" href="#L158">158</a> {
+<a class="jxr_linenumber" name="L159" href="#L159">159</a> append( sb, <span class="jxr_string">"This plugin has "</span> + mojos.size() + ( mojos.size() > 1 ? <span class="jxr_string">" goals:"</span> : <span class="jxr_string">" goal:"</span> ), 0 );
+<a class="jxr_linenumber" name="L160" href="#L160">160</a> append( sb, <span class="jxr_string">""</span>, 0 );
+<a class="jxr_linenumber" name="L161" href="#L161">161</a> }
+<a class="jxr_linenumber" name="L162" href="#L162">162</a>
+<a class="jxr_linenumber" name="L163" href="#L163">163</a> <strong class="jxr_keyword">for</strong> ( Node mojo : mojos )
+<a class="jxr_linenumber" name="L164" href="#L164">164</a> {
+<a class="jxr_linenumber" name="L165" href="#L165">165</a> writeGoal( sb, goalPrefix, (Element) mojo );
+<a class="jxr_linenumber" name="L166" href="#L166">166</a> }
+<a class="jxr_linenumber" name="L167" href="#L167">167</a>
+<a class="jxr_linenumber" name="L168" href="#L168">168</a> <strong class="jxr_keyword">if</strong> ( getLog().isInfoEnabled() )
+<a class="jxr_linenumber" name="L169" href="#L169">169</a> {
+<a class="jxr_linenumber" name="L170" href="#L170">170</a> getLog().info( sb.toString() );
+<a class="jxr_linenumber" name="L171" href="#L171">171</a> }
+<a class="jxr_linenumber" name="L172" href="#L172">172</a> }
+<a class="jxr_linenumber" name="L173" href="#L173">173</a>
+<a class="jxr_linenumber" name="L174" href="#L174">174</a>
+<a class="jxr_linenumber" name="L175" href="#L175">175</a> <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">boolean</strong> isNotEmpty( String string )
+<a class="jxr_linenumber" name="L176" href="#L176">176</a> {
+<a class="jxr_linenumber" name="L177" href="#L177">177</a> <strong class="jxr_keyword">return</strong> string != <strong class="jxr_keyword">null</strong> && string.length() > 0;
+<a class="jxr_linenumber" name="L178" href="#L178">178</a> }
+<a class="jxr_linenumber" name="L179" href="#L179">179</a>
+<a class="jxr_linenumber" name="L180" href="#L180">180</a> <strong class="jxr_keyword">private</strong> String getValue( Node node, String elementName )
+<a class="jxr_linenumber" name="L181" href="#L181">181</a> <strong class="jxr_keyword">throws</strong> MojoExecutionException
+<a class="jxr_linenumber" name="L182" href="#L182">182</a> {
+<a class="jxr_linenumber" name="L183" href="#L183">183</a> <strong class="jxr_keyword">return</strong> getSingleChild( node, elementName ).getTextContent();
+<a class="jxr_linenumber" name="L184" href="#L184">184</a> }
+<a class="jxr_linenumber" name="L185" href="#L185">185</a>
+<a class="jxr_linenumber" name="L186" href="#L186">186</a> <strong class="jxr_keyword">private</strong> Node getSingleChild( Node node, String elementName )
+<a class="jxr_linenumber" name="L187" href="#L187">187</a> <strong class="jxr_keyword">throws</strong> MojoExecutionException
+<a class="jxr_linenumber" name="L188" href="#L188">188</a> {
+<a class="jxr_linenumber" name="L189" href="#L189">189</a> List<Node> namedChild = findNamedChild( node, elementName );
+<a class="jxr_linenumber" name="L190" href="#L190">190</a> <strong class="jxr_keyword">if</strong> ( namedChild.isEmpty() )
+<a class="jxr_linenumber" name="L191" href="#L191">191</a> {
+<a class="jxr_linenumber" name="L192" href="#L192">192</a> <strong class="jxr_keyword">throw</strong> <strong class="jxr_keyword">new</strong> MojoExecutionException( <span class="jxr_string">"Could not find "</span> + elementName + <span class="jxr_string">" in plugin-help.xml"</span> );
+<a class="jxr_linenumber" name="L193" href="#L193">193</a> }
+<a class="jxr_linenumber" name="L194" href="#L194">194</a> <strong class="jxr_keyword">if</strong> ( namedChild.size() > 1 )
+<a class="jxr_linenumber" name="L195" href="#L195">195</a> {
+<a class="jxr_linenumber" name="L196" href="#L196">196</a> <strong class="jxr_keyword">throw</strong> <strong class="jxr_keyword">new</strong> MojoExecutionException( <span class="jxr_string">"Multiple "</span> + elementName + <span class="jxr_string">" in plugin-help.xml"</span> );
+<a class="jxr_linenumber" name="L197" href="#L197">197</a> }
+<a class="jxr_linenumber" name="L198" href="#L198">198</a> <strong class="jxr_keyword">return</strong> namedChild.get( 0 );
+<a class="jxr_linenumber" name="L199" href="#L199">199</a> }
+<a class="jxr_linenumber" name="L200" href="#L200">200</a>
+<a class="jxr_linenumber" name="L201" href="#L201">201</a> <strong class="jxr_keyword">private</strong> List<Node> findNamedChild( Node node, String elementName )
+<a class="jxr_linenumber" name="L202" href="#L202">202</a> {
+<a class="jxr_linenumber" name="L203" href="#L203">203</a> List<Node> result = <strong class="jxr_keyword">new</strong> ArrayList<Node>();
+<a class="jxr_linenumber" name="L204" href="#L204">204</a> NodeList childNodes = node.getChildNodes();
+<a class="jxr_linenumber" name="L205" href="#L205">205</a> <strong class="jxr_keyword">for</strong> ( <strong class="jxr_keyword">int</strong> i = 0; i < childNodes.getLength(); i++ )
+<a class="jxr_linenumber" name="L206" href="#L206">206</a> {
+<a class="jxr_linenumber" name="L207" href="#L207">207</a> Node item = childNodes.item( i );
+<a class="jxr_linenumber" name="L208" href="#L208">208</a> <strong class="jxr_keyword">if</strong> ( elementName.equals( item.getNodeName() ) )
+<a class="jxr_linenumber" name="L209" href="#L209">209</a> {
+<a class="jxr_linenumber" name="L210" href="#L210">210</a> result.add( item );
+<a class="jxr_linenumber" name="L211" href="#L211">211</a> }
+<a class="jxr_linenumber" name="L212" href="#L212">212</a> }
+<a class="jxr_linenumber" name="L213" href="#L213">213</a> <strong class="jxr_keyword">return</strong> result;
+<a class="jxr_linenumber" name="L214" href="#L214">214</a> }
+<a class="jxr_linenumber" name="L215" href="#L215">215</a>
+<a class="jxr_linenumber" name="L216" href="#L216">216</a> <strong class="jxr_keyword">private</strong> Node findSingleChild( Node node, String elementName )
+<a class="jxr_linenumber" name="L217" href="#L217">217</a> <strong class="jxr_keyword">throws</strong> MojoExecutionException
+<a class="jxr_linenumber" name="L218" href="#L218">218</a> {
+<a class="jxr_linenumber" name="L219" href="#L219">219</a> List<Node> elementsByTagName = findNamedChild( node, elementName );
+<a class="jxr_linenumber" name="L220" href="#L220">220</a> <strong class="jxr_keyword">if</strong> ( elementsByTagName.isEmpty() )
+<a class="jxr_linenumber" name="L221" href="#L221">221</a> {
+<a class="jxr_linenumber" name="L222" href="#L222">222</a> <strong class="jxr_keyword">return</strong> <strong class="jxr_keyword">null</strong>;
+<a class="jxr_linenumber" name="L223" href="#L223">223</a> }
+<a class="jxr_linenumber" name="L224" href="#L224">224</a> <strong class="jxr_keyword">if</strong> ( elementsByTagName.size() > 1 )
+<a class="jxr_linenumber" name="L225" href="#L225">225</a> {
+<a class="jxr_linenumber" name="L226" href="#L226">226</a> <strong class="jxr_keyword">throw</strong> <strong class="jxr_keyword">new</strong> MojoExecutionException( <span class="jxr_string">"Multiple "</span> + elementName + <span class="jxr_string">"in plugin-help.xml"</span> );
+<a class="jxr_linenumber" name="L227" href="#L227">227</a> }
+<a class="jxr_linenumber" name="L228" href="#L228">228</a> <strong class="jxr_keyword">return</strong> elementsByTagName.get( 0 );
+<a class="jxr_linenumber" name="L229" href="#L229">229</a> }
+<a class="jxr_linenumber" name="L230" href="#L230">230</a>
+<a class="jxr_linenumber" name="L231" href="#L231">231</a> <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">void</strong> writeGoal( StringBuilder sb, String goalPrefix, Element mojo )
+<a class="jxr_linenumber" name="L232" href="#L232">232</a> <strong class="jxr_keyword">throws</strong> MojoExecutionException
+<a class="jxr_linenumber" name="L233" href="#L233">233</a> {
+<a class="jxr_linenumber" name="L234" href="#L234">234</a> String mojoGoal = getValue( mojo, <span class="jxr_string">"goal"</span> );
+<a class="jxr_linenumber" name="L235" href="#L235">235</a> Node configurationElement = findSingleChild( mojo, <span class="jxr_string">"configuration"</span> );
+<a class="jxr_linenumber" name="L236" href="#L236">236</a> Node description = findSingleChild( mojo, <span class="jxr_string">"description"</span> );
+<a class="jxr_linenumber" name="L237" href="#L237">237</a> <strong class="jxr_keyword">if</strong> ( goal == <strong class="jxr_keyword">null</strong> || goal.length() <= 0 || mojoGoal.equals( goal ) )
+<a class="jxr_linenumber" name="L238" href="#L238">238</a> {
+<a class="jxr_linenumber" name="L239" href="#L239">239</a> append( sb, goalPrefix + <span class="jxr_string">":"</span> + mojoGoal, 0 );
+<a class="jxr_linenumber" name="L240" href="#L240">240</a> Node deprecated = findSingleChild( mojo, <span class="jxr_string">"deprecated"</span> );
+<a class="jxr_linenumber" name="L241" href="#L241">241</a> <strong class="jxr_keyword">if</strong> ( ( deprecated != <strong class="jxr_keyword">null</strong> ) && isNotEmpty( deprecated.getTextContent() ) )
+<a class="jxr_linenumber" name="L242" href="#L242">242</a> {
+<a class="jxr_linenumber" name="L243" href="#L243">243</a> append( sb, <span class="jxr_string">"Deprecated. "</span> + deprecated.getTextContent(), 1 );
+<a class="jxr_linenumber" name="L244" href="#L244">244</a> <strong class="jxr_keyword">if</strong> ( detail && description != <strong class="jxr_keyword">null</strong> )
+<a class="jxr_linenumber" name="L245" href="#L245">245</a> {
+<a class="jxr_linenumber" name="L246" href="#L246">246</a> append( sb, <span class="jxr_string">""</span>, 0 );
+<a class="jxr_linenumber" name="L247" href="#L247">247</a> append( sb, description.getTextContent(), 1 );
+<a class="jxr_linenumber" name="L248" href="#L248">248</a> }
+<a class="jxr_linenumber" name="L249" href="#L249">249</a> }
+<a class="jxr_linenumber" name="L250" href="#L250">250</a> <strong class="jxr_keyword">else</strong> <strong class="jxr_keyword">if</strong> ( description != <strong class="jxr_keyword">null</strong> )
+<a class="jxr_linenumber" name="L251" href="#L251">251</a> {
+<a class="jxr_linenumber" name="L252" href="#L252">252</a> append( sb, description.getTextContent(), 1 );
+<a class="jxr_linenumber" name="L253" href="#L253">253</a> }
+<a class="jxr_linenumber" name="L254" href="#L254">254</a> append( sb, <span class="jxr_string">""</span>, 0 );
+<a class="jxr_linenumber" name="L255" href="#L255">255</a>
+<a class="jxr_linenumber" name="L256" href="#L256">256</a> <strong class="jxr_keyword">if</strong> ( detail )
+<a class="jxr_linenumber" name="L257" href="#L257">257</a> {
+<a class="jxr_linenumber" name="L258" href="#L258">258</a> Node parametersNode = getSingleChild( mojo, <span class="jxr_string">"parameters"</span> );
+<a class="jxr_linenumber" name="L259" href="#L259">259</a> List<Node> parameters = findNamedChild( parametersNode, <span class="jxr_string">"parameter"</span> );
+<a class="jxr_linenumber" name="L260" href="#L260">260</a> append( sb, <span class="jxr_string">"Available parameters:"</span>, 1 );
+<a class="jxr_linenumber" name="L261" href="#L261">261</a> append( sb, <span class="jxr_string">""</span>, 0 );
+<a class="jxr_linenumber" name="L262" href="#L262">262</a>
+<a class="jxr_linenumber" name="L263" href="#L263">263</a> <strong class="jxr_keyword">for</strong> ( Node parameter : parameters )
+<a class="jxr_linenumber" name="L264" href="#L264">264</a> {
+<a class="jxr_linenumber" name="L265" href="#L265">265</a> writeParameter( sb, parameter, configurationElement );
+<a class="jxr_linenumber" name="L266" href="#L266">266</a> }
+<a class="jxr_linenumber" name="L267" href="#L267">267</a> }
+<a class="jxr_linenumber" name="L268" href="#L268">268</a> }
+<a class="jxr_linenumber" name="L269" href="#L269">269</a> }
+<a class="jxr_linenumber" name="L270" href="#L270">270</a>
+<a class="jxr_linenumber" name="L271" href="#L271">271</a> <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">void</strong> writeParameter( StringBuilder sb, Node parameter, Node configurationElement )
+<a class="jxr_linenumber" name="L272" href="#L272">272</a> <strong class="jxr_keyword">throws</strong> MojoExecutionException
+<a class="jxr_linenumber" name="L273" href="#L273">273</a> {
+<a class="jxr_linenumber" name="L274" href="#L274">274</a> String parameterName = getValue( parameter, <span class="jxr_string">"name"</span> );
+<a class="jxr_linenumber" name="L275" href="#L275">275</a> String parameterDescription = getValue( parameter, <span class="jxr_string">"description"</span> );
+<a class="jxr_linenumber" name="L276" href="#L276">276</a>
+<a class="jxr_linenumber" name="L277" href="#L277">277</a> Element fieldConfigurationElement = (Element) findSingleChild( configurationElement, parameterName );
+<a class="jxr_linenumber" name="L278" href="#L278">278</a>
+<a class="jxr_linenumber" name="L279" href="#L279">279</a> String parameterDefaultValue = <span class="jxr_string">""</span>;
+<a class="jxr_linenumber" name="L280" href="#L280">280</a> <strong class="jxr_keyword">if</strong> ( fieldConfigurationElement != <strong class="jxr_keyword">null</strong> && fieldConfigurationElement.hasAttribute( <span class="jxr_string">"default-value"</span> ) )
+<a class="jxr_linenumber" name="L281" href="#L281">281</a> {
+<a class="jxr_linenumber" name="L282" href="#L282">282</a> parameterDefaultValue = <span class="jxr_string">" (Default: "</span> + fieldConfigurationElement.getAttribute( <span class="jxr_string">"default-value"</span> ) + <span class="jxr_string">")"</span>;
+<a class="jxr_linenumber" name="L283" href="#L283">283</a> }
+<a class="jxr_linenumber" name="L284" href="#L284">284</a> append( sb, parameterName + parameterDefaultValue, 2 );
+<a class="jxr_linenumber" name="L285" href="#L285">285</a> Node deprecated = findSingleChild( parameter, <span class="jxr_string">"deprecated"</span> );
+<a class="jxr_linenumber" name="L286" href="#L286">286</a> <strong class="jxr_keyword">if</strong> ( ( deprecated != <strong class="jxr_keyword">null</strong> ) && isNotEmpty( deprecated.getTextContent() ) )
+<a class="jxr_linenumber" name="L287" href="#L287">287</a> {
+<a class="jxr_linenumber" name="L288" href="#L288">288</a> append( sb, <span class="jxr_string">"Deprecated. "</span> + deprecated.getTextContent(), 3 );
+<a class="jxr_linenumber" name="L289" href="#L289">289</a> append( sb, <span class="jxr_string">""</span>, 0 );
+<a class="jxr_linenumber" name="L290" href="#L290">290</a> }
+<a class="jxr_linenumber" name="L291" href="#L291">291</a> append( sb, parameterDescription, 3 );
+<a class="jxr_linenumber" name="L292" href="#L292">292</a> <strong class="jxr_keyword">if</strong> ( <span class="jxr_string">"true"</span>.equals( getValue( parameter, <span class="jxr_string">"required"</span> ) ) )
+<a class="jxr_linenumber" name="L293" href="#L293">293</a> {
+<a class="jxr_linenumber" name="L294" href="#L294">294</a> append( sb, <span class="jxr_string">"Required: Yes"</span>, 3 );
+<a class="jxr_linenumber" name="L295" href="#L295">295</a> }
+<a class="jxr_linenumber" name="L296" href="#L296">296</a> <strong class="jxr_keyword">if</strong> ( ( fieldConfigurationElement != <strong class="jxr_keyword">null</strong> ) && isNotEmpty( fieldConfigurationElement.getTextContent() ) )
+<a class="jxr_linenumber" name="L297" href="#L297">297</a> {
+<a class="jxr_linenumber" name="L298" href="#L298">298</a> String property = getPropertyFromExpression( fieldConfigurationElement.getTextContent() );
+<a class="jxr_linenumber" name="L299" href="#L299">299</a> append( sb, <span class="jxr_string">"User property: "</span> + property, 3 );
+<a class="jxr_linenumber" name="L300" href="#L300">300</a> }
+<a class="jxr_linenumber" name="L301" href="#L301">301</a>
+<a class="jxr_linenumber" name="L302" href="#L302">302</a> append( sb, <span class="jxr_string">""</span>, 0 );
+<a class="jxr_linenumber" name="L303" href="#L303">303</a> }
+<a class="jxr_linenumber" name="L304" href="#L304">304</a>
+<a class="jxr_linenumber" name="L305" href="#L305">305</a> <em class="jxr_javadoccomment">/**</em>
+<a class="jxr_linenumber" name="L306" href="#L306">306</a> <em class="jxr_javadoccomment"> * <p>Repeat a String <code>n</code> times to form a new string.</p></em>
+<a class="jxr_linenumber" name="L307" href="#L307">307</a> <em class="jxr_javadoccomment"> *</em>
+<a class="jxr_linenumber" name="L308" href="#L308">308</a> <em class="jxr_javadoccomment"> * @param str String to repeat</em>
+<a class="jxr_linenumber" name="L309" href="#L309">309</a> <em class="jxr_javadoccomment"> * @param repeat number of times to repeat str</em>
+<a class="jxr_linenumber" name="L310" href="#L310">310</a> <em class="jxr_javadoccomment"> * @return String with repeated String</em>
+<a class="jxr_linenumber" name="L311" href="#L311">311</a> <em class="jxr_javadoccomment"> * @throws NegativeArraySizeException if <code>repeat < 0</code></em>
+<a class="jxr_linenumber" name="L312" href="#L312">312</a> <em class="jxr_javadoccomment"> * @throws NullPointerException if str is <code>null</code></em>
+<a class="jxr_linenumber" name="L313" href="#L313">313</a> <em class="jxr_javadoccomment"> */</em>
+<a class="jxr_linenumber" name="L314" href="#L314">314</a> <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">static</strong> String repeat( String str, <strong class="jxr_keyword">int</strong> repeat )
+<a class="jxr_linenumber" name="L315" href="#L315">315</a> {
+<a class="jxr_linenumber" name="L316" href="#L316">316</a> StringBuilder buffer = <strong class="jxr_keyword">new</strong> StringBuilder( repeat * str.length() );
+<a class="jxr_linenumber" name="L317" href="#L317">317</a>
+<a class="jxr_linenumber" name="L318" href="#L318">318</a> <strong class="jxr_keyword">for</strong> ( <strong class="jxr_keyword">int</strong> i = 0; i < repeat; i++ )
+<a class="jxr_linenumber" name="L319" href="#L319">319</a> {
+<a class="jxr_linenumber" name="L320" href="#L320">320</a> buffer.append( str );
+<a class="jxr_linenumber" name="L321" href="#L321">321</a> }
+<a class="jxr_linenumber" name="L322" href="#L322">322</a>
+<a class="jxr_linenumber" name="L323" href="#L323">323</a> <strong class="jxr_keyword">return</strong> buffer.toString();
+<a class="jxr_linenumber" name="L324" href="#L324">324</a> }
+<a class="jxr_linenumber" name="L325" href="#L325">325</a>
+<a class="jxr_linenumber" name="L326" href="#L326">326</a> <em class="jxr_javadoccomment">/**</em>
+<a class="jxr_linenumber" name="L327" href="#L327">327</a> <em class="jxr_javadoccomment"> * Append a description to the buffer by respecting the indentSize and lineLength parameters.</em>
+<a class="jxr_linenumber" name="L328" href="#L328">328</a> <em class="jxr_javadoccomment"> * <b>Note</b>: The last character is always a new line.</em>
+<a class="jxr_linenumber" name="L329" href="#L329">329</a> <em class="jxr_javadoccomment"> *</em>
+<a class="jxr_linenumber" name="L330" href="#L330">330</a> <em class="jxr_javadoccomment"> * @param sb The buffer to append the description, not <code>null</code>.</em>
+<a class="jxr_linenumber" name="L331" href="#L331">331</a> <em class="jxr_javadoccomment"> * @param description The description, not <code>null</code>.</em>
+<a class="jxr_linenumber" name="L332" href="#L332">332</a> <em class="jxr_javadoccomment"> * @param indent The base indentation level of each line, must not be negative.</em>
+<a class="jxr_linenumber" name="L333" href="#L333">333</a> <em class="jxr_javadoccomment"> */</em>
+<a class="jxr_linenumber" name="L334" href="#L334">334</a> <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">void</strong> append( StringBuilder sb, String description, <strong class="jxr_keyword">int</strong> indent )
+<a class="jxr_linenumber" name="L335" href="#L335">335</a> {
+<a class="jxr_linenumber" name="L336" href="#L336">336</a> <strong class="jxr_keyword">for</strong> ( String line : toLines( description, indent, indentSize, lineLength ) )
+<a class="jxr_linenumber" name="L337" href="#L337">337</a> {
+<a class="jxr_linenumber" name="L338" href="#L338">338</a> sb.append( line ).append( '\n' );
+<a class="jxr_linenumber" name="L339" href="#L339">339</a> }
+<a class="jxr_linenumber" name="L340" href="#L340">340</a> }
+<a class="jxr_linenumber" name="L341" href="#L341">341</a>
+<a class="jxr_linenumber" name="L342" href="#L342">342</a> <em class="jxr_javadoccomment">/**</em>
+<a class="jxr_linenumber" name="L343" href="#L343">343</a> <em class="jxr_javadoccomment"> * Splits the specified text into lines of convenient display length.</em>
+<a class="jxr_linenumber" name="L344" href="#L344">344</a> <em class="jxr_javadoccomment"> *</em>
+<a class="jxr_linenumber" name="L345" href="#L345">345</a> <em class="jxr_javadoccomment"> * @param text The text to split into lines, must not be <code>null</code>.</em>
+<a class="jxr_linenumber" name="L346" href="#L346">346</a> <em class="jxr_javadoccomment"> * @param indent The base indentation level of each line, must not be negative.</em>
+<a class="jxr_linenumber" name="L347" href="#L347">347</a> <em class="jxr_javadoccomment"> * @param indentSize The size of each indentation, must not be negative.</em>
+<a class="jxr_linenumber" name="L348" href="#L348">348</a> <em class="jxr_javadoccomment"> * @param lineLength The length of the line, must not be negative.</em>
+<a class="jxr_linenumber" name="L349" href="#L349">349</a> <em class="jxr_javadoccomment"> * @return The sequence of display lines, never <code>null</code>.</em>
+<a class="jxr_linenumber" name="L350" href="#L350">350</a> <em class="jxr_javadoccomment"> * @throws NegativeArraySizeException if <code>indent < 0</code></em>
+<a class="jxr_linenumber" name="L351" href="#L351">351</a> <em class="jxr_javadoccomment"> */</em>
+<a class="jxr_linenumber" name="L352" href="#L352">352</a> <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">static</strong> List<String> toLines( String text, <strong class="jxr_keyword">int</strong> indent, <strong class="jxr_keyword">int</strong> indentSize, <strong class="jxr_keyword">int</strong> lineLength )
+<a class="jxr_linenumber" name="L353" href="#L353">353</a> {
+<a class="jxr_linenumber" name="L354" href="#L354">354</a> List<String> lines = <strong class="jxr_keyword">new</strong> ArrayList<String>();
+<a class="jxr_linenumber" name="L355" href="#L355">355</a>
+<a class="jxr_linenumber" name="L356" href="#L356">356</a> String ind = repeat( <span class="jxr_string">"\t"</span>, indent );
+<a class="jxr_linenumber" name="L357" href="#L357">357</a>
+<a class="jxr_linenumber" name="L358" href="#L358">358</a> String[] plainLines = text.split( <span class="jxr_string">"(\r\n)|(\r)|(\n)"</span> );
+<a class="jxr_linenumber" name="L359" href="#L359">359</a>
+<a class="jxr_linenumber" name="L360" href="#L360">360</a> <strong class="jxr_keyword">for</strong> ( String plainLine : plainLines )
+<a class="jxr_linenumber" name="L361" href="#L361">361</a> {
+<a class="jxr_linenumber" name="L362" href="#L362">362</a> toLines( lines, ind + plainLine, indentSize, lineLength );
+<a class="jxr_linenumber" name="L363" href="#L363">363</a> }
+<a class="jxr_linenumber" name="L364" href="#L364">364</a>
+<a class="jxr_linenumber" name="L365" href="#L365">365</a> <strong class="jxr_keyword">return</strong> lines;
+<a class="jxr_linenumber" name="L366" href="#L366">366</a> }
+<a class="jxr_linenumber" name="L367" href="#L367">367</a>
+<a class="jxr_linenumber" name="L368" href="#L368">368</a> <em class="jxr_javadoccomment">/**</em>
+<a class="jxr_linenumber" name="L369" href="#L369">369</a> <em class="jxr_javadoccomment"> * Adds the specified line to the output sequence, performing line wrapping if necessary.</em>
+<a class="jxr_linenumber" name="L370" href="#L370">370</a> <em class="jxr_javadoccomment"> *</em>
+<a class="jxr_linenumber" name="L371" href="#L371">371</a> <em class="jxr_javadoccomment"> * @param lines The sequence of display lines, must not be <code>null</code>.</em>
+<a class="jxr_linenumber" name="L372" href="#L372">372</a> <em class="jxr_javadoccomment"> * @param line The line to add, must not be <code>null</code>.</em>
+<a class="jxr_linenumber" name="L373" href="#L373">373</a> <em class="jxr_javadoccomment"> * @param indentSize The size of each indentation, must not be negative.</em>
+<a class="jxr_linenumber" name="L374" href="#L374">374</a> <em class="jxr_javadoccomment"> * @param lineLength The length of the line, must not be negative.</em>
+<a class="jxr_linenumber" name="L375" href="#L375">375</a> <em class="jxr_javadoccomment"> */</em>
+<a class="jxr_linenumber" name="L376" href="#L376">376</a> <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">void</strong> toLines( List<String> lines, String line, <strong class="jxr_keyword">int</strong> indentSize, <strong class="jxr_keyword">int</strong> lineLength )
+<a class="jxr_linenumber" name="L377" href="#L377">377</a> {
+<a class="jxr_linenumber" name="L378" href="#L378">378</a> <strong class="jxr_keyword">int</strong> lineIndent = getIndentLevel( line );
+<a class="jxr_linenumber" name="L379" href="#L379">379</a> StringBuilder buf = <strong class="jxr_keyword">new</strong> StringBuilder( 256 );
+<a class="jxr_linenumber" name="L380" href="#L380">380</a>
+<a class="jxr_linenumber" name="L381" href="#L381">381</a> String[] tokens = line.split( <span class="jxr_string">" +"</span> );
+<a class="jxr_linenumber" name="L382" href="#L382">382</a>
+<a class="jxr_linenumber" name="L383" href="#L383">383</a> <strong class="jxr_keyword">for</strong> ( String token : tokens )
+<a class="jxr_linenumber" name="L384" href="#L384">384</a> {
+<a class="jxr_linenumber" name="L385" href="#L385">385</a> <strong class="jxr_keyword">if</strong> ( buf.length() > 0 )
+<a class="jxr_linenumber" name="L386" href="#L386">386</a> {
+<a class="jxr_linenumber" name="L387" href="#L387">387</a> <strong class="jxr_keyword">if</strong> ( buf.length() + token.length() >= lineLength )
+<a class="jxr_linenumber" name="L388" href="#L388">388</a> {
+<a class="jxr_linenumber" name="L389" href="#L389">389</a> lines.add( buf.toString() );
+<a class="jxr_linenumber" name="L390" href="#L390">390</a> buf.setLength( 0 );
+<a class="jxr_linenumber" name="L391" href="#L391">391</a> buf.append( repeat( <span class="jxr_string">" "</span>, lineIndent * indentSize ) );
+<a class="jxr_linenumber" name="L392" href="#L392">392</a> }
+<a class="jxr_linenumber" name="L393" href="#L393">393</a> <strong class="jxr_keyword">else</strong>
+<a class="jxr_linenumber" name="L394" href="#L394">394</a> {
+<a class="jxr_linenumber" name="L395" href="#L395">395</a> buf.append( ' ' );
+<a class="jxr_linenumber" name="L396" href="#L396">396</a> }
+<a class="jxr_linenumber" name="L397" href="#L397">397</a> }
+<a class="jxr_linenumber" name="L398" href="#L398">398</a>
+<a class="jxr_linenumber" name="L399" href="#L399">399</a> <strong class="jxr_keyword">for</strong> ( <strong class="jxr_keyword">int</strong> j = 0; j < token.length(); j++ )
+<a class="jxr_linenumber" name="L400" href="#L400">400</a> {
+<a class="jxr_linenumber" name="L401" href="#L401">401</a> <strong class="jxr_keyword">char</strong> c = token.charAt( j );
+<a class="jxr_linenumber" name="L402" href="#L402">402</a> <strong class="jxr_keyword">if</strong> ( c == '\t' )
+<a class="jxr_linenumber" name="L403" href="#L403">403</a> {
+<a class="jxr_linenumber" name="L404" href="#L404">404</a> buf.append( repeat( <span class="jxr_string">" "</span>, indentSize - buf.length() % indentSize ) );
+<a class="jxr_linenumber" name="L405" href="#L405">405</a> }
+<a class="jxr_linenumber" name="L406" href="#L406">406</a> <strong class="jxr_keyword">else</strong> <strong class="jxr_keyword">if</strong> ( c == '\u00A0' )
+<a class="jxr_linenumber" name="L407" href="#L407">407</a> {
+<a class="jxr_linenumber" name="L408" href="#L408">408</a> buf.append( ' ' );
+<a class="jxr_linenumber" name="L409" href="#L409">409</a> }
+<a class="jxr_linenumber" name="L410" href="#L410">410</a> <strong class="jxr_keyword">else</strong>
+<a class="jxr_linenumber" name="L411" href="#L411">411</a> {
+<a class="jxr_linenumber" name="L412" href="#L412">412</a> buf.append( c );
+<a class="jxr_linenumber" name="L413" href="#L413">413</a> }
+<a class="jxr_linenumber" name="L414" href="#L414">414</a> }
+<a class="jxr_linenumber" name="L415" href="#L415">415</a> }
+<a class="jxr_linenumber" name="L416" href="#L416">416</a> lines.add( buf.toString() );
+<a class="jxr_linenumber" name="L417" href="#L417">417</a> }
+<a class="jxr_linenumber" name="L418" href="#L418">418</a>
+<a class="jxr_linenumber" name="L419" href="#L419">419</a> <em class="jxr_javadoccomment">/**</em>
+<a class="jxr_linenumber" name="L420" href="#L420">420</a> <em class="jxr_javadoccomment"> * Gets the indentation level of the specified line.</em>
+<a class="jxr_linenumber" name="L421" href="#L421">421</a> <em class="jxr_javadoccomment"> *</em>
+<a class="jxr_linenumber" name="L422" href="#L422">422</a> <em class="jxr_javadoccomment"> * @param line The line whose indentation level should be retrieved, must not be <code>null</code>.</em>
+<a class="jxr_linenumber" name="L423" href="#L423">423</a> <em class="jxr_javadoccomment"> * @return The indentation level of the line.</em>
+<a class="jxr_linenumber" name="L424" href="#L424">424</a> <em class="jxr_javadoccomment"> */</em>
+<a class="jxr_linenumber" name="L425" href="#L425">425</a> <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">int</strong> getIndentLevel( String line )
+<a class="jxr_linenumber" name="L426" href="#L426">426</a> {
+<a class="jxr_linenumber" name="L427" href="#L427">427</a> <strong class="jxr_keyword">int</strong> level = 0;
+<a class="jxr_linenumber" name="L428" href="#L428">428</a> <strong class="jxr_keyword">for</strong> ( <strong class="jxr_keyword">int</strong> i = 0; i < line.length() && line.charAt( i ) == '\t'; i++ )
+<a class="jxr_linenumber" name="L429" href="#L429">429</a> {
+<a class="jxr_linenumber" name="L430" href="#L430">430</a> level++;
+<a class="jxr_linenumber" name="L431" href="#L431">431</a> }
+<a class="jxr_linenumber" name="L432" href="#L432">432</a> <strong class="jxr_keyword">for</strong> ( <strong class="jxr_keyword">int</strong> i = level + 1; i <= level + 4 && i < line.length(); i++ )
+<a class="jxr_linenumber" name="L433" href="#L433">433</a> {
+<a class="jxr_linenumber" name="L434" href="#L434">434</a> <strong class="jxr_keyword">if</strong> ( line.charAt( i ) == '\t' )
+<a class="jxr_linenumber" name="L435" href="#L435">435</a> {
+<a class="jxr_linenumber" name="L436" href="#L436">436</a> level++;
+<a class="jxr_linenumber" name="L437" href="#L437">437</a> <strong class="jxr_keyword">break</strong>;
+<a class="jxr_linenumber" name="L438" href="#L438">438</a> }
+<a class="jxr_linenumber" name="L439" href="#L439">439</a> }
+<a class="jxr_linenumber" name="L440" href="#L440">440</a> <strong class="jxr_keyword">return</strong> level;
+<a class="jxr_linenumber" name="L441" href="#L441">441</a> }
+<a class="jxr_linenumber" name="L442" href="#L442">442</a>
+<a class="jxr_linenumber" name="L443" href="#L443">443</a> <strong class="jxr_keyword">private</strong> String getPropertyFromExpression( String expression )
+<a class="jxr_linenumber" name="L444" href="#L444">444</a> {
+<a class="jxr_linenumber" name="L445" href="#L445">445</a> <strong class="jxr_keyword">if</strong> ( expression != <strong class="jxr_keyword">null</strong> && expression.startsWith( <span class="jxr_string">"${"</span> ) && expression.endsWith( <span class="jxr_string">"}"</span> )
+<a class="jxr_linenumber" name="L446" href="#L446">446</a> && !expression.substring( 2 ).contains( <span class="jxr_string">"${"</span> ) )
+<a class="jxr_linenumber" name="L447" href="#L447">447</a> {
+<a class="jxr_linenumber" name="L448" href="#L448">448</a> <em class="jxr_comment">// expression="${xxx}" -> property="xxx"</em>
+<a class="jxr_linenumber" name="L449" href="#L449">449</a> <strong class="jxr_keyword">return</strong> expression.substring( 2, expression.length() - 1 );
+<a class="jxr_linenumber" name="L450" href="#L450">450</a> }
+<a class="jxr_linenumber" name="L451" href="#L451">451</a> <em class="jxr_comment">// no property can be extracted</em>
+<a class="jxr_linenumber" name="L452" href="#L452">452</a> <strong class="jxr_keyword">return</strong> <strong class="jxr_keyword">null</strong>;
+<a class="jxr_linenumber" name="L453" href="#L453">453</a> }
+<a class="jxr_linenumber" name="L454" href="#L454">454</a> }
+</pre>
+<hr/>
+<div id="footer">Copyright © 2026. All rights reserved.</div>
+</body>
+</html>
--- /dev/null
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<head><meta http-equiv="content-type" content="text/html; charset=UTF-8" />
+<title>ModificationTracker xref</title>
+<link type="text/css" rel="stylesheet" href="../../../../stylesheet.css" />
+</head>
+<body>
+<div id="overview"><a href="../../../../../apidocs/de/juplo/plugins/hibernate/ModificationTracker.html">View Javadoc</a></div><pre>
+<a class="jxr_linenumber" name="L1" href="#L1">1</a> <strong class="jxr_keyword">package</strong> de.juplo.plugins.hibernate;
+<a class="jxr_linenumber" name="L2" href="#L2">2</a>
+<a class="jxr_linenumber" name="L3" href="#L3">3</a>
+<a class="jxr_linenumber" name="L4" href="#L4">4</a> <strong class="jxr_keyword">import</strong> java.io.File;
+<a class="jxr_linenumber" name="L5" href="#L5">5</a> <strong class="jxr_keyword">import</strong> java.io.FileInputStream;
+<a class="jxr_linenumber" name="L6" href="#L6">6</a> <strong class="jxr_keyword">import</strong> java.io.FileOutputStream;
+<a class="jxr_linenumber" name="L7" href="#L7">7</a> <strong class="jxr_keyword">import</strong> java.io.IOException;
+<a class="jxr_linenumber" name="L8" href="#L8">8</a> <strong class="jxr_keyword">import</strong> java.io.InputStream;
+<a class="jxr_linenumber" name="L9" href="#L9">9</a> <strong class="jxr_keyword">import</strong> java.io.ObjectInputStream;
+<a class="jxr_linenumber" name="L10" href="#L10">10</a> <strong class="jxr_keyword">import</strong> java.io.ObjectOutputStream;
+<a class="jxr_linenumber" name="L11" href="#L11">11</a> <strong class="jxr_keyword">import</strong> java.math.BigInteger;
+<a class="jxr_linenumber" name="L12" href="#L12">12</a> <strong class="jxr_keyword">import</strong> java.security.MessageDigest;
+<a class="jxr_linenumber" name="L13" href="#L13">13</a> <strong class="jxr_keyword">import</strong> java.security.NoSuchAlgorithmException;
+<a class="jxr_linenumber" name="L14" href="#L14">14</a> <strong class="jxr_keyword">import</strong> java.util.HashMap;
+<a class="jxr_linenumber" name="L15" href="#L15">15</a> <strong class="jxr_keyword">import</strong> java.util.HashSet;
+<a class="jxr_linenumber" name="L16" href="#L16">16</a> <strong class="jxr_keyword">import</strong> java.util.Map;
+<a class="jxr_linenumber" name="L17" href="#L17">17</a> <strong class="jxr_keyword">import</strong> java.util.Properties;
+<a class="jxr_linenumber" name="L18" href="#L18">18</a> <strong class="jxr_keyword">import</strong> java.util.Set;
+<a class="jxr_linenumber" name="L19" href="#L19">19</a> <strong class="jxr_keyword">import</strong> org.apache.maven.plugin.logging.Log;
+<a class="jxr_linenumber" name="L20" href="#L20">20</a>
+<a class="jxr_linenumber" name="L21" href="#L21">21</a>
+<a class="jxr_linenumber" name="L22" href="#L22">22</a>
+<a class="jxr_linenumber" name="L23" href="#L23">23</a> <em class="jxr_javadoccomment">/**</em>
+<a class="jxr_linenumber" name="L24" href="#L24">24</a> <em class="jxr_javadoccomment"> *</em>
+<a class="jxr_linenumber" name="L25" href="#L25">25</a> <em class="jxr_javadoccomment"> * @author Kai Moritz</em>
+<a class="jxr_linenumber" name="L26" href="#L26">26</a> <em class="jxr_javadoccomment"> */</em>
+<a class="jxr_linenumber" name="L27" href="#L27">27</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">class</strong> <a href="../../../../de/juplo/plugins/hibernate/ModificationTracker.html">ModificationTracker</a>
+<a class="jxr_linenumber" name="L28" href="#L28">28</a> {
+<a class="jxr_linenumber" name="L29" href="#L29">29</a> <strong class="jxr_keyword">private</strong> Map<String,String> properties;
+<a class="jxr_linenumber" name="L30" href="#L30">30</a> <strong class="jxr_keyword">private</strong> Map<String,String> classes;
+<a class="jxr_linenumber" name="L31" href="#L31">31</a>
+<a class="jxr_linenumber" name="L32" href="#L32">32</a> <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">final</strong> Set<String> propertyNames;
+<a class="jxr_linenumber" name="L33" href="#L33">33</a> <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">final</strong> Set<String> classNames;
+<a class="jxr_linenumber" name="L34" href="#L34">34</a>
+<a class="jxr_linenumber" name="L35" href="#L35">35</a> <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">boolean</strong> modified = false;
+<a class="jxr_linenumber" name="L36" href="#L36">36</a> <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">boolean</strong> failed = false;
+<a class="jxr_linenumber" name="L37" href="#L37">37</a>
+<a class="jxr_linenumber" name="L38" href="#L38">38</a> <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">final</strong> File saved;
+<a class="jxr_linenumber" name="L39" href="#L39">39</a> <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">final</strong> MessageDigest digest;
+<a class="jxr_linenumber" name="L40" href="#L40">40</a> <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">final</strong> Log log;
+<a class="jxr_linenumber" name="L41" href="#L41">41</a>
+<a class="jxr_linenumber" name="L42" href="#L42">42</a>
+<a class="jxr_linenumber" name="L43" href="#L43">43</a> <a href="../../../../de/juplo/plugins/hibernate/ModificationTracker.html">ModificationTracker</a>(String buildDirectory, String filename, Log log)
+<a class="jxr_linenumber" name="L44" href="#L44">44</a> <strong class="jxr_keyword">throws</strong>
+<a class="jxr_linenumber" name="L45" href="#L45">45</a> NoSuchAlgorithmException
+<a class="jxr_linenumber" name="L46" href="#L46">46</a> {
+<a class="jxr_linenumber" name="L47" href="#L47">47</a> propertyNames = <strong class="jxr_keyword">new</strong> HashSet<String>();
+<a class="jxr_linenumber" name="L48" href="#L48">48</a> classNames = <strong class="jxr_keyword">new</strong> HashSet<String>();
+<a class="jxr_linenumber" name="L49" href="#L49">49</a> File output = <strong class="jxr_keyword">new</strong> File(filename + <span class="jxr_string">".md5s"</span>);
+<a class="jxr_linenumber" name="L50" href="#L50">50</a> <strong class="jxr_keyword">if</strong> (output.isAbsolute())
+<a class="jxr_linenumber" name="L51" href="#L51">51</a> {
+<a class="jxr_linenumber" name="L52" href="#L52">52</a> saved = output;
+<a class="jxr_linenumber" name="L53" href="#L53">53</a> }
+<a class="jxr_linenumber" name="L54" href="#L54">54</a> <strong class="jxr_keyword">else</strong>
+<a class="jxr_linenumber" name="L55" href="#L55">55</a> {
+<a class="jxr_linenumber" name="L56" href="#L56">56</a> <em class="jxr_comment">// Interpret relative file path relative to build directory</em>
+<a class="jxr_linenumber" name="L57" href="#L57">57</a> saved = <strong class="jxr_keyword">new</strong> File(buildDirectory, output.getPath());
+<a class="jxr_linenumber" name="L58" href="#L58">58</a> log.debug(<span class="jxr_string">"Adjusted relative path, resulting path is "</span> + saved.getPath());
+<a class="jxr_linenumber" name="L59" href="#L59">59</a> }
+<a class="jxr_linenumber" name="L60" href="#L60">60</a> digest = java.security.MessageDigest.getInstance(<span class="jxr_string">"MD5"</span>);
+<a class="jxr_linenumber" name="L61" href="#L61">61</a> <strong class="jxr_keyword">this</strong>.log = log;
+<a class="jxr_linenumber" name="L62" href="#L62">62</a> }
+<a class="jxr_linenumber" name="L63" href="#L63">63</a>
+<a class="jxr_linenumber" name="L64" href="#L64">64</a>
+<a class="jxr_linenumber" name="L65" href="#L65">65</a> <strong class="jxr_keyword">private</strong> String calculate(InputStream is)
+<a class="jxr_linenumber" name="L66" href="#L66">66</a> <strong class="jxr_keyword">throws</strong>
+<a class="jxr_linenumber" name="L67" href="#L67">67</a> IOException
+<a class="jxr_linenumber" name="L68" href="#L68">68</a> {
+<a class="jxr_linenumber" name="L69" href="#L69">69</a> byte[] buffer = <strong class="jxr_keyword">new</strong> byte[1024*4]; <em class="jxr_comment">// copy data in 4MB-chunks</em>
+<a class="jxr_linenumber" name="L70" href="#L70">70</a> <strong class="jxr_keyword">int</strong> i;
+<a class="jxr_linenumber" name="L71" href="#L71">71</a> <strong class="jxr_keyword">while</strong>((i = is.read(buffer)) > -1)
+<a class="jxr_linenumber" name="L72" href="#L72">72</a> digest.update(buffer, 0, i);
+<a class="jxr_linenumber" name="L73" href="#L73">73</a> is.close();
+<a class="jxr_linenumber" name="L74" href="#L74">74</a> byte[] bytes = digest.digest();
+<a class="jxr_linenumber" name="L75" href="#L75">75</a> BigInteger bi = <strong class="jxr_keyword">new</strong> BigInteger(1, bytes);
+<a class="jxr_linenumber" name="L76" href="#L76">76</a> <strong class="jxr_keyword">return</strong> String.format(<span class="jxr_string">"%0"</span> + (bytes.length << 1) + <span class="jxr_string">"x"</span>, bi);
+<a class="jxr_linenumber" name="L77" href="#L77">77</a> }
+<a class="jxr_linenumber" name="L78" href="#L78">78</a>
+<a class="jxr_linenumber" name="L79" href="#L79">79</a> <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">boolean</strong> check(Map<String,String> values, String name, String value)
+<a class="jxr_linenumber" name="L80" href="#L80">80</a> {
+<a class="jxr_linenumber" name="L81" href="#L81">81</a> <strong class="jxr_keyword">if</strong> (!values.containsKey(name) || !values.get(name).equals(value))
+<a class="jxr_linenumber" name="L82" href="#L82">82</a> {
+<a class="jxr_linenumber" name="L83" href="#L83">83</a> values.put(name, value);
+<a class="jxr_linenumber" name="L84" href="#L84">84</a> <strong class="jxr_keyword">return</strong> <strong class="jxr_keyword">true</strong>;
+<a class="jxr_linenumber" name="L85" href="#L85">85</a> }
+<a class="jxr_linenumber" name="L86" href="#L86">86</a> <strong class="jxr_keyword">else</strong>
+<a class="jxr_linenumber" name="L87" href="#L87">87</a> <strong class="jxr_keyword">return</strong> false;
+<a class="jxr_linenumber" name="L88" href="#L88">88</a> }
+<a class="jxr_linenumber" name="L89" href="#L89">89</a>
+<a class="jxr_linenumber" name="L90" href="#L90">90</a>
+<a class="jxr_linenumber" name="L91" href="#L91">91</a> <strong class="jxr_keyword">boolean</strong> track(String name, InputStream is) <strong class="jxr_keyword">throws</strong> IOException
+<a class="jxr_linenumber" name="L92" href="#L92">92</a> {
+<a class="jxr_linenumber" name="L93" href="#L93">93</a> <strong class="jxr_keyword">boolean</strong> result = check(classes, name, calculate(is));
+<a class="jxr_linenumber" name="L94" href="#L94">94</a> classNames.add(name);
+<a class="jxr_linenumber" name="L95" href="#L95">95</a> modified |= result;
+<a class="jxr_linenumber" name="L96" href="#L96">96</a> <strong class="jxr_keyword">return</strong> result;
+<a class="jxr_linenumber" name="L97" href="#L97">97</a> }
+<a class="jxr_linenumber" name="L98" href="#L98">98</a>
+<a class="jxr_linenumber" name="L99" href="#L99">99</a>
+<a class="jxr_linenumber" name="L100" href="#L100">100</a> <strong class="jxr_keyword">boolean</strong> check(String name, String property)
+<a class="jxr_linenumber" name="L101" href="#L101">101</a> {
+<a class="jxr_linenumber" name="L102" href="#L102">102</a> propertyNames.add(name);
+<a class="jxr_linenumber" name="L103" href="#L103">103</a> <strong class="jxr_keyword">return</strong> check(properties, name, property);
+<a class="jxr_linenumber" name="L104" href="#L104">104</a> }
+<a class="jxr_linenumber" name="L105" href="#L105">105</a>
+<a class="jxr_linenumber" name="L106" href="#L106">106</a> <strong class="jxr_keyword">boolean</strong> track(String name, String property)
+<a class="jxr_linenumber" name="L107" href="#L107">107</a> {
+<a class="jxr_linenumber" name="L108" href="#L108">108</a> <strong class="jxr_keyword">boolean</strong> result = check(name, property);
+<a class="jxr_linenumber" name="L109" href="#L109">109</a> modified |= result;
+<a class="jxr_linenumber" name="L110" href="#L110">110</a> <strong class="jxr_keyword">return</strong> result;
+<a class="jxr_linenumber" name="L111" href="#L111">111</a> }
+<a class="jxr_linenumber" name="L112" href="#L112">112</a>
+<a class="jxr_linenumber" name="L113" href="#L113">113</a> <strong class="jxr_keyword">boolean</strong> track(Properties properties)
+<a class="jxr_linenumber" name="L114" href="#L114">114</a> {
+<a class="jxr_linenumber" name="L115" href="#L115">115</a> <strong class="jxr_keyword">boolean</strong> result = false;
+<a class="jxr_linenumber" name="L116" href="#L116">116</a> <strong class="jxr_keyword">for</strong> (String name : properties.stringPropertyNames())
+<a class="jxr_linenumber" name="L117" href="#L117">117</a> result |= track(name, properties.getProperty(name));
+<a class="jxr_linenumber" name="L118" href="#L118">118</a> <strong class="jxr_keyword">return</strong> result;
+<a class="jxr_linenumber" name="L119" href="#L119">119</a> }
+<a class="jxr_linenumber" name="L120" href="#L120">120</a>
+<a class="jxr_linenumber" name="L121" href="#L121">121</a>
+<a class="jxr_linenumber" name="L122" href="#L122">122</a> <strong class="jxr_keyword">void</strong> touch()
+<a class="jxr_linenumber" name="L123" href="#L123">123</a> {
+<a class="jxr_linenumber" name="L124" href="#L124">124</a> modified = <strong class="jxr_keyword">true</strong>;
+<a class="jxr_linenumber" name="L125" href="#L125">125</a> }
+<a class="jxr_linenumber" name="L126" href="#L126">126</a>
+<a class="jxr_linenumber" name="L127" href="#L127">127</a> <strong class="jxr_keyword">boolean</strong> modified()
+<a class="jxr_linenumber" name="L128" href="#L128">128</a> {
+<a class="jxr_linenumber" name="L129" href="#L129">129</a> <strong class="jxr_keyword">for</strong> (String property : <strong class="jxr_keyword">new</strong> HashSet<String>(properties.keySet()))
+<a class="jxr_linenumber" name="L130" href="#L130">130</a> <strong class="jxr_keyword">if</strong> (!propertyNames.contains(property))
+<a class="jxr_linenumber" name="L131" href="#L131">131</a> {
+<a class="jxr_linenumber" name="L132" href="#L132">132</a> modified = <strong class="jxr_keyword">true</strong>;
+<a class="jxr_linenumber" name="L133" href="#L133">133</a> properties.remove(property);
+<a class="jxr_linenumber" name="L134" href="#L134">134</a> }
+<a class="jxr_linenumber" name="L135" href="#L135">135</a> <strong class="jxr_keyword">for</strong> (String clazz : <strong class="jxr_keyword">new</strong> HashSet<String>(classes.keySet()))
+<a class="jxr_linenumber" name="L136" href="#L136">136</a> <strong class="jxr_keyword">if</strong> (!classNames.contains(clazz))
+<a class="jxr_linenumber" name="L137" href="#L137">137</a> {
+<a class="jxr_linenumber" name="L138" href="#L138">138</a> modified = <strong class="jxr_keyword">true</strong>;
+<a class="jxr_linenumber" name="L139" href="#L139">139</a> classes.remove(clazz);
+<a class="jxr_linenumber" name="L140" href="#L140">140</a> }
+<a class="jxr_linenumber" name="L141" href="#L141">141</a> <strong class="jxr_keyword">return</strong> modified;
+<a class="jxr_linenumber" name="L142" href="#L142">142</a> }
+<a class="jxr_linenumber" name="L143" href="#L143">143</a>
+<a class="jxr_linenumber" name="L144" href="#L144">144</a>
+<a class="jxr_linenumber" name="L145" href="#L145">145</a> <strong class="jxr_keyword">void</strong> failed()
+<a class="jxr_linenumber" name="L146" href="#L146">146</a> {
+<a class="jxr_linenumber" name="L147" href="#L147">147</a> failed = <strong class="jxr_keyword">true</strong>;
+<a class="jxr_linenumber" name="L148" href="#L148">148</a> }
+<a class="jxr_linenumber" name="L149" href="#L149">149</a>
+<a class="jxr_linenumber" name="L150" href="#L150">150</a>
+<a class="jxr_linenumber" name="L151" href="#L151">151</a> <strong class="jxr_keyword">void</strong> load()
+<a class="jxr_linenumber" name="L152" href="#L152">152</a> {
+<a class="jxr_linenumber" name="L153" href="#L153">153</a> <strong class="jxr_keyword">if</strong> (saved.isFile() && saved.length() > 0)
+<a class="jxr_linenumber" name="L154" href="#L154">154</a> {
+<a class="jxr_linenumber" name="L155" href="#L155">155</a> <strong class="jxr_keyword">try</strong>
+<a class="jxr_linenumber" name="L156" href="#L156">156</a> {
+<a class="jxr_linenumber" name="L157" href="#L157">157</a> FileInputStream fis = <strong class="jxr_keyword">new</strong> FileInputStream(saved);
+<a class="jxr_linenumber" name="L158" href="#L158">158</a> ObjectInputStream ois = <strong class="jxr_keyword">new</strong> ObjectInputStream(fis);
+<a class="jxr_linenumber" name="L159" href="#L159">159</a> properties = (HashMap<String,String>)ois.readObject();
+<a class="jxr_linenumber" name="L160" href="#L160">160</a> classes = (HashMap<String,String>)ois.readObject();
+<a class="jxr_linenumber" name="L161" href="#L161">161</a> ois.close();
+<a class="jxr_linenumber" name="L162" href="#L162">162</a> }
+<a class="jxr_linenumber" name="L163" href="#L163">163</a> <strong class="jxr_keyword">catch</strong> (Exception e)
+<a class="jxr_linenumber" name="L164" href="#L164">164</a> {
+<a class="jxr_linenumber" name="L165" href="#L165">165</a> properties = <strong class="jxr_keyword">new</strong> HashMap<String,String>();
+<a class="jxr_linenumber" name="L166" href="#L166">166</a> classes = <strong class="jxr_keyword">new</strong> HashMap<String,String>();
+<a class="jxr_linenumber" name="L167" href="#L167">167</a> log.warn(<span class="jxr_string">"Cannot read md5s from saved: "</span> + e);
+<a class="jxr_linenumber" name="L168" href="#L168">168</a> }
+<a class="jxr_linenumber" name="L169" href="#L169">169</a> }
+<a class="jxr_linenumber" name="L170" href="#L170">170</a> <strong class="jxr_keyword">else</strong>
+<a class="jxr_linenumber" name="L171" href="#L171">171</a> {
+<a class="jxr_linenumber" name="L172" href="#L172">172</a> properties = <strong class="jxr_keyword">new</strong> HashMap<String,String>();
+<a class="jxr_linenumber" name="L173" href="#L173">173</a> classes = <strong class="jxr_keyword">new</strong> HashMap<String,String>();
+<a class="jxr_linenumber" name="L174" href="#L174">174</a> <strong class="jxr_keyword">try</strong>
+<a class="jxr_linenumber" name="L175" href="#L175">175</a> {
+<a class="jxr_linenumber" name="L176" href="#L176">176</a> saved.createNewFile();
+<a class="jxr_linenumber" name="L177" href="#L177">177</a> }
+<a class="jxr_linenumber" name="L178" href="#L178">178</a> <strong class="jxr_keyword">catch</strong> (IOException e)
+<a class="jxr_linenumber" name="L179" href="#L179">179</a> {
+<a class="jxr_linenumber" name="L180" href="#L180">180</a> log.debug(<span class="jxr_string">"Cannot create file \""</span> + saved.getPath() + <span class="jxr_string">"\" for md5s: "</span> + e);
+<a class="jxr_linenumber" name="L181" href="#L181">181</a> }
+<a class="jxr_linenumber" name="L182" href="#L182">182</a> }
+<a class="jxr_linenumber" name="L183" href="#L183">183</a> }
+<a class="jxr_linenumber" name="L184" href="#L184">184</a>
+<a class="jxr_linenumber" name="L185" href="#L185">185</a> <strong class="jxr_keyword">void</strong> save()
+<a class="jxr_linenumber" name="L186" href="#L186">186</a> {
+<a class="jxr_linenumber" name="L187" href="#L187">187</a> <strong class="jxr_keyword">if</strong> (failed)
+<a class="jxr_linenumber" name="L188" href="#L188">188</a> {
+<a class="jxr_linenumber" name="L189" href="#L189">189</a> saved.delete();
+<a class="jxr_linenumber" name="L190" href="#L190">190</a> <strong class="jxr_keyword">return</strong>;
+<a class="jxr_linenumber" name="L191" href="#L191">191</a> }
+<a class="jxr_linenumber" name="L192" href="#L192">192</a>
+<a class="jxr_linenumber" name="L193" href="#L193">193</a> <strong class="jxr_keyword">if</strong> (!modified)
+<a class="jxr_linenumber" name="L194" href="#L194">194</a> <strong class="jxr_keyword">return</strong>;
+<a class="jxr_linenumber" name="L195" href="#L195">195</a>
+<a class="jxr_linenumber" name="L196" href="#L196">196</a> <em class="jxr_javadoccomment">/** Write md5-sums for annotated classes to file */</em>
+<a class="jxr_linenumber" name="L197" href="#L197">197</a> <strong class="jxr_keyword">try</strong>
+<a class="jxr_linenumber" name="L198" href="#L198">198</a> {
+<a class="jxr_linenumber" name="L199" href="#L199">199</a> FileOutputStream fos = <strong class="jxr_keyword">new</strong> FileOutputStream(saved);
+<a class="jxr_linenumber" name="L200" href="#L200">200</a> ObjectOutputStream oos = <strong class="jxr_keyword">new</strong> ObjectOutputStream(fos);
+<a class="jxr_linenumber" name="L201" href="#L201">201</a> oos.writeObject(properties);
+<a class="jxr_linenumber" name="L202" href="#L202">202</a> oos.writeObject(classes);
+<a class="jxr_linenumber" name="L203" href="#L203">203</a> oos.close();
+<a class="jxr_linenumber" name="L204" href="#L204">204</a> fos.close();
+<a class="jxr_linenumber" name="L205" href="#L205">205</a> }
+<a class="jxr_linenumber" name="L206" href="#L206">206</a> <strong class="jxr_keyword">catch</strong> (Exception e)
+<a class="jxr_linenumber" name="L207" href="#L207">207</a> {
+<a class="jxr_linenumber" name="L208" href="#L208">208</a> log.error(<span class="jxr_string">"Cannot write md5-sums to file: "</span> + e);
+<a class="jxr_linenumber" name="L209" href="#L209">209</a> }
+<a class="jxr_linenumber" name="L210" href="#L210">210</a> }
+<a class="jxr_linenumber" name="L211" href="#L211">211</a> }
+</pre>
+<hr/>
+<div id="footer">Copyright © 2026. All rights reserved.</div>
+</body>
+</html>
--- /dev/null
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<head><meta http-equiv="content-type" content="text/html; charset=UTF-8" />
+<title>MutableClassLoader xref</title>
+<link type="text/css" rel="stylesheet" href="../../../../stylesheet.css" />
+</head>
+<body>
+<div id="overview"><a href="../../../../../apidocs/de/juplo/plugins/hibernate/MutableClassLoader.html">View Javadoc</a></div><pre>
+<a class="jxr_linenumber" name="L1" href="#L1">1</a> <strong class="jxr_keyword">package</strong> de.juplo.plugins.hibernate;
+<a class="jxr_linenumber" name="L2" href="#L2">2</a>
+<a class="jxr_linenumber" name="L3" href="#L3">3</a> <strong class="jxr_keyword">import</strong> java.io.IOException;
+<a class="jxr_linenumber" name="L4" href="#L4">4</a> <strong class="jxr_keyword">import</strong> java.io.InputStream;
+<a class="jxr_linenumber" name="L5" href="#L5">5</a> <strong class="jxr_keyword">import</strong> java.net.URL;
+<a class="jxr_linenumber" name="L6" href="#L6">6</a> <strong class="jxr_keyword">import</strong> java.net.URLClassLoader;
+<a class="jxr_linenumber" name="L7" href="#L7">7</a> <strong class="jxr_keyword">import</strong> java.util.Arrays;
+<a class="jxr_linenumber" name="L8" href="#L8">8</a> <strong class="jxr_keyword">import</strong> java.util.Enumeration;
+<a class="jxr_linenumber" name="L9" href="#L9">9</a> <strong class="jxr_keyword">import</strong> java.util.LinkedHashSet;
+<a class="jxr_linenumber" name="L10" href="#L10">10</a> <strong class="jxr_keyword">import</strong> org.apache.maven.plugin.logging.Log;
+<a class="jxr_linenumber" name="L11" href="#L11">11</a>
+<a class="jxr_linenumber" name="L12" href="#L12">12</a>
+<a class="jxr_linenumber" name="L13" href="#L13">13</a> <em class="jxr_javadoccomment">/**</em>
+<a class="jxr_linenumber" name="L14" href="#L14">14</a> <em class="jxr_javadoccomment"> *</em>
+<a class="jxr_linenumber" name="L15" href="#L15">15</a> <em class="jxr_javadoccomment"> * @author kai</em>
+<a class="jxr_linenumber" name="L16" href="#L16">16</a> <em class="jxr_javadoccomment"> */</em>
+<a class="jxr_linenumber" name="L17" href="#L17">17</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">class</strong> <a href="../../../../de/juplo/plugins/hibernate/MutableClassLoader.html">MutableClassLoader</a> <strong class="jxr_keyword">extends</strong> ClassLoader
+<a class="jxr_linenumber" name="L18" href="#L18">18</a> {
+<a class="jxr_linenumber" name="L19" href="#L19">19</a> <strong class="jxr_keyword">private</strong> URLClassLoader loader;
+<a class="jxr_linenumber" name="L20" href="#L20">20</a> <strong class="jxr_keyword">private</strong> Log log;
+<a class="jxr_linenumber" name="L21" href="#L21">21</a>
+<a class="jxr_linenumber" name="L22" href="#L22">22</a>
+<a class="jxr_linenumber" name="L23" href="#L23">23</a> <strong class="jxr_keyword">public</strong> <a href="../../../../de/juplo/plugins/hibernate/MutableClassLoader.html">MutableClassLoader</a>(LinkedHashSet<URL> urls, Log log)
+<a class="jxr_linenumber" name="L24" href="#L24">24</a> {
+<a class="jxr_linenumber" name="L25" href="#L25">25</a> <strong class="jxr_keyword">if</strong> (log.isDebugEnabled())
+<a class="jxr_linenumber" name="L26" href="#L26">26</a> <strong class="jxr_keyword">for</strong> (URL url : urls)
+<a class="jxr_linenumber" name="L27" href="#L27">27</a> log.debug(url.toString());
+<a class="jxr_linenumber" name="L28" href="#L28">28</a> loader =
+<a class="jxr_linenumber" name="L29" href="#L29">29</a> <strong class="jxr_keyword">new</strong> URLClassLoader(
+<a class="jxr_linenumber" name="L30" href="#L30">30</a> urls.toArray(<strong class="jxr_keyword">new</strong> URL[urls.size()]),
+<a class="jxr_linenumber" name="L31" href="#L31">31</a> getClass().getClassLoader()
+<a class="jxr_linenumber" name="L32" href="#L32">32</a> );
+<a class="jxr_linenumber" name="L33" href="#L33">33</a> <strong class="jxr_keyword">this</strong>.log = log;
+<a class="jxr_linenumber" name="L34" href="#L34">34</a> }
+<a class="jxr_linenumber" name="L35" href="#L35">35</a>
+<a class="jxr_linenumber" name="L36" href="#L36">36</a>
+<a class="jxr_linenumber" name="L37" href="#L37">37</a> <strong class="jxr_keyword">public</strong> <a href="../../../../de/juplo/plugins/hibernate/MutableClassLoader.html">MutableClassLoader</a> add(LinkedHashSet<URL> urls)
+<a class="jxr_linenumber" name="L38" href="#L38">38</a> {
+<a class="jxr_linenumber" name="L39" href="#L39">39</a> LinkedHashSet<URL> old =
+<a class="jxr_linenumber" name="L40" href="#L40">40</a> <strong class="jxr_keyword">new</strong> LinkedHashSet<URL>(Arrays.asList(loader.getURLs()));
+<a class="jxr_linenumber" name="L41" href="#L41">41</a> old.addAll(urls);
+<a class="jxr_linenumber" name="L42" href="#L42">42</a> <strong class="jxr_keyword">if</strong> (log.isDebugEnabled())
+<a class="jxr_linenumber" name="L43" href="#L43">43</a> <strong class="jxr_keyword">for</strong> (URL url : urls)
+<a class="jxr_linenumber" name="L44" href="#L44">44</a> log.debug(url.toString());
+<a class="jxr_linenumber" name="L45" href="#L45">45</a> loader =
+<a class="jxr_linenumber" name="L46" href="#L46">46</a> <strong class="jxr_keyword">new</strong> URLClassLoader(
+<a class="jxr_linenumber" name="L47" href="#L47">47</a> old.toArray(<strong class="jxr_keyword">new</strong> URL[urls.size()]),
+<a class="jxr_linenumber" name="L48" href="#L48">48</a> getClass().getClassLoader()
+<a class="jxr_linenumber" name="L49" href="#L49">49</a> );
+<a class="jxr_linenumber" name="L50" href="#L50">50</a> <strong class="jxr_keyword">return</strong> <strong class="jxr_keyword">this</strong>;
+<a class="jxr_linenumber" name="L51" href="#L51">51</a> }
+<a class="jxr_linenumber" name="L52" href="#L52">52</a>
+<a class="jxr_linenumber" name="L53" href="#L53">53</a>
+<a class="jxr_linenumber" name="L54" href="#L54">54</a> @Override
+<a class="jxr_linenumber" name="L55" href="#L55">55</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> clearAssertionStatus()
+<a class="jxr_linenumber" name="L56" href="#L56">56</a> {
+<a class="jxr_linenumber" name="L57" href="#L57">57</a> loader.clearAssertionStatus();
+<a class="jxr_linenumber" name="L58" href="#L58">58</a> }
+<a class="jxr_linenumber" name="L59" href="#L59">59</a>
+<a class="jxr_linenumber" name="L60" href="#L60">60</a> @Override
+<a class="jxr_linenumber" name="L61" href="#L61">61</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> setClassAssertionStatus(String className, <strong class="jxr_keyword">boolean</strong> enabled)
+<a class="jxr_linenumber" name="L62" href="#L62">62</a> {
+<a class="jxr_linenumber" name="L63" href="#L63">63</a> loader.setClassAssertionStatus(className, enabled);
+<a class="jxr_linenumber" name="L64" href="#L64">64</a> }
+<a class="jxr_linenumber" name="L65" href="#L65">65</a>
+<a class="jxr_linenumber" name="L66" href="#L66">66</a> @Override
+<a class="jxr_linenumber" name="L67" href="#L67">67</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> setPackageAssertionStatus(String packageName, <strong class="jxr_keyword">boolean</strong> enabled)
+<a class="jxr_linenumber" name="L68" href="#L68">68</a> {
+<a class="jxr_linenumber" name="L69" href="#L69">69</a> loader.setPackageAssertionStatus(packageName, enabled);
+<a class="jxr_linenumber" name="L70" href="#L70">70</a> }
+<a class="jxr_linenumber" name="L71" href="#L71">71</a>
+<a class="jxr_linenumber" name="L72" href="#L72">72</a> @Override
+<a class="jxr_linenumber" name="L73" href="#L73">73</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> setDefaultAssertionStatus(<strong class="jxr_keyword">boolean</strong> enabled)
+<a class="jxr_linenumber" name="L74" href="#L74">74</a> {
+<a class="jxr_linenumber" name="L75" href="#L75">75</a> loader.setDefaultAssertionStatus(enabled);
+<a class="jxr_linenumber" name="L76" href="#L76">76</a> }
+<a class="jxr_linenumber" name="L77" href="#L77">77</a>
+<a class="jxr_linenumber" name="L78" href="#L78">78</a> @Override
+<a class="jxr_linenumber" name="L79" href="#L79">79</a> <strong class="jxr_keyword">public</strong> InputStream getResourceAsStream(String name)
+<a class="jxr_linenumber" name="L80" href="#L80">80</a> {
+<a class="jxr_linenumber" name="L81" href="#L81">81</a> <strong class="jxr_keyword">return</strong> loader.getResourceAsStream(name);
+<a class="jxr_linenumber" name="L82" href="#L82">82</a> }
+<a class="jxr_linenumber" name="L83" href="#L83">83</a>
+<a class="jxr_linenumber" name="L84" href="#L84">84</a> @Override
+<a class="jxr_linenumber" name="L85" href="#L85">85</a> <strong class="jxr_keyword">public</strong> Enumeration<URL> getResources(String name) <strong class="jxr_keyword">throws</strong> IOException
+<a class="jxr_linenumber" name="L86" href="#L86">86</a> {
+<a class="jxr_linenumber" name="L87" href="#L87">87</a> <strong class="jxr_keyword">return</strong> loader.getResources(name);
+<a class="jxr_linenumber" name="L88" href="#L88">88</a> }
+<a class="jxr_linenumber" name="L89" href="#L89">89</a>
+<a class="jxr_linenumber" name="L90" href="#L90">90</a> @Override
+<a class="jxr_linenumber" name="L91" href="#L91">91</a> <strong class="jxr_keyword">public</strong> URL getResource(String name)
+<a class="jxr_linenumber" name="L92" href="#L92">92</a> {
+<a class="jxr_linenumber" name="L93" href="#L93">93</a> <strong class="jxr_keyword">return</strong> loader.getResource(name);
+<a class="jxr_linenumber" name="L94" href="#L94">94</a> }
+<a class="jxr_linenumber" name="L95" href="#L95">95</a>
+<a class="jxr_linenumber" name="L96" href="#L96">96</a> @Override
+<a class="jxr_linenumber" name="L97" href="#L97">97</a> <strong class="jxr_keyword">public</strong> Class<?> loadClass(String name) <strong class="jxr_keyword">throws</strong> ClassNotFoundException
+<a class="jxr_linenumber" name="L98" href="#L98">98</a> {
+<a class="jxr_linenumber" name="L99" href="#L99">99</a> <strong class="jxr_keyword">return</strong> loader.loadClass(name);
+<a class="jxr_linenumber" name="L100" href="#L100">100</a> }
+<a class="jxr_linenumber" name="L101" href="#L101">101</a>
+<a class="jxr_linenumber" name="L102" href="#L102">102</a> }
+</pre>
+<hr/>
+<div id="footer">Copyright © 2026. All rights reserved.</div>
+</body>
+</html>
--- /dev/null
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<head><meta http-equiv="content-type" content="text/html; charset=UTF-8" />
+<title>SimpleConnectionProvider xref</title>
+<link type="text/css" rel="stylesheet" href="../../../../stylesheet.css" />
+</head>
+<body>
+<div id="overview"><a href="../../../../../apidocs/de/juplo/plugins/hibernate/SimpleConnectionProvider.html">View Javadoc</a></div><pre>
+<a class="jxr_linenumber" name="L1" href="#L1">1</a> <strong class="jxr_keyword">package</strong> de.juplo.plugins.hibernate;
+<a class="jxr_linenumber" name="L2" href="#L2">2</a>
+<a class="jxr_linenumber" name="L3" href="#L3">3</a> <strong class="jxr_keyword">import</strong> java.sql.Connection;
+<a class="jxr_linenumber" name="L4" href="#L4">4</a> <strong class="jxr_keyword">import</strong> java.sql.Driver;
+<a class="jxr_linenumber" name="L5" href="#L5">5</a> <strong class="jxr_keyword">import</strong> java.sql.DriverManager;
+<a class="jxr_linenumber" name="L6" href="#L6">6</a> <strong class="jxr_keyword">import</strong> java.sql.DriverPropertyInfo;
+<a class="jxr_linenumber" name="L7" href="#L7">7</a> <strong class="jxr_keyword">import</strong> java.sql.SQLException;
+<a class="jxr_linenumber" name="L8" href="#L8">8</a> <strong class="jxr_keyword">import</strong> java.sql.SQLFeatureNotSupportedException;
+<a class="jxr_linenumber" name="L9" href="#L9">9</a> <strong class="jxr_keyword">import</strong> java.util.Properties;
+<a class="jxr_linenumber" name="L10" href="#L10">10</a> <strong class="jxr_keyword">import</strong> java.util.logging.Logger;
+<a class="jxr_linenumber" name="L11" href="#L11">11</a> <strong class="jxr_keyword">import</strong> org.apache.maven.plugin.MojoFailureException;
+<a class="jxr_linenumber" name="L12" href="#L12">12</a> <strong class="jxr_keyword">import</strong> org.apache.maven.plugin.logging.Log;
+<a class="jxr_linenumber" name="L13" href="#L13">13</a> <strong class="jxr_keyword">import</strong> <strong class="jxr_keyword">static</strong> org.eclipse.aether.repository.AuthenticationContext.PASSWORD;
+<a class="jxr_linenumber" name="L14" href="#L14">14</a> <strong class="jxr_keyword">import</strong> <strong class="jxr_keyword">static</strong> org.eclipse.aether.repository.AuthenticationContext.USERNAME;
+<a class="jxr_linenumber" name="L15" href="#L15">15</a> <strong class="jxr_keyword">import</strong> org.hibernate.boot.registry.classloading.spi.ClassLoaderService;
+<a class="jxr_linenumber" name="L16" href="#L16">16</a> <strong class="jxr_keyword">import</strong> <strong class="jxr_keyword">static</strong> org.hibernate.cfg.AvailableSettings.DRIVER;
+<a class="jxr_linenumber" name="L17" href="#L17">17</a> <strong class="jxr_keyword">import</strong> <strong class="jxr_keyword">static</strong> org.hibernate.cfg.AvailableSettings.PASS;
+<a class="jxr_linenumber" name="L18" href="#L18">18</a> <strong class="jxr_keyword">import</strong> <strong class="jxr_keyword">static</strong> org.hibernate.cfg.AvailableSettings.URL;
+<a class="jxr_linenumber" name="L19" href="#L19">19</a> <strong class="jxr_keyword">import</strong> <strong class="jxr_keyword">static</strong> org.hibernate.cfg.AvailableSettings.USER;
+<a class="jxr_linenumber" name="L20" href="#L20">20</a> <strong class="jxr_keyword">import</strong> org.hibernate.engine.jdbc.connections.spi.ConnectionProvider;
+<a class="jxr_linenumber" name="L21" href="#L21">21</a> <strong class="jxr_keyword">import</strong> <strong class="jxr_keyword">static</strong> org.hibernate.jpa.AvailableSettings.JDBC_DRIVER;
+<a class="jxr_linenumber" name="L22" href="#L22">22</a> <strong class="jxr_keyword">import</strong> <strong class="jxr_keyword">static</strong> org.hibernate.jpa.AvailableSettings.JDBC_PASSWORD;
+<a class="jxr_linenumber" name="L23" href="#L23">23</a> <strong class="jxr_keyword">import</strong> <strong class="jxr_keyword">static</strong> org.hibernate.jpa.AvailableSettings.JDBC_URL;
+<a class="jxr_linenumber" name="L24" href="#L24">24</a> <strong class="jxr_keyword">import</strong> <strong class="jxr_keyword">static</strong> org.hibernate.jpa.AvailableSettings.JDBC_USER;
+<a class="jxr_linenumber" name="L25" href="#L25">25</a>
+<a class="jxr_linenumber" name="L26" href="#L26">26</a> <em class="jxr_javadoccomment">/**</em>
+<a class="jxr_linenumber" name="L27" href="#L27">27</a> <em class="jxr_javadoccomment"> *</em>
+<a class="jxr_linenumber" name="L28" href="#L28">28</a> <em class="jxr_javadoccomment"> * @author Kai Moritz</em>
+<a class="jxr_linenumber" name="L29" href="#L29">29</a> <em class="jxr_javadoccomment"> */</em>
+<a class="jxr_linenumber" name="L30" href="#L30">30</a> <strong class="jxr_keyword">class</strong> <a href="../../../../de/juplo/plugins/hibernate/SimpleConnectionProvider.html">SimpleConnectionProvider</a> <strong class="jxr_keyword">implements</strong> ConnectionProvider
+<a class="jxr_linenumber" name="L31" href="#L31">31</a> {
+<a class="jxr_linenumber" name="L32" href="#L32">32</a> <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">final</strong> Log log;
+<a class="jxr_linenumber" name="L33" href="#L33">33</a>
+<a class="jxr_linenumber" name="L34" href="#L34">34</a> <strong class="jxr_keyword">private</strong> Connection connection;
+<a class="jxr_linenumber" name="L35" href="#L35">35</a>
+<a class="jxr_linenumber" name="L36" href="#L36">36</a>
+<a class="jxr_linenumber" name="L37" href="#L37">37</a> <a href="../../../../de/juplo/plugins/hibernate/SimpleConnectionProvider.html">SimpleConnectionProvider</a>(Log log)
+<a class="jxr_linenumber" name="L38" href="#L38">38</a> {
+<a class="jxr_linenumber" name="L39" href="#L39">39</a> <strong class="jxr_keyword">this</strong>.log = log;
+<a class="jxr_linenumber" name="L40" href="#L40">40</a> }
+<a class="jxr_linenumber" name="L41" href="#L41">41</a>
+<a class="jxr_linenumber" name="L42" href="#L42">42</a>
+<a class="jxr_linenumber" name="L43" href="#L43">43</a> <strong class="jxr_keyword">void</strong> open(ClassLoaderService classLoaderService, Properties properties)
+<a class="jxr_linenumber" name="L44" href="#L44">44</a> <strong class="jxr_keyword">throws</strong>
+<a class="jxr_linenumber" name="L45" href="#L45">45</a> MojoFailureException
+<a class="jxr_linenumber" name="L46" href="#L46">46</a> {
+<a class="jxr_linenumber" name="L47" href="#L47">47</a>
+<a class="jxr_linenumber" name="L48" href="#L48">48</a> String driver = (String)properties.getProperty(DRIVER);
+<a class="jxr_linenumber" name="L49" href="#L49">49</a> String url = (String)properties.getProperty(URL);
+<a class="jxr_linenumber" name="L50" href="#L50">50</a> String user = (String)properties.getProperty(USER);
+<a class="jxr_linenumber" name="L51" href="#L51">51</a> String password = (String)properties.getProperty(PASS);
+<a class="jxr_linenumber" name="L52" href="#L52">52</a>
+<a class="jxr_linenumber" name="L53" href="#L53">53</a> <strong class="jxr_keyword">if</strong> (driver == <strong class="jxr_keyword">null</strong> || url == <strong class="jxr_keyword">null</strong>)
+<a class="jxr_linenumber" name="L54" href="#L54">54</a> {
+<a class="jxr_linenumber" name="L55" href="#L55">55</a> log.info(<span class="jxr_string">"No connection opened, because connection information is incomplete"</span>);
+<a class="jxr_linenumber" name="L56" href="#L56">56</a> log.info(<span class="jxr_string">"Driver-Class: "</span> + driver);
+<a class="jxr_linenumber" name="L57" href="#L57">57</a> log.info(<span class="jxr_string">"URL: "</span> + url);
+<a class="jxr_linenumber" name="L58" href="#L58">58</a> <strong class="jxr_keyword">return</strong>;
+<a class="jxr_linenumber" name="L59" href="#L59">59</a> }
+<a class="jxr_linenumber" name="L60" href="#L60">60</a>
+<a class="jxr_linenumber" name="L61" href="#L61">61</a> <strong class="jxr_keyword">try</strong>
+<a class="jxr_linenumber" name="L62" href="#L62">62</a> {
+<a class="jxr_linenumber" name="L63" href="#L63">63</a> Class driverClass = classLoaderService.classForName(driver);
+<a class="jxr_linenumber" name="L64" href="#L64">64</a>
+<a class="jxr_linenumber" name="L65" href="#L65">65</a> log.debug(<span class="jxr_string">"Registering JDBC-driver "</span> + driverClass.getName());
+<a class="jxr_linenumber" name="L66" href="#L66">66</a> DriverManager
+<a class="jxr_linenumber" name="L67" href="#L67">67</a> .registerDriver(<strong class="jxr_keyword">new</strong> <a href="../../../../de/juplo/plugins/hibernate/SimpleConnectionProvider.html">DriverProxy</a>((Driver) driverClass.newInstance()));
+<a class="jxr_linenumber" name="L68" href="#L68">68</a>
+<a class="jxr_linenumber" name="L69" href="#L69">69</a> log.debug(
+<a class="jxr_linenumber" name="L70" href="#L70">70</a> <span class="jxr_string">"Opening JDBC-connection to "</span> + url +
+<a class="jxr_linenumber" name="L71" href="#L71">71</a> <span class="jxr_string">" as "</span> + user +
+<a class="jxr_linenumber" name="L72" href="#L72">72</a> <span class="jxr_string">" with password "</span> + password
+<a class="jxr_linenumber" name="L73" href="#L73">73</a> );
+<a class="jxr_linenumber" name="L74" href="#L74">74</a>
+<a class="jxr_linenumber" name="L75" href="#L75">75</a> connection = DriverManager.getConnection(url, user, password);
+<a class="jxr_linenumber" name="L76" href="#L76">76</a> }
+<a class="jxr_linenumber" name="L77" href="#L77">77</a> <strong class="jxr_keyword">catch</strong> (Exception e)
+<a class="jxr_linenumber" name="L78" href="#L78">78</a> {
+<a class="jxr_linenumber" name="L79" href="#L79">79</a> log.info(<span class="jxr_string">"Could not open the JDBC-connection: "</span> + e.getMessage());
+<a class="jxr_linenumber" name="L80" href="#L80">80</a> }
+<a class="jxr_linenumber" name="L81" href="#L81">81</a> }
+<a class="jxr_linenumber" name="L82" href="#L82">82</a>
+<a class="jxr_linenumber" name="L83" href="#L83">83</a> <strong class="jxr_keyword">void</strong> close()
+<a class="jxr_linenumber" name="L84" href="#L84">84</a> {
+<a class="jxr_linenumber" name="L85" href="#L85">85</a> <strong class="jxr_keyword">if</strong> (connection == <strong class="jxr_keyword">null</strong>)
+<a class="jxr_linenumber" name="L86" href="#L86">86</a> <strong class="jxr_keyword">return</strong>;
+<a class="jxr_linenumber" name="L87" href="#L87">87</a>
+<a class="jxr_linenumber" name="L88" href="#L88">88</a> log.debug(<span class="jxr_string">"Closing the JDBC-connection."</span>);
+<a class="jxr_linenumber" name="L89" href="#L89">89</a> <strong class="jxr_keyword">try</strong>
+<a class="jxr_linenumber" name="L90" href="#L90">90</a> {
+<a class="jxr_linenumber" name="L91" href="#L91">91</a> connection.close();
+<a class="jxr_linenumber" name="L92" href="#L92">92</a> }
+<a class="jxr_linenumber" name="L93" href="#L93">93</a> <strong class="jxr_keyword">catch</strong> (SQLException e)
+<a class="jxr_linenumber" name="L94" href="#L94">94</a> {
+<a class="jxr_linenumber" name="L95" href="#L95">95</a> log.error(<span class="jxr_string">"Error while closing the JDBC-connection: "</span> + e.getMessage());
+<a class="jxr_linenumber" name="L96" href="#L96">96</a> }
+<a class="jxr_linenumber" name="L97" href="#L97">97</a> }
+<a class="jxr_linenumber" name="L98" href="#L98">98</a>
+<a class="jxr_linenumber" name="L99" href="#L99">99</a> @Override
+<a class="jxr_linenumber" name="L100" href="#L100">100</a> <strong class="jxr_keyword">public</strong> Connection getConnection() <strong class="jxr_keyword">throws</strong> SQLException
+<a class="jxr_linenumber" name="L101" href="#L101">101</a> {
+<a class="jxr_linenumber" name="L102" href="#L102">102</a> log.debug(<span class="jxr_string">"Connection aquired."</span>);
+<a class="jxr_linenumber" name="L103" href="#L103">103</a>
+<a class="jxr_linenumber" name="L104" href="#L104">104</a> <strong class="jxr_keyword">if</strong> (connection == <strong class="jxr_keyword">null</strong>)
+<a class="jxr_linenumber" name="L105" href="#L105">105</a> <strong class="jxr_keyword">throw</strong> <strong class="jxr_keyword">new</strong> SQLException(<span class="jxr_string">"No connection available, because of insufficient connection information!"</span>);
+<a class="jxr_linenumber" name="L106" href="#L106">106</a>
+<a class="jxr_linenumber" name="L107" href="#L107">107</a> <strong class="jxr_keyword">return</strong> connection;
+<a class="jxr_linenumber" name="L108" href="#L108">108</a> }
+<a class="jxr_linenumber" name="L109" href="#L109">109</a>
+<a class="jxr_linenumber" name="L110" href="#L110">110</a> @Override
+<a class="jxr_linenumber" name="L111" href="#L111">111</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> closeConnection(Connection conn) <strong class="jxr_keyword">throws</strong> SQLException
+<a class="jxr_linenumber" name="L112" href="#L112">112</a> {
+<a class="jxr_linenumber" name="L113" href="#L113">113</a> log.debug(<span class="jxr_string">"Connection released"</span>);
+<a class="jxr_linenumber" name="L114" href="#L114">114</a> }
+<a class="jxr_linenumber" name="L115" href="#L115">115</a>
+<a class="jxr_linenumber" name="L116" href="#L116">116</a> @Override
+<a class="jxr_linenumber" name="L117" href="#L117">117</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">boolean</strong> supportsAggressiveRelease()
+<a class="jxr_linenumber" name="L118" href="#L118">118</a> {
+<a class="jxr_linenumber" name="L119" href="#L119">119</a> <strong class="jxr_keyword">return</strong> false;
+<a class="jxr_linenumber" name="L120" href="#L120">120</a> }
+<a class="jxr_linenumber" name="L121" href="#L121">121</a>
+<a class="jxr_linenumber" name="L122" href="#L122">122</a> @Override
+<a class="jxr_linenumber" name="L123" href="#L123">123</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">boolean</strong> isUnwrappableAs(Class unwrapType)
+<a class="jxr_linenumber" name="L124" href="#L124">124</a> {
+<a class="jxr_linenumber" name="L125" href="#L125">125</a> <strong class="jxr_keyword">return</strong> false;
+<a class="jxr_linenumber" name="L126" href="#L126">126</a> }
+<a class="jxr_linenumber" name="L127" href="#L127">127</a>
+<a class="jxr_linenumber" name="L128" href="#L128">128</a> @Override
+<a class="jxr_linenumber" name="L129" href="#L129">129</a> <strong class="jxr_keyword">public</strong> <T> T unwrap(Class<T> unwrapType)
+<a class="jxr_linenumber" name="L130" href="#L130">130</a> {
+<a class="jxr_linenumber" name="L131" href="#L131">131</a> <strong class="jxr_keyword">throw</strong> <strong class="jxr_keyword">new</strong> UnsupportedOperationException(<span class="jxr_string">"Not supported."</span>);
+<a class="jxr_linenumber" name="L132" href="#L132">132</a> }
+<a class="jxr_linenumber" name="L133" href="#L133">133</a>
+<a class="jxr_linenumber" name="L134" href="#L134">134</a> <em class="jxr_javadoccomment">/**</em>
+<a class="jxr_linenumber" name="L135" href="#L135">135</a> <em class="jxr_javadoccomment"> * Needed, because DriverManager won't pick up drivers, that were not</em>
+<a class="jxr_linenumber" name="L136" href="#L136">136</a> <em class="jxr_javadoccomment"> * loaded by the system-classloader!</em>
+<a class="jxr_linenumber" name="L137" href="#L137">137</a> <em class="jxr_javadoccomment"> * See:</em>
+<a class="jxr_linenumber" name="L138" href="#L138">138</a> <em class="jxr_javadoccomment"> * <a href="http://stackoverflow.com/questions/288828/how-to-use-a-jdbc-driver-fromodifiedm-an-arbitrary-locatio" target="alexandria_uri">http://stackoverflow.com/questions/288828/how-to-use-a-jdbc-driver-fromodifiedm-an-arbitrary-locatio</a>n</em>
+<a class="jxr_linenumber" name="L139" href="#L139">139</a> <em class="jxr_javadoccomment"> */</em>
+<a class="jxr_linenumber" name="L140" href="#L140">140</a> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> <strong class="jxr_keyword">class</strong> <a href="../../../../de/juplo/plugins/hibernate/SimpleConnectionProvider.html">DriverProxy</a> <strong class="jxr_keyword">implements</strong> Driver
+<a class="jxr_linenumber" name="L141" href="#L141">141</a> {
+<a class="jxr_linenumber" name="L142" href="#L142">142</a> <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">final</strong> Driver target;
+<a class="jxr_linenumber" name="L143" href="#L143">143</a>
+<a class="jxr_linenumber" name="L144" href="#L144">144</a> <a href="../../../../de/juplo/plugins/hibernate/SimpleConnectionProvider.html">DriverProxy</a>(Driver target)
+<a class="jxr_linenumber" name="L145" href="#L145">145</a> {
+<a class="jxr_linenumber" name="L146" href="#L146">146</a> <strong class="jxr_keyword">if</strong> (target == <strong class="jxr_keyword">null</strong>)
+<a class="jxr_linenumber" name="L147" href="#L147">147</a> <strong class="jxr_keyword">throw</strong> <strong class="jxr_keyword">new</strong> NullPointerException();
+<a class="jxr_linenumber" name="L148" href="#L148">148</a> <strong class="jxr_keyword">this</strong>.target = target;
+<a class="jxr_linenumber" name="L149" href="#L149">149</a> }
+<a class="jxr_linenumber" name="L150" href="#L150">150</a>
+<a class="jxr_linenumber" name="L151" href="#L151">151</a> <strong class="jxr_keyword">public</strong> java.sql.Driver getTarget()
+<a class="jxr_linenumber" name="L152" href="#L152">152</a> {
+<a class="jxr_linenumber" name="L153" href="#L153">153</a> <strong class="jxr_keyword">return</strong> target;
+<a class="jxr_linenumber" name="L154" href="#L154">154</a> }
+<a class="jxr_linenumber" name="L155" href="#L155">155</a>
+<a class="jxr_linenumber" name="L156" href="#L156">156</a> @Override
+<a class="jxr_linenumber" name="L157" href="#L157">157</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">boolean</strong> acceptsURL(String url) <strong class="jxr_keyword">throws</strong> SQLException
+<a class="jxr_linenumber" name="L158" href="#L158">158</a> {
+<a class="jxr_linenumber" name="L159" href="#L159">159</a> <strong class="jxr_keyword">return</strong> target.acceptsURL(url);
+<a class="jxr_linenumber" name="L160" href="#L160">160</a> }
+<a class="jxr_linenumber" name="L161" href="#L161">161</a>
+<a class="jxr_linenumber" name="L162" href="#L162">162</a> @Override
+<a class="jxr_linenumber" name="L163" href="#L163">163</a> <strong class="jxr_keyword">public</strong> java.sql.Connection connect(
+<a class="jxr_linenumber" name="L164" href="#L164">164</a> String url,
+<a class="jxr_linenumber" name="L165" href="#L165">165</a> java.util.Properties info
+<a class="jxr_linenumber" name="L166" href="#L166">166</a> )
+<a class="jxr_linenumber" name="L167" href="#L167">167</a> <strong class="jxr_keyword">throws</strong>
+<a class="jxr_linenumber" name="L168" href="#L168">168</a> SQLException
+<a class="jxr_linenumber" name="L169" href="#L169">169</a> {
+<a class="jxr_linenumber" name="L170" href="#L170">170</a> <strong class="jxr_keyword">return</strong> target.connect(url, info);
+<a class="jxr_linenumber" name="L171" href="#L171">171</a> }
+<a class="jxr_linenumber" name="L172" href="#L172">172</a>
+<a class="jxr_linenumber" name="L173" href="#L173">173</a> @Override
+<a class="jxr_linenumber" name="L174" href="#L174">174</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">int</strong> getMajorVersion()
+<a class="jxr_linenumber" name="L175" href="#L175">175</a> {
+<a class="jxr_linenumber" name="L176" href="#L176">176</a> <strong class="jxr_keyword">return</strong> target.getMajorVersion();
+<a class="jxr_linenumber" name="L177" href="#L177">177</a> }
+<a class="jxr_linenumber" name="L178" href="#L178">178</a>
+<a class="jxr_linenumber" name="L179" href="#L179">179</a> @Override
+<a class="jxr_linenumber" name="L180" href="#L180">180</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">int</strong> getMinorVersion()
+<a class="jxr_linenumber" name="L181" href="#L181">181</a> {
+<a class="jxr_linenumber" name="L182" href="#L182">182</a> <strong class="jxr_keyword">return</strong> target.getMinorVersion();
+<a class="jxr_linenumber" name="L183" href="#L183">183</a> }
+<a class="jxr_linenumber" name="L184" href="#L184">184</a>
+<a class="jxr_linenumber" name="L185" href="#L185">185</a> @Override
+<a class="jxr_linenumber" name="L186" href="#L186">186</a> <strong class="jxr_keyword">public</strong> DriverPropertyInfo[] getPropertyInfo(
+<a class="jxr_linenumber" name="L187" href="#L187">187</a> String url,
+<a class="jxr_linenumber" name="L188" href="#L188">188</a> Properties info
+<a class="jxr_linenumber" name="L189" href="#L189">189</a> )
+<a class="jxr_linenumber" name="L190" href="#L190">190</a> <strong class="jxr_keyword">throws</strong>
+<a class="jxr_linenumber" name="L191" href="#L191">191</a> SQLException
+<a class="jxr_linenumber" name="L192" href="#L192">192</a> {
+<a class="jxr_linenumber" name="L193" href="#L193">193</a> <strong class="jxr_keyword">return</strong> target.getPropertyInfo(url, info);
+<a class="jxr_linenumber" name="L194" href="#L194">194</a> }
+<a class="jxr_linenumber" name="L195" href="#L195">195</a>
+<a class="jxr_linenumber" name="L196" href="#L196">196</a> @Override
+<a class="jxr_linenumber" name="L197" href="#L197">197</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">boolean</strong> jdbcCompliant()
+<a class="jxr_linenumber" name="L198" href="#L198">198</a> {
+<a class="jxr_linenumber" name="L199" href="#L199">199</a> <strong class="jxr_keyword">return</strong> target.jdbcCompliant();
+<a class="jxr_linenumber" name="L200" href="#L200">200</a> }
+<a class="jxr_linenumber" name="L201" href="#L201">201</a>
+<a class="jxr_linenumber" name="L202" href="#L202">202</a> <em class="jxr_javadoccomment">/**</em>
+<a class="jxr_linenumber" name="L203" href="#L203">203</a> <em class="jxr_javadoccomment"> * This Method cannot be annotated with @Override, becaus the plugin</em>
+<a class="jxr_linenumber" name="L204" href="#L204">204</a> <em class="jxr_javadoccomment"> * will not compile then under Java 1.6!</em>
+<a class="jxr_linenumber" name="L205" href="#L205">205</a> <em class="jxr_javadoccomment"> */</em>
+<a class="jxr_linenumber" name="L206" href="#L206">206</a> <strong class="jxr_keyword">public</strong> Logger getParentLogger() <strong class="jxr_keyword">throws</strong> SQLFeatureNotSupportedException
+<a class="jxr_linenumber" name="L207" href="#L207">207</a> {
+<a class="jxr_linenumber" name="L208" href="#L208">208</a> <strong class="jxr_keyword">throw</strong> <strong class="jxr_keyword">new</strong> SQLFeatureNotSupportedException(<span class="jxr_string">"Not supported, for backward-compatibility with Java 1.6"</span>);
+<a class="jxr_linenumber" name="L209" href="#L209">209</a> }
+<a class="jxr_linenumber" name="L210" href="#L210">210</a>
+<a class="jxr_linenumber" name="L211" href="#L211">211</a> @Override
+<a class="jxr_linenumber" name="L212" href="#L212">212</a> <strong class="jxr_keyword">public</strong> String toString()
+<a class="jxr_linenumber" name="L213" href="#L213">213</a> {
+<a class="jxr_linenumber" name="L214" href="#L214">214</a> <strong class="jxr_keyword">return</strong> <span class="jxr_string">"Proxy: "</span> + target;
+<a class="jxr_linenumber" name="L215" href="#L215">215</a> }
+<a class="jxr_linenumber" name="L216" href="#L216">216</a>
+<a class="jxr_linenumber" name="L217" href="#L217">217</a> @Override
+<a class="jxr_linenumber" name="L218" href="#L218">218</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">int</strong> hashCode()
+<a class="jxr_linenumber" name="L219" href="#L219">219</a> {
+<a class="jxr_linenumber" name="L220" href="#L220">220</a> <strong class="jxr_keyword">return</strong> target.hashCode();
+<a class="jxr_linenumber" name="L221" href="#L221">221</a> }
+<a class="jxr_linenumber" name="L222" href="#L222">222</a>
+<a class="jxr_linenumber" name="L223" href="#L223">223</a> @Override
+<a class="jxr_linenumber" name="L224" href="#L224">224</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">boolean</strong> equals(Object obj)
+<a class="jxr_linenumber" name="L225" href="#L225">225</a> {
+<a class="jxr_linenumber" name="L226" href="#L226">226</a> <strong class="jxr_keyword">if</strong> (!(obj instanceof DriverProxy))
+<a class="jxr_linenumber" name="L227" href="#L227">227</a> <strong class="jxr_keyword">return</strong> false;
+<a class="jxr_linenumber" name="L228" href="#L228">228</a> <a href="../../../../de/juplo/plugins/hibernate/SimpleConnectionProvider.html">DriverProxy</a> other = (DriverProxy) obj;
+<a class="jxr_linenumber" name="L229" href="#L229">229</a> <strong class="jxr_keyword">return</strong> <strong class="jxr_keyword">this</strong>.target.equals(other.target);
+<a class="jxr_linenumber" name="L230" href="#L230">230</a> }
+<a class="jxr_linenumber" name="L231" href="#L231">231</a> }
+<a class="jxr_linenumber" name="L232" href="#L232">232</a> }
+</pre>
+<hr/>
+<div id="footer">Copyright © 2026. All rights reserved.</div>
+</body>
+</html>
--- /dev/null
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<head><meta http-equiv="content-type" content="text/html; charset=UTF-8" />
+<title>UpdateMojo xref</title>
+<link type="text/css" rel="stylesheet" href="../../../../stylesheet.css" />
+</head>
+<body>
+<div id="overview"><a href="../../../../../apidocs/de/juplo/plugins/hibernate/UpdateMojo.html">View Javadoc</a></div><pre>
+<a class="jxr_linenumber" name="L1" href="#L1">1</a> <strong class="jxr_keyword">package</strong> de.juplo.plugins.hibernate;
+<a class="jxr_linenumber" name="L2" href="#L2">2</a>
+<a class="jxr_linenumber" name="L3" href="#L3">3</a> <em class="jxr_comment">/*</em>
+<a class="jxr_linenumber" name="L4" href="#L4">4</a> <em class="jxr_comment"> * Copyright 2001-2005 The Apache Software Foundation.</em>
+<a class="jxr_linenumber" name="L5" href="#L5">5</a> <em class="jxr_comment"> *</em>
+<a class="jxr_linenumber" name="L6" href="#L6">6</a> <em class="jxr_comment"> * Licensed under the Apache License, Version 2.0 (the "License");</em>
+<a class="jxr_linenumber" name="L7" href="#L7">7</a> <em class="jxr_comment"> * you may not use this file except in compliance with the License.</em>
+<a class="jxr_linenumber" name="L8" href="#L8">8</a> <em class="jxr_comment"> * You may obtain a copy of the License at</em>
+<a class="jxr_linenumber" name="L9" href="#L9">9</a> <em class="jxr_comment"> *</em>
+<a class="jxr_linenumber" name="L10" href="#L10">10</a> <em class="jxr_comment"> * <a href="http://www.apache.org/licenses/LICENSE-2." target="alexandria_uri">http://www.apache.org/licenses/LICENSE-2.</a>0</em>
+<a class="jxr_linenumber" name="L11" href="#L11">11</a> <em class="jxr_comment"> *</em>
+<a class="jxr_linenumber" name="L12" href="#L12">12</a> <em class="jxr_comment"> * Unless required by applicable law or agreed to in writing, software</em>
+<a class="jxr_linenumber" name="L13" href="#L13">13</a> <em class="jxr_comment"> * distributed under the License is distributed on an "AS IS" BASIS,</em>
+<a class="jxr_linenumber" name="L14" href="#L14">14</a> <em class="jxr_comment"> * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</em>
+<a class="jxr_linenumber" name="L15" href="#L15">15</a> <em class="jxr_comment"> * See the License for the specific language governing permissions and</em>
+<a class="jxr_linenumber" name="L16" href="#L16">16</a> <em class="jxr_comment"> * limitations under the License.</em>
+<a class="jxr_linenumber" name="L17" href="#L17">17</a> <em class="jxr_comment"> */</em>
+<a class="jxr_linenumber" name="L18" href="#L18">18</a>
+<a class="jxr_linenumber" name="L19" href="#L19">19</a> <strong class="jxr_keyword">import</strong> java.util.Map;
+<a class="jxr_linenumber" name="L20" href="#L20">20</a> <strong class="jxr_keyword">import</strong> org.apache.maven.plugin.MojoExecutionException;
+<a class="jxr_linenumber" name="L21" href="#L21">21</a> <strong class="jxr_keyword">import</strong> org.apache.maven.plugin.MojoFailureException;
+<a class="jxr_linenumber" name="L22" href="#L22">22</a> <strong class="jxr_keyword">import</strong> org.hibernate.boot.spi.MetadataImplementor;
+<a class="jxr_linenumber" name="L23" href="#L23">23</a> <strong class="jxr_keyword">import</strong> org.hibernate.service.ServiceRegistry;
+<a class="jxr_linenumber" name="L24" href="#L24">24</a> <strong class="jxr_keyword">import</strong> org.hibernate.tool.schema.spi.ExecutionOptions;
+<a class="jxr_linenumber" name="L25" href="#L25">25</a> <strong class="jxr_keyword">import</strong> org.hibernate.tool.schema.spi.SchemaManagementTool;
+<a class="jxr_linenumber" name="L26" href="#L26">26</a> <strong class="jxr_keyword">import</strong> org.hibernate.tool.schema.spi.TargetDescriptor;
+<a class="jxr_linenumber" name="L27" href="#L27">27</a>
+<a class="jxr_linenumber" name="L28" href="#L28">28</a>
+<a class="jxr_linenumber" name="L29" href="#L29">29</a> <em class="jxr_javadoccomment">/**</em>
+<a class="jxr_linenumber" name="L30" href="#L30">30</a> <em class="jxr_javadoccomment"> * Generate/Execute SQL to update the database-schema according to the</em>
+<a class="jxr_linenumber" name="L31" href="#L31">31</a> <em class="jxr_javadoccomment"> * configured mappings.</em>
+<a class="jxr_linenumber" name="L32" href="#L32">32</a> <em class="jxr_javadoccomment"> *</em>
+<a class="jxr_linenumber" name="L33" href="#L33">33</a> <em class="jxr_javadoccomment"> * @goal update</em>
+<a class="jxr_linenumber" name="L34" href="#L34">34</a> <em class="jxr_javadoccomment"> * @phase process-classes</em>
+<a class="jxr_linenumber" name="L35" href="#L35">35</a> <em class="jxr_javadoccomment"> * @threadSafe</em>
+<a class="jxr_linenumber" name="L36" href="#L36">36</a> <em class="jxr_javadoccomment"> * @requiresDependencyResolution runtime</em>
+<a class="jxr_linenumber" name="L37" href="#L37">37</a> <em class="jxr_javadoccomment"> */</em>
+<a class="jxr_linenumber" name="L38" href="#L38">38</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">class</strong> <a href="../../../../de/juplo/plugins/hibernate/UpdateMojo.html">UpdateMojo</a> <strong class="jxr_keyword">extends</strong> <a href="../../../../de/juplo/plugins/hibernate/AbstractSchemaMojo.html">AbstractSchemaMojo</a>
+<a class="jxr_linenumber" name="L39" href="#L39">39</a> {
+<a class="jxr_linenumber" name="L40" href="#L40">40</a> <em class="jxr_javadoccomment">/**</em>
+<a class="jxr_linenumber" name="L41" href="#L41">41</a> <em class="jxr_javadoccomment"> * Output file.</em>
+<a class="jxr_linenumber" name="L42" href="#L42">42</a> <em class="jxr_javadoccomment"> * <p></em>
+<a class="jxr_linenumber" name="L43" href="#L43">43</a> <em class="jxr_javadoccomment"> * If the specified filename is not absolut, the file will be created</em>
+<a class="jxr_linenumber" name="L44" href="#L44">44</a> <em class="jxr_javadoccomment"> * relative to the project build directory</em>
+<a class="jxr_linenumber" name="L45" href="#L45">45</a> <em class="jxr_javadoccomment"> * (<code>project.build.directory</code>).</em>
+<a class="jxr_linenumber" name="L46" href="#L46">46</a> <em class="jxr_javadoccomment"> *</em>
+<a class="jxr_linenumber" name="L47" href="#L47">47</a> <em class="jxr_javadoccomment"> * @parameter property="hibernate.schema.update" default-value="update.sql"</em>
+<a class="jxr_linenumber" name="L48" href="#L48">48</a> <em class="jxr_javadoccomment"> * @since 1.0</em>
+<a class="jxr_linenumber" name="L49" href="#L49">49</a> <em class="jxr_javadoccomment"> */</em>
+<a class="jxr_linenumber" name="L50" href="#L50">50</a> <strong class="jxr_keyword">private</strong> String outputFile;
+<a class="jxr_linenumber" name="L51" href="#L51">51</a>
+<a class="jxr_linenumber" name="L52" href="#L52">52</a>
+<a class="jxr_linenumber" name="L53" href="#L53">53</a> @Override
+<a class="jxr_linenumber" name="L54" href="#L54">54</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">final</strong> <strong class="jxr_keyword">void</strong> execute()
+<a class="jxr_linenumber" name="L55" href="#L55">55</a> <strong class="jxr_keyword">throws</strong>
+<a class="jxr_linenumber" name="L56" href="#L56">56</a> MojoFailureException,
+<a class="jxr_linenumber" name="L57" href="#L57">57</a> MojoExecutionException
+<a class="jxr_linenumber" name="L58" href="#L58">58</a> {
+<a class="jxr_linenumber" name="L59" href="#L59">59</a> <strong class="jxr_keyword">super</strong>.execute(outputFile);
+<a class="jxr_linenumber" name="L60" href="#L60">60</a> }
+<a class="jxr_linenumber" name="L61" href="#L61">61</a>
+<a class="jxr_linenumber" name="L62" href="#L62">62</a>
+<a class="jxr_linenumber" name="L63" href="#L63">63</a> @Override
+<a class="jxr_linenumber" name="L64" href="#L64">64</a> <strong class="jxr_keyword">void</strong> build(
+<a class="jxr_linenumber" name="L65" href="#L65">65</a> MetadataImplementor metadata,
+<a class="jxr_linenumber" name="L66" href="#L66">66</a> ExecutionOptions options,
+<a class="jxr_linenumber" name="L67" href="#L67">67</a> TargetDescriptor target
+<a class="jxr_linenumber" name="L68" href="#L68">68</a> )
+<a class="jxr_linenumber" name="L69" href="#L69">69</a> <strong class="jxr_keyword">throws</strong>
+<a class="jxr_linenumber" name="L70" href="#L70">70</a> MojoExecutionException,
+<a class="jxr_linenumber" name="L71" href="#L71">71</a> MojoFailureException
+<a class="jxr_linenumber" name="L72" href="#L72">72</a> {
+<a class="jxr_linenumber" name="L73" href="#L73">73</a> ServiceRegistry service =
+<a class="jxr_linenumber" name="L74" href="#L74">74</a> metadata.getMetadataBuildingOptions().getServiceRegistry();
+<a class="jxr_linenumber" name="L75" href="#L75">75</a> SchemaManagementTool tool = service.getService(SchemaManagementTool.<strong class="jxr_keyword">class</strong>);
+<a class="jxr_linenumber" name="L76" href="#L76">76</a>
+<a class="jxr_linenumber" name="L77" href="#L77">77</a> Map config = options.getConfigurationValues();
+<a class="jxr_linenumber" name="L78" href="#L78">78</a>
+<a class="jxr_linenumber" name="L79" href="#L79">79</a> tool.getSchemaMigrator(config).doMigration(metadata, options, target);
+<a class="jxr_linenumber" name="L80" href="#L80">80</a> }
+<a class="jxr_linenumber" name="L81" href="#L81">81</a> }
+</pre>
+<hr/>
+<div id="footer">Copyright © 2026. All rights reserved.</div>
+</body>
+</html>
--- /dev/null
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xml:lang="en" lang="en">
+ <head>
+ <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
+ <title>Hibernate Maven Plugin 2.1.0 Reference Package de.juplo.plugins.hibernate</title>
+ <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="style" />
+ </head>
+ <body>
+
+ <h3>
+ <a href="package-summary.html" target="classFrame">de.juplo.plugins.hibernate</a>
+ </h3>
+
+ <h3>Classes</h3>
+
+ <ul>
+ <li>
+ <a href="AbstractSchemaMojo.html" target="classFrame">AbstractSchemaMojo</a>
+ </li>
+ <li>
+ <a href="CreateMojo.html" target="classFrame">CreateMojo</a>
+ </li>
+ <li>
+ <a href="SimpleConnectionProvider.html" target="classFrame">DriverProxy</a>
+ </li>
+ <li>
+ <a href="DropMojo.html" target="classFrame">DropMojo</a>
+ </li>
+ <li>
+ <a href="HelpMojo.html" target="classFrame">HelpMojo</a>
+ </li>
+ <li>
+ <a href="ModificationTracker.html" target="classFrame">ModificationTracker</a>
+ </li>
+ <li>
+ <a href="MutableClassLoader.html" target="classFrame">MutableClassLoader</a>
+ </li>
+ <li>
+ <a href="SimpleConnectionProvider.html" target="classFrame">SimpleConnectionProvider</a>
+ </li>
+ <li>
+ <a href="UpdateMojo.html" target="classFrame">UpdateMojo</a>
+ </li>
+ </ul>
+
+ </body>
+</html>
\ No newline at end of file
--- /dev/null
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xml:lang="en" lang="en">
+ <head>
+ <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
+ <title>Hibernate Maven Plugin 2.1.0 Reference Package de.juplo.plugins.hibernate</title>
+ <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="style" />
+ </head>
+ <body>
+ <div class="overview">
+ <ul>
+ <li>
+ <a href="../../../../overview-summary.html">Overview</a>
+ </li>
+ <li class="selected">Package</li>
+ </ul>
+ </div>
+ <div class="framenoframe">
+ <ul>
+ <li>
+ <a href="../../../../index.html" target="_top">FRAMES</a>
+ </li>
+ <li>
+ <a href="package-summary.html" target="_top">NO FRAMES</a>
+ </li>
+ </ul>
+ </div>
+
+ <h2>Package de.juplo.plugins.hibernate</h2>
+
+ <table class="summary">
+ <thead>
+ <tr>
+ <th>Class Summary</th>
+ </tr>
+ </thead>
+ <tbody>
+ <tr>
+ <td>
+ <a href="AbstractSchemaMojo.html" target="classFrame">AbstractSchemaMojo</a>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <a href="CreateMojo.html" target="classFrame">CreateMojo</a>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <a href="SimpleConnectionProvider.html" target="classFrame">DriverProxy</a>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <a href="DropMojo.html" target="classFrame">DropMojo</a>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <a href="HelpMojo.html" target="classFrame">HelpMojo</a>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <a href="ModificationTracker.html" target="classFrame">ModificationTracker</a>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <a href="MutableClassLoader.html" target="classFrame">MutableClassLoader</a>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <a href="SimpleConnectionProvider.html" target="classFrame">SimpleConnectionProvider</a>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <a href="UpdateMojo.html" target="classFrame">UpdateMojo</a>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+
+ <div class="overview">
+ <ul>
+ <li>
+ <a href="../../../../overview-summary.html">Overview</a>
+ </li>
+ <li class="selected">Package</li>
+ </ul>
+ </div>
+ <div class="framenoframe">
+ <ul>
+ <li>
+ <a href="../../../../index.html" target="_top">FRAMES</a>
+ </li>
+ <li>
+ <a href="package-summary.html" target="_top">NO FRAMES</a>
+ </li>
+ </ul>
+ </div>
+ <hr />
+ <div id="footer">
+ Copyright © 2026. All rights reserved.
+ </div>
+ </body>
+</html>
\ No newline at end of file
--- /dev/null
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
+<html xml:lang="en" lang="en">
+<!-- this is a JXR report set -->
+ <head>
+ <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
+ <title>Hibernate Maven Plugin 2.1.0 Reference</title>
+ </head>
+ <frameset cols="20%,80%">
+ <frameset rows="30%,70%">
+ <frame src="overview-frame.html" name="packageListFrame" />
+ <frame src="allclasses-frame.html" name="packageFrame" />
+ </frameset>
+ <frame src="overview-summary.html" name="classFrame" />
+ <noframes>
+ <body>
+ <h1>Frame Alert</h1>
+ <p>
+ You don't have frames. Go <a href="overview-summary.html">here</a>
+ </p>
+ </body>
+ </noframes>
+ </frameset>
+</html>
+
--- /dev/null
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xml:lang="en" lang="en">
+ <head>
+ <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
+ <title>Hibernate Maven Plugin 2.1.0 Reference</title>
+ <link rel="stylesheet" type="text/css" href="stylesheet.css" title="style" />
+ </head>
+ <body>
+
+ <h3>
+ <a href="allclasses-frame.html" target="packageFrame">All Classes</a>
+ </h3>
+
+ <h3>Packages</h3>
+
+ <ul>
+ <li>
+ <a href="de/juplo/plugins/hibernate/package-frame.html" target="packageFrame">de.juplo.plugins.hibernate</a>
+ </li>
+ </ul>
+
+ </body>
+</html>
+
--- /dev/null
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xml:lang="en" lang="en">
+ <head>
+ <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
+ <title>Hibernate Maven Plugin 2.1.0 Reference</title>
+ <link rel="stylesheet" type="text/css" href="stylesheet.css" title="style" />
+ </head>
+ <body>
+ <div class="overview">
+ <ul>
+ <li class="selected">Overview</li>
+ <li>Package</li>
+ </ul>
+ </div>
+ <div class="framenoframe">
+ <ul>
+ <li>
+ <a href="index.html" target="_top">FRAMES</a>
+ </li>
+ <li>
+ <a href="overview-summary.html" target="_top">NO FRAMES</a>
+ </li>
+ </ul>
+ </div>
+
+ <h2>Hibernate Maven Plugin 2.1.0 Reference</h2>
+
+ <table class="summary">
+ <thead>
+ <tr>
+ <th>Packages</th>
+ </tr>
+ </thead>
+ <tbody>
+ <tr>
+ <td>
+ <a href="de/juplo/plugins/hibernate/package-summary.html">de.juplo.plugins.hibernate</a>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+
+ <div class="overview">
+ <ul>
+ <li class="selected">Overview</li>
+ <li>Package</li>
+ </ul>
+ </div>
+ <div class="framenoframe">
+ <ul>
+ <li>
+ <a href="index.html" target="_top">FRAMES</a>
+ </li>
+ <li>
+ <a href="overview-summary.html" target="_top">NO FRAMES</a>
+ </li>
+ </ul>
+ </div>
+
+ <hr />
+ <div id="footer">
+ Copyright © 2026. All rights reserved.
+ </div>
+ </body>
+</html>
\ No newline at end of file
--- /dev/null
+/* Javadoc style sheet */
+/* Define colors, fonts and other style attributes here to override the defaults */
+body {
+ background-color: #fff;
+ font-family: Arial, Helvetica, sans-serif;
+}
+
+a:link {
+ color: #00f;
+}
+a:visited {
+ color: #00a;
+}
+
+a:active, a:hover {
+ color: #f30 !important;
+}
+
+ul, li {
+ list-style-type:none;
+ margin:0;
+ padding:0;
+}
+
+table td {
+ padding: 3px;
+ border: 1px solid #000;
+}
+table {
+ width:100%;
+ border: 1px solid #000;
+ border-collapse: collapse;
+}
+
+div.overview {
+ background-color:#ddd;
+ padding: 4px 4px 4px 0;
+}
+div.overview li, div.framenoframe li {
+ display: inline;
+}
+div.framenoframe {
+ text-align: center;
+ font-size: x-small;
+}
+div.framenoframe li {
+ margin: 0 3px 0 3px;
+}
+div.overview li {
+ margin:3px 3px 0 3px;
+ padding: 4px;
+}
+li.selected {
+ background-color:#888;
+ color: #fff;
+ font-weight: bold;
+}
+
+table.summary {
+ margin-bottom: 20px;
+}
+table.summary td, table.summary th {
+ font-weight: bold;
+ text-align: left;
+ padding: 3px;
+}
+table.summary th {
+ background-color:#036;
+ color: #fff;
+}
+table.summary td {
+ background-color:#eee;
+ border: 1px solid black;
+}
+
+em {
+ color: #A00;
+}
+em.comment {
+ color: #390;
+}
+.string {
+ color: #009;
+}
+
+#overview {
+ padding:2px;
+}
+
+hr {
+ height: 1px;
+ color: #000;
+}
+
+/* JXR style sheet */
+.jxr_comment
+{
+ color: #390;
+}
+
+.jxr_javadoccomment
+{
+ color: #A00;
+}
+
+.jxr_string
+{
+ color: #009;
+}
+
+.jxr_keyword
+{
+ color: #000;
+}