Projekt-Dokumentation (Aktueller Stand von juplo.de) hinzugefĆ¼gt
[website] / dist / facebook-utils-2.5.0 / force.html
1 <!DOCTYPE html>
2 <!-- Generated by Apache Maven Doxia Site Renderer at Nov 10, 2015 -->
3                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <!-- Current: force.html -->
4 <!-- Active: index.html -->
5 <!-- Path: $path -->
6 <!-- Skiplist: [index.html, getting-started.html] -->
7 <html>
8   <head>
9     <title>juplo - </title>
10     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
11     <link rel="canonical" href="http://www.juplo.de/facebook-utils/force.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">Juplo - Facebook Utils</a></li>
39                         <li class="b"><strong class="b">$shortTitle</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>$shortTitle</h1></header>
47           
48  
49  
50   <p>
51   The hibernate-maven-plugin computes MD5-sums for all found annotated
52   classes and stores them together with the generated schema.
53   If no classes were changed or added and the dialect wasn't changed too, it
54   automatically skips the configured schema-export, to speed up the development
55   cycle.
56   </p>
57   <p>
58   The plugin signals, that the execution was skipped by setting the maven
59   property <tt>$\{hibernate.export.skipped\}</tt> to <tt>true</tt>.
60   This may be helpful, because other plugins like
61   <a class="externalLink" href="http://mojo.codehaus.org/dbunit-maven-plugin/">dbunit-plugin</a>
62   <a href="./pitfalls.html#fails">may fail</a>, when the execution is skipped.
63   </p>
64   <p>
65   If you need the hibernate-maven-plugin to &lt;never skip execution automatically&gt;,
66   you can force it to do so, if you set the parameter <tt>force</tt> to
67   <tt>true</tt>:
68   </p>
69   <div class="prettyprint linenums lang-html"><pre>
70 &lt;plugin&gt;
71   &lt;groupId&gt;de.juplo&lt;/groupId&gt;
72   &lt;artifactId&gt;hibernate-maven-plugin&lt;/artifactId&gt;
73   &lt;version&gt;${project.version}&lt;/version&gt;
74   &lt;configuration&gt;
75     &lt;force&gt;true&lt;/force&gt;
76   &lt;/configuration&gt;
77 &lt;/plugin&gt;</pre></div>
78   <p>
79   Or you may specify <tt>-Dhibernate.export.force=true</tt> at the command line,
80   if you want to force hibernate-maven-plugin only once.
81   </p>
82  
83
84         </article>
85         <div class="marginal">
86           <nav id="nav">
87             <hr class="n" />
88             <a id="navigation"></a>
89             <a class="hide" href="#top" title="Show Content">Jump back to the top of the page</a>
90             <h2 class="nav menu">Section-Menu</h2>
91             <ul id="menu">
92               <li class="m blog"><a href="/blog/" class="m">Blog</a></li>
93               <li class="m projects"><a href="/projects.html" class="m selected">Projects</a></li>
94               <li class="m about"><a href="/about.html" class="m">About</a></li>
95             </ul>
96             <h2 class="nav submenu">
97               <span class="s">Submenu for section</span>
98               <a class="s selected" href="/projects.html">Projects</a>
99             </h2>
100             <ul id="submenu" class="s">
101                                                               <li class="s sub off"><a class="s" href="/hibernate4-maven-plugin/">Hibernate 4 Maven Plugin</a></li>
102                                           </ul>
103             <hr class="n" />
104           </nav>
105           <aside class="m">
106             <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
107               <img class="poweredBy" alt="Built by Maven" src="./images/logos/maven-feather.png" />
108             </a>
109           </aside>
110         </div>
111       </main>
112       <footer id="footer">
113         <hr class="f" />
114         <ul id="footerlinks">
115           <li class="f" id="copyright">&#xa9; <strong>mo</strong>             2015
116       </li>
117           <li class="f"><a class="f" href="/impressum.html">Impressum</a></li>
118           <li class="f about"><a class="f" href="/about.html">About</a></li>
119         </ul>
120       </footer>
121     </div>
122         <script type="text/javascript"><!--//--><![CDATA[//><!--
123       var _gaq = _gaq || [];
124       _gaq.push(['_setAccount', 'UA-571104-3']);
125       _gaq.push(['_trackPageview']);
126       (function() {
127         var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
128         ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
129         var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
130       })();
131     //--><!]]>
132     </script>
133       </body>
134 </html>