From ffc1dd75198a162934b92820f0fbb0f0bc1f127a Mon Sep 17 00:00:00 2001 From: Kai Moritz <kai@juplo.de> Date: Sat, 16 Jul 2016 23:24:17 +0200 Subject: [PATCH] Switched to maven-thymeleaf-skin 1.0.0 --- pom.xml | 28 +++++++++++++++++++++------- src/site/apt/index.apt | 4 ++-- src/site/site.xml | 32 ++++++++++++++------------------ 3 files changed, 37 insertions(+), 27 deletions(-) diff --git a/pom.xml b/pom.xml index de49bef1..320b48ec 100644 --- a/pom.xml +++ b/pom.xml @@ -189,17 +189,28 @@ </executions> </plugin> </plugins> + <pluginManagement> + <plugins> + <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> + <artifactId>wagon-ssh</artifactId> + <version>1.0</version> + </dependency> + </dependencies> + </plugin> + </plugins> + </pluginManagement> </build> <reporting> <plugins> - <plugin> - <artifactId>maven-site-plugin</artifactId> - <version>2.1</version> - <configuration> - <siteDirectory>${project.build.directory}/filtered-site</siteDirectory> - </configuration> - </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-changes-plugin</artifactId> @@ -209,6 +220,9 @@ <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> diff --git a/src/site/apt/index.apt b/src/site/apt/index.apt index ffe27dd5..8b1a6452 100644 --- a/src/site/apt/index.apt +++ b/src/site/apt/index.apt @@ -41,8 +41,8 @@ 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.0}} + * {{{http://juplo.de/hibernate4-maven-plugin-1.0/index.html} 1.0}} diff --git a/src/site/site.xml b/src/site/site.xml index a8a3bef2..c0828572 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -1,33 +1,29 @@ <project> <body> - <head> - <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); - })(); - - //-->]]> - </script> - </head> - <menu name="Overview"> + <menu> <item name="Introduction" 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" href="pitfalls.html"/> + <item name="Project Information" href="project-info.html"/> + <item name="Project Reports" href="project-reports.html"/> </menu> <menu ref="reports"/> <breadcrumbs> <item name="juplo" href="http://juplo.de"/> </breadcrumbs> </body> + <skin> + <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[{"uri":"/projects.html","name":"Projects"}]]></crumbs> + </thymeproxy> + </custom> </project> - -- 2.20.1