Sonderzeichen-Test für BPreplay
[website] / dist / hibernate4-maven-plugin-1.1.0 / debugging.html
1 <!DOCTYPE html>
2 <!-- Generated by Apache Maven Doxia Site Renderer 1.6 at 2015-09-08 -->
3                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <!-- Current: debugging.html -->
4 <!-- Active: index.html -->
5 <!-- Path: [index.html, debugging.html] -->
6 <!-- Skiplist: [index.html, configuration.html, export-mojo.html, debugging.html, skip.html, force.html, pitfalls.html] -->
7 <html>
8   <head>
9     <title>juplo - Hibernate 4 Maven Plugin - Enable Debug-Output</title>
10     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
11     <link rel="canonical" href="http://juplo.de/hibernate4-maven-plugin/debugging.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     </style>
17     <script src="/js/prettify.js"></script>
18     <!--[if lt IE 9]>
19       <script src="/js/html5shiv.js"></script>
20     <![endif]-->
21     <!--[if IE 8]>
22       <link rel="stylesheet" type="text/css" href="/css/ie8.css" />
23     <![endif]-->
24         <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
25   </head>
26   <body class="menu" onload="prettyPrint()">
27     <div id="page" class="cf">
28       <header id="header">
29         <h1 id="logo"><a href="/" title="Home" class="l">juplo</a></h1>
30         <span id="slogan"><strong>Java</strong> bits from nerds for nerds</span>
31         <hr class="h" />
32       </header>
33       <div id="breadcrumb">
34         <strong class="b title">You are here:</strong>
35         <ol class="b">
36           <li class="b"><a class="b" href="/">Home</a></li>
37           <li class="b"><a class="b" href="/projects.html">Projects</a></li>
38                       <li class="b"><a class="b" href="./index.html">Hibernate 4 Maven Plugin</a></li>
39                         <li class="b"><strong class="b">Enable Debug-Output</strong></li>
40                   </ol>
41         <a class="hide" href="#navigation">Jump to navigation</a>
42         <hr class="b" />
43       </div>
44       <main class="content cf">
45         <article id="content" class="main">
46           <header><h1>Enable Debug-Output</h1></header>
47           
48  
49  
50   
51 <p>
52   If you are new to <tt>hibernate4-maven-plugin</tt>, in many cases, the
53   {Configuration-Method-Precedence} may be the source of configuration
54   errors.
55   To solve this problem, you should run maven with the debugging output
56   enabled.
57   For example, by executing:
58   </p>
59   
60 <div>
61 <pre class="prettyprint linenums lang-html">
62 mvn -X compile hibernate4:export</pre></div>
63   
64 <p>
65   (The <tt>compile</tt> might be necessary, because <tt>hibernate4-maven-plugin</tt>
66   has to scan the compiled classes for annotations!)
67   </p>
68   
69 <p>
70   Unlike the majority of the maven-plugins, <tt>hibernate4-maven-plugin</tt> was
71   designed to give a good many hints, when debugging is enabled.
72   Because, if you do not know, what went wrong, you can't fix it!
73   </p>
74   
75 <p>
76   <b>But be warned:</b> <tt>hibernate4-maven-plugin</tt> tends to be very chatty ;)
77   </p>
78  
79
80         </article>
81         <div class="marginal">
82           <nav id="nav">
83             <hr class="n" />
84             <a id="navigation"></a>
85             <a class="hide" href="#top" title="Show Content">Jump back to the top of the page</a>
86             <h2 class="nav menu">Section-Menu</h2>
87             <ul id="menu">
88               <li class="m blog"><a href="/blog/" class="m">Blog</a></li>
89               <li class="m projects"><a href="/projects.html" class="m selected">Projects</a></li>
90               <li class="m about"><a href="/about.html" class="m">About</a></li>
91             </ul>
92             <h2 class="nav submenu">
93               <span class="s">Submenu for section</span>
94               <a class="s selected" href="/projects.html">Projects</a>
95             </h2>
96             <ul id="submenu" class="s">
97                                                               <li class="s sub">
98                                           <a class="s selected" href="./index.html">Hibernate 4 Maven Plugin</a>
99                                         <ul class="s active">
100                                                                                                                                                                                                                                                           <li class="s">
101                     <a href="configuration.html" class="s" title="Configuration Examples">Configuration Examples</a>
102                 </li>
103                                                                                                                   <li class="s">
104                     <a href="export-mojo.html" class="s" title="Parameter Documentation">Parameter Documentation</a>
105                 </li>
106                                                                                                                         <li class="s">
107               <strong class="s">Enable Debug-Output</strong>
108                 </li>
109                                                                                                                   <li class="s">
110                     <a href="skip.html" class="s" title="Skipping Execution">Skipping Execution</a>
111                 </li>
112                                                                                                                   <li class="s">
113                     <a href="force.html" class="s" title="Force Exceution">Force Exceution</a>
114                 </li>
115                                                                                                                   <li class="s">
116                     <a href="pitfalls.html" class="s" title="Known Pitfalls (FAQ)">Known Pitfalls (FAQ)</a>
117                 </li>
118                                                                                                                                                                                                                                                                                                                                                   <li class="s sub">
119                     <a href="project-info.html" class="s" title="Project Information">Project Information</a>
120                 </li>
121                                                                                                                                                                                                   <li class="s sub">
122                     <a href="project-reports.html" class="s" title="Project Reports">Project Reports</a>
123                 </li>
124                                                                                               </ul>
125                   </li>
126                                           </ul>
127             <hr class="n" />
128           </nav>
129           <aside class="m">
130             <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
131               <img class="poweredBy" alt="Built by Maven" src="./images/logos/maven-feather.png" />
132             </a>
133           </aside>
134         </div>
135       </main>
136       <footer id="footer">
137         <hr class="f" />
138         <ul id="footerlinks">
139           <li class="f" id="copyright">&#xa9; <strong>mo</strong>             2015
140       </li>
141           <li class="f"><a class="f" href="/impressum.html">Impressum</a></li>
142           <li class="f about"><a class="f" href="/about.html">About</a></li>
143         </ul>
144       </footer>
145     </div>
146         <script type="text/javascript"><!--//--><![CDATA[//><!--
147       var _gaq = _gaq || [];
148       _gaq.push(['_setAccount', 'UA-571104-3']);
149       _gaq.push(['_trackPageview']);
150       (function() {
151         var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
152         ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
153         var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
154       })();
155     //--><!]]>
156     </script>
157       </body>
158 </html>