Switched to maven-thymeleaf-skin 1.0.0 1.0.2
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:42:58 +0000 (23:42 +0200)
pom.xml
src/site/apt/index.apt
src/site/site.xml

diff --git a/pom.xml b/pom.xml
index 459ce9e..560dac5 100644 (file)
--- a/pom.xml
+++ b/pom.xml
         <plugin>
           <artifactId>maven-site-plugin</artifactId>
           <version>3.3</version>
+          <configuration>
+            <siteDirectory>${project.build.directory}/filtered-site</siteDirectory>
+          </configuration>
           <dependencies>
             <dependency><!-- add support for ssh/scp -->
               <groupId>org.apache.maven.wagon</groupId>
 
   <reporting>
     <plugins>
-      <plugin>
-        <artifactId>maven-site-plugin</artifactId>
-        <version>3.3</version>
-        <configuration>
-          <siteDirectory>${project.build.directory}/filtered-site</siteDirectory>
-        </configuration>
-      </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-changes-plugin</artifactId>
         <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 b6fa081..c6a2333 100644 (file)
@@ -41,10 +41,10 @@ A simple Plugin for generating a Database-Schema from Hibernate 4 Mapping-Annota
 
 * Releases
 
- * {{{http://juplo.de/hibernate4-maven-plugin} current version}}
+ * {{{http://juplo.de/hibernate4-maven-plugin/index.html} current version}}
 
  * ${project.version} (this version)
 
- * {{{http://juplo.de/hibernate4-maven-plugin-1.0.1} 1.0.1}}
+ * {{{http://juplo.de/hibernate4-maven-plugin-1.0.1/index.html} 1.0.1}}
 
- * {{{http://juplo.de/hibernate4-maven-plugin-1.0} 1.0}}
+ * {{{http://juplo.de/hibernate4-maven-plugin-1.0/index.html} 1.0}}
index bd4f85a..27862b1 100644 (file)
@@ -2,18 +2,26 @@
   <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="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.6</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>
-