Switched to maven-thymeleaf-skin 1.0.0 1.0.4
authorKai Moritz <kai@juplo.de>
Sat, 16 Jul 2016 21:24:17 +0000 (23:24 +0200)
committerKai Moritz <kai@juplo.de>
Sat, 16 Jul 2016 21:51:44 +0000 (23:51 +0200)
pom.xml
src/site/site.xml
src/site/xhtml/configuration.xhtml
src/site/xhtml/debugging.xhtml
src/site/xhtml/force.xhtml
src/site/xhtml/index.xhtml
src/site/xhtml/issue-tracking.xhtml
src/site/xhtml/mail-lists.xhtml
src/site/xhtml/pitfalls.xhtml
src/site/xhtml/skip.xhtml

diff --git a/pom.xml b/pom.xml
index b24e83c..38c0bcd 100644 (file)
--- a/pom.xml
+++ b/pom.xml
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-javadoc-plugin</artifactId>
         <version>2.7</version><!-- Should be same version as in oss-parent-7 -->
+        <configuration>
+          <additionalparam>-Xdoclint:none</additionalparam>
+        </configuration>
       </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
index 5399d17..2b7fe40 100644 (file)
@@ -1,20 +1,27 @@
 <project>
-  <googleAnalyticsAccountId>UA-571104-3</googleAnalyticsAccountId>
   <body>
     <menu>
+      <item name="Overview" href="index.html"/>
       <item name="Configuration Examples" href="configuration.html"/>
       <item name="Parameter Documentation" href="export-mojo.html"/>
       <item name="Enable Debug-Output" href="debugging.html"/>
       <item name="Skipping Execution" href="skip.html"/>
       <item name="Force Exceution" href="force.html"/>
       <item name="Known Pitfalls (FAQ)" href="pitfalls.html"/>
+      <item name="Project Information" href="project-info.html"/>
+      <item name="Project Reports" href="project-reports.html"/>
     </menu>
     <menu ref="reports"/>
   </body>
   <skin>
-    <groupId>de.juplo</groupId>
-    <artifactId>juplo-maven-skin</artifactId>
-    <version>1.0.7</version>
+    <groupId>de.juplo.maven</groupId>
+    <artifactId>maven-thymeleaf-skin</artifactId>
+    <version>1.0.0</version>
   </skin>
+  <custom>
+    <thymeproxy>
+      <path>/hibernate-maven-plugin/</path>
+      <crumbs><![CDATA[{&quot;uri&quot;:&quot;/projects.html&quot;,&quot;name&quot;:&quot;Projects&quot;}]]></crumbs>
+    </thymeproxy>
+  </custom>
 </project>
-
index e3ce8bc..c2c9fb8 100644 (file)
@@ -4,6 +4,7 @@
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  </head>
  <body>
+  <header><h1>Configuration Examples</h1></header>
   <h2>Configuration through a hibernate.properties-File</h2>
   <p>
   The most simple way to configure the plugin is, to put all the
index 8f91f3f..9ea8924 100644 (file)
@@ -4,6 +4,7 @@
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  </head>
  <body>
+  <header><h1>Enable Debugging-Output</h1></header>
   <p>
   If you are new to <code>hibernate4-maven-plugin</code>, in many cases, the
   {Configuration-Method-Precedence} may be the source of configuration
index 0a94070..0e42fd0 100644 (file)
@@ -4,6 +4,7 @@
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  </head>
  <body>
+  <header><h1>Force Execution</h1></header>
   <p>
   The hibernate4-maven-plugin computes MD5-sums for all found annotated
   classes and stores them together with the generated schema.
index ef7de69..3a23e57 100644 (file)
@@ -4,8 +4,8 @@
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  </head>
  <body>
-  <h1>Hibernate 4 Maven Plugin</h1>
-  <h2>A simple Plugin for generating a Database-Schema from Hibernate 4 Mapping-Annotations</h2>
+  <header><h1>${project.name}</h1></header>
+  <h2>${project.description}</h2>
   <p>
   The <strong>hibernate4-maven-plugin</strong> is a plugin for generating a database-schema
   from your Hibernate-4-Mappings and create or update your database
   </ul>
   <h2>Releases</h2>
   <ul>
-    <li><a href="http://juplo.de/hibernate4-maven-plugin">current version</a></li>
+    <li><a href="http://juplo.de/hibernate4-maven-plugin/index.html">current version</a></li>
     <li>${project.version} (this version)</li>
-    <li><a href="http://juplo.de/hibernate4-maven-plugin-1.0.3">1.0.3</a></li>
-    <li><a href="http://juplo.de/hibernate4-maven-plugin-1.0.2">1.0.2</a></li>
-    <li><a href="http://juplo.de/hibernate4-maven-plugin-1.0.1">1.0.1</a></li>
-    <li><a href="http://juplo.de/hibernate4-maven-plugin-1.0">1.0</a></li>
+    <li><a href="http://juplo.de/hibernate4-maven-plugin-1.0.3/index.html">1.0.3</a></li>
+    <li><a href="http://juplo.de/hibernate4-maven-plugin-1.0.2/index.html">1.0.2</a></li>
+    <li><a href="http://juplo.de/hibernate4-maven-plugin-1.0.1/index.html">1.0.1</a></li>
+    <li><a href="http://juplo.de/hibernate4-maven-plugin-1.0/index.html">1.0</a></li>
   </ul>
  </body>
 </html>
index f7e6859..40e609d 100644 (file)
@@ -4,6 +4,7 @@
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  </head>
  <body>
+  <header><h1>Issue Tracking</h1></header>
   <strong>There is no bug-tracking system set up for this project!</strong>
   <p>
   Please send your bug-reports, questions or feature-requests directly
index ff8d7f2..3dbb733 100644 (file)
@@ -4,6 +4,7 @@
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  </head>
  <body>
+  <header><h1>Mailing Lists</h1></header>
   <strong>There are no mailinglists defined for this project!</strong>
   <p>
   Please send your bug-reports, questions or feature-requests directly
index 5000695..798773d 100644 (file)
@@ -4,6 +4,7 @@
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  </head>
  <body>
+  <header><h1>Known Pitfalls (FAQ)</h1></header>
   <h2>Annotated classes in dependencies are not found.</h2>
   <p>
   hibernate4-maven-plugin by default scans dependencies in the scope
index 51a20af..685d4ee 100644 (file)
@@ -4,6 +4,7 @@
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  </head>
  <body>
+  <header><h1>Skipping Execution</h1></header>
   <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