From 0b063cc272df9d8748d1275224f32d9a4041aa3a Mon Sep 17 00:00:00 2001 From: Kai Moritz Date: Sat, 16 Jul 2016 23:24:17 +0200 Subject: [PATCH] Switched to maven-thymeleaf-skin 1.0.0 --- pom.xml | 3 +++ src/site/site.xml | 17 ++++++++++++----- src/site/xhtml/configuration.xhtml | 1 + src/site/xhtml/debugging.xhtml | 1 + src/site/xhtml/force.xhtml | 1 + src/site/xhtml/index.xhtml | 14 +++++++------- src/site/xhtml/issue-tracking.xhtml | 1 + src/site/xhtml/mail-lists.xhtml | 1 + src/site/xhtml/pitfalls.xhtml | 1 + src/site/xhtml/skip.xhtml | 1 + 10 files changed, 29 insertions(+), 12 deletions(-) diff --git a/pom.xml b/pom.xml index b24e83cf..38c0bcd2 100644 --- a/pom.xml +++ b/pom.xml @@ -308,6 +308,9 @@ org.apache.maven.plugins maven-javadoc-plugin 2.7 + + -Xdoclint:none + org.apache.maven.plugins diff --git a/src/site/site.xml b/src/site/site.xml index 5399d177..2b7fe40c 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -1,20 +1,27 @@ - UA-571104-3 + + + - de.juplo - juplo-maven-skin - 1.0.7 + de.juplo.maven + maven-thymeleaf-skin + 1.0.0 + + + /hibernate-maven-plugin/ + + + - diff --git a/src/site/xhtml/configuration.xhtml b/src/site/xhtml/configuration.xhtml index e3ce8bcf..c2c9fb83 100644 --- a/src/site/xhtml/configuration.xhtml +++ b/src/site/xhtml/configuration.xhtml @@ -4,6 +4,7 @@ +

Configuration Examples

Configuration through a hibernate.properties-File

The most simple way to configure the plugin is, to put all the diff --git a/src/site/xhtml/debugging.xhtml b/src/site/xhtml/debugging.xhtml index 8f91f3f9..9ea89247 100644 --- a/src/site/xhtml/debugging.xhtml +++ b/src/site/xhtml/debugging.xhtml @@ -4,6 +4,7 @@ +

Enable Debugging-Output

If you are new to hibernate4-maven-plugin, in many cases, the {Configuration-Method-Precedence} may be the source of configuration diff --git a/src/site/xhtml/force.xhtml b/src/site/xhtml/force.xhtml index 0a94070e..0e42fd0c 100644 --- a/src/site/xhtml/force.xhtml +++ b/src/site/xhtml/force.xhtml @@ -4,6 +4,7 @@ +

Force Execution

The hibernate4-maven-plugin computes MD5-sums for all found annotated classes and stores them together with the generated schema. diff --git a/src/site/xhtml/index.xhtml b/src/site/xhtml/index.xhtml index ef7de69c..3a23e57b 100644 --- a/src/site/xhtml/index.xhtml +++ b/src/site/xhtml/index.xhtml @@ -4,8 +4,8 @@ -

Hibernate 4 Maven Plugin

-

A simple Plugin for generating a Database-Schema from Hibernate 4 Mapping-Annotations

+

${project.name}

+

${project.description}

The hibernate4-maven-plugin is a plugin for generating a database-schema from your Hibernate-4-Mappings and create or update your database @@ -57,12 +57,12 @@

Releases

diff --git a/src/site/xhtml/issue-tracking.xhtml b/src/site/xhtml/issue-tracking.xhtml index f7e68598..40e609d8 100644 --- a/src/site/xhtml/issue-tracking.xhtml +++ b/src/site/xhtml/issue-tracking.xhtml @@ -4,6 +4,7 @@ +

Issue Tracking

There is no bug-tracking system set up for this project!

Please send your bug-reports, questions or feature-requests directly diff --git a/src/site/xhtml/mail-lists.xhtml b/src/site/xhtml/mail-lists.xhtml index ff8d7f2b..3dbb7330 100644 --- a/src/site/xhtml/mail-lists.xhtml +++ b/src/site/xhtml/mail-lists.xhtml @@ -4,6 +4,7 @@ +

Mailing Lists

There are no mailinglists defined for this project!

Please send your bug-reports, questions or feature-requests directly diff --git a/src/site/xhtml/pitfalls.xhtml b/src/site/xhtml/pitfalls.xhtml index 50006953..798773d9 100644 --- a/src/site/xhtml/pitfalls.xhtml +++ b/src/site/xhtml/pitfalls.xhtml @@ -4,6 +4,7 @@ +

Known Pitfalls (FAQ)

Annotated classes in dependencies are not found.

hibernate4-maven-plugin by default scans dependencies in the scope diff --git a/src/site/xhtml/skip.xhtml b/src/site/xhtml/skip.xhtml index 51a20af7..685d4eec 100644 --- a/src/site/xhtml/skip.xhtml +++ b/src/site/xhtml/skip.xhtml @@ -4,6 +4,7 @@ +

Skipping Execution

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 -- 2.20.1