<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.7</version><!-- Should be same version as in oss-parent-7 -->
+ <configuration>
+ <additionalparam>-Xdoclint:none</additionalparam>
+ </configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<project>
- <googleAnalyticsAccountId>UA-571104-3</googleAnalyticsAccountId>
<body>
<menu>
+ <item name="Overview" href="index.html"/>
<item name="Configuration Examples" href="configuration.html"/>
<item name="Parameter Documentation" href="export-mojo.html"/>
<item name="Enable Debug-Output" href="debugging.html"/>
<item name="Skipping Execution" href="skip.html"/>
<item name="Force Exceution" href="force.html"/>
<item name="Known Pitfalls (FAQ)" href="pitfalls.html"/>
+ <item name="Project Information" href="project-info.html"/>
+ <item name="Project Reports" href="project-reports.html"/>
</menu>
<menu ref="reports"/>
</body>
<skin>
- <groupId>de.juplo</groupId>
- <artifactId>juplo-maven-skin</artifactId>
- <version>1.0.7</version>
+ <groupId>de.juplo.maven</groupId>
+ <artifactId>maven-thymeleaf-skin</artifactId>
+ <version>1.0.0</version>
</skin>
+ <custom>
+ <thymeproxy>
+ <path>/hibernate-maven-plugin/</path>
+ <crumbs><![CDATA[{"uri":"/projects.html","name":"Projects"}]]></crumbs>
+ </thymeproxy>
+ </custom>
</project>
-
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
</head>
<body>
+ <header><h1>Configuration Examples</h1></header>
<h2>Configuration through a hibernate.properties-File</h2>
<p>
The most simple way to configure the plugin is, to put all the
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
</head>
<body>
+ <header><h1>Enable Debugging-Output</h1></header>
<p>
If you are new to <code>hibernate4-maven-plugin</code>, in many cases, the
{Configuration-Method-Precedence} may be the source of configuration
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
</head>
<body>
+ <header><h1>Force Execution</h1></header>
<p>
The hibernate4-maven-plugin computes MD5-sums for all found annotated
classes and stores them together with the generated schema.
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
</head>
<body>
- <h1>Hibernate 4 Maven Plugin</h1>
- <h2>A simple Plugin for generating a Database-Schema from Hibernate 4 Mapping-Annotations</h2>
+ <header><h1>${project.name}</h1></header>
+ <h2>${project.description}</h2>
<p>
The <strong>hibernate4-maven-plugin</strong> is a plugin for generating a database-schema
from your Hibernate-4-Mappings and create or update your database
</ul>
<h2>Releases</h2>
<ul>
- <li><a href="http://juplo.de/hibernate4-maven-plugin">current version</a></li>
+ <li><a href="http://juplo.de/hibernate4-maven-plugin/index.html">current version</a></li>
<li>${project.version} (this version)</li>
- <li><a href="http://juplo.de/hibernate4-maven-plugin-1.0.4">1.0.4</a></li>
- <li><a href="http://juplo.de/hibernate4-maven-plugin-1.0.3">1.0.3</a></li>
- <li><a href="http://juplo.de/hibernate4-maven-plugin-1.0.2">1.0.2</a></li>
- <li><a href="http://juplo.de/hibernate4-maven-plugin-1.0.1">1.0.1</a></li>
- <li><a href="http://juplo.de/hibernate4-maven-plugin-1.0">1.0</a></li>
+ <li><a href="http://juplo.de/hibernate4-maven-plugin-1.0.4/index.html">1.0.4</a></li>
+ <li><a href="http://juplo.de/hibernate4-maven-plugin-1.0.3/index.html">1.0.3</a></li>
+ <li><a href="http://juplo.de/hibernate4-maven-plugin-1.0.2/index.html">1.0.2</a></li>
+ <li><a href="http://juplo.de/hibernate4-maven-plugin-1.0.1/index.html">1.0.1</a></li>
+ <li><a href="http://juplo.de/hibernate4-maven-plugin-1.0/index.html">1.0</a></li>
</ul>
</body>
</html>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
</head>
<body>
+ <header><h1>Issue Tracking</h1></header>
<strong>There is no bug-tracking system set up for this project!</strong>
<p>
Please send your bug-reports, questions or feature-requests directly
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
</head>
<body>
+ <header><h1>Mailing Lists</h1></header>
<strong>There are no mailinglists defined for this project!</strong>
<p>
Please send your bug-reports, questions or feature-requests directly
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
</head>
<body>
+ <header><h1>Known Pitfalls (FAQ)</h1></header>
<h2>Annotated classes in dependencies are not found.</h2>
<p>
hibernate4-maven-plugin by default scans dependencies in the scope
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
</head>
<body>
+ <header><h1>Skipping Execution</h1></header>
<p>
In most use-cases, the hibernate4-maven-plugin is used to create a
test-database automatically. In this use-cases, it is very likely, that it