]> juplo.de Git - hibernate-maven-plugin/commitdiff
Transfomed HTML, that was missinterpred by the parser, into valid markdown
authorKai Moritz <kai@juplo.de>
Mon, 6 Apr 2026 17:02:02 +0000 (19:02 +0200)
committerKai Moritz <kai@juplo.de>
Sun, 19 Apr 2026 14:30:02 +0000 (16:30 +0200)
src/site/markdown/configuration.md

index 6d541d6a5ebb90e5a4b2c26ba19ad844180b2333..ffb5fae88c2056b555e3df8492c410922998338c 100644 (file)
@@ -132,42 +132,42 @@ hibernate.connection.password=
   the plugin-configuration, to be sure to have a separate database for
   testing):
   </p>
-  <pre class="prettyprint linenums lang-html">
 
-&lt;properties&gt;
-  &lt;hibernate.connection.driver_class&gt;org.hsqldb.jdbcDriver&lt;/hibernate.connection.driver_class&gt;
-  &lt;hibernate.dialect&gt;org.hibernate.dialect.HSQLDialect&lt;/hibernate.dialect&gt;
-  &lt;hibernate.connection.url&gt;&lt;![CDATA[jdbc:hsqldb:res:org.my.path.production_db]]&gt;&lt;/hibernate.connection.url&gt;
-  &lt;hibernate.connection.username&gt;sa&lt;/hibernate.connection.username&gt;
-  &lt;hibernate.connection.password&gt;&lt;/hibernate.connection.password&gt;
-&lt;/properties&gt;
+```
+<properties>
+  <hibernate.connection.driver_class>org.hsqldb.jdbcDriver</hibernate.connection.driver_class>
+  <hibernate.dialect>org.hibernate.dialect.HSQLDialect</hibernate.dialect>
+  <hibernate.connection.url><![CDATA[jdbc:hsqldb:res:org.my.path.production_db]]></hibernate.connection.url>
+  <hibernate.connection.username>sa</hibernate.connection.username>
+  <hibernate.connection.password></hibernate.connection.password>
+</properties>
 
 ...
 
-&lt;plugins&gt;
+<plugins>
 
   ...
 
-  &lt;plugin&gt;
-    &lt;groupId&gt;de.juplo&lt;/groupId&gt;
-    &lt;artifactId&gt;hibernate-maven-plugin&lt;/artifactId&gt;
-    &lt;version&gt;${project.version}&lt;/version&gt;
-    &lt;executions&gt;
-      &lt;execution&gt;
-        &lt;goals&gt;
-          &lt;goal&gt;drop&lt;/goal&gt;
-          &lt;goal&gt;create&lt;/goal&gt;
-        &lt;/goals&gt;
-      &lt;/execution&gt;
-    &lt;/executions&gt;
-    &lt;configuration&gt;
-      &lt;url&gt;&lt;![CDATA[jdbc:hsqldb:target/db/testdb;shutdown=true]]&gt;&lt;/url&gt;
-    &lt;/configuration&gt;
-  &lt;/plugin&gt;
+  <plugin>
+    <groupId>de.juplo</groupId>
+    <artifactId>hibernate-maven-plugin</artifactId>
+    <version>${project.version}</version>
+    <executions>
+      <execution>
+        <goals>
+          <goal>drop</goal>
+          <goal>create</goal>
+        </goals>
+      </execution>
+    </executions>
+    <configuration>
+      <url><![CDATA[jdbc:hsqldb:target/db/testdb;shutdown=true]]></url>
+    </configuration>
+  </plugin>
 
-&lt;plugins&gt;
+<plugins>
+```
 
-  </pre>
   <p>
   This way, you can reuse the same properties to provide a
   default-configurationthe, that is build into your application, and