WIP:bulma:neu:Projekte-entfernt
[website] / dist / hibernate4-maven-plugin-1.0.2 / skip.html
diff --git a/dist/hibernate4-maven-plugin-1.0.2/skip.html b/dist/hibernate4-maven-plugin-1.0.2/skip.html
deleted file mode 100644 (file)
index 17f6e7f..0000000
+++ /dev/null
@@ -1,152 +0,0 @@
-<!DOCTYPE html>
-<!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 2014-04-29 -->
-                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <!-- Current: skip.html -->
-<!-- Active: index.html -->
-<!-- Path: [index.html, skip.html] -->
-<!-- Skiplist: [index.html, configuration.html, export-mojo.html, debugging.html, skip.html, force.html, pitfalls.html] -->
-<html>
-  <head>
-    <title>juplo - Hibernate 4 Maven Plugin - Skipping Execution</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="canonical" href="http://juplo.de/hibernate4-maven-plugin/skip.html"/>
-    <link rel="stylesheet" type="text/css" href="/css/base.css" />
-    <style type="text/css">
-      @import '/css/screen.css' screen and (min-width: 960px);
-      @import '/css/phone.css' screen and (max-width: 599px);
-      @import '/css/tiny.css' screen and (max-width: 399px);
-    </style>
-    <script src="/js/base.js"></script>
-    <!--[if IE 8]>
-      <script src="/js/ie8.js"></script>
-    <![endif]-->
-    <!--[if IE 7]>
-      <script src="/js/ie7.js"></script>
-    <![endif]-->
-    <!--[if lt IE 7]>
-      <script src="/js/ie6.js"></script>
-    <![endif]-->
-    <meta name="author" content="Kai Moritz" />
-    <meta name="Date-Revision-yyyymmdd" content="20140429" />
-    <meta http-equiv="Content-Language" content="en" />
-        
-  </head>
-  <body onload="prettyPrint()">
-    <div id="page">
-      <header id="header">
-        <a href="/" title="Home" id="logo">juplo</a>
-        <span id="slogan"><strong>Java</strong> bits from nerds for nerds</span>
-        <hr class="h" />
-      </header>
-      <div id="breadcrumb">
-        <strong class="b title">You are here:</strong>
-        <ol class="b">
-          <li class="b"><a class="b" href="/">Home</a></li>
-          <li class="b"><a class="b" href="/projects.html">Projects</a></li>
-                      <li class="b"><a class="b" href="./index.html">Hibernate 4 Maven Plugin</a </li>
-                        <li class="b"><strong class="b">Skipping Execution</strong></li>
-                  </ol>
-        <a class="hide" href="#navigation">Jump to navigation</a>
-        <div class="b"></div>
-      </div>
-      <div class="fc cols_2">
-        <div class="content cf">
-          <section id="content" class="main">
-            <h1>Hibernate 4 Maven Plugin - Skipping Execution</h1>
-            <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 will result in mistakes/errors, if the goal is executed, when the tests are skipped. For example, one might manually overwrite the database-url with the url of the production-database, in order to run other tests, like starting a local webserver with the <a class="externalLink" href="http://wiki.eclipse.org/Jetty/Feature/Jetty_Maven_Plugin">jetty-maven-plugin</a>. If the export-goal would be executed in such a scenario, it might erase the hole production-database, which is not very desireable.</p>
-<p>Because of this, the configuration-parameter <tt>skip</tt> defaults to the value of the proptery <tt>maven.test.skip</tt>. This way, the execution of the hibernate4-maven-plugin is skipped automatically, when the tests are skipped. Think of it as a build-in security-belt.</p>
-<p>If you do not like that, because you need the plugin to always execute the export-goal, even if the tests are skipped you can configure that explicitly, by setting the configuration-parameter <tt>skip</tt> to false:</p>
-<div>
-<pre>&lt;plugin&gt;
-  &lt;groupId&gt;de.juplo&lt;/groupId&gt;
-  &lt;artifactId&gt;hibernate4-maven-plugin&lt;/artifactId&gt;
-  ...
-  &lt;configuration&gt;
-    &lt;skip&gt;false&lt;/skip&gt;
-  &lt;/configuration&gt;
-&lt;/plugin&gt;</pre></div>
-<p>Or, if you want the export-goal to be executed by default and to be skipped if you say so, you can bind the value of the configuration-parameter <tt>skip</tt> to a custom property. For example:</p>
-<div>
-<pre>&lt;plugin&gt;
-  &lt;groupId&gt;de.juplo&lt;/groupId&gt;
-  &lt;artifactId&gt;hibernate4-maven-plugin&lt;/artifactId&gt;
-  ...
-  &lt;configuration&gt;
-    &lt;skip&gt;${foo.bar}&lt;/skip&gt;
-  &lt;/configuration&gt;
-&lt;/plugin&gt;</pre></div>
-<p>This way, the export-goal would be skipped, if you set the property <tt>foo.bar</tt> to <tt>true</tt>. For example, if you specify <tt>-Dfoo.bar=true</tt> on the command-line.</p>
-          </section>
-          <div class="marginal">
-            <nav id="nav">
-              <hr />
-              <a id="navigation"></a>
-              <h2 class="nav menu">Section-Menu</h2>
-              <ul id="menu">
-                <li class="m blog"><a href="/blog/" class="m">Blog</a></li>
-                <li class="m projects"><a href="/projects.html" class="m selected">Projects</a></li>
-              </ul>
-              <h2 class="nav submenu">
-                <span class="s">Submenu for section</span>
-                <a class="s selected" href="/projects.html">Projects</a>
-              </h2>
-              <ul id="submenu" class="s">
-                                                                      <li class="s sub">
-                                              <a class="s selected" href="./index.html">Hibernate 4 Maven Plugin</a>
-                                            <ul class="s active">
-                                                                                                                                                                                                                                                                          <li class="s">
-                    <a href="configuration.html" class="s" title="Configuration Examples">Configuration Examples</a>
-                </li>
-                                                                                                                      <li class="s">
-                    <a href="export-mojo.html" class="s" title="Parameter Documentation">Parameter Documentation</a>
-                </li>
-                                                                                                                      <li class="s">
-                    <a href="debugging.html" class="s" title="Enable Debug-Output">Enable Debug-Output</a>
-                </li>
-                                                                                                                            <li class="s">
-              <strong class="s">Skipping Execution</strong>
-                </li>
-                                                                                                                      <li class="s">
-                    <a href="force.html" class="s" title="Force Exceution">Force Exceution</a>
-                </li>
-                                                                                                                      <li class="s">
-                    <a href="pitfalls.html" class="s" title="Known Pitfalls (FAQ)">Known Pitfalls (FAQ)</a>
-                </li>
-                                                                                                                                                                                                                                                                                                                                                                  <li class="s sub">
-                    <a href="project-info.html" class="s" title="Project Information">Project Information</a>
-                </li>
-                                                                                                                                                                                                      <li class="s sub">
-                    <a href="project-reports.html" class="s" title="Project Reports">Project Reports</a>
-                </li>
-                                                                                                      </ul>
-                    </li>
-                                                </ul>
-              <hr />
-            </nav>
-            <p>
-              <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
-                <img class="poweredBy" alt="Built by Maven" src="./images/logos/maven-feather.png" />
-              </a>
-            </p>
-          </div>
-        </div>
-      </div>
-      <footer id="footer">
-        <hr />
-        <ul id="footerlinks">
-          <li class="f" id="copyright">&#xa9; <strong>mo</strong>             2014
-      </li>
-        </ul>
-      </footer>
-    </div>
-        <script type="text/javascript"><!--//--><![CDATA[//><!--
-      var _gaq = _gaq || [];
-      _gaq.push(['_setAccount', 'UA-571104-3']);
-      _gaq.push(['_trackPageview']);
-      (function() {
-        var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
-        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
-        var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
-      })();
-    //--><!]]>
-      </body>
-</html>