Projekt-Dokumentation (Aktueller Stand von juplo.de) hinzugefügt
[website] / dist / hibernate4-maven-plugin-1.0.2 / export-mojo.html
1 <!DOCTYPE html>
2 <!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 2014-04-29 -->
3                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <!-- Current: export-mojo.html -->
4 <!-- Active: index.html -->
5 <!-- Path: [index.html, export-mojo.html] -->
6 <!-- Skiplist: [index.html, configuration.html, export-mojo.html, debugging.html, force.html, pitfalls.html] -->
7 <html>
8   <head>
9     <title>juplo - Hibernate 4 Maven Plugin - Parameter Documentation</title>
10     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
11     <link rel="canonical" href="http://juplo.de/hibernate4-maven-plugin/export-mojo.html"/>
12     <meta name="viewport" content="width=device-width, initial-scale=1" />
13     <link rel="stylesheet" type="text/css" href="/css/base.css" />
14     <style type="text/css">
15       @import '/css/screen.css' screen;
16       @import '/css/print.css' print;
17     </style>
18     <script src="/js/base.js"></script>
19     <!--[if IE 8]>
20       <link rel="stylesheet" type="text/css" href="/css/ie8.css" />
21       <script src="/js/ie8.js"></script>
22     <![endif]-->
23     <!--[if IE 7]>
24       <script src="/js/ie7.js"></script>
25     <![endif]-->
26     <!--[if lt IE 7]>
27       <script src="/js/ie6.js"></script>
28     <![endif]-->
29     <meta name="Date-Revision-yyyymmdd" content="20140429" />
30     <meta http-equiv="Content-Language" content="en" />
31         
32   </head>
33   <body id="top" class="menu" onload="prettyPrint()">
34     <div id="page" class="cf">
35       <header id="header">
36         <h1 id="logo"><a href="/" title="Home" class="l">juplo</a></h1>
37         <span id="slogan"><strong>Java</strong> bits from nerds for nerds</span>
38         <hr class="h" />
39       </header>
40       <div id="breadcrumb">
41         <strong class="b title">You are here:</strong>
42         <ol class="b">
43           <li class="b"><a class="b" href="/">Home</a></li>
44           <li class="b"><a class="b" href="/projects.html">Projects</a></li>
45                       <li class="b"><a class="b" href="./index.html">Hibernate 4 Maven Plugin</a </li>
46                         <li class="b"><strong class="b">Parameter Documentation</strong></li>
47                   </ol>
48         <a class="hide" href="#nav" title="Show navigation menu">Jump to navigation</a>
49         <hr class="b" />
50       </div>
51       <main class="content cf">
52         <section id="content" class="main">
53           <h1>Hibernate 4 Maven Plugin - Parameter Documentation</h1>
54           
55   
56     <div class="section">
57 <h2>hibernate4:export<a name="hibernate4:export"></a></h2>
58       
59 <p><b>Full name</b>:</p>
60       
61 <p>de.juplo:hibernate4-maven-plugin:1.0.2:export</p>
62       
63 <p><b>Description</b>:</p>
64       
65 <div>Goal which extracts the hibernate-mapping-configuration and exports
66 an according SQL-database-schema.</div>
67       
68 <p><b>Attributes</b>:</p>
69       
70 <ul>
71         
72 <li>Requires a Maven project to be executed.</li>
73         
74 <li>Requires dependency resolution of artifacts in scope: <tt>runtime</tt>.</li>
75         
76 <li>The goal is thread-safe and supports parallel builds.</li>
77         
78 <li>Binds by default to the <a class="externalLink" href="http://maven.apache.org/ref/current/maven-core/lifecycles.html">lifecycle phase</a>: <tt>process-classes</tt>.</li>
79       </ul>
80       
81 <div class="section">
82 <h3>Optional Parameters<a name="Optional_Parameters"></a></h3>
83         
84 <table class="bodyTable" border="0">
85           
86 <tr class="a">
87             
88 <th>Name</th>
89             
90 <th>Type</th>
91             
92 <th>Since</th>
93             
94 <th>Description</th>
95           </tr>
96           
97 <tr class="b">
98             
99 <td><b><a href="#delimiter">delimiter</a></b></td>
100             
101 <td><tt>String</tt></td>
102             
103 <td><tt>-</tt></td>
104             
105 <td>Delimiter in output-file.<br /><b>Default value is</b>: <tt>;</tt>.<br /><b>User property is</b>: <tt>hibernate.export.schema.delimiter</tt>.</td>
106           </tr>
107           
108 <tr class="a">
109             
110 <td><b><a href="#driverClassName">driverClassName</a></b></td>
111             
112 <td><tt>String</tt></td>
113             
114 <td><tt>-</tt></td>
115             
116 <td>SQL-Driver name.<br /><b>User property is</b>: <tt>hibernate.connection.driver_class</tt>.</td>
117           </tr>
118           
119 <tr class="b">
120             
121 <td><b><a href="#force">force</a></b></td>
122             
123 <td><tt>boolean</tt></td>
124             
125 <td><tt>-</tt></td>
126             
127 <td>Force execution 
128
129 <p>Force execution, even if no modified or newly added annotated
130 classes where found and the dialect was not changed.</p>
131
132 <p><tt>skip</tt> takes precedence over <tt>force</tt>.</p><br /><b>Default value is</b>: <tt>false</tt>.<br /><b>User property is</b>: <tt>hibernate.export.force</tt>.</td>
133           </tr>
134           
135 <tr class="a">
136             
137 <td><b><a href="#format">format</a></b></td>
138             
139 <td><tt>boolean</tt></td>
140             
141 <td><tt>-</tt></td>
142             
143 <td>Format output-file.<br /><b>Default value is</b>: <tt>true</tt>.<br /><b>User property is</b>: <tt>hibernate.export.schema.format</tt>.</td>
144           </tr>
145           
146 <tr class="b">
147             
148 <td><b><a href="#hibernateDialect">hibernateDialect</a></b></td>
149             
150 <td><tt>String</tt></td>
151             
152 <td><tt>-</tt></td>
153             
154 <td>Hibernate dialect.<br /><b>User property is</b>: <tt>hibernate.dialect</tt>.</td>
155           </tr>
156           
157 <tr class="a">
158             
159 <td><b><a href="#hibernateMapping">hibernateMapping</a></b></td>
160             
161 <td><tt>String</tt></td>
162             
163 <td><tt>-</tt></td>
164             
165 <td>List of Hibernate-Mapping-Files (XML). Multiple files can be
166 separated with white-spaces and/or commas.<br /><b>User property is</b>: <tt>hibernate.mapping</tt>.</td>
167           </tr>
168           
169 <tr class="b">
170             
171 <td><b><a href="#hibernateNamingStrategy">hibernateNamingStrategy</a></b></td>
172             
173 <td><tt>String</tt></td>
174             
175 <td><tt>-</tt></td>
176             
177 <td>Hibernate Naming Strategy<br /><b>User property is</b>: <tt>hibernate.ejb.naming_strategy</tt>.</td>
178           </tr>
179           
180 <tr class="a">
181             
182 <td><b><a href="#hibernateProperties">hibernateProperties</a></b></td>
183             
184 <td><tt>String</tt></td>
185             
186 <td><tt>-</tt></td>
187             
188 <td>Path to Hibernate configuration file.<br /><b>Default value is</b>: <tt>${project.build.outputDirectory}/hibernate.properties</tt>.<br /></td>
189           </tr>
190           
191 <tr class="b">
192             
193 <td><b><a href="#outputDirectory">outputDirectory</a></b></td>
194             
195 <td><tt>String</tt></td>
196             
197 <td><tt>-</tt></td>
198             
199 <td>Classes-Directory to scan. 
200
201 <p>This parameter defaults to the maven build-output-directory for
202 classes. Additonally, all dependencies are scanned for annotated
203 classes.</p><br /><b>User property is</b>: <tt>project.build.outputDirectory</tt>.</td>
204           </tr>
205           
206 <tr class="a">
207             
208 <td><b><a href="#outputFile">outputFile</a></b></td>
209             
210 <td><tt>String</tt></td>
211             
212 <td><tt>-</tt></td>
213             
214 <td>Output file.<br /><b>Default value is</b>: <tt>${project.build.directory}/schema.sql</tt>.<br /><b>User property is</b>: <tt>hibernate.export.schema.filename</tt>.</td>
215           </tr>
216           
217 <tr class="b">
218             
219 <td><b><a href="#password">password</a></b></td>
220             
221 <td><tt>String</tt></td>
222             
223 <td><tt>-</tt></td>
224             
225 <td>Database password<br /><b>User property is</b>: <tt>hibernate.connection.password</tt>.</td>
226           </tr>
227           
228 <tr class="a">
229             
230 <td><b><a href="#scanTestClasses">scanTestClasses</a></b></td>
231             
232 <td><tt>boolean</tt></td>
233             
234 <td><tt>-</tt></td>
235             
236 <td>Wether to scan test-classes too, or not. 
237
238 <p>If this parameter is set to <tt>true</tt> the test-classes
239 of the artifact will be scanned for hibernate-annotated classes
240 additionally.</p><br /><b>Default value is</b>: <tt>false</tt>.<br /><b>User property is</b>: <tt>hibernate.export.scan_testclasses</tt>.</td>
241           </tr>
242           
243 <tr class="b">
244             
245 <td><b><a href="#skip">skip</a></b></td>
246             
247 <td><tt>boolean</tt></td>
248             
249 <td><tt>-</tt></td>
250             
251 <td>Skip execution 
252
253 <p>If set to <tt>true</tt>, the execution is skipped.</p>
254
255 <p>A skipped excecution is signaled via the maven-property
256 <tt>${hibernate.export.skipped}</tt>.</p>
257
258 <p>The excecution is skipped automatically, if no modified or newly
259 added annotated classes are found and the dialect was not
260 changed.</p><br /><b>Default value is</b>: <tt>false</tt>.<br /><b>User property is</b>: <tt>maven.test.skip</tt>.</td>
261           </tr>
262           
263 <tr class="a">
264             
265 <td><b><a href="#target">target</a></b></td>
266             
267 <td><tt>String</tt></td>
268             
269 <td><tt>-</tt></td>
270             
271 <td>Target of execution: 
272
273 <ul>
274
275 <li><b>NONE</b> only export schema to SQL-script (forces
276 excecution, signals skip)</li>
277
278 <li><b>EXPORT</b> create database
279 (<b>DEFAULT!</b>). forces excecution, signals skip)</li>
280
281 <li><b>SCRIPT</b> export schema to SQL-script and print
282 it to STDOUT</li>
283
284 <li><b>BOTH</b></li>
285 </ul>
286 A databaseconnection is only needed for EXPORT and BOTH, but a
287 Hibernate-Dialect must always be choosen.<br /><b>Default value is</b>: <tt>EXPORT</tt>.<br /><b>User property is</b>: <tt>hibernate.export.target</tt>.</td>
288           </tr>
289           
290 <tr class="b">
291             
292 <td><b><a href="#testOutputDirectory">testOutputDirectory</a></b></td>
293             
294 <td><tt>String</tt></td>
295             
296 <td><tt>-</tt></td>
297             
298 <td>Test-Classes-Directory to scan. 
299
300 <p>This parameter defaults to the maven build-output-directory for
301 test-classes.</p>
302
303 <p>This parameter is only used, when <tt>scanTestClasses</tt>
304 is set to <tt>true</tt>!</p><br /><b>User property is</b>: <tt>project.build.testOutputDirectory</tt>.</td>
305           </tr>
306           
307 <tr class="a">
308             
309 <td><b><a href="#type">type</a></b></td>
310             
311 <td><tt>String</tt></td>
312             
313 <td><tt>-</tt></td>
314             
315 <td>Type of execution. 
316
317 <ul>
318
319 <li><b>NONE</b> do nothing - just validate the
320 configuration</li>
321
322 <li><b>CREATE</b> create database-schema</li>
323
324 <li><b>DROP</b> drop database-schema</li>
325
326 <li><b>BOTH</b> (<b>DEFAULT!</b>)</li>
327 </ul>
328 If NONE is choosen, no databaseconnection is needed.<br /><b>Default value is</b>: <tt>BOTH</tt>.<br /><b>User property is</b>: <tt>hibernate.export.type</tt>.</td>
329           </tr>
330           
331 <tr class="b">
332             
333 <td><b><a href="#url">url</a></b></td>
334             
335 <td><tt>String</tt></td>
336             
337 <td><tt>-</tt></td>
338             
339 <td>Database URL.<br /><b>User property is</b>: <tt>hibernate.connection.url</tt>.</td>
340           </tr>
341           
342 <tr class="a">
343             
344 <td><b><a href="#username">username</a></b></td>
345             
346 <td><tt>String</tt></td>
347             
348 <td><tt>-</tt></td>
349             
350 <td>Database username<br /><b>User property is</b>: <tt>hibernate.connection.username</tt>.</td>
351           </tr>
352         </table>
353       </div>
354       
355 <div class="section">
356 <h3>Parameter Details<a name="Parameter_Details"></a></h3>
357         
358 <p><b><a name="delimiter">delimiter</a>:</b></p>
359         
360 <div>Delimiter in output-file.</div>
361         
362 <ul>
363           
364 <li><b>Type</b>: <tt>java.lang.String</tt></li>
365           
366 <li><b>Required</b>: <tt>No</tt></li>
367           
368 <li><b>User Property</b>: <tt>hibernate.export.schema.delimiter</tt></li>
369           
370 <li><b>Default</b>: <tt>;</tt></li>
371         </ul><hr />
372 <p><b><a name="driverClassName">driverClassName</a>:</b></p>
373         
374 <div>SQL-Driver name.</div>
375         
376 <ul>
377           
378 <li><b>Type</b>: <tt>java.lang.String</tt></li>
379           
380 <li><b>Required</b>: <tt>No</tt></li>
381           
382 <li><b>User Property</b>: <tt>hibernate.connection.driver_class</tt></li>
383         </ul><hr />
384 <p><b><a name="force">force</a>:</b></p>
385         
386 <div>Force execution 
387
388 <p>Force execution, even if no modified or newly added annotated
389 classes where found and the dialect was not changed.</p>
390
391 <p><tt>skip</tt> takes precedence over <tt>force</tt>.</p></div>
392         
393 <ul>
394           
395 <li><b>Type</b>: <tt>boolean</tt></li>
396           
397 <li><b>Required</b>: <tt>No</tt></li>
398           
399 <li><b>User Property</b>: <tt>hibernate.export.force</tt></li>
400           
401 <li><b>Default</b>: <tt>false</tt></li>
402         </ul><hr />
403 <p><b><a name="format">format</a>:</b></p>
404         
405 <div>Format output-file.</div>
406         
407 <ul>
408           
409 <li><b>Type</b>: <tt>boolean</tt></li>
410           
411 <li><b>Required</b>: <tt>No</tt></li>
412           
413 <li><b>User Property</b>: <tt>hibernate.export.schema.format</tt></li>
414           
415 <li><b>Default</b>: <tt>true</tt></li>
416         </ul><hr />
417 <p><b><a name="hibernateDialect">hibernateDialect</a>:</b></p>
418         
419 <div>Hibernate dialect.</div>
420         
421 <ul>
422           
423 <li><b>Type</b>: <tt>java.lang.String</tt></li>
424           
425 <li><b>Required</b>: <tt>No</tt></li>
426           
427 <li><b>User Property</b>: <tt>hibernate.dialect</tt></li>
428         </ul><hr />
429 <p><b><a name="hibernateMapping">hibernateMapping</a>:</b></p>
430         
431 <div>List of Hibernate-Mapping-Files (XML). Multiple files can be
432 separated with white-spaces and/or commas.</div>
433         
434 <ul>
435           
436 <li><b>Type</b>: <tt>java.lang.String</tt></li>
437           
438 <li><b>Required</b>: <tt>No</tt></li>
439           
440 <li><b>User Property</b>: <tt>hibernate.mapping</tt></li>
441         </ul><hr />
442 <p><b><a name="hibernateNamingStrategy">hibernateNamingStrategy</a>:</b></p>
443         
444 <div>Hibernate Naming Strategy</div>
445         
446 <ul>
447           
448 <li><b>Type</b>: <tt>java.lang.String</tt></li>
449           
450 <li><b>Required</b>: <tt>No</tt></li>
451           
452 <li><b>User Property</b>: <tt>hibernate.ejb.naming_strategy</tt></li>
453         </ul><hr />
454 <p><b><a name="hibernateProperties">hibernateProperties</a>:</b></p>
455         
456 <div>Path to Hibernate configuration file.</div>
457         
458 <ul>
459           
460 <li><b>Type</b>: <tt>java.lang.String</tt></li>
461           
462 <li><b>Required</b>: <tt>No</tt></li>
463           
464 <li><b>Default</b>: <tt>${project.build.outputDirectory}/hibernate.properties</tt></li>
465         </ul><hr />
466 <p><b><a name="outputDirectory">outputDirectory</a>:</b></p>
467         
468 <div>Classes-Directory to scan. 
469
470 <p>This parameter defaults to the maven build-output-directory for
471 classes. Additonally, all dependencies are scanned for annotated
472 classes.</p></div>
473         
474 <ul>
475           
476 <li><b>Type</b>: <tt>java.lang.String</tt></li>
477           
478 <li><b>Required</b>: <tt>No</tt></li>
479           
480 <li><b>User Property</b>: <tt>project.build.outputDirectory</tt></li>
481         </ul><hr />
482 <p><b><a name="outputFile">outputFile</a>:</b></p>
483         
484 <div>Output file.</div>
485         
486 <ul>
487           
488 <li><b>Type</b>: <tt>java.lang.String</tt></li>
489           
490 <li><b>Required</b>: <tt>No</tt></li>
491           
492 <li><b>User Property</b>: <tt>hibernate.export.schema.filename</tt></li>
493           
494 <li><b>Default</b>: <tt>${project.build.directory}/schema.sql</tt></li>
495         </ul><hr />
496 <p><b><a name="password">password</a>:</b></p>
497         
498 <div>Database password</div>
499         
500 <ul>
501           
502 <li><b>Type</b>: <tt>java.lang.String</tt></li>
503           
504 <li><b>Required</b>: <tt>No</tt></li>
505           
506 <li><b>User Property</b>: <tt>hibernate.connection.password</tt></li>
507         </ul><hr />
508 <p><b><a name="scanTestClasses">scanTestClasses</a>:</b></p>
509         
510 <div>Wether to scan test-classes too, or not. 
511
512 <p>If this parameter is set to <tt>true</tt> the test-classes
513 of the artifact will be scanned for hibernate-annotated classes
514 additionally.</p></div>
515         
516 <ul>
517           
518 <li><b>Type</b>: <tt>boolean</tt></li>
519           
520 <li><b>Required</b>: <tt>No</tt></li>
521           
522 <li><b>User Property</b>: <tt>hibernate.export.scan_testclasses</tt></li>
523           
524 <li><b>Default</b>: <tt>false</tt></li>
525         </ul><hr />
526 <p><b><a name="skip">skip</a>:</b></p>
527         
528 <div>Skip execution 
529
530 <p>If set to <tt>true</tt>, the execution is skipped.</p>
531
532 <p>A skipped excecution is signaled via the maven-property
533 <tt>${hibernate.export.skipped}</tt>.</p>
534
535 <p>The excecution is skipped automatically, if no modified or newly
536 added annotated classes are found and the dialect was not
537 changed.</p></div>
538         
539 <ul>
540           
541 <li><b>Type</b>: <tt>boolean</tt></li>
542           
543 <li><b>Required</b>: <tt>No</tt></li>
544           
545 <li><b>User Property</b>: <tt>maven.test.skip</tt></li>
546           
547 <li><b>Default</b>: <tt>false</tt></li>
548         </ul><hr />
549 <p><b><a name="target">target</a>:</b></p>
550         
551 <div>Target of execution: 
552
553 <ul>
554
555 <li><b>NONE</b> only export schema to SQL-script (forces
556 excecution, signals skip)</li>
557
558 <li><b>EXPORT</b> create database
559 (<b>DEFAULT!</b>). forces excecution, signals skip)</li>
560
561 <li><b>SCRIPT</b> export schema to SQL-script and print
562 it to STDOUT</li>
563
564 <li><b>BOTH</b></li>
565 </ul>
566 A databaseconnection is only needed for EXPORT and BOTH, but a
567 Hibernate-Dialect must always be choosen.</div>
568         
569 <ul>
570           
571 <li><b>Type</b>: <tt>java.lang.String</tt></li>
572           
573 <li><b>Required</b>: <tt>No</tt></li>
574           
575 <li><b>User Property</b>: <tt>hibernate.export.target</tt></li>
576           
577 <li><b>Default</b>: <tt>EXPORT</tt></li>
578         </ul><hr />
579 <p><b><a name="testOutputDirectory">testOutputDirectory</a>:</b></p>
580         
581 <div>Test-Classes-Directory to scan. 
582
583 <p>This parameter defaults to the maven build-output-directory for
584 test-classes.</p>
585
586 <p>This parameter is only used, when <tt>scanTestClasses</tt>
587 is set to <tt>true</tt>!</p></div>
588         
589 <ul>
590           
591 <li><b>Type</b>: <tt>java.lang.String</tt></li>
592           
593 <li><b>Required</b>: <tt>No</tt></li>
594           
595 <li><b>User Property</b>: <tt>project.build.testOutputDirectory</tt></li>
596         </ul><hr />
597 <p><b><a name="type">type</a>:</b></p>
598         
599 <div>Type of execution. 
600
601 <ul>
602
603 <li><b>NONE</b> do nothing - just validate the
604 configuration</li>
605
606 <li><b>CREATE</b> create database-schema</li>
607
608 <li><b>DROP</b> drop database-schema</li>
609
610 <li><b>BOTH</b> (<b>DEFAULT!</b>)</li>
611 </ul>
612 If NONE is choosen, no databaseconnection is needed.</div>
613         
614 <ul>
615           
616 <li><b>Type</b>: <tt>java.lang.String</tt></li>
617           
618 <li><b>Required</b>: <tt>No</tt></li>
619           
620 <li><b>User Property</b>: <tt>hibernate.export.type</tt></li>
621           
622 <li><b>Default</b>: <tt>BOTH</tt></li>
623         </ul><hr />
624 <p><b><a name="url">url</a>:</b></p>
625         
626 <div>Database URL.</div>
627         
628 <ul>
629           
630 <li><b>Type</b>: <tt>java.lang.String</tt></li>
631           
632 <li><b>Required</b>: <tt>No</tt></li>
633           
634 <li><b>User Property</b>: <tt>hibernate.connection.url</tt></li>
635         </ul><hr />
636 <p><b><a name="username">username</a>:</b></p>
637         
638 <div>Database username</div>
639         
640 <ul>
641           
642 <li><b>Type</b>: <tt>java.lang.String</tt></li>
643           
644 <li><b>Required</b>: <tt>No</tt></li>
645           
646 <li><b>User Property</b>: <tt>hibernate.connection.username</tt></li>
647         </ul>
648       </div>
649     </div>
650   
651
652         </section>
653         <div class="marginal">
654           <nav id="nav">
655             <hr class="n" />
656             <a class="hide" href="#top" title="Show Content">Jump back to the top of the page</a>
657             <h2 class="nav menu">Section-Menu</h2>
658             <ul id="menu">
659               <li class="m blog"><a href="/blog/" class="m">Blog</a></li>
660               <li class="m projects"><a href="/projects.html" class="m selected">Projects</a></li>
661             </ul>
662             <h2 class="nav submenu">
663               <span class="s">Submenu for section</span>
664               <a class="s selected" href="/projects.html">Projects</a>
665             </h2>
666             <ul id="submenu" class="s">
667                                                               <li class="s sub">
668                                           <a class="s selected" href="./index.html">Hibernate 4 Maven Plugin</a>
669                                         <ul class="s active">
670                                                                                                                                                                                                                                                           <li class="s">
671                     <a href="configuration.html" class="s" title="Configuration Examples">Configuration Examples</a>
672                 </li>
673                                                                                                                         <li class="s">
674               <strong class="s">Parameter Documentation</strong>
675                 </li>
676                                                                                                                   <li class="s">
677                     <a href="debugging.html" class="s" title="Enable Debug-Output">Enable Debug-Output</a>
678                 </li>
679                                                                                                                   <li class="s">
680                     <a href="force.html" class="s" title="Force Exceution">Force Exceution</a>
681                 </li>
682                                                                                                                   <li class="s">
683                     <a href="pitfalls.html" class="s" title="Known Pitfalls (FAQ)">Known Pitfalls (FAQ)</a>
684                 </li>
685                                                                                                                                                                                                                                                                                                                                         <li class="s sub">
686                     <a href="project-info.html" class="s" title="Project Information">Project Information</a>
687                 </li>
688                                                                                                                                                                                         <li class="s sub">
689                     <a href="project-reports.html" class="s" title="Project Reports">Project Reports</a>
690                 </li>
691                                                                                               </ul>
692                   </li>
693                                           </ul>
694             <hr class="n" />
695           </nav>
696           <p>
697             <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
698               <img class="poweredBy" alt="Built by Maven" src="./images/logos/maven-feather.png" />
699             </a>
700           </p>
701         </div>
702       </main>
703       <footer id="footer">
704         <hr class="f" />
705         <ul id="footerlinks">
706           <li class="f" id="copyright">© <strong>mo</strong> 2013</li>
707           <li class="f"><a class="f" href="/impressum.html">Impressum</a></li>
708           <li class="f about"><a class="f" href="/about.html">About</a></li>
709         </ul>
710       </footer>
711     </div>
712         <script type="text/javascript"><!--//--><![CDATA[//><!--
713       var _gaq = _gaq || [];
714       _gaq.push(['_setAccount', 'UA-571104-3']);
715       _gaq.push(['_trackPageview']);
716       (function() {
717         var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
718         ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
719         var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
720       })();
721     //--><!]]>
722       </body>
723 </html>