2 <!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 2013-10-10 -->
3 <!-- Current: test1.html -->
4 <!-- Active: index.html -->
6 <!-- Skiplist: [index.html, configuration.html, export-mojo.html, debugging.html, force.html, pitfalls.html] -->
9 <title>juplo - Hibernate 4 Maven Plugin - TEST Geil?</title>
10 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
11 <link rel="stylesheet" type="text/css" href="/css/base.css"/>
12 <meta name="author" content="Kai Moritz" />
13 <meta name="Date-Revision-yyyymmdd" content="20131010" />
14 <meta http-equiv="Content-Language" content="en" />
19 <a href="/" title="Home" id="logo">juplo</a>
20 <span id="slogan"><strong>Java</strong> bits from nerds for nerds</span>
24 <strong class="b">You are here:</strong>
26 <li class="b"><a class="b" href="/">Home</a></li>
27 <li class="b"><a class="b" href="/projects.html">Projects</a></li>
28 <li class="b"><a class="b" href="./index.html">Hibernate 4 Maven Plugin</a </li>
29 <li class="b"><strong class="b">TEST Geil?</strong></li>
31 <a class="hide" href="#navigation">Jump to navigation</a>
33 <div class="content cols_2 cf">
34 <section id="content" class="main">
35 <h1>Hibernate 4 Maven Plugin - TEST Geil?</h1>
38 <div class="marginal">
40 <a id="navigation"></a>
41 <h2 class="nav menu">Section-Menu</h2>
43 <li class="m blog"><a href="/blog/" class="m">Blog</a></li>
44 <li class="m projects"><a href="/projects.html" class="m selected">Projects</a></li>
46 <h2 class="nav submenu">
47 <span class="s">Submenu for section</span>
48 <a class="s selected" href="/projects.html">Projects</a>
50 <ul id="submenu" class="s">
52 <a class="s selected" href="./index.html">Hibernate 4 Maven Plugin</a>
55 <a href="configuration.html" class="s" title="Configuration Examples">Configuration Examples</a>
58 <a href="export-mojo.html" class="s" title="Parameter Documentation">Parameter Documentation</a>
61 <a href="debugging.html" class="s" title="Enable Debug-Output">Enable Debug-Output</a>
64 <a href="force.html" class="s" title="Force Exceution">Force Exceution</a>
67 <a href="pitfalls.html" class="s" title="Known Pitfalls (FAQ)">Known Pitfalls (FAQ)</a>
69 <li class="s sub off">
70 <a href="project-info.html" class="s" title="Project Information">Project Information</a>
72 <li class="s sub off">
73 <a href="project-reports.html" class="s" title="Project Reports">Project Reports</a>
80 <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
81 <img class="poweredBy" alt="Built by Maven" src="./images/logos/maven-feather.png" />
88 <li class="f" id="copyright">© <strong>mo</strong> 2013
92 <script type="text/javascript"><!--//--><![CDATA[//><!--
93 var _gaq = _gaq || [];
94 _gaq.push(['_setAccount', 'UA-571104-3']);
95 <c:forEach var="push" items="${ga_push}">
96 _gaq.push(<tiles:insertAttribute value="${push}"/>);
98 _gaq.push(['_trackPageview']);
100 var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
101 ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
102 var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);