From 74f3d3e9665dbd224fe49892dc480fd2fbaa1b20 Mon Sep 17 00:00:00 2001 From: Kai Moritz Date: Fri, 7 Nov 2025 17:59:10 +0100 Subject: [PATCH] WIP:1.0 --- .../1.0/apidocs/allclasses-frame.html | 12 +- .../1.0/apidocs/allclasses-noframe.html | 12 +- .../1.0/apidocs/constant-values.html | 55 +- .../juplo/plugins/hibernate4/Hbm2DdlMojo.html | 186 +-- .../de/juplo/plugins/hibernate4/HelpMojo.html | 313 +++++ .../hibernate4/class-use/Hbm2DdlMojo.html | 43 +- .../hibernate4/class-use/HelpMojo.html | 124 ++ .../plugins/hibernate4/package-frame.html | 10 +- .../plugins/hibernate4/package-summary.html | 60 +- .../plugins/hibernate4/package-tree.html | 48 +- .../juplo/plugins/hibernate4/package-use.html | 43 +- .../1.0/apidocs/deprecated-list.html | 43 +- .../1.0/apidocs/help-doc.html | 45 +- .../1.0/apidocs/index-all.html | 103 +- .../1.0/apidocs/index.html | 58 +- .../1.0/apidocs/options | 24 - .../1.0/apidocs/overview-tree.html | 50 +- .../1.0/apidocs/packages | 1 - .../1.0/apidocs/resources/background.gif | Bin 2313 -> 0 bytes .../1.0/apidocs/resources/inherit.gif | Bin 57 -> 0 bytes .../1.0/apidocs/resources/tab.gif | Bin 291 -> 0 bytes .../1.0/apidocs/resources/titlebar.gif | Bin 10701 -> 0 bytes .../1.0/apidocs/resources/titlebar_end.gif | Bin 849 -> 0 bytes .../1.0/apidocs/script.js | 30 + .../1.0/apidocs/stylesheet.css | 342 +++-- .../1.0/ci-management.html | 173 +-- projects/hibernate-maven-plugin/1.0/cpd.html | 157 ++- .../1.0/css/maven-base.css | 151 --- .../1.0/css/maven-theme.css | 161 --- .../hibernate-maven-plugin/1.0/css/print.css | 7 - .../1.0/dependencies.html | 831 ++++++------ .../1.0/dependency-info.html | 164 ++- .../1.0/distribution-management.html | 165 ++- .../hibernate-maven-plugin/1.0/examples.html | 207 +-- .../1.0/export-mojo.html | 1138 +++++++++++++---- .../hibernate-maven-plugin/1.0/help-mojo.html | 677 ++++++++++ .../1.0/images/collapsed.gif | Bin 53 -> 0 bytes .../1.0/images/expanded.gif | Bin 52 -> 0 bytes .../1.0/images/external.png | Bin 230 -> 0 bytes .../1.0/images/icon_error_sml.gif | Bin 1010 -> 0 bytes .../1.0/images/icon_info_sml.gif | Bin 606 -> 0 bytes .../1.0/images/icon_success_sml.gif | Bin 990 -> 0 bytes .../1.0/images/icon_warning_sml.gif | Bin 576 -> 0 bytes .../1.0/images/logos/build-by-maven-black.png | Bin 2294 -> 0 bytes .../1.0/images/logos/build-by-maven-white.png | Bin 2260 -> 0 bytes .../1.0/images/logos/maven-feather.png | Bin 3330 -> 0 bytes .../1.0/images/newwindow.png | Bin 220 -> 0 bytes .../hibernate-maven-plugin/1.0/index.html | 169 ++- .../1.0/integration.html | 125 -- .../1.0/issue-tracking.html | 161 ++- .../hibernate-maven-plugin/1.0/license.html | 327 ----- .../hibernate-maven-plugin/1.0/licenses.html | 164 ++- .../1.0/mail-lists.html | 161 ++- .../1.0/plugin-info.html | 204 +-- .../1.0/plugin-management.html | 159 ++- .../hibernate-maven-plugin/1.0/plugins.html | 181 +-- projects/hibernate-maven-plugin/1.0/pmd.html | 165 +-- projects/hibernate-maven-plugin/1.0/pmd.xml | 7 +- .../1.0/project-info.html | 161 ++- .../1.0/project-reports.html | 161 ++- .../1.0/project-summary.html | 125 -- projects/hibernate-maven-plugin/1.0/scm.html | 170 +-- .../1.0/source-repository.html | 125 -- .../hibernate-maven-plugin/1.0/summary.html | 171 +-- .../hibernate-maven-plugin/1.0/team-list.html | 140 -- projects/hibernate-maven-plugin/1.0/team.html | 169 ++- .../juplo/plugins/hibernate4/Hbm2DdlMojo.html | 2 +- .../de/juplo/plugins/hibernate4/HelpMojo.html | 2 +- 68 files changed, 4928 insertions(+), 3554 deletions(-) create mode 100644 projects/hibernate-maven-plugin/1.0/apidocs/de/juplo/plugins/hibernate4/HelpMojo.html create mode 100644 projects/hibernate-maven-plugin/1.0/apidocs/de/juplo/plugins/hibernate4/class-use/HelpMojo.html delete mode 100644 projects/hibernate-maven-plugin/1.0/apidocs/options delete mode 100644 projects/hibernate-maven-plugin/1.0/apidocs/packages delete mode 100644 projects/hibernate-maven-plugin/1.0/apidocs/resources/background.gif delete mode 100644 projects/hibernate-maven-plugin/1.0/apidocs/resources/inherit.gif delete mode 100644 projects/hibernate-maven-plugin/1.0/apidocs/resources/tab.gif delete mode 100644 projects/hibernate-maven-plugin/1.0/apidocs/resources/titlebar.gif delete mode 100644 projects/hibernate-maven-plugin/1.0/apidocs/resources/titlebar_end.gif create mode 100644 projects/hibernate-maven-plugin/1.0/apidocs/script.js delete mode 100644 projects/hibernate-maven-plugin/1.0/css/maven-base.css delete mode 100644 projects/hibernate-maven-plugin/1.0/css/maven-theme.css delete mode 100644 projects/hibernate-maven-plugin/1.0/css/print.css create mode 100644 projects/hibernate-maven-plugin/1.0/help-mojo.html delete mode 100644 projects/hibernate-maven-plugin/1.0/images/collapsed.gif delete mode 100644 projects/hibernate-maven-plugin/1.0/images/expanded.gif delete mode 100644 projects/hibernate-maven-plugin/1.0/images/external.png delete mode 100644 projects/hibernate-maven-plugin/1.0/images/icon_error_sml.gif delete mode 100644 projects/hibernate-maven-plugin/1.0/images/icon_info_sml.gif delete mode 100644 projects/hibernate-maven-plugin/1.0/images/icon_success_sml.gif delete mode 100644 projects/hibernate-maven-plugin/1.0/images/icon_warning_sml.gif delete mode 100644 projects/hibernate-maven-plugin/1.0/images/logos/build-by-maven-black.png delete mode 100644 projects/hibernate-maven-plugin/1.0/images/logos/build-by-maven-white.png delete mode 100644 projects/hibernate-maven-plugin/1.0/images/logos/maven-feather.png delete mode 100644 projects/hibernate-maven-plugin/1.0/images/newwindow.png delete mode 100644 projects/hibernate-maven-plugin/1.0/integration.html delete mode 100644 projects/hibernate-maven-plugin/1.0/license.html delete mode 100644 projects/hibernate-maven-plugin/1.0/project-summary.html delete mode 100644 projects/hibernate-maven-plugin/1.0/source-repository.html delete mode 100644 projects/hibernate-maven-plugin/1.0/team-list.html diff --git a/projects/hibernate-maven-plugin/1.0/apidocs/allclasses-frame.html b/projects/hibernate-maven-plugin/1.0/apidocs/allclasses-frame.html index a7962b8c..81699e80 100644 --- a/projects/hibernate-maven-plugin/1.0/apidocs/allclasses-frame.html +++ b/projects/hibernate-maven-plugin/1.0/apidocs/allclasses-frame.html @@ -1,18 +1,20 @@ - + - - + + All Classes (Hibernate 4 Maven Plugin 1.0 API) - + + -

All Classes

+

All Classes

diff --git a/projects/hibernate-maven-plugin/1.0/apidocs/allclasses-noframe.html b/projects/hibernate-maven-plugin/1.0/apidocs/allclasses-noframe.html index b6b20ae2..c9e76b14 100644 --- a/projects/hibernate-maven-plugin/1.0/apidocs/allclasses-noframe.html +++ b/projects/hibernate-maven-plugin/1.0/apidocs/allclasses-noframe.html @@ -1,18 +1,20 @@ - + - - + + All Classes (Hibernate 4 Maven Plugin 1.0 API) - + + -

All Classes

+

All Classes

diff --git a/projects/hibernate-maven-plugin/1.0/apidocs/constant-values.html b/projects/hibernate-maven-plugin/1.0/apidocs/constant-values.html index 0065d7fa..992eae48 100644 --- a/projects/hibernate-maven-plugin/1.0/apidocs/constant-values.html +++ b/projects/hibernate-maven-plugin/1.0/apidocs/constant-values.html @@ -1,17 +1,22 @@ - + - - + + Constant Field Values (Hibernate 4 Maven Plugin 1.0 API) - + + @@ -19,9 +24,11 @@
JavaScript is disabled on your browser.
-
+
- + + +
- +
@@ -75,7 +82,7 @@

de.juplo.*

+ + + + +
+
+ +
+ + + +
+ + + + + + + +
+ + +

Copyright © 2025. All Rights Reserved.

+ + diff --git a/projects/hibernate-maven-plugin/1.0/apidocs/de/juplo/plugins/hibernate4/class-use/Hbm2DdlMojo.html b/projects/hibernate-maven-plugin/1.0/apidocs/de/juplo/plugins/hibernate4/class-use/Hbm2DdlMojo.html index 7aff3978..a0d594e0 100644 --- a/projects/hibernate-maven-plugin/1.0/apidocs/de/juplo/plugins/hibernate4/class-use/Hbm2DdlMojo.html +++ b/projects/hibernate-maven-plugin/1.0/apidocs/de/juplo/plugins/hibernate4/class-use/Hbm2DdlMojo.html @@ -1,17 +1,22 @@ - + - - + + Uses of Class de.juplo.plugins.hibernate4.Hbm2DdlMojo (Hibernate 4 Maven Plugin 1.0 API) - + + @@ -19,9 +24,11 @@
JavaScript is disabled on your browser.
-
+
- + + +
- +
@@ -67,9 +74,11 @@
No usage of de.juplo.plugins.hibernate4.Hbm2DdlMojo
-
+
- + + +
- +
-

Copyright © 2012. All Rights Reserved.

+

Copyright © 2025. All Rights Reserved.

diff --git a/projects/hibernate-maven-plugin/1.0/apidocs/de/juplo/plugins/hibernate4/class-use/HelpMojo.html b/projects/hibernate-maven-plugin/1.0/apidocs/de/juplo/plugins/hibernate4/class-use/HelpMojo.html new file mode 100644 index 00000000..7ac686ab --- /dev/null +++ b/projects/hibernate-maven-plugin/1.0/apidocs/de/juplo/plugins/hibernate4/class-use/HelpMojo.html @@ -0,0 +1,124 @@ + + + + + + +Uses of Class de.juplo.plugins.hibernate4.HelpMojo (Hibernate 4 Maven Plugin 1.0 API) + + + + + + + + + + + +
+

Uses of Class
de.juplo.plugins.hibernate4.HelpMojo

+
+
No usage of de.juplo.plugins.hibernate4.HelpMojo
+ + + + +

Copyright © 2025. All Rights Reserved.

+ + diff --git a/projects/hibernate-maven-plugin/1.0/apidocs/de/juplo/plugins/hibernate4/package-frame.html b/projects/hibernate-maven-plugin/1.0/apidocs/de/juplo/plugins/hibernate4/package-frame.html index 69956a3b..53432190 100644 --- a/projects/hibernate-maven-plugin/1.0/apidocs/de/juplo/plugins/hibernate4/package-frame.html +++ b/projects/hibernate-maven-plugin/1.0/apidocs/de/juplo/plugins/hibernate4/package-frame.html @@ -1,12 +1,13 @@ - + - - + + de.juplo.plugins.hibernate4 (Hibernate 4 Maven Plugin 1.0 API) - + +

de.juplo.plugins.hibernate4

@@ -14,6 +15,7 @@

Classes

diff --git a/projects/hibernate-maven-plugin/1.0/apidocs/de/juplo/plugins/hibernate4/package-summary.html b/projects/hibernate-maven-plugin/1.0/apidocs/de/juplo/plugins/hibernate4/package-summary.html index 8cf12e8d..f5d6a2a8 100644 --- a/projects/hibernate-maven-plugin/1.0/apidocs/de/juplo/plugins/hibernate4/package-summary.html +++ b/projects/hibernate-maven-plugin/1.0/apidocs/de/juplo/plugins/hibernate4/package-summary.html @@ -1,17 +1,22 @@ - + - - + + de.juplo.plugins.hibernate4 (Hibernate 4 Maven Plugin 1.0 API) - + + @@ -19,9 +24,11 @@
JavaScript is disabled on your browser.
-
+
- + + +
@@ -68,7 +75,7 @@
  • - +
    @@ -82,15 +89,24 @@ exports an according SQL-database-schema. + + + +
    Class Summary 
    Class
    HelpMojo +
    Display help information on hibernate4-maven-plugin.
    + Call mvn hibernate4:help -Ddetail=true -Dgoal=<goal-name> to display parameter details.
    +
-
+
- + + +
-

Copyright © 2012. All Rights Reserved.

+

Copyright © 2025. All Rights Reserved.

diff --git a/projects/hibernate-maven-plugin/1.0/apidocs/de/juplo/plugins/hibernate4/package-tree.html b/projects/hibernate-maven-plugin/1.0/apidocs/de/juplo/plugins/hibernate4/package-tree.html index 3ecb64d9..183fffa9 100644 --- a/projects/hibernate-maven-plugin/1.0/apidocs/de/juplo/plugins/hibernate4/package-tree.html +++ b/projects/hibernate-maven-plugin/1.0/apidocs/de/juplo/plugins/hibernate4/package-tree.html @@ -1,17 +1,22 @@ - + - - + + de.juplo.plugins.hibernate4 Class Hierarchy (Hibernate 4 Maven Plugin 1.0 API) - + + @@ -19,9 +24,11 @@
JavaScript is disabled on your browser.
-
+
- + + +
- +
@@ -68,11 +75,12 @@

Class Hierarchy

    -
  • java.lang.Object +
  • java.lang.Object
    • org.apache.maven.plugin.AbstractMojo (implements org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo)
    @@ -80,9 +88,11 @@
-
+
- + + +
- +
-

Copyright © 2012. All Rights Reserved.

+

Copyright © 2025. All Rights Reserved.

diff --git a/projects/hibernate-maven-plugin/1.0/apidocs/de/juplo/plugins/hibernate4/package-use.html b/projects/hibernate-maven-plugin/1.0/apidocs/de/juplo/plugins/hibernate4/package-use.html index 083ef028..d380eed9 100644 --- a/projects/hibernate-maven-plugin/1.0/apidocs/de/juplo/plugins/hibernate4/package-use.html +++ b/projects/hibernate-maven-plugin/1.0/apidocs/de/juplo/plugins/hibernate4/package-use.html @@ -1,17 +1,22 @@ - + - - + + Uses of Package de.juplo.plugins.hibernate4 (Hibernate 4 Maven Plugin 1.0 API) - + + @@ -19,9 +24,11 @@
JavaScript is disabled on your browser.
-
+
- + + +
- +
@@ -67,9 +74,11 @@
No usage of de.juplo.plugins.hibernate4
-
+
- + + +
- +
-

Copyright © 2012. All Rights Reserved.

+

Copyright © 2025. All Rights Reserved.

diff --git a/projects/hibernate-maven-plugin/1.0/apidocs/deprecated-list.html b/projects/hibernate-maven-plugin/1.0/apidocs/deprecated-list.html index fb684d7e..893c9f32 100644 --- a/projects/hibernate-maven-plugin/1.0/apidocs/deprecated-list.html +++ b/projects/hibernate-maven-plugin/1.0/apidocs/deprecated-list.html @@ -1,17 +1,22 @@ - + - - + + Deprecated List (Hibernate 4 Maven Plugin 1.0 API) - + + @@ -19,9 +24,11 @@
JavaScript is disabled on your browser.
-
+
- + + +
- +
@@ -67,9 +74,11 @@

Contents

-
+
- + + +
- +
-

Copyright © 2012. All Rights Reserved.

+

Copyright © 2025. All Rights Reserved.

diff --git a/projects/hibernate-maven-plugin/1.0/apidocs/help-doc.html b/projects/hibernate-maven-plugin/1.0/apidocs/help-doc.html index e44996d1..c82e3427 100644 --- a/projects/hibernate-maven-plugin/1.0/apidocs/help-doc.html +++ b/projects/hibernate-maven-plugin/1.0/apidocs/help-doc.html @@ -1,17 +1,22 @@ - + - - + + API Help (Hibernate 4 Maven Plugin 1.0 API) - + + @@ -19,9 +24,11 @@
JavaScript is disabled on your browser.
-
+
- + + +
- +
@@ -166,11 +173,13 @@

The Constant Field Values page lists the static final fields and their values.

-This help file applies to API documentation generated using the standard doclet.
+This help file applies to API documentation generated using the standard doclet.
-
+
- + + +
- +
-

Copyright © 2012. All Rights Reserved.

+

Copyright © 2025. All Rights Reserved.

diff --git a/projects/hibernate-maven-plugin/1.0/apidocs/index-all.html b/projects/hibernate-maven-plugin/1.0/apidocs/index-all.html index e9c571f8..65fd3911 100644 --- a/projects/hibernate-maven-plugin/1.0/apidocs/index-all.html +++ b/projects/hibernate-maven-plugin/1.0/apidocs/index-all.html @@ -1,17 +1,22 @@ - + - - + + Index (Hibernate 4 Maven Plugin 1.0 API) - - + + + @@ -19,19 +24,21 @@
JavaScript is disabled on your browser.
-
+ -
D E H P U  +
D E H P U 

D

-
de.juplo.plugins.hibernate4 - package de.juplo.plugins.hibernate4
+
de.juplo.plugins.hibernate4 - package de.juplo.plugins.hibernate4
 
-
DIALECT - Static variable in class de.juplo.plugins.hibernate4.Hbm2DdlMojo
+
DIALECT - Static variable in class de.juplo.plugins.hibernate4.Hbm2DdlMojo
 
-
DRIVER_CLASS - Static variable in class de.juplo.plugins.hibernate4.Hbm2DdlMojo
+
DRIVER_CLASS - Static variable in class de.juplo.plugins.hibernate4.Hbm2DdlMojo
 
- +

E

-
execute() - Method in class de.juplo.plugins.hibernate4.Hbm2DdlMojo
+
execute() - Method in class de.juplo.plugins.hibernate4.Hbm2DdlMojo
 
+
execute() - Method in class de.juplo.plugins.hibernate4.HelpMojo
- +

H

-
Hbm2DdlMojo - Class in de.juplo.plugins.hibernate4
+
Hbm2DdlMojo - Class in de.juplo.plugins.hibernate4
Goal which extracts the hibernate-mapping-configuration and exports an according SQL-database-schema.
-
Hbm2DdlMojo() - Constructor for class de.juplo.plugins.hibernate4.Hbm2DdlMojo
+
Hbm2DdlMojo() - Constructor for class de.juplo.plugins.hibernate4.Hbm2DdlMojo
+
 
+
HelpMojo - Class in de.juplo.plugins.hibernate4
+
+
Display help information on hibernate4-maven-plugin.
+ Call mvn hibernate4:help -Ddetail=true -Dgoal=<goal-name> to display parameter details.
+
+
HelpMojo() - Constructor for class de.juplo.plugins.hibernate4.HelpMojo
 
- +

P

-
PASSWORD - Static variable in class de.juplo.plugins.hibernate4.Hbm2DdlMojo
+
PASSWORD - Static variable in class de.juplo.plugins.hibernate4.Hbm2DdlMojo
 
- +

U

-
URL - Static variable in class de.juplo.plugins.hibernate4.Hbm2DdlMojo
+
URL - Static variable in class de.juplo.plugins.hibernate4.Hbm2DdlMojo
 
-
USERNAME - Static variable in class de.juplo.plugins.hibernate4.Hbm2DdlMojo
+
USERNAME - Static variable in class de.juplo.plugins.hibernate4.Hbm2DdlMojo
 
-D E H P U 
+D E H P U 
-
+ -

Copyright © 2012. All Rights Reserved.

+

Copyright © 2025. All Rights Reserved.

diff --git a/projects/hibernate-maven-plugin/1.0/apidocs/index.html b/projects/hibernate-maven-plugin/1.0/apidocs/index.html index a4299e02..81407658 100644 --- a/projects/hibernate-maven-plugin/1.0/apidocs/index.html +++ b/projects/hibernate-maven-plugin/1.0/apidocs/index.html @@ -1,16 +1,58 @@ - + - - + + Hibernate 4 Maven Plugin 1.0 API @@ -19,9 +24,11 @@
JavaScript is disabled on your browser.
-
+
- + + +
- +

Hierarchy For All Packages

-Package Hierarchies: +Package Hierarchies: @@ -72,11 +79,12 @@

Class Hierarchy

    -
  • java.lang.Object +
  • java.lang.Object
    • org.apache.maven.plugin.AbstractMojo (implements org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo)
    @@ -84,9 +92,11 @@
-
+
- + + +
- +
-

Copyright © 2012. All Rights Reserved.

+

Copyright © 2025. All Rights Reserved.

diff --git a/projects/hibernate-maven-plugin/1.0/apidocs/packages b/projects/hibernate-maven-plugin/1.0/apidocs/packages deleted file mode 100644 index c4b51407..00000000 --- a/projects/hibernate-maven-plugin/1.0/apidocs/packages +++ /dev/null @@ -1 +0,0 @@ -de.juplo.plugins.hibernate4 \ No newline at end of file diff --git a/projects/hibernate-maven-plugin/1.0/apidocs/resources/background.gif b/projects/hibernate-maven-plugin/1.0/apidocs/resources/background.gif deleted file mode 100644 index f471940fde2f39ef8943a6af9569bcf986b1579b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2313 zcmV+k3HJ6!Nk%w1VKM-40OkMy00030|NlK(aXwsfKV5S}VtGJbbVOr%L0@%CZH88Q zl{{NzcR^uxNo<2iYk@pjY)*5FJz8x~bc{)B zfk z+1T6M-s9WdW8dcJ-wO*3@9+W*5AY543-j^$^!EPz_4eHZ2#>)41`h@dc!2OAgN6$a zCS2I?;lqgx6IR4nkpTe;1RN0f=zxMq2O=q`94V5d$&e>Unta)^<;;^G3>e7yp=ZvW z6DIW3xpSvaogXF?_4%`@(V;s}NR^5J!3hrtJV@1QRV&r5S*L!zYE|rss${iFkg&!? zTN5V#)~=bmMorwgZsEpdOE)iExo+FO-8;8Kga{=HbSQCnF=E6W3?o*|ID%uwi5**> zJXy127Y9m+=HQ|PhXWi+xNwoWv}n_%Pq%(e+H~mGqhq5kv4Mo|-n~g|7!F*xZ{xv< zCpXS~dGg^IGK?4@J-T%b(XnUHFul6n<@2&4)zzyO2) z3Q8`i0+UKY*`$}e9mmp;tg*))`|PsK1|hAo%u0K$vDwm4gaSkm0j{`26k#qAKmbuhxZ#cquDR>B zD{s8+&TH-uNg$C#68QG}1HMBHfrP&L@@w$F_!itRzXdCN@V|LDAu%3!IDtq1#1UV7 z#1RxvT=B(DWbCoU5l=ia$Pp`Hgb_?Mp@hmtxZDI2N-)v#$}PXVvdm1d>@v(v`0TUJ zF)Pu89(q`zv=w^nVTIF3@3BYIPA}c`(@ZCAwbNBEt@PDUKe5CTR8aB66IE1!w%Amt zy+jpcn~k>GZpVFg+H6x{_uOksvBlq0OyT$6TyQZ37k(cOxZr|JEx1sGm<(M9gH z-~PMqyn|tT=))UN`|-FFFUA#KToK0fUOaz=7}Z~KeHhVC&%O27cTfHQ^WBU8z4p&T zp#>D|V}XShTD;Hx745Iz{`>K-Z$A|7!*Boo{mY;G21vjH8t{M!OrQc6$iN0V@PQDF zpadsK!3tXNf*8!81~qnXWuHZ)kytd=_y+ADWvw31ouV;CdZ#ya*(l7-A-C-Y^+iit8O zBy3*`Ls$|5Hn4m_^I^|C7{m7EFn|5vTk;|oywIgCc9Bb*=L+Y$)M>9GC<|HGs@6NB zHLY%03!dDf=eDRt2O6lVSFRcsuWZEwU?=z$CZ0W?#VJfdN>HG(l%oKpyiftJc|Y)xkjSJYCrQal-0PC~()T9xwF!Jf zVi1UA#3BBbh(i8r5&v#Pz!cF41KjbCc?4u2@@Q~oKLirt2TM30;y6b+zyX2`Yl9u; z`0$3;v0-YUp&7IIT!9-C*e{wE9>Kx3D)-;0v)C; KYxQGgum%9JOA&7X diff --git a/projects/hibernate-maven-plugin/1.0/apidocs/resources/tab.gif b/projects/hibernate-maven-plugin/1.0/apidocs/resources/tab.gif deleted file mode 100644 index 1a73a83be11dde2d0003b716ca778fafc6f34ad7..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 291 zcmZ?wbhEHbWM+_KxXJ(m|NsBLKh^ZZLaX-+EFVob+gGEtw?=DMmFBi`jWca}`|GrK zS84620CF`ibs3!R&_C0rf3ijIM6=$}M%|-Lx`!Hcc2;Oz>NdPT#q`cZlbij$jvbRk6R>8g*>}*b9E+WDwmpHAAxYzyT aU_pX{M6b8i>#Dq3onfZy}_nli%!Q$ZV%e&!tN2 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 YpWXKgmku8Vj|K)Vje`mzEKCg608Q#dYybcN diff --git a/projects/hibernate-maven-plugin/1.0/apidocs/script.js b/projects/hibernate-maven-plugin/1.0/apidocs/script.js new file mode 100644 index 00000000..b3463569 --- /dev/null +++ b/projects/hibernate-maven-plugin/1.0/apidocs/script.js @@ -0,0 +1,30 @@ +function show(type) +{ + count = 0; + for (var key in methods) { + var row = document.getElementById(key); + if ((methods[key] & type) != 0) { + row.style.display = ''; + row.className = (count++ % 2) ? rowColor : altColor; + } + else + row.style.display = 'none'; + } + updateTabs(type); +} + +function updateTabs(type) +{ + for (var value in tabs) { + var sNode = document.getElementById(tabs[value][0]); + var spanNode = sNode.firstChild; + if (value == type) { + sNode.className = activeTableTab; + spanNode.innerHTML = tabs[value][1]; + } + else { + sNode.className = tableTab; + spanNode.innerHTML = "" + tabs[value][1] + ""; + } + } +} diff --git a/projects/hibernate-maven-plugin/1.0/apidocs/stylesheet.css b/projects/hibernate-maven-plugin/1.0/apidocs/stylesheet.css index 0aeaa97f..98055b22 100644 --- a/projects/hibernate-maven-plugin/1.0/apidocs/stylesheet.css +++ b/projects/hibernate-maven-plugin/1.0/apidocs/stylesheet.css @@ -2,16 +2,19 @@ /* Overall document style */ + +@import url('resources/fonts/dejavu.css'); + body { background-color:#ffffff; color:#353833; - font-family:Arial, Helvetica, sans-serif; - font-size:76%; + font-family:'DejaVu Sans', Arial, Helvetica, sans-serif; + font-size:14px; margin:0; } a:link, a:visited { text-decoration:none; - color:#4c6b87; + color:#4A6782; } a:hover, a:focus { text-decoration:none; @@ -19,7 +22,7 @@ a:hover, a:focus { } a:active { text-decoration:none; - color:#4c6b87; + color:#4A6782; } a[name] { color:#353833; @@ -29,41 +32,51 @@ a[name]:hover { color:#353833; } pre { - font-size:1.3em; + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; } h1 { - font-size:1.8em; + font-size:20px; } h2 { - font-size:1.5em; + font-size:18px; } h3 { - font-size:1.4em; + font-size:16px; + font-style:italic; } h4 { - font-size:1.3em; + font-size:13px; } h5 { - font-size:1.2em; + font-size:12px; } h6 { - font-size:1.1em; + font-size:11px; } ul { list-style-type:disc; } code, tt { - font-size:1.2em; + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + padding-top:4px; + margin-top:8px; + line-height:1.4em; } dt code { - font-size:1.2em; + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + padding-top:4px; } table tr td dt code { - font-size:1.2em; + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; vertical-align:top; + padding-top:4px; } sup { - font-size:.6em; + font-size:8px; } /* Document title and Copyright styles @@ -76,9 +89,9 @@ Document title and Copyright styles .aboutLanguage { float:right; padding:0px 21px; - font-size:.8em; + font-size:11px; z-index:200; - margin-top:-7px; + margin-top:-9px; } .legalCopy { margin-left:.5em; @@ -92,9 +105,6 @@ Document title and Copyright styles } .tab { background-color:#0066FF; - background-image:url(resources/titlebar.gif); - background-position:left top; - background-repeat:no-repeat; color:#ffffff; padding:8px; width:5em; @@ -104,17 +114,15 @@ Document title and Copyright styles Navigation bar styles */ .bar { - background-image:url(resources/background.gif); - background-repeat:repeat-x; + background-color:#4D7A97; color:#FFFFFF; padding:.8em .5em .4em .8em; height:auto;/*height:1.8em;*/ - font-size:1em; + font-size:11px; margin:0; } .topNav { - background-image:url(resources/background.gif); - background-repeat:repeat-x; + background-color:#4D7A97; color:#FFFFFF; float:left; padding:0; @@ -123,11 +131,11 @@ Navigation bar styles height:2.8em; padding-top:10px; overflow:hidden; + font-size:12px; } .bottomNav { margin-top:10px; - background-image:url(resources/background.gif); - background-repeat:repeat-x; + background-color:#4D7A97; color:#FFFFFF; float:left; padding:0; @@ -136,18 +144,20 @@ Navigation bar styles height:2.8em; padding-top:10px; overflow:hidden; + font-size:12px; } .subNav { background-color:#dee3e9; - border-bottom:1px solid #9eadc0; float:left; width:100%; overflow:hidden; + font-size:12px; } .subNav div { clear:left; float:left; padding:0 0 5px 6px; + text-transform:uppercase; } ul.navList, ul.subNavList { float:left; @@ -157,27 +167,33 @@ ul.navList, ul.subNavList { ul.navList li{ list-style:none; float:left; - padding:3px 6px; + padding: 5px 6px; + text-transform:uppercase; } ul.subNavList li{ list-style:none; float:left; - font-size:90%; } .topNav a:link, .topNav a:active, .topNav a:visited, .bottomNav a:link, .bottomNav a:active, .bottomNav a:visited { color:#FFFFFF; text-decoration:none; + text-transform:uppercase; } .topNav a:hover, .bottomNav a:hover { text-decoration:none; color:#bb7a2a; + text-transform:uppercase; } .navBarCell1Rev { - background-image:url(resources/tab.gif); - background-color:#a88834; - color:#FFFFFF; + background-color:#F8981D; + color:#253441; margin: auto 5px; - border:1px solid #c9aa44; +} +.skipNav { + position:absolute; + top:auto; + left:-9999px; + overflow:hidden; } /* Page header and footer styles @@ -191,8 +207,11 @@ Page header and footer styles margin:10px; position:relative; } +.indexHeader span{ + margin-right:15px; +} .indexHeader h1 { - font-size:1.3em; + font-size:13px; } .title { color:#2c4557; @@ -202,7 +221,7 @@ Page header and footer styles margin:5px 0 0 0; } .header ul { - margin:0 0 25px 0; + margin:0 0 15px 0; padding:0; } .footer ul { @@ -210,24 +229,22 @@ Page header and footer styles } .header ul li, .footer ul li { list-style:none; - font-size:1.2em; + font-size:13px; } /* Heading styles */ div.details ul.blockList ul.blockList ul.blockList li.blockList h4, div.details ul.blockList ul.blockList ul.blockListLast li.blockList h4 { background-color:#dee3e9; - border-top:1px solid #9eadc0; - border-bottom:1px solid #9eadc0; + border:1px solid #d0d9e0; margin:0 0 6px -8px; - padding:2px 5px; + padding:7px 5px; } ul.blockList ul.blockList ul.blockList li.blockList h3 { background-color:#dee3e9; - border-top:1px solid #9eadc0; - border-bottom:1px solid #9eadc0; + border:1px solid #d0d9e0; margin:0 0 6px -8px; - padding:2px 5px; + padding:7px 5px; } ul.blockList ul.blockList li.blockList h3 { padding:0; @@ -247,10 +264,10 @@ Page layout container styles .indexContainer { margin:10px; position:relative; - font-size:1.0em; + font-size:12px; } .indexContainer h2 { - font-size:1.1em; + font-size:13px; padding:0 0 3px 0; } .indexContainer ul { @@ -259,15 +276,18 @@ Page layout container styles } .indexContainer ul li { list-style:none; + padding-top:2px; } .contentContainer .description dl dt, .contentContainer .details dl dt, .serializedFormContainer dl dt { - font-size:1.1em; + font-size:12px; font-weight:bold; margin:10px 0 0 0; color:#4E4E4E; } .contentContainer .description dl dd, .contentContainer .details dl dd, .serializedFormContainer dl dd { - margin:10px 0 10px 20px; + margin:5px 0 10px 0px; + font-size:14px; + font-family:'DejaVu Sans Mono',monospace; } .serializedFormContainer dl.nameValue dt { margin-left:1px; @@ -306,25 +326,24 @@ ul.blockList, ul.blockListLast { } ul.blockList li.blockList, ul.blockListLast li.blockList { list-style:none; - margin-bottom:25px; + margin-bottom:15px; + line-height:1.4; } ul.blockList ul.blockList li.blockList, ul.blockList ul.blockListLast li.blockList { padding:0px 20px 5px 10px; - border:1px solid #9eadc0; - background-color:#f9f9f9; + border:1px solid #ededed; + background-color:#f8f8f8; } ul.blockList ul.blockList ul.blockList li.blockList, ul.blockList ul.blockList ul.blockListLast li.blockList { padding:0 0 5px 8px; background-color:#ffffff; - border:1px solid #9eadc0; - border-top:none; + border:none; } ul.blockList ul.blockList ul.blockList ul.blockList li.blockList { margin-left:0; padding-left:0; padding-bottom:15px; border:none; - border-bottom:1px solid #9eadc0; } ul.blockList ul.blockList ul.blockList ul.blockList li.blockListLast { list-style:none; @@ -338,107 +357,155 @@ table tr td dl, table tr td dl dt, table tr td dl dd { /* Table styles */ -.contentContainer table, .classUseContainer table, .constantValuesContainer table { - border-bottom:1px solid #9eadc0; - width:100%; -} -.contentContainer ul li table, .classUseContainer ul li table, .constantValuesContainer ul li table { +.overviewSummary, .memberSummary, .typeSummary, .useSummary, .constantsSummary, .deprecatedSummary { width:100%; + border-left:1px solid #EEE; + border-right:1px solid #EEE; + border-bottom:1px solid #EEE; } -.contentContainer .description table, .contentContainer .details table { - border-bottom:none; -} -.contentContainer ul li table th.colOne, .contentContainer ul li table th.colFirst, .contentContainer ul li table th.colLast, .classUseContainer ul li table th, .constantValuesContainer ul li table th, .contentContainer ul li table td.colOne, .contentContainer ul li table td.colFirst, .contentContainer ul li table td.colLast, .classUseContainer ul li table td, .constantValuesContainer ul li table td{ - vertical-align:top; - padding-right:20px; -} -.contentContainer ul li table th.colLast, .classUseContainer ul li table th.colLast,.constantValuesContainer ul li table th.colLast, -.contentContainer ul li table td.colLast, .classUseContainer ul li table td.colLast,.constantValuesContainer ul li table td.colLast, -.contentContainer ul li table th.colOne, .classUseContainer ul li table th.colOne, -.contentContainer ul li table td.colOne, .classUseContainer ul li table td.colOne { - padding-right:3px; +.overviewSummary, .memberSummary { + padding:0px; } -.overviewSummary caption, .packageSummary caption, .contentContainer ul.blockList li.blockList caption, .summary caption, .classUseContainer caption, .constantValuesContainer caption { +.overviewSummary caption, .memberSummary caption, .typeSummary caption, +.useSummary caption, .constantsSummary caption, .deprecatedSummary caption { position:relative; text-align:left; background-repeat:no-repeat; - color:#FFFFFF; + color:#253441; font-weight:bold; clear:none; overflow:hidden; padding:0px; + padding-top:10px; + padding-left:1px; margin:0px; -} -caption a:link, caption a:hover, caption a:active, caption a:visited { + white-space:pre; +} +.overviewSummary caption a:link, .memberSummary caption a:link, .typeSummary caption a:link, +.useSummary caption a:link, .constantsSummary caption a:link, .deprecatedSummary caption a:link, +.overviewSummary caption a:hover, .memberSummary caption a:hover, .typeSummary caption a:hover, +.useSummary caption a:hover, .constantsSummary caption a:hover, .deprecatedSummary caption a:hover, +.overviewSummary caption a:active, .memberSummary caption a:active, .typeSummary caption a:active, +.useSummary caption a:active, .constantsSummary caption a:active, .deprecatedSummary caption a:active, +.overviewSummary caption a:visited, .memberSummary caption a:visited, .typeSummary caption a:visited, +.useSummary caption a:visited, .constantsSummary caption a:visited, .deprecatedSummary caption a:visited { color:#FFFFFF; } -.overviewSummary caption span, .packageSummary caption span, .contentContainer ul.blockList li.blockList caption span, .summary caption span, .classUseContainer caption span, .constantValuesContainer caption span { +.overviewSummary caption span, .memberSummary caption span, .typeSummary caption span, +.useSummary caption span, .constantsSummary caption span, .deprecatedSummary caption span { white-space:nowrap; - padding-top:8px; - padding-left:8px; - display:block; + padding-top:5px; + padding-left:12px; + padding-right:12px; + padding-bottom:7px; + display:inline-block; float:left; - background-image:url(resources/titlebar.gif); - height:18px; + background-color:#F8981D; + border: none; + height:16px; } -.overviewSummary .tabEnd, .packageSummary .tabEnd, .contentContainer ul.blockList li.blockList .tabEnd, .summary .tabEnd, .classUseContainer .tabEnd, .constantValuesContainer .tabEnd { - width:10px; - background-image:url(resources/titlebar_end.gif); - background-repeat:no-repeat; - background-position:top right; - position:relative; +.memberSummary caption span.activeTableTab span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + margin-right:3px; + display:inline-block; float:left; + background-color:#F8981D; + height:16px; } -ul.blockList ul.blockList li.blockList table { - margin:0 0 12px 0px; - width:100%; +.memberSummary caption span.tableTab span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + margin-right:3px; + display:inline-block; + float:left; + background-color:#4D7A97; + height:16px; +} +.memberSummary caption span.tableTab, .memberSummary caption span.activeTableTab { + padding-top:0px; + padding-left:0px; + padding-right:0px; + background-image:none; + float:none; + display:inline; } -.tableSubHeadingColor { - background-color: #EEEEFF; +.overviewSummary .tabEnd, .memberSummary .tabEnd, .typeSummary .tabEnd, +.useSummary .tabEnd, .constantsSummary .tabEnd, .deprecatedSummary .tabEnd { + display:none; + width:5px; + position:relative; + float:left; + background-color:#F8981D; } -.altColor { - background-color:#eeeeef; +.memberSummary .activeTableTab .tabEnd { + display:none; + width:5px; + margin-right:3px; + position:relative; + float:left; + background-color:#F8981D; } -.rowColor { - background-color:#ffffff; +.memberSummary .tableTab .tabEnd { + display:none; + width:5px; + margin-right:3px; + position:relative; + background-color:#4D7A97; + float:left; + } -.overviewSummary td, .packageSummary td, .contentContainer ul.blockList li.blockList td, .summary td, .classUseContainer td, .constantValuesContainer td { +.overviewSummary td, .memberSummary td, .typeSummary td, +.useSummary td, .constantsSummary td, .deprecatedSummary td { text-align:left; - padding:3px 3px 3px 7px; + padding:0px 0px 12px 10px; +} +th.colOne, th.colFirst, th.colLast, .useSummary th, .constantsSummary th, +td.colOne, td.colFirst, td.colLast, .useSummary td, .constantsSummary td{ + vertical-align:top; + padding-right:0px; + padding-top:8px; + padding-bottom:3px; } -th.colFirst, th.colLast, th.colOne, .constantValuesContainer th { +th.colFirst, th.colLast, th.colOne, .constantsSummary th { background:#dee3e9; - border-top:1px solid #9eadc0; - border-bottom:1px solid #9eadc0; text-align:left; - padding:3px 3px 3px 7px; -} -td.colOne a:link, td.colOne a:active, td.colOne a:visited, td.colOne a:hover, td.colFirst a:link, td.colFirst a:active, td.colFirst a:visited, td.colFirst a:hover, td.colLast a:link, td.colLast a:active, td.colLast a:visited, td.colLast a:hover, .constantValuesContainer td a:link, .constantValuesContainer td a:active, .constantValuesContainer td a:visited, .constantValuesContainer td a:hover { - font-weight:bold; + padding:8px 3px 3px 7px; } td.colFirst, th.colFirst { - border-left:1px solid #9eadc0; white-space:nowrap; + font-size:13px; } td.colLast, th.colLast { - border-right:1px solid #9eadc0; + font-size:13px; } td.colOne, th.colOne { - border-right:1px solid #9eadc0; - border-left:1px solid #9eadc0; + font-size:13px; +} +.overviewSummary td.colFirst, .overviewSummary th.colFirst, +.useSummary td.colFirst, .useSummary th.colFirst, +.overviewSummary td.colOne, .overviewSummary th.colOne, +.memberSummary td.colFirst, .memberSummary th.colFirst, +.memberSummary td.colOne, .memberSummary th.colOne, +.typeSummary td.colFirst{ + width:25%; + vertical-align:top; } -table.overviewSummary { - padding:0px; - margin-left:0px; +td.colOne a:link, td.colOne a:active, td.colOne a:visited, td.colOne a:hover, td.colFirst a:link, td.colFirst a:active, td.colFirst a:visited, td.colFirst a:hover, td.colLast a:link, td.colLast a:active, td.colLast a:visited, td.colLast a:hover, .constantValuesContainer td a:link, .constantValuesContainer td a:active, .constantValuesContainer td a:visited, .constantValuesContainer td a:hover { + font-weight:bold; } -table.overviewSummary td.colFirst, table.overviewSummary th.colFirst, -table.overviewSummary td.colOne, table.overviewSummary th.colOne { - width:25%; - vertical-align:middle; +.tableSubHeadingColor { + background-color:#EEEEFF; } -table.packageSummary td.colFirst, table.overviewSummary th.colFirst { - width:25%; - vertical-align:middle; +.altColor { + background-color:#FFFFFF; +} +.rowColor { + background-color:#EEEEEF; } /* Content styles @@ -453,6 +520,24 @@ Content styles .docSummary { padding:0; } + +ul.blockList ul.blockList ul.blockList li.blockList h3 { + font-style:normal; +} + +div.block { + font-size:14px; + font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif; +} + +td.colLast div { + padding-top:0px; +} + + +td.colLast a { + padding-bottom:3px; +} /* Formatting effect styles */ @@ -463,12 +548,27 @@ Formatting effect styles h1.hidden { visibility:hidden; overflow:hidden; - font-size:.9em; + font-size:10px; } .block { display:block; - margin:3px 0 0 0; + margin:3px 10px 2px 0px; + color:#474747; } -.strong { +.deprecatedLabel, .descfrmTypeLabel, .memberNameLabel, .memberNameLink, +.overrideSpecifyLabel, .packageHierarchyLabel, .paramLabel, .returnLabel, +.seeLabel, .simpleTagLabel, .throwsLabel, .typeNameLabel, .typeNameLink { font-weight:bold; } +.deprecationComment, .emphasizedPhrase, .interfaceName { + font-style:italic; +} + +div.block div.block span.deprecationComment, div.block div.block span.emphasizedPhrase, +div.block div.block span.interfaceName { + font-style:normal; +} + +div.contentContainer ul.blockList li.blockList h2{ + padding-bottom:0px; +} diff --git a/projects/hibernate-maven-plugin/1.0/ci-management.html b/projects/hibernate-maven-plugin/1.0/ci-management.html index 8c5f040a..03498a04 100644 --- a/projects/hibernate-maven-plugin/1.0/ci-management.html +++ b/projects/hibernate-maven-plugin/1.0/ci-management.html @@ -1,53 +1,14 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -265,7 +226,7 @@ - + @@ -277,22 +238,71 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - + - CI Management – Hibernate 4 Maven Plugin + Hibernate 4 Maven Plugin – CI Management @@ -311,23 +321,11 @@


-
-

Overview

-

This project uses Continuum.

-

Access

+
+

Overview

+

This project uses Continuum.

+

Access

The following is a link to the continuous integration system used by the project:

-
http://juplo.de/continuum/
-

Notifiers

-

Configuration for notifying developers/users when a build is unsuccessful, including user information and notification mode.

- - - - - - - - -
TypeAddressConfiguration
mailkai@juplo.de-

Page Structure as JSON

@@ -335,8 +333,6 @@ { "_titles": { "/projects/hibernate-maven-plugin/1.0/index.html": "Hibernate 4 Maven Plugin", - "/projects/hibernate-maven-plugin/1.0/examples.html": "Examples", - "/projects/hibernate-maven-plugin/1.0/plugin-info.html": "Plugin Documentation", "/projects/hibernate-maven-plugin/1.0/ci-management.html": "CI Management", "/projects/hibernate-maven-plugin/1.0/dependencies.html": "Dependencies", "/projects/hibernate-maven-plugin/1.0/dependency-info.html": "Maven Coordinates", @@ -352,10 +348,17 @@ "/projects/hibernate-maven-plugin/1.0/xref/index.html": "Source Xref", "/projects/hibernate-maven-plugin/1.0/pmd.html": "PMD Report", "/projects/hibernate-maven-plugin/1.0/cpd.html": "CPD Report", - "/projects/hibernate-maven-plugin/1.0/project-reports.html": "Project Reports" + "/projects/hibernate-maven-plugin/1.0/plugin-info.html": "Plugin Documentation", + "/projects/hibernate-maven-plugin/1.0/project-reports.html": "Project Reports", + "/projects/hibernate-maven-plugin/1.0/index.html?about": "Introduction", + "/projects/hibernate-maven-plugin/1.0/examples.html": "Examples", + "/projects/hibernate-maven-plugin/1.0/export-mojo.html": "Parameter Documentation" }, "_childs": { "/projects/hibernate-maven-plugin/1.0/index.html": [ + "/projects/hibernate-maven-plugin/1.0/index.html?about", + "/projects/hibernate-maven-plugin/1.0/examples.html", + "/projects/hibernate-maven-plugin/1.0/export-mojo.html" ], "/projects/hibernate-maven-plugin/1.0/project-info.html": [ "/projects/hibernate-maven-plugin/1.0/ci-management.html", @@ -382,17 +385,6 @@ "/index.html","/projects.html", "/projects/hibernate-maven-plugin/1.0/index.html" ], - "/projects/hibernate-maven-plugin/1.0/examples.html": [ - "/index.html","/projects.html", - "/projects/hibernate-maven-plugin/1.0/index.html", - "/projects/hibernate-maven-plugin/1.0/examples.html" - ], - "/projects/hibernate-maven-plugin/1.0/plugin-info.html": [ - "/index.html","/projects.html", - "/projects/hibernate-maven-plugin/1.0/index.html", - "/projects/hibernate-maven-plugin/1.0/project-reports.html", - "/projects/hibernate-maven-plugin/1.0/plugin-info.html" - ], "/projects/hibernate-maven-plugin/1.0/ci-management.html": [ "/index.html","/projects.html", "/projects/hibernate-maven-plugin/1.0/index.html", @@ -482,16 +474,35 @@ "/projects/hibernate-maven-plugin/1.0/project-reports.html", "/projects/hibernate-maven-plugin/1.0/cpd.html" ], + "/projects/hibernate-maven-plugin/1.0/plugin-info.html": [ + "/index.html","/projects.html", + "/projects/hibernate-maven-plugin/1.0/index.html", + "/projects/hibernate-maven-plugin/1.0/project-reports.html", + "/projects/hibernate-maven-plugin/1.0/plugin-info.html" + ], "/projects/hibernate-maven-plugin/1.0/project-reports.html": [ "/index.html","/projects.html", "/projects/hibernate-maven-plugin/1.0/index.html", "/projects/hibernate-maven-plugin/1.0/project-reports.html" + ], + "/projects/hibernate-maven-plugin/1.0/index.html?about": [ + "/index.html","/projects.html", + "/projects/hibernate-maven-plugin/1.0/index.html", + "/projects/hibernate-maven-plugin/1.0/index.html?about" + ], + "/projects/hibernate-maven-plugin/1.0/examples.html": [ + "/index.html","/projects.html", + "/projects/hibernate-maven-plugin/1.0/index.html", + "/projects/hibernate-maven-plugin/1.0/examples.html" + ], + "/projects/hibernate-maven-plugin/1.0/export-mojo.html": [ + "/index.html","/projects.html", + "/projects/hibernate-maven-plugin/1.0/index.html", + "/projects/hibernate-maven-plugin/1.0/export-mojo.html" ] }, "_canonical": { "/projects/hibernate-maven-plugin/1.0/index.html": "/hibernate-maven-plugin/index.html", - "/projects/hibernate-maven-plugin/1.0/examples.html": "/hibernate-maven-plugin/examples.html", - "/projects/hibernate-maven-plugin/1.0/plugin-info.html": "/hibernate-maven-plugin/plugin-info.html", "/projects/hibernate-maven-plugin/1.0/ci-management.html": "/hibernate-maven-plugin/ci-management.html", "/projects/hibernate-maven-plugin/1.0/dependencies.html": "/hibernate-maven-plugin/dependencies.html", "/projects/hibernate-maven-plugin/1.0/dependency-info.html": "/hibernate-maven-plugin/dependency-info.html", @@ -507,14 +518,18 @@ "/projects/hibernate-maven-plugin/1.0/xref/index.html": "/hibernate-maven-plugin/xref/index.html", "/projects/hibernate-maven-plugin/1.0/pmd.html": "/hibernate-maven-plugin/pmd.html", "/projects/hibernate-maven-plugin/1.0/cpd.html": "/hibernate-maven-plugin/cpd.html", - "/projects/hibernate-maven-plugin/1.0/project-reports.html": "/hibernate-maven-plugin/project-reports.html" + "/projects/hibernate-maven-plugin/1.0/plugin-info.html": "/hibernate-maven-plugin/plugin-info.html", + "/projects/hibernate-maven-plugin/1.0/project-reports.html": "/hibernate-maven-plugin/project-reports.html", + "/projects/hibernate-maven-plugin/1.0/index.html?about": "/hibernate-maven-plugin/index.html?about", + "/projects/hibernate-maven-plugin/1.0/examples.html": "/hibernate-maven-plugin/examples.html", + "/projects/hibernate-maven-plugin/1.0/export-mojo.html": "/hibernate-maven-plugin/export-mojo.html" } }

All Pages

+
  • Hibernate 4 Maven Plugin
  • CI Management
  • Dependencies
  • Maven Coordinates
  • Distribution Management
  • Licenses
  • Plugin Management
  • Plugins
  • Source Code Management
  • Summary
  • Team
  • Project Information
  • JavaDocs
  • Source Xref
  • PMD Report
  • CPD Report
  • Plugin Documentation
  • Project Reports
  • Introduction
  • Examples
  • Parameter Documentation
  • diff --git a/projects/hibernate-maven-plugin/1.0/cpd.html b/projects/hibernate-maven-plugin/1.0/cpd.html index ff626d31..ecdbbadd 100644 --- a/projects/hibernate-maven-plugin/1.0/cpd.html +++ b/projects/hibernate-maven-plugin/1.0/cpd.html @@ -1,53 +1,14 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -265,7 +226,7 @@ - + @@ -277,22 +238,71 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - + - CPD Results – Hibernate 4 Maven Plugin + Hibernate 4 Maven Plugin – CPD Results @@ -312,9 +322,9 @@
    -

    CPD Results

    +

    CPD Results

    The following document contains the results of PMD's CPD 4.3.

    -

    Duplications

    +

    Duplications

    CPD found no problems in your source code.


    @@ -323,8 +333,6 @@ { "_titles": { "/projects/hibernate-maven-plugin/1.0/index.html": "Hibernate 4 Maven Plugin", - "/projects/hibernate-maven-plugin/1.0/examples.html": "Examples", - "/projects/hibernate-maven-plugin/1.0/plugin-info.html": "Plugin Documentation", "/projects/hibernate-maven-plugin/1.0/ci-management.html": "CI Management", "/projects/hibernate-maven-plugin/1.0/dependencies.html": "Dependencies", "/projects/hibernate-maven-plugin/1.0/dependency-info.html": "Maven Coordinates", @@ -340,10 +348,17 @@ "/projects/hibernate-maven-plugin/1.0/xref/index.html": "Source Xref", "/projects/hibernate-maven-plugin/1.0/pmd.html": "PMD Report", "/projects/hibernate-maven-plugin/1.0/cpd.html": "CPD Report", - "/projects/hibernate-maven-plugin/1.0/project-reports.html": "Project Reports" + "/projects/hibernate-maven-plugin/1.0/plugin-info.html": "Plugin Documentation", + "/projects/hibernate-maven-plugin/1.0/project-reports.html": "Project Reports", + "/projects/hibernate-maven-plugin/1.0/index.html?about": "Introduction", + "/projects/hibernate-maven-plugin/1.0/examples.html": "Examples", + "/projects/hibernate-maven-plugin/1.0/export-mojo.html": "Parameter Documentation" }, "_childs": { "/projects/hibernate-maven-plugin/1.0/index.html": [ + "/projects/hibernate-maven-plugin/1.0/index.html?about", + "/projects/hibernate-maven-plugin/1.0/examples.html", + "/projects/hibernate-maven-plugin/1.0/export-mojo.html" ], "/projects/hibernate-maven-plugin/1.0/project-info.html": [ "/projects/hibernate-maven-plugin/1.0/ci-management.html", @@ -370,17 +385,6 @@ "/index.html","/projects.html", "/projects/hibernate-maven-plugin/1.0/index.html" ], - "/projects/hibernate-maven-plugin/1.0/examples.html": [ - "/index.html","/projects.html", - "/projects/hibernate-maven-plugin/1.0/index.html", - "/projects/hibernate-maven-plugin/1.0/examples.html" - ], - "/projects/hibernate-maven-plugin/1.0/plugin-info.html": [ - "/index.html","/projects.html", - "/projects/hibernate-maven-plugin/1.0/index.html", - "/projects/hibernate-maven-plugin/1.0/project-reports.html", - "/projects/hibernate-maven-plugin/1.0/plugin-info.html" - ], "/projects/hibernate-maven-plugin/1.0/ci-management.html": [ "/index.html","/projects.html", "/projects/hibernate-maven-plugin/1.0/index.html", @@ -470,16 +474,35 @@ "/projects/hibernate-maven-plugin/1.0/project-reports.html", "/projects/hibernate-maven-plugin/1.0/cpd.html" ], + "/projects/hibernate-maven-plugin/1.0/plugin-info.html": [ + "/index.html","/projects.html", + "/projects/hibernate-maven-plugin/1.0/index.html", + "/projects/hibernate-maven-plugin/1.0/project-reports.html", + "/projects/hibernate-maven-plugin/1.0/plugin-info.html" + ], "/projects/hibernate-maven-plugin/1.0/project-reports.html": [ "/index.html","/projects.html", "/projects/hibernate-maven-plugin/1.0/index.html", "/projects/hibernate-maven-plugin/1.0/project-reports.html" + ], + "/projects/hibernate-maven-plugin/1.0/index.html?about": [ + "/index.html","/projects.html", + "/projects/hibernate-maven-plugin/1.0/index.html", + "/projects/hibernate-maven-plugin/1.0/index.html?about" + ], + "/projects/hibernate-maven-plugin/1.0/examples.html": [ + "/index.html","/projects.html", + "/projects/hibernate-maven-plugin/1.0/index.html", + "/projects/hibernate-maven-plugin/1.0/examples.html" + ], + "/projects/hibernate-maven-plugin/1.0/export-mojo.html": [ + "/index.html","/projects.html", + "/projects/hibernate-maven-plugin/1.0/index.html", + "/projects/hibernate-maven-plugin/1.0/export-mojo.html" ] }, "_canonical": { "/projects/hibernate-maven-plugin/1.0/index.html": "/hibernate-maven-plugin/index.html", - "/projects/hibernate-maven-plugin/1.0/examples.html": "/hibernate-maven-plugin/examples.html", - "/projects/hibernate-maven-plugin/1.0/plugin-info.html": "/hibernate-maven-plugin/plugin-info.html", "/projects/hibernate-maven-plugin/1.0/ci-management.html": "/hibernate-maven-plugin/ci-management.html", "/projects/hibernate-maven-plugin/1.0/dependencies.html": "/hibernate-maven-plugin/dependencies.html", "/projects/hibernate-maven-plugin/1.0/dependency-info.html": "/hibernate-maven-plugin/dependency-info.html", @@ -495,14 +518,18 @@ "/projects/hibernate-maven-plugin/1.0/xref/index.html": "/hibernate-maven-plugin/xref/index.html", "/projects/hibernate-maven-plugin/1.0/pmd.html": "/hibernate-maven-plugin/pmd.html", "/projects/hibernate-maven-plugin/1.0/cpd.html": "/hibernate-maven-plugin/cpd.html", - "/projects/hibernate-maven-plugin/1.0/project-reports.html": "/hibernate-maven-plugin/project-reports.html" + "/projects/hibernate-maven-plugin/1.0/plugin-info.html": "/hibernate-maven-plugin/plugin-info.html", + "/projects/hibernate-maven-plugin/1.0/project-reports.html": "/hibernate-maven-plugin/project-reports.html", + "/projects/hibernate-maven-plugin/1.0/index.html?about": "/hibernate-maven-plugin/index.html?about", + "/projects/hibernate-maven-plugin/1.0/examples.html": "/hibernate-maven-plugin/examples.html", + "/projects/hibernate-maven-plugin/1.0/export-mojo.html": "/hibernate-maven-plugin/export-mojo.html" } }

    All Pages

    +
  • Hibernate 4 Maven Plugin
  • CI Management
  • Dependencies
  • Maven Coordinates
  • Distribution Management
  • Licenses
  • Plugin Management
  • Plugins
  • Source Code Management
  • Summary
  • Team
  • Project Information
  • JavaDocs
  • Source Xref
  • PMD Report
  • CPD Report
  • Plugin Documentation
  • Project Reports
  • Introduction
  • Examples
  • Parameter Documentation
  • diff --git a/projects/hibernate-maven-plugin/1.0/css/maven-base.css b/projects/hibernate-maven-plugin/1.0/css/maven-base.css deleted file mode 100644 index 584ba23b..00000000 --- a/projects/hibernate-maven-plugin/1.0/css/maven-base.css +++ /dev/null @@ -1,151 +0,0 @@ -body { - margin: 0px; - padding: 0px; -} -img { - border:none; -} -table { - padding:0px; - width: 100%; - margin-left: -2px; - margin-right: -2px; -} -acronym { - cursor: help; - border-bottom: 1px dotted #feb; -} -table.bodyTable th, table.bodyTable td { - padding: 2px 4px 2px 4px; - vertical-align: top; -} -div.clear{ - clear:both; - visibility: hidden; -} -div.clear hr{ - display: none; -} -#bannerLeft, #bannerRight { - font-size: xx-large; - font-weight: bold; -} -#bannerLeft img, #bannerRight img { - margin: 0px; -} -.xleft, #bannerLeft img { - float:left; -} -.xright, #bannerRight { - float:right; -} -#banner { - padding: 0px; -} -#banner img { - border: none; -} -#breadcrumbs { - padding: 3px 10px 3px 10px; -} -#leftColumn { - width: 170px; - float:left; - overflow: auto; -} -#bodyColumn { - margin-right: 1.5em; - margin-left: 197px; -} -#legend { - padding: 8px 0 8px 0; -} -#navcolumn { - padding: 8px 4px 0 8px; -} -#navcolumn h5 { - margin: 0; - padding: 0; - font-size: small; -} -#navcolumn ul { - margin: 0; - padding: 0; - font-size: small; -} -#navcolumn li { - list-style-type: none; - background-image: none; - background-repeat: no-repeat; - background-position: 0 0.4em; - padding-left: 16px; - list-style-position: outside; - line-height: 1.2em; - font-size: smaller; -} -#navcolumn li.expanded { - background-image: url(../images/expanded.gif); -} -#navcolumn li.collapsed { - background-image: url(../images/collapsed.gif); -} -#poweredBy { - text-align: center; -} -#navcolumn img { - margin-top: 10px; - margin-bottom: 3px; -} -#poweredBy img { - display:block; - margin: 20px 0 20px 17px; -} -#search img { - margin: 0px; - display: block; -} -#search #q, #search #btnG { - border: 1px solid #999; - margin-bottom:10px; -} -#search form { - margin: 0px; -} -#lastPublished { - font-size: x-small; -} -.navSection { - margin-bottom: 2px; - padding: 8px; -} -.navSectionHead { - font-weight: bold; - font-size: x-small; -} -.section { - padding: 4px; -} -#footer { - padding: 3px 10px 3px 10px; - font-size: x-small; -} -#breadcrumbs { - font-size: x-small; - margin: 0pt; -} -.source { - padding: 12px; - margin: 1em 7px 1em 7px; -} -.source pre { - margin: 0px; - padding: 0px; -} -#navcolumn img.imageLink, .imageLink { - padding-left: 0px; - padding-bottom: 0px; - padding-top: 0px; - padding-right: 2px; - border: 0px; - margin: 0px; -} diff --git a/projects/hibernate-maven-plugin/1.0/css/maven-theme.css b/projects/hibernate-maven-plugin/1.0/css/maven-theme.css deleted file mode 100644 index d3407e8b..00000000 --- a/projects/hibernate-maven-plugin/1.0/css/maven-theme.css +++ /dev/null @@ -1,161 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ - -body { - padding: 0px 0px 10px 0px; -} -body, td, select, input, li{ - font-family: Verdana, Helvetica, Arial, sans-serif; - font-size: 13px; -} -code{ - font-family: Courier, monospace; - font-size: 13px; -} -a { - text-decoration: none; -} -a:link { - color:#36a; -} -a:visited { - color:#47a; -} -a:active, a:hover { - color:#69c; -} -#legend li.externalLink { - background: url(../images/external.png) left top no-repeat; - padding-left: 18px; -} -a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { - background: url(../images/external.png) right center no-repeat; - padding-right: 18px; -} -#legend li.newWindow { - background: url(../images/newwindow.png) left top no-repeat; - padding-left: 18px; -} -a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { - background: url(../images/newwindow.png) right center no-repeat; - padding-right: 18px; -} -h2 { - padding: 4px 4px 4px 6px; - border: 1px solid #999; - color: #900; - background-color: #ddd; - font-weight:900; - font-size: x-large; -} -h3 { - padding: 4px 4px 4px 6px; - border: 1px solid #aaa; - color: #900; - background-color: #eee; - font-weight: normal; - font-size: large; -} -h4 { - padding: 4px 4px 4px 6px; - border: 1px solid #bbb; - color: #900; - background-color: #fff; - font-weight: normal; - font-size: large; -} -h5 { - padding: 4px 4px 4px 6px; - color: #900; - font-size: medium; -} -p { - line-height: 1.3em; - font-size: small; -} -#breadcrumbs { - border-top: 1px solid #aaa; - border-bottom: 1px solid #aaa; - background-color: #ccc; -} -#leftColumn { - margin: 10px 0 0 5px; - border: 1px solid #999; - background-color: #eee; - padding-bottom: 3px; /* IE-9 scrollbar-fix */ -} -#navcolumn h5 { - font-size: smaller; - border-bottom: 1px solid #aaaaaa; - padding-top: 2px; - color: #000; -} - -table.bodyTable th { - color: white; - background-color: #bbb; - text-align: left; - font-weight: bold; -} - -table.bodyTable th, table.bodyTable td { - font-size: 1em; -} - -table.bodyTable tr.a { - background-color: #ddd; -} - -table.bodyTable tr.b { - background-color: #eee; -} - -.source { - border: 1px solid #999; -} -dl { - padding: 4px 4px 4px 6px; - border: 1px solid #aaa; - background-color: #ffc; -} -dt { - color: #900; -} -#organizationLogo img, #projectLogo img, #projectLogo span{ - margin: 8px; -} -#banner { - border-bottom: 1px solid #fff; -} -.errormark, .warningmark, .donemark, .infomark { - background: url(../images/icon_error_sml.gif) no-repeat; -} - -.warningmark { - background-image: url(../images/icon_warning_sml.gif); -} - -.donemark { - background-image: url(../images/icon_success_sml.gif); -} - -.infomark { - background-image: url(../images/icon_info_sml.gif); -} - diff --git a/projects/hibernate-maven-plugin/1.0/css/print.css b/projects/hibernate-maven-plugin/1.0/css/print.css deleted file mode 100644 index 26ad7f0b..00000000 --- a/projects/hibernate-maven-plugin/1.0/css/print.css +++ /dev/null @@ -1,7 +0,0 @@ -#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { - display: none !important; -} -#bodyColumn, body.docs div.docs { - margin: 0 !important; - border: none !important -} diff --git a/projects/hibernate-maven-plugin/1.0/dependencies.html b/projects/hibernate-maven-plugin/1.0/dependencies.html index 4a8d17e4..cf73cd31 100644 --- a/projects/hibernate-maven-plugin/1.0/dependencies.html +++ b/projects/hibernate-maven-plugin/1.0/dependencies.html @@ -1,55 +1,16 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -265,7 +226,7 @@ - + @@ -277,22 +238,71 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - + - Project Dependencies – Hibernate 4 Maven Plugin + Hibernate 4 Maven Plugin – Project Dependencies @@ -311,11 +321,11 @@


    -
    -

    Project Dependencies

    -

    compile

    +
    +

    Project Dependencies

    +

    compile

    The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

    - +
    @@ -351,12 +361,12 @@ -
    GroupId ArtifactIdhibernate-core 4.1.8.Final jarGNU Lesser General Public License
    -

    Project Transitive Dependencies

    -

    The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

    -

    compile

    +GNU Lesser General Public License
    +

    Project Transitive Dependencies

    +

    The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

    +

    compile

    The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

    - +
    @@ -566,8 +576,8 @@ -
    GroupId ArtifactId2.3.0 - jarEclipse Public License, Version 1.0
    -

    Project Dependency Graph

    +Eclipse Public License, Version 1.0
    +

    Project Dependency Graph

    -
    -

    Dependency Tree

    +
    +

    Dependency Tree

    -

    Licenses

    +

    Project Licenses: The Apache Software License, Version 2.0

    +

    Licenses

    Apache Public License 2.0: Plexus Cipher: encryption/decryption Component, Plexus Security Dispatcher Component

    Unnamed: JPA 2.0 API

    GNU LESSER GENERAL PUBLIC LICENSE: Hibernate Commons Annotations

    @@ -940,9 +950,9 @@

    Apache License 2.0: Javassist

    LGPL 2.1: Javassist

    MPL 1.1: Javassist

    -

    The Apache Software License, Version 2.0: Hibernate 4 Maven Plugin, Log4j, Maven Aether Provider, Maven Artifact, Maven Core, Maven Model, Maven Model Builder, Maven Plugin API, Maven Repository Metadata Model, Maven Settings, Maven Settings Builder, Plexus :: Component Annotations, Plexus Classworlds, Plexus Interpolation API, Sisu Guava - Core Library, Sisu Guice - Core Library, Sisu-Inject-Bean : Aggregate OSGi bundle, maven-plugin-log4j

    -

    Dependency File Details

    - +

    The Apache Software License, Version 2.0: Hibernate 4 Maven Plugin, Log4j, Maven Aether Provider, Maven Artifact, Maven Core, Maven Model, Maven Model Builder, Maven Plugin API, Maven Repository Metadata Model, Maven Settings, Maven Settings Builder, Plexus :: Component Annotations, Plexus Classworlds, Plexus Interpolation API, Sisu Guava - Core Library, Sisu Guice - Core Library, Sisu-Inject-Bean : Aggregate OSGi bundle, maven-plugin-log4j

    +

    Dependency File Details

    +
    @@ -952,277 +962,277 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -1232,21 +1242,21 @@ - - - - - - - - - - - - - - -
    Filename SizeJava Version Debug Information
    antlr-2.7.7.jar445.3 kB239224121.2Yes
    maven-plugin-log4j-1.0.1.jar3.7 kB12111.4Yes
    dom4j-1.6.1.jar313.9 kB208190141.3Yes
    javassist-3.6.0.GA.jar542.2 kB323305161.2Yes
    log4j-1.2.14.jar367.4 kB288256191.1Yes
    scannotation-1.0.2.jar18.5 kB231321.5Yes
    maven-aether-provider-3.0.4.jar56.5 kB402311.5Yes
    maven-artifact-3.0.4.jar52.1 kB5732111.5Yes
    maven-core-3.0.4.jar559 kB428350431.5Yes
    maven-model-3.0.4.jar163.6 kB675031.5Yes
    maven-model-builder-3.0.4.jar150.6 kB142109161.5Yes
    maven-plugin-api-3.0.4.jar49.3 kB462561.5Yes
    maven-repository-metadata-3.0.4.jar30.1 kB25721.5Yes
    maven-settings-3.0.4.jar46.7 kB331721.5Yes
    maven-settings-builder-3.0.4.jar41.4 kB533251.5Yes
    plexus-classworlds-2.4.jar47.1 kB523751.4Yes
    plexus-component-annotations-1.5.5.jar4.2 kB15311.5No
    plexus-interpolation-1.14.jar61.1 kB604461.4Yes
    hibernate-core-4.1.8.Final.jar4.5 MB310428991661.6Yes
    hibernate-commons-annotations-4.0.1.Final.jar81.3 kB826471.6Yes
    hibernate-jpa-2.0-api-1.0.1.Final.jar102.7 kB19017641.5Yes
    javassist-3.15.0-GA.jar648.3 kB391367171.4Yes
    jboss-logging-3.1.0.GA.jar60.8 kB554311.6Yes
    jboss-transaction-api_1.1_spec-1.0.0.Final.jar11.2 kB281821.5Yes
    aether-api-1.13.1.jar89.7 kB11696111.5Yes
    aether-impl-1.13.1.jar130.1 kB877321.5Yes
    aether-spi-1.13.1.jar15.4 kB331751.5Yes
    aether-util-1.13.1.jar130 kB11692141.5Yes
    plexus-cipher-1.4.jar13.5 kB20611.4Yes
    plexus-sec-dispatcher-1.3.jar28.6 kB311331.4Yes
    sisu-guava-0.9.9.jar1.5 MB11831163101.5Yes
    sisu-guice-3.1.0-no_aop.jar357.4 kB31029581.5Yes
    sisu-inject-bean-2.3.0.jar289.1 kB256224151.5Yes
    sisu-inject-plexus-2.3.0.jar204.4 kB207163271.5Yes
    antlr-2.7.7.jar445.3 kB239224121.2Yes
    maven-plugin-log4j-1.0.1.jar3.7 kB12111.4Yes
    dom4j-1.6.1.jar313.9 kB208190141.3Yes
    javassist-3.6.0.GA.jar542.2 kB323305161.2Yes
    log4j-1.2.14.jar367.4 kB288256191.1Yes
    scannotation-1.0.2.jar18.5 kB231321.5Yes
    maven-aether-provider-3.0.4.jar56.5 kB402311.5Yes
    maven-artifact-3.0.4.jar52.1 kB5732111.5Yes
    maven-core-3.0.4.jar559 kB428350431.5Yes
    maven-model-3.0.4.jar163.6 kB675031.5Yes
    maven-model-builder-3.0.4.jar150.6 kB142109161.5Yes
    maven-plugin-api-3.0.4.jar49.3 kB462561.5Yes
    maven-repository-metadata-3.0.4.jar30.1 kB25721.5Yes
    maven-settings-3.0.4.jar46.7 kB331721.5Yes
    maven-settings-builder-3.0.4.jar41.4 kB533251.5Yes
    plexus-classworlds-2.4.jar47.1 kB523751.4Yes
    plexus-component-annotations-1.5.5.jar4.2 kB15311.5No
    plexus-interpolation-1.14.jar61.1 kB604461.4Yes
    hibernate-core-4.1.8.Final.jar4.5 MB310428991661.6Yes
    hibernate-commons-annotations-4.0.1.Final.jar81.3 kB826471.6Yes
    hibernate-jpa-2.0-api-1.0.1.Final.jar102.7 kB19017641.5Yes
    javassist-3.15.0-GA.jar648.3 kB391367171.4Yes
    jboss-logging-3.1.0.GA.jar60.8 kB554311.6Yes
    jboss-transaction-api_1.1_spec-1.0.0.Final.jar11.2 kB281821.5Yes
    aether-api-1.13.1.jar89.7 kB11696111.5Yes
    aether-impl-1.13.1.jar130.1 kB877321.5Yes
    aether-spi-1.13.1.jar15.4 kB331751.5Yes
    aether-util-1.13.1.jar130 kB11692141.5Yes
    plexus-cipher-1.4.jar13.5 kB20611.4Yes
    plexus-sec-dispatcher-1.3.jar28.6 kB311331.4Yes
    sisu-guava-0.9.9.jar1.5 MB11831163101.5Yes
    sisu-guice-3.1.0-no_aop.jar357.4 kB31029581.5Yes
    sisu-inject-bean-2.3.0.jar289.1 kB256224151.5Yes
    sisu-inject-plexus-2.3.0.jar204.4 kB207163271.5Yes
    Total SizeJava Version Debug Information
    3411.1 MB832074274581.633
    compile: 34compile: 11.1 MBcompile: 8320compile: 7427compile: 4581.6compile: 33
    +34 +11.1 MB +8320 +7427 +458 +1.6 +33 + +compile: 34 +compile: 11.1 MB +compile: 8320 +compile: 7427 +compile: 458 +1.6 +compile: 33

    Page Structure as JSON

    @@ -1254,8 +1264,6 @@ { "_titles": { "/projects/hibernate-maven-plugin/1.0/index.html": "Hibernate 4 Maven Plugin", - "/projects/hibernate-maven-plugin/1.0/examples.html": "Examples", - "/projects/hibernate-maven-plugin/1.0/plugin-info.html": "Plugin Documentation", "/projects/hibernate-maven-plugin/1.0/ci-management.html": "CI Management", "/projects/hibernate-maven-plugin/1.0/dependencies.html": "Dependencies", "/projects/hibernate-maven-plugin/1.0/dependency-info.html": "Maven Coordinates", @@ -1271,10 +1279,17 @@ "/projects/hibernate-maven-plugin/1.0/xref/index.html": "Source Xref", "/projects/hibernate-maven-plugin/1.0/pmd.html": "PMD Report", "/projects/hibernate-maven-plugin/1.0/cpd.html": "CPD Report", - "/projects/hibernate-maven-plugin/1.0/project-reports.html": "Project Reports" + "/projects/hibernate-maven-plugin/1.0/plugin-info.html": "Plugin Documentation", + "/projects/hibernate-maven-plugin/1.0/project-reports.html": "Project Reports", + "/projects/hibernate-maven-plugin/1.0/index.html?about": "Introduction", + "/projects/hibernate-maven-plugin/1.0/examples.html": "Examples", + "/projects/hibernate-maven-plugin/1.0/export-mojo.html": "Parameter Documentation" }, "_childs": { "/projects/hibernate-maven-plugin/1.0/index.html": [ + "/projects/hibernate-maven-plugin/1.0/index.html?about", + "/projects/hibernate-maven-plugin/1.0/examples.html", + "/projects/hibernate-maven-plugin/1.0/export-mojo.html" ], "/projects/hibernate-maven-plugin/1.0/project-info.html": [ "/projects/hibernate-maven-plugin/1.0/ci-management.html", @@ -1301,17 +1316,6 @@ "/index.html","/projects.html", "/projects/hibernate-maven-plugin/1.0/index.html" ], - "/projects/hibernate-maven-plugin/1.0/examples.html": [ - "/index.html","/projects.html", - "/projects/hibernate-maven-plugin/1.0/index.html", - "/projects/hibernate-maven-plugin/1.0/examples.html" - ], - "/projects/hibernate-maven-plugin/1.0/plugin-info.html": [ - "/index.html","/projects.html", - "/projects/hibernate-maven-plugin/1.0/index.html", - "/projects/hibernate-maven-plugin/1.0/project-reports.html", - "/projects/hibernate-maven-plugin/1.0/plugin-info.html" - ], "/projects/hibernate-maven-plugin/1.0/ci-management.html": [ "/index.html","/projects.html", "/projects/hibernate-maven-plugin/1.0/index.html", @@ -1401,16 +1405,35 @@ "/projects/hibernate-maven-plugin/1.0/project-reports.html", "/projects/hibernate-maven-plugin/1.0/cpd.html" ], + "/projects/hibernate-maven-plugin/1.0/plugin-info.html": [ + "/index.html","/projects.html", + "/projects/hibernate-maven-plugin/1.0/index.html", + "/projects/hibernate-maven-plugin/1.0/project-reports.html", + "/projects/hibernate-maven-plugin/1.0/plugin-info.html" + ], "/projects/hibernate-maven-plugin/1.0/project-reports.html": [ "/index.html","/projects.html", "/projects/hibernate-maven-plugin/1.0/index.html", "/projects/hibernate-maven-plugin/1.0/project-reports.html" + ], + "/projects/hibernate-maven-plugin/1.0/index.html?about": [ + "/index.html","/projects.html", + "/projects/hibernate-maven-plugin/1.0/index.html", + "/projects/hibernate-maven-plugin/1.0/index.html?about" + ], + "/projects/hibernate-maven-plugin/1.0/examples.html": [ + "/index.html","/projects.html", + "/projects/hibernate-maven-plugin/1.0/index.html", + "/projects/hibernate-maven-plugin/1.0/examples.html" + ], + "/projects/hibernate-maven-plugin/1.0/export-mojo.html": [ + "/index.html","/projects.html", + "/projects/hibernate-maven-plugin/1.0/index.html", + "/projects/hibernate-maven-plugin/1.0/export-mojo.html" ] }, "_canonical": { "/projects/hibernate-maven-plugin/1.0/index.html": "/hibernate-maven-plugin/index.html", - "/projects/hibernate-maven-plugin/1.0/examples.html": "/hibernate-maven-plugin/examples.html", - "/projects/hibernate-maven-plugin/1.0/plugin-info.html": "/hibernate-maven-plugin/plugin-info.html", "/projects/hibernate-maven-plugin/1.0/ci-management.html": "/hibernate-maven-plugin/ci-management.html", "/projects/hibernate-maven-plugin/1.0/dependencies.html": "/hibernate-maven-plugin/dependencies.html", "/projects/hibernate-maven-plugin/1.0/dependency-info.html": "/hibernate-maven-plugin/dependency-info.html", @@ -1426,14 +1449,18 @@ "/projects/hibernate-maven-plugin/1.0/xref/index.html": "/hibernate-maven-plugin/xref/index.html", "/projects/hibernate-maven-plugin/1.0/pmd.html": "/hibernate-maven-plugin/pmd.html", "/projects/hibernate-maven-plugin/1.0/cpd.html": "/hibernate-maven-plugin/cpd.html", - "/projects/hibernate-maven-plugin/1.0/project-reports.html": "/hibernate-maven-plugin/project-reports.html" + "/projects/hibernate-maven-plugin/1.0/plugin-info.html": "/hibernate-maven-plugin/plugin-info.html", + "/projects/hibernate-maven-plugin/1.0/project-reports.html": "/hibernate-maven-plugin/project-reports.html", + "/projects/hibernate-maven-plugin/1.0/index.html?about": "/hibernate-maven-plugin/index.html?about", + "/projects/hibernate-maven-plugin/1.0/examples.html": "/hibernate-maven-plugin/examples.html", + "/projects/hibernate-maven-plugin/1.0/export-mojo.html": "/hibernate-maven-plugin/export-mojo.html" } }

    All Pages

    +
  • Hibernate 4 Maven Plugin
  • CI Management
  • Dependencies
  • Maven Coordinates
  • Distribution Management
  • Licenses
  • Plugin Management
  • Plugins
  • Source Code Management
  • Summary
  • Team
  • Project Information
  • JavaDocs
  • Source Xref
  • PMD Report
  • CPD Report
  • Plugin Documentation
  • Project Reports
  • Introduction
  • Examples
  • Parameter Documentation
  • diff --git a/projects/hibernate-maven-plugin/1.0/dependency-info.html b/projects/hibernate-maven-plugin/1.0/dependency-info.html index b46b8358..3bf5885e 100644 --- a/projects/hibernate-maven-plugin/1.0/dependency-info.html +++ b/projects/hibernate-maven-plugin/1.0/dependency-info.html @@ -1,53 +1,14 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -265,7 +226,7 @@ - + @@ -277,22 +238,71 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - + - Maven Coordinates – Hibernate 4 Maven Plugin + Hibernate 4 Maven Plugin – Maven Coordinates @@ -311,14 +321,9 @@


    -
    -

    Maven Coordinates

    -

    Apache Maven

    -
    <plugin>
    -  <groupId>de.juplo</groupId>
    -  <artifactId>hibernate4-maven-plugin</artifactId>
    -  <version>1.0</version>
    -</plugin>
    +
    +

    Maven Coordinates

    +

    Apache Maven


    Page Structure as JSON

    @@ -326,8 +331,6 @@ { "_titles": { "/projects/hibernate-maven-plugin/1.0/index.html": "Hibernate 4 Maven Plugin", - "/projects/hibernate-maven-plugin/1.0/examples.html": "Examples", - "/projects/hibernate-maven-plugin/1.0/plugin-info.html": "Plugin Documentation", "/projects/hibernate-maven-plugin/1.0/ci-management.html": "CI Management", "/projects/hibernate-maven-plugin/1.0/dependencies.html": "Dependencies", "/projects/hibernate-maven-plugin/1.0/dependency-info.html": "Maven Coordinates", @@ -343,10 +346,17 @@ "/projects/hibernate-maven-plugin/1.0/xref/index.html": "Source Xref", "/projects/hibernate-maven-plugin/1.0/pmd.html": "PMD Report", "/projects/hibernate-maven-plugin/1.0/cpd.html": "CPD Report", - "/projects/hibernate-maven-plugin/1.0/project-reports.html": "Project Reports" + "/projects/hibernate-maven-plugin/1.0/plugin-info.html": "Plugin Documentation", + "/projects/hibernate-maven-plugin/1.0/project-reports.html": "Project Reports", + "/projects/hibernate-maven-plugin/1.0/index.html?about": "Introduction", + "/projects/hibernate-maven-plugin/1.0/examples.html": "Examples", + "/projects/hibernate-maven-plugin/1.0/export-mojo.html": "Parameter Documentation" }, "_childs": { "/projects/hibernate-maven-plugin/1.0/index.html": [ + "/projects/hibernate-maven-plugin/1.0/index.html?about", + "/projects/hibernate-maven-plugin/1.0/examples.html", + "/projects/hibernate-maven-plugin/1.0/export-mojo.html" ], "/projects/hibernate-maven-plugin/1.0/project-info.html": [ "/projects/hibernate-maven-plugin/1.0/ci-management.html", @@ -373,17 +383,6 @@ "/index.html","/projects.html", "/projects/hibernate-maven-plugin/1.0/index.html" ], - "/projects/hibernate-maven-plugin/1.0/examples.html": [ - "/index.html","/projects.html", - "/projects/hibernate-maven-plugin/1.0/index.html", - "/projects/hibernate-maven-plugin/1.0/examples.html" - ], - "/projects/hibernate-maven-plugin/1.0/plugin-info.html": [ - "/index.html","/projects.html", - "/projects/hibernate-maven-plugin/1.0/index.html", - "/projects/hibernate-maven-plugin/1.0/project-reports.html", - "/projects/hibernate-maven-plugin/1.0/plugin-info.html" - ], "/projects/hibernate-maven-plugin/1.0/ci-management.html": [ "/index.html","/projects.html", "/projects/hibernate-maven-plugin/1.0/index.html", @@ -473,16 +472,35 @@ "/projects/hibernate-maven-plugin/1.0/project-reports.html", "/projects/hibernate-maven-plugin/1.0/cpd.html" ], + "/projects/hibernate-maven-plugin/1.0/plugin-info.html": [ + "/index.html","/projects.html", + "/projects/hibernate-maven-plugin/1.0/index.html", + "/projects/hibernate-maven-plugin/1.0/project-reports.html", + "/projects/hibernate-maven-plugin/1.0/plugin-info.html" + ], "/projects/hibernate-maven-plugin/1.0/project-reports.html": [ "/index.html","/projects.html", "/projects/hibernate-maven-plugin/1.0/index.html", "/projects/hibernate-maven-plugin/1.0/project-reports.html" + ], + "/projects/hibernate-maven-plugin/1.0/index.html?about": [ + "/index.html","/projects.html", + "/projects/hibernate-maven-plugin/1.0/index.html", + "/projects/hibernate-maven-plugin/1.0/index.html?about" + ], + "/projects/hibernate-maven-plugin/1.0/examples.html": [ + "/index.html","/projects.html", + "/projects/hibernate-maven-plugin/1.0/index.html", + "/projects/hibernate-maven-plugin/1.0/examples.html" + ], + "/projects/hibernate-maven-plugin/1.0/export-mojo.html": [ + "/index.html","/projects.html", + "/projects/hibernate-maven-plugin/1.0/index.html", + "/projects/hibernate-maven-plugin/1.0/export-mojo.html" ] }, "_canonical": { "/projects/hibernate-maven-plugin/1.0/index.html": "/hibernate-maven-plugin/index.html", - "/projects/hibernate-maven-plugin/1.0/examples.html": "/hibernate-maven-plugin/examples.html", - "/projects/hibernate-maven-plugin/1.0/plugin-info.html": "/hibernate-maven-plugin/plugin-info.html", "/projects/hibernate-maven-plugin/1.0/ci-management.html": "/hibernate-maven-plugin/ci-management.html", "/projects/hibernate-maven-plugin/1.0/dependencies.html": "/hibernate-maven-plugin/dependencies.html", "/projects/hibernate-maven-plugin/1.0/dependency-info.html": "/hibernate-maven-plugin/dependency-info.html", @@ -498,14 +516,18 @@ "/projects/hibernate-maven-plugin/1.0/xref/index.html": "/hibernate-maven-plugin/xref/index.html", "/projects/hibernate-maven-plugin/1.0/pmd.html": "/hibernate-maven-plugin/pmd.html", "/projects/hibernate-maven-plugin/1.0/cpd.html": "/hibernate-maven-plugin/cpd.html", - "/projects/hibernate-maven-plugin/1.0/project-reports.html": "/hibernate-maven-plugin/project-reports.html" + "/projects/hibernate-maven-plugin/1.0/plugin-info.html": "/hibernate-maven-plugin/plugin-info.html", + "/projects/hibernate-maven-plugin/1.0/project-reports.html": "/hibernate-maven-plugin/project-reports.html", + "/projects/hibernate-maven-plugin/1.0/index.html?about": "/hibernate-maven-plugin/index.html?about", + "/projects/hibernate-maven-plugin/1.0/examples.html": "/hibernate-maven-plugin/examples.html", + "/projects/hibernate-maven-plugin/1.0/export-mojo.html": "/hibernate-maven-plugin/export-mojo.html" } }

    All Pages

    +
  • Hibernate 4 Maven Plugin
  • CI Management
  • Dependencies
  • Maven Coordinates
  • Distribution Management
  • Licenses
  • Plugin Management
  • Plugins
  • Source Code Management
  • Summary
  • Team
  • Project Information
  • JavaDocs
  • Source Xref
  • PMD Report
  • CPD Report
  • Plugin Documentation
  • Project Reports
  • Introduction
  • Examples
  • Parameter Documentation
  • diff --git a/projects/hibernate-maven-plugin/1.0/distribution-management.html b/projects/hibernate-maven-plugin/1.0/distribution-management.html index bcebc17e..ec9c7839 100644 --- a/projects/hibernate-maven-plugin/1.0/distribution-management.html +++ b/projects/hibernate-maven-plugin/1.0/distribution-management.html @@ -1,53 +1,14 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -265,7 +226,7 @@ - + @@ -277,22 +238,71 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - + - Project Distribution Management – Hibernate 4 Maven Plugin + Hibernate 4 Maven Plugin – Project Distribution Management @@ -311,12 +321,12 @@


    -
    -

    Overview

    -

    The following is the distribution management information used by this project.

    -

    Repository - sonatype-nexus-staging

    https://oss.sonatype.org/service/local/staging/deploy/maven2/
    -

    Snapshot Repository - sonatype-nexus-snapshots

    https://oss.sonatype.org/content/repositories/snapshots/
    -

    Site - www.juplo.de

    +
    +

    Overview

    +

    The following is the distribution management information used by this project.

    +

    Repository - sonatype-nexus-staging

    https://oss.sonatype.org/service/local/staging/deploy/maven2/
    +

    Snapshot Repository - sonatype-nexus-snapshots

    https://oss.sonatype.org/content/repositories/snapshots/
    +

    Site - www.juplo.de

    scp://juplo.de/var/www/juplo/hibernate4-maven-plugin


    @@ -325,8 +335,6 @@ { "_titles": { "/projects/hibernate-maven-plugin/1.0/index.html": "Hibernate 4 Maven Plugin", - "/projects/hibernate-maven-plugin/1.0/examples.html": "Examples", - "/projects/hibernate-maven-plugin/1.0/plugin-info.html": "Plugin Documentation", "/projects/hibernate-maven-plugin/1.0/ci-management.html": "CI Management", "/projects/hibernate-maven-plugin/1.0/dependencies.html": "Dependencies", "/projects/hibernate-maven-plugin/1.0/dependency-info.html": "Maven Coordinates", @@ -342,10 +350,17 @@ "/projects/hibernate-maven-plugin/1.0/xref/index.html": "Source Xref", "/projects/hibernate-maven-plugin/1.0/pmd.html": "PMD Report", "/projects/hibernate-maven-plugin/1.0/cpd.html": "CPD Report", - "/projects/hibernate-maven-plugin/1.0/project-reports.html": "Project Reports" + "/projects/hibernate-maven-plugin/1.0/plugin-info.html": "Plugin Documentation", + "/projects/hibernate-maven-plugin/1.0/project-reports.html": "Project Reports", + "/projects/hibernate-maven-plugin/1.0/index.html?about": "Introduction", + "/projects/hibernate-maven-plugin/1.0/examples.html": "Examples", + "/projects/hibernate-maven-plugin/1.0/export-mojo.html": "Parameter Documentation" }, "_childs": { "/projects/hibernate-maven-plugin/1.0/index.html": [ + "/projects/hibernate-maven-plugin/1.0/index.html?about", + "/projects/hibernate-maven-plugin/1.0/examples.html", + "/projects/hibernate-maven-plugin/1.0/export-mojo.html" ], "/projects/hibernate-maven-plugin/1.0/project-info.html": [ "/projects/hibernate-maven-plugin/1.0/ci-management.html", @@ -372,17 +387,6 @@ "/index.html","/projects.html", "/projects/hibernate-maven-plugin/1.0/index.html" ], - "/projects/hibernate-maven-plugin/1.0/examples.html": [ - "/index.html","/projects.html", - "/projects/hibernate-maven-plugin/1.0/index.html", - "/projects/hibernate-maven-plugin/1.0/examples.html" - ], - "/projects/hibernate-maven-plugin/1.0/plugin-info.html": [ - "/index.html","/projects.html", - "/projects/hibernate-maven-plugin/1.0/index.html", - "/projects/hibernate-maven-plugin/1.0/project-reports.html", - "/projects/hibernate-maven-plugin/1.0/plugin-info.html" - ], "/projects/hibernate-maven-plugin/1.0/ci-management.html": [ "/index.html","/projects.html", "/projects/hibernate-maven-plugin/1.0/index.html", @@ -472,16 +476,35 @@ "/projects/hibernate-maven-plugin/1.0/project-reports.html", "/projects/hibernate-maven-plugin/1.0/cpd.html" ], + "/projects/hibernate-maven-plugin/1.0/plugin-info.html": [ + "/index.html","/projects.html", + "/projects/hibernate-maven-plugin/1.0/index.html", + "/projects/hibernate-maven-plugin/1.0/project-reports.html", + "/projects/hibernate-maven-plugin/1.0/plugin-info.html" + ], "/projects/hibernate-maven-plugin/1.0/project-reports.html": [ "/index.html","/projects.html", "/projects/hibernate-maven-plugin/1.0/index.html", "/projects/hibernate-maven-plugin/1.0/project-reports.html" + ], + "/projects/hibernate-maven-plugin/1.0/index.html?about": [ + "/index.html","/projects.html", + "/projects/hibernate-maven-plugin/1.0/index.html", + "/projects/hibernate-maven-plugin/1.0/index.html?about" + ], + "/projects/hibernate-maven-plugin/1.0/examples.html": [ + "/index.html","/projects.html", + "/projects/hibernate-maven-plugin/1.0/index.html", + "/projects/hibernate-maven-plugin/1.0/examples.html" + ], + "/projects/hibernate-maven-plugin/1.0/export-mojo.html": [ + "/index.html","/projects.html", + "/projects/hibernate-maven-plugin/1.0/index.html", + "/projects/hibernate-maven-plugin/1.0/export-mojo.html" ] }, "_canonical": { "/projects/hibernate-maven-plugin/1.0/index.html": "/hibernate-maven-plugin/index.html", - "/projects/hibernate-maven-plugin/1.0/examples.html": "/hibernate-maven-plugin/examples.html", - "/projects/hibernate-maven-plugin/1.0/plugin-info.html": "/hibernate-maven-plugin/plugin-info.html", "/projects/hibernate-maven-plugin/1.0/ci-management.html": "/hibernate-maven-plugin/ci-management.html", "/projects/hibernate-maven-plugin/1.0/dependencies.html": "/hibernate-maven-plugin/dependencies.html", "/projects/hibernate-maven-plugin/1.0/dependency-info.html": "/hibernate-maven-plugin/dependency-info.html", @@ -497,14 +520,18 @@ "/projects/hibernate-maven-plugin/1.0/xref/index.html": "/hibernate-maven-plugin/xref/index.html", "/projects/hibernate-maven-plugin/1.0/pmd.html": "/hibernate-maven-plugin/pmd.html", "/projects/hibernate-maven-plugin/1.0/cpd.html": "/hibernate-maven-plugin/cpd.html", - "/projects/hibernate-maven-plugin/1.0/project-reports.html": "/hibernate-maven-plugin/project-reports.html" + "/projects/hibernate-maven-plugin/1.0/plugin-info.html": "/hibernate-maven-plugin/plugin-info.html", + "/projects/hibernate-maven-plugin/1.0/project-reports.html": "/hibernate-maven-plugin/project-reports.html", + "/projects/hibernate-maven-plugin/1.0/index.html?about": "/hibernate-maven-plugin/index.html?about", + "/projects/hibernate-maven-plugin/1.0/examples.html": "/hibernate-maven-plugin/examples.html", + "/projects/hibernate-maven-plugin/1.0/export-mojo.html": "/hibernate-maven-plugin/export-mojo.html" } }

    All Pages

    +
  • Hibernate 4 Maven Plugin
  • CI Management
  • Dependencies
  • Maven Coordinates
  • Distribution Management
  • Licenses
  • Plugin Management
  • Plugins
  • Source Code Management
  • Summary
  • Team
  • Project Information
  • JavaDocs
  • Source Xref
  • PMD Report
  • CPD Report
  • Plugin Documentation
  • Project Reports
  • Introduction
  • Examples
  • Parameter Documentation
  • diff --git a/projects/hibernate-maven-plugin/1.0/examples.html b/projects/hibernate-maven-plugin/1.0/examples.html index a865235d..9f1cbae5 100644 --- a/projects/hibernate-maven-plugin/1.0/examples.html +++ b/projects/hibernate-maven-plugin/1.0/examples.html @@ -1,53 +1,14 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -265,7 +226,7 @@ - + @@ -277,27 +238,76 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - + + - + - Hibernate 4 Maven Plugin + Hibernate 4 Maven Plugin – -

    $shortTitle

    +

    URI

    • site: /projects/hibernate-maven-plugin/1.0/examples.html
    • @@ -311,17 +321,18 @@


      -
      -

      Configuration Examples

      +
      +

      Configuration Examples

      The plugin was designed with two main goals in mind:

      • It should be easy to use.
      • It should be maximal unlikely, to erase a producation-database by accident.

      To achieve the first goal, the convention-over-configuration paradigma was applied and the plugin was stuffed with usefull logging-messages. So, if in doubt, just turn on the Debug-Output with the mvn -X ....

      -

      To achieve the second goal, the precedence in which the configuration locations are consulted was layouted in a way that makes it possible, to prevent overwrites of the wrong database by accident.

      -

      Configuration through a hibernate.properties-File

      +

      To achieve the second goal, the precedence in which the configuration locations are consulted was layouted in a way that makes it possible, to prevent overwrites of the wrong database by accident.

      +

      Configuration through a hibernate.properties-File

      The most simple way to configure the plugin is, to put all the hibernate-configuration in a hibernate.properties-file on your classpath. Put the file in the resources-folder. Maven will put it in the class-folder of your webapp, where it will be picked up by this plugin as well as by Hibernate 4.

      Doing so, the only additionally configuration needed, to activat the plugin is the following entry in the plugins-section of your pom.xml:

      +
      <plugin>
         <groupId>de.juplo</groupId>
         <artifactId>hibernate4-maven-plugin</artifactId>
      @@ -333,9 +344,10 @@
             </goals>
           </execution>
         </executions>
      -</plugin>
      +</plugin>

      But be aware, that in this case the database-url, that is build in the application is the same that is used while testing, where the database is droped and recreated by the plugin. So, you should never fire up this configuration on your production system, or your database might be erased!

      Hence, you should specify a different url for testing like in the following snippet:

      +
      <plugin>
         <groupId>de.juplo</groupId>
         <artifactId>hibernate4-maven-plugin</artifactId>
      @@ -350,9 +362,9 @@
         <configuration>
           <url><![CDATA[jdbc:mysql://localhost/test-db]]></url>
         </configuration>
      -</plugin>
      -

      Configuration properties, that are set in the configuration-section of the plugin-configuration cannnot be overwritten elsewere (for details see Configuration-Method-Precedence). You never can overwrite them by accident when specifying a property on the commandline or in your settings.xml.

      -

      Configuration through maven-properties

      +</plugin>
    +

    Configuration properties, that are set in the configuration-section of the plugin-configuration cannnot be overwritten elsewere (for details see Configuration-Method-Precedence). You never can overwrite them by accident when specifying a property on the commandline or in your settings.xml.

    +

    Configuration through maven-properties

    Alternatively, it is possible, to configure the plugin via maven-properties. Each relevant configuration-option has a corresponding maven-property (for a full list see the Documentation of the export-Mojo). These are named after the Hibernate JDBC Properties:

    • hibernate.connection.driver_class
    • @@ -362,6 +374,7 @@
    • hibernate.connection.password

    So, instead of writing the hibernate-configuration in the properties-file, like above, you could put it in the properties-section of your pom.xml.

    Thogether with the plugin-definition from above, the following would be a complete configuration (again, the database-url was overwritten in the plugin-configuration, to be sure to have a separate database for testing):

    +
    <properties>
       <hibernate.connection.driver_class>org.hsqldb.jdbcDriver</hibernate.connection.driver_class>
       <hibernate.dialect>org.hibernate.dialect.HSQLDialect</hibernate.dialect>
    @@ -392,8 +405,8 @@
         </configuration>
       </plugin>
     
    -<plugins>
    -

    Configuration through the plugin-configuration

    +<plugins>
    +

    Configuration through the plugin-configuration

    A third way for configuring the plugin is the plugin-configuration. The relevant configuration-parameters are:

    • driverClassName
    • @@ -402,6 +415,7 @@
    • username
    • password

    The equivalent of the configuration from the last section would look like this:

    +
    <plugin>
       <groupId>de.juplo</groupId>
       <artifactId>hibernate4-maven-plugin</artifactId>
    @@ -420,7 +434,7 @@
         <username>sa</username>
         <password></password>
       </configuration>
    -</plugin>
    +</plugin>

    There are some seldom used parameters, that can only be configured throug this method:

    • delimiter the delimiter used in the generated sql-script
    • @@ -430,15 +444,16 @@
    • target create database or generate sql-script or both
    • type create or drop the database or do both or nothing (just validate the annotation-configuration)

    For explanations, see the Documentation of the export-Mojo.

    -

    Configuration-Method-Precedence

    +

    Configuration-Method-Precedence

    The configuration is gathered in a fix order:

    -
      +
      1. hibernate.properties
      2. maven-properties
      3. plugin-configuration

      If you are in doubt about where a configuration-value comes from, run maven with the Debug-Output enabled: mvn -X hibernate4:export and be aware, that maven-properties can be overwitten on the command-line, in your ~/.m2/settings.xml and in a profile.

      The plugin-configuration comes last and overwrites everything else. That way, you can be sure, that a configuration-value, that is specified in the plugin-configuration will never be overwritten by any other configuration-method.

      If you realy need to overwrite plugin-configuration-values with maven-properties, you can use maven-properties in the plugin-configuration:

      +
      <plugin>
         <groupId>de.juplo</groupId>
         <artifactId>hibernate4-maven-plugin</artifactId>
      @@ -453,16 +468,18 @@
         <configuration>
           <password>${my-password-property}</password>
         </configuration>
      -</plugin>
    -

    Enabling Debug-Output

    -

    If you are new to hibernate4-maven-plugin, in many cases, the Configuration-Method-Precedence may be the source of configuration errors. To solve this problem, you should run maven with the debugging output enabled. For example, by executing:

    -
    mvn -X compile hibernate4:export 
    +</plugin>
    +

    Enabling Debug-Output

    +

    If you are new to hibernate4-maven-plugin, in many cases, the Configuration-Method-Precedence may be the source of configuration errors. To solve this problem, you should run maven with the debugging output enabled. For example, by executing:

    +
    +
    mvn -X compile hibernate4:export 

    (The compile might be necessary, because hibernate4-maven-plugin has to scan the compiled classes for annotations!)

    Unlike the majority of the maven-plugins, hibernate4-maven-plugin was designed to give a good many hints, when debugging is enabled. Because, if you do not know, what went wrong, you can't fix it!

    -

    But be warned: hibernate4-maven-plugin tends to be very chatty ;)

    -

    Known Pitfalls

    +

    But be warned: hibernate4-maven-plugin tends to be very chatty ;)

    +

    Known Pitfalls

    One regular problem is the scope of the jdbc-driver-dependency. It is very unlikely, that this dependency is needed at compile-time. So a tidy maven-developer would usually scope it for runtime.

    But this will break the execution of the hibernate4-maven-plugin. Since it will not be able to see the needed dependency, it will fail with an error-message like:

    +
    [INFO] Gathered hibernate-configuration (turn on debugging for details):
     [INFO]   hibernate.connection.username = sa
     [INFO]   hibernate.connection.password = 
    @@ -480,9 +497,10 @@
     [INFO] Total time: 2 seconds
     [INFO] Finished at: Thu Nov 29 11:31:14 CET 2012
     [INFO] Final Memory: 32M/342M
    -[INFO] ------------------------------------------------------------------------
    +[INFO] ------------------------------------------------------------------------

    A quick workaround for this error would be, to delete the runtime-constraint for the jdbc-driver-dependency.

    A much cleaner way is, to (additionally) ad the dependency, to the plugin-definition:

    +
    <plugin>
       <groupId>de.juplo</groupId>
       <artifactId>hibernate4-maven-plugin</artifactId>
    @@ -501,7 +519,7 @@
         <version>2.2.8</version>
       </dependency>
       </dependencies>
    -</plugin>
    +</plugin>

    This is also the best way, if you use a different jdbc-driver for testing, than in production. Because otherwise, this dependency will unnecessarily bloat the runtime-dependencies of your project.


    @@ -510,8 +528,6 @@ { "_titles": { "/projects/hibernate-maven-plugin/1.0/index.html": "Hibernate 4 Maven Plugin", - "/projects/hibernate-maven-plugin/1.0/examples.html": "Examples", - "/projects/hibernate-maven-plugin/1.0/plugin-info.html": "Plugin Documentation", "/projects/hibernate-maven-plugin/1.0/ci-management.html": "CI Management", "/projects/hibernate-maven-plugin/1.0/dependencies.html": "Dependencies", "/projects/hibernate-maven-plugin/1.0/dependency-info.html": "Maven Coordinates", @@ -527,10 +543,17 @@ "/projects/hibernate-maven-plugin/1.0/xref/index.html": "Source Xref", "/projects/hibernate-maven-plugin/1.0/pmd.html": "PMD Report", "/projects/hibernate-maven-plugin/1.0/cpd.html": "CPD Report", - "/projects/hibernate-maven-plugin/1.0/project-reports.html": "Project Reports" + "/projects/hibernate-maven-plugin/1.0/plugin-info.html": "Plugin Documentation", + "/projects/hibernate-maven-plugin/1.0/project-reports.html": "Project Reports", + "/projects/hibernate-maven-plugin/1.0/index.html?about": "Introduction", + "/projects/hibernate-maven-plugin/1.0/examples.html": "Examples", + "/projects/hibernate-maven-plugin/1.0/export-mojo.html": "Parameter Documentation" }, "_childs": { "/projects/hibernate-maven-plugin/1.0/index.html": [ + "/projects/hibernate-maven-plugin/1.0/index.html?about", + "/projects/hibernate-maven-plugin/1.0/examples.html", + "/projects/hibernate-maven-plugin/1.0/export-mojo.html" ], "/projects/hibernate-maven-plugin/1.0/project-info.html": [ "/projects/hibernate-maven-plugin/1.0/ci-management.html", @@ -557,17 +580,6 @@ "/index.html","/projects.html", "/projects/hibernate-maven-plugin/1.0/index.html" ], - "/projects/hibernate-maven-plugin/1.0/examples.html": [ - "/index.html","/projects.html", - "/projects/hibernate-maven-plugin/1.0/index.html", - "/projects/hibernate-maven-plugin/1.0/examples.html" - ], - "/projects/hibernate-maven-plugin/1.0/plugin-info.html": [ - "/index.html","/projects.html", - "/projects/hibernate-maven-plugin/1.0/index.html", - "/projects/hibernate-maven-plugin/1.0/project-reports.html", - "/projects/hibernate-maven-plugin/1.0/plugin-info.html" - ], "/projects/hibernate-maven-plugin/1.0/ci-management.html": [ "/index.html","/projects.html", "/projects/hibernate-maven-plugin/1.0/index.html", @@ -657,16 +669,35 @@ "/projects/hibernate-maven-plugin/1.0/project-reports.html", "/projects/hibernate-maven-plugin/1.0/cpd.html" ], + "/projects/hibernate-maven-plugin/1.0/plugin-info.html": [ + "/index.html","/projects.html", + "/projects/hibernate-maven-plugin/1.0/index.html", + "/projects/hibernate-maven-plugin/1.0/project-reports.html", + "/projects/hibernate-maven-plugin/1.0/plugin-info.html" + ], "/projects/hibernate-maven-plugin/1.0/project-reports.html": [ "/index.html","/projects.html", "/projects/hibernate-maven-plugin/1.0/index.html", "/projects/hibernate-maven-plugin/1.0/project-reports.html" + ], + "/projects/hibernate-maven-plugin/1.0/index.html?about": [ + "/index.html","/projects.html", + "/projects/hibernate-maven-plugin/1.0/index.html", + "/projects/hibernate-maven-plugin/1.0/index.html?about" + ], + "/projects/hibernate-maven-plugin/1.0/examples.html": [ + "/index.html","/projects.html", + "/projects/hibernate-maven-plugin/1.0/index.html", + "/projects/hibernate-maven-plugin/1.0/examples.html" + ], + "/projects/hibernate-maven-plugin/1.0/export-mojo.html": [ + "/index.html","/projects.html", + "/projects/hibernate-maven-plugin/1.0/index.html", + "/projects/hibernate-maven-plugin/1.0/export-mojo.html" ] }, "_canonical": { "/projects/hibernate-maven-plugin/1.0/index.html": "/hibernate-maven-plugin/index.html", - "/projects/hibernate-maven-plugin/1.0/examples.html": "/hibernate-maven-plugin/examples.html", - "/projects/hibernate-maven-plugin/1.0/plugin-info.html": "/hibernate-maven-plugin/plugin-info.html", "/projects/hibernate-maven-plugin/1.0/ci-management.html": "/hibernate-maven-plugin/ci-management.html", "/projects/hibernate-maven-plugin/1.0/dependencies.html": "/hibernate-maven-plugin/dependencies.html", "/projects/hibernate-maven-plugin/1.0/dependency-info.html": "/hibernate-maven-plugin/dependency-info.html", @@ -682,14 +713,18 @@ "/projects/hibernate-maven-plugin/1.0/xref/index.html": "/hibernate-maven-plugin/xref/index.html", "/projects/hibernate-maven-plugin/1.0/pmd.html": "/hibernate-maven-plugin/pmd.html", "/projects/hibernate-maven-plugin/1.0/cpd.html": "/hibernate-maven-plugin/cpd.html", - "/projects/hibernate-maven-plugin/1.0/project-reports.html": "/hibernate-maven-plugin/project-reports.html" + "/projects/hibernate-maven-plugin/1.0/plugin-info.html": "/hibernate-maven-plugin/plugin-info.html", + "/projects/hibernate-maven-plugin/1.0/project-reports.html": "/hibernate-maven-plugin/project-reports.html", + "/projects/hibernate-maven-plugin/1.0/index.html?about": "/hibernate-maven-plugin/index.html?about", + "/projects/hibernate-maven-plugin/1.0/examples.html": "/hibernate-maven-plugin/examples.html", + "/projects/hibernate-maven-plugin/1.0/export-mojo.html": "/hibernate-maven-plugin/export-mojo.html" } }

    All Pages

    +
  • Hibernate 4 Maven Plugin
  • CI Management
  • Dependencies
  • Maven Coordinates
  • Distribution Management
  • Licenses
  • Plugin Management
  • Plugins
  • Source Code Management
  • Summary
  • Team
  • Project Information
  • JavaDocs
  • Source Xref
  • PMD Report
  • CPD Report
  • Plugin Documentation
  • Project Reports
  • Introduction
  • Examples
  • Parameter Documentation
  • diff --git a/projects/hibernate-maven-plugin/1.0/export-mojo.html b/projects/hibernate-maven-plugin/1.0/export-mojo.html index 51df9662..f826c470 100644 --- a/projects/hibernate-maven-plugin/1.0/export-mojo.html +++ b/projects/hibernate-maven-plugin/1.0/export-mojo.html @@ -1,307 +1,929 @@ - - - - - - Hibernate 4 Maven Plugin - - hibernate4:export - - - - - - - - - -
    - -
    -
    -
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hibernate 4 Maven Plugin – hibernate4:export + + + + +

    hibernate4:export

    +

    URI

    +
      +
    • site: /projects/hibernate-maven-plugin/1.0/export-mojo.html
    • +
    • canonical: /hibernate-maven-plugin/export-mojo.html
    • +
    • relative: export-mojo.html
    • +
    +

    Path

    +

    +

      +
    1. Hibernate 4 Maven Plugin
    2. Parameter Documentation
    +

    +
    +
    + -

    hibernate4:export

    -

    Full name:

    -

    de.juplo:hibernate4-maven-plugin:1.0:export

    -

    Description:

    -
    Goal which extracts the hibernate-mapping-configuration and exports +
    +

    hibernate4:export

    + +

    Full name:

    + +

    de.juplo:hibernate4-maven-plugin:1.0:export

    + +

    Description:

    + +
    Goal which extracts the hibernate-mapping-configuration and exports an according SQL-database-schema.
    -

    Attributes:

    -
      -
    • Requires a Maven project to be executed.
    • -
    • Requires dependency resolution of artifacts in scope: runtime.
    • -
    • The goal is thread-safe and supports parallel builds.
    • -
    • Binds by default to the lifecycle phase: process-classes.
    • + +

      Attributes:

      + +
        + +
      • Requires a Maven project to be executed.
      • + +
      • Requires dependency resolution of artifacts in scope: runtime.
      • + +
      • The goal is thread-safe and supports parallel builds.
      • + +
      • Binds by default to the lifecycle phase: process-classes.
      -

      Optional Parameters

      - - - - - - +
      +

      Optional Parameters

      + +
      NameTypeSinceDescription
      + + + + + + + + + + - - - - - + + + + + + + + + + - - - - - + + + + + + + + + + - - - - - + + + + + + + + + + - - - - - + + + + + + + + + + - - - - - + + + + + + + + + + - - - - - + + + + + + + + + + - - - - - + + + + + + + + + + - - - - - + + + + + + + + + + - - - - - + + + + + + + + + + - - - - - + + + + + + + + +
      Default value is: EXPORT.
      - - - - - + + + + + + + + +
      Default value is: BOTH.
      - - - - - + + + + + + + + + + - - - - - + + + + + + + + + +
      NameTypeSinceDescription
      delimiterString-Delimiter in output-file.
      Default value is: ;.
      delimiterString-Delimiter in output-file.
      Default value is: ;.
      driverClassNameString-SQL-Driver name.
      User property is: hibernate.connection.driver_class.
      driverClassNameString-SQL-Driver name.
      User property is: hibernate.connection.driver_class.
      formatboolean-Format output-file.
      Default value is: true.
      formatboolean-Format output-file.
      Default value is: true.
      hibernateDialectString-Hibernate dialect.
      User property is: hibernate.dialect.
      hibernateDialectString-Hibernate dialect.
      User property is: hibernate.dialect.
      hibernatePropertiesString-Hibernate configuration file.
      Default value is: ${project.build.outputDirectory}/hibernate.properties.
      hibernatePropertiesString-Hibernate configuration file.
      Default value is: ${project.build.outputDirectory}/hibernate.properties.
      outputDirectoryString-Directories to scan.
      User property is: project.build.outputDirectory.
      outputDirectoryString-Directories to scan.
      User property is: project.build.outputDirectory.
      outputFileString-Output file.
      Default value is: ${project.build.outputDirectory}/schema.sql.
      outputFileString-Output file.
      Default value is: ${project.build.outputDirectory}/schema.sql.
      passwordString-Database password
      User property is: hibernate.connection.password.
      passwordString-Database password
      User property is: hibernate.connection.password.
      skipboolean-Skip execution
      User property is: maven.test.skip.
      skipboolean-Skip execution
      User property is: maven.test.skip.
      targetString-Target of execution: + +
      targetString-Target of execution: +
        +
      • NONE do nothing - just validate the configuration
      • +
      • EXPORT create database (DEFAULT!)
      • +
      • SCRIPT export schema to SQL-script
      • +
      • BOTH
      • -

      Default value is: EXPORT.
      typeString-Type of export. + +
      typeString-Type of export. +
        +
      • NONE do nothing - just validate the configuration
      • +
      • CREATE create database-schema
      • +
      • DROP drop database-schema
      • +
      • BOTH (DEFAULT!)
      • -

      Default value is: BOTH.
      urlString-Database URL.
      User property is: hibernate.connection.url.
      urlString-Database URL.
      User property is: hibernate.connection.url.
      usernameString-Database username
      User property is: hibernate.connection.username.
      usernameString-Database username
      User property is: hibernate.connection.username.
      -
      -

      Parameter Details

      -

      delimiter:

      -
      Delimiter in output-file.
      -
        -
      • Type: java.lang.String
      • -
      • Required: No
      • -
      • Default: ;
      • -

      driverClassName:

      -
      SQL-Driver name.
      -
        -
      • Type: java.lang.String
      • -
      • Required: No
      • -
      • User Property: hibernate.connection.driver_class
      • -

      format:

      -
      Format output-file.
      -
        -
      • Type: boolean
      • -
      • Required: No
      • -
      • Default: true
      • -

      hibernateDialect:

      -
      Hibernate dialect.
      -
        -
      • Type: java.lang.String
      • -
      • Required: No
      • -
      • User Property: hibernate.dialect
      • -

      hibernateProperties:

      -
      Hibernate configuration file.
      -
        -
      • Type: java.lang.String
      • -
      • Required: No
      • -
      • Default: ${project.build.outputDirectory}/hibernate.properties
      • -

      outputDirectory:

      -
      Directories to scan.
      -
        -
      • Type: java.lang.String
      • -
      • Required: No
      • -
      • User Property: project.build.outputDirectory
      • -

      outputFile:

      -
      Output file.
      -
        -
      • Type: java.lang.String
      • -
      • Required: No
      • -
      • Default: ${project.build.outputDirectory}/schema.sql
      • -

      password:

      -
      Database password
      -
        -
      • Type: java.lang.String
      • -
      • Required: No
      • -
      • User Property: hibernate.connection.password
      • -

      skip:

      -
      Skip execution
      -
        -
      • Type: boolean
      • -
      • Required: No
      • -
      • User Property: maven.test.skip
      • -

      target:

      -
      Target of execution: +
    +
    +

    Parameter Details

    + +

    delimiter:

    + +
    Delimiter in output-file.
    +
      + +
    • Type: java.lang.String
    • + +
    • Required: No
    • + +
    • Default: ;
    • +

    +

    driverClassName:

    + +
    SQL-Driver name.
    + +
      + +
    • Type: java.lang.String
    • + +
    • Required: No
    • + +
    • User Property: hibernate.connection.driver_class
    • +

    +

    format:

    + +
    Format output-file.
    + +
      + +
    • Type: boolean
    • + +
    • Required: No
    • + +
    • Default: true
    • +

    +

    hibernateDialect:

    + +
    Hibernate dialect.
    + +
      + +
    • Type: java.lang.String
    • + +
    • Required: No
    • + +
    • User Property: hibernate.dialect
    • +

    +

    hibernateProperties:

    + +
    Hibernate configuration file.
    + +
      + +
    • Type: java.lang.String
    • + +
    • Required: No
    • + +
    • Default: ${project.build.outputDirectory}/hibernate.properties
    • +

    +

    outputDirectory:

    + +
    Directories to scan.
    + +
      + +
    • Type: java.lang.String
    • + +
    • Required: No
    • + +
    • User Property: project.build.outputDirectory
    • +

    +

    outputFile:

    + +
    Output file.
    + +
      + +
    • Type: java.lang.String
    • + +
    • Required: No
    • + +
    • Default: ${project.build.outputDirectory}/schema.sql
    • +

    +

    password:

    + +
    Database password
    + +
      + +
    • Type: java.lang.String
    • + +
    • Required: No
    • + +
    • User Property: hibernate.connection.password
    • +

    +

    skip:

    + +
    Skip execution
    + +
      + +
    • Type: boolean
    • + +
    • Required: No
    • + +
    • User Property: maven.test.skip
    • +

    +

    target:

    + +
    Target of execution: + +
      +
    • NONE do nothing - just validate the configuration
    • +
    • EXPORT create database (DEFAULT!)
    • +
    • SCRIPT export schema to SQL-script
    • +
    • BOTH
    -
      -
    • Type: java.lang.String
    • -
    • Required: No
    • -
    • Default: EXPORT
    • -

    type:

    -
    Type of export. + +
      + +
    • Type: java.lang.String
    • + +
    • Required: No
    • + +
    • Default: EXPORT
    • +

    +

    type:

    + +
    Type of export. +
      +
    • NONE do nothing - just validate the configuration
    • +
    • CREATE create database-schema
    • +
    • DROP drop database-schema
    • +
    • BOTH (DEFAULT!)
    -
      -
    • Type: java.lang.String
    • -
    • Required: No
    • -
    • Default: BOTH
    • -

    url:

    -
    Database URL.
    -
      -
    • Type: java.lang.String
    • -
    • Required: No
    • -
    • User Property: hibernate.connection.url
    • -

    username:

    -
    Database username
    -
      -
    • Type: java.lang.String
    • -
    • Required: No
    • -
    • User Property: hibernate.connection.username
    • + +
        + +
      • Type: java.lang.String
      • + +
      • Required: No
      • + +
      • Default: BOTH
      • +

      +

      url:

      + +
      Database URL.
      + +
        + +
      • Type: java.lang.String
      • + +
      • Required: No
      • + +
      • User Property: hibernate.connection.url
      • +

      +

      username:

      + +
      Database username
      + +
        + +
      • Type: java.lang.String
      • + +
      • Required: No
      • + +
      • User Property: hibernate.connection.username
      -
    -
    + + - -
    -
    -
    -
    -
    - - - + + +
    +

    Page Structure as JSON

    +
    +{
    +  "_titles": {
    +    "/projects/hibernate-maven-plugin/1.0/index.html": "Hibernate 4 Maven Plugin",
    +    "/projects/hibernate-maven-plugin/1.0/ci-management.html": "CI Management",
    +    "/projects/hibernate-maven-plugin/1.0/dependencies.html": "Dependencies",
    +    "/projects/hibernate-maven-plugin/1.0/dependency-info.html": "Maven Coordinates",
    +    "/projects/hibernate-maven-plugin/1.0/distribution-management.html": "Distribution Management",
    +    "/projects/hibernate-maven-plugin/1.0/licenses.html": "Licenses",
    +    "/projects/hibernate-maven-plugin/1.0/plugin-management.html": "Plugin Management",
    +    "/projects/hibernate-maven-plugin/1.0/plugins.html": "Plugins",
    +    "/projects/hibernate-maven-plugin/1.0/scm.html": "Source Code Management",
    +    "/projects/hibernate-maven-plugin/1.0/summary.html": "Summary",
    +    "/projects/hibernate-maven-plugin/1.0/team.html": "Team",
    +    "/projects/hibernate-maven-plugin/1.0/project-info.html": "Project Information",
    +    "/projects/hibernate-maven-plugin/1.0/apidocs/index.html": "JavaDocs",
    +    "/projects/hibernate-maven-plugin/1.0/xref/index.html": "Source Xref",
    +    "/projects/hibernate-maven-plugin/1.0/pmd.html": "PMD Report",
    +    "/projects/hibernate-maven-plugin/1.0/cpd.html": "CPD Report",
    +    "/projects/hibernate-maven-plugin/1.0/plugin-info.html": "Plugin Documentation",
    +    "/projects/hibernate-maven-plugin/1.0/project-reports.html": "Project Reports",
    +    "/projects/hibernate-maven-plugin/1.0/index.html?about": "Introduction",
    +    "/projects/hibernate-maven-plugin/1.0/examples.html": "Examples",
    +    "/projects/hibernate-maven-plugin/1.0/export-mojo.html": "Parameter Documentation"
    +  },
    +  "_childs": {
    +    "/projects/hibernate-maven-plugin/1.0/index.html": [
    +      "/projects/hibernate-maven-plugin/1.0/index.html?about",
    +      "/projects/hibernate-maven-plugin/1.0/examples.html",
    +      "/projects/hibernate-maven-plugin/1.0/export-mojo.html"
    +    ],
    +    "/projects/hibernate-maven-plugin/1.0/project-info.html": [
    +      "/projects/hibernate-maven-plugin/1.0/ci-management.html",
    +      "/projects/hibernate-maven-plugin/1.0/dependencies.html",
    +      "/projects/hibernate-maven-plugin/1.0/dependency-info.html",
    +      "/projects/hibernate-maven-plugin/1.0/distribution-management.html",
    +      "/projects/hibernate-maven-plugin/1.0/licenses.html",
    +      "/projects/hibernate-maven-plugin/1.0/plugin-management.html",
    +      "/projects/hibernate-maven-plugin/1.0/plugins.html",
    +      "/projects/hibernate-maven-plugin/1.0/scm.html",
    +      "/projects/hibernate-maven-plugin/1.0/summary.html",
    +      "/projects/hibernate-maven-plugin/1.0/team.html"
    +    ],
    +    "/projects/hibernate-maven-plugin/1.0/project-reports.html": [
    +      "/projects/hibernate-maven-plugin/1.0/apidocs/index.html",
    +      "/projects/hibernate-maven-plugin/1.0/xref/index.html",
    +      "/projects/hibernate-maven-plugin/1.0/pmd.html",
    +      "/projects/hibernate-maven-plugin/1.0/cpd.html",
    +      "/projects/hibernate-maven-plugin/1.0/plugin-info.html"
    +    ]
    +  },
    +  "_crumbs": {
    +    "/projects/hibernate-maven-plugin/1.0/index.html": [
    +      "/index.html","/projects.html",
    +      "/projects/hibernate-maven-plugin/1.0/index.html"
    +    ],
    +    "/projects/hibernate-maven-plugin/1.0/ci-management.html": [
    +      "/index.html","/projects.html",
    +      "/projects/hibernate-maven-plugin/1.0/index.html",
    +      "/projects/hibernate-maven-plugin/1.0/project-info.html",
    +      "/projects/hibernate-maven-plugin/1.0/ci-management.html"
    +    ],
    +    "/projects/hibernate-maven-plugin/1.0/dependencies.html": [
    +      "/index.html","/projects.html",
    +      "/projects/hibernate-maven-plugin/1.0/index.html",
    +      "/projects/hibernate-maven-plugin/1.0/project-info.html",
    +      "/projects/hibernate-maven-plugin/1.0/dependencies.html"
    +    ],
    +    "/projects/hibernate-maven-plugin/1.0/dependency-info.html": [
    +      "/index.html","/projects.html",
    +      "/projects/hibernate-maven-plugin/1.0/index.html",
    +      "/projects/hibernate-maven-plugin/1.0/project-info.html",
    +      "/projects/hibernate-maven-plugin/1.0/dependency-info.html"
    +    ],
    +    "/projects/hibernate-maven-plugin/1.0/distribution-management.html": [
    +      "/index.html","/projects.html",
    +      "/projects/hibernate-maven-plugin/1.0/index.html",
    +      "/projects/hibernate-maven-plugin/1.0/project-info.html",
    +      "/projects/hibernate-maven-plugin/1.0/distribution-management.html"
    +    ],
    +    "/projects/hibernate-maven-plugin/1.0/licenses.html": [
    +      "/index.html","/projects.html",
    +      "/projects/hibernate-maven-plugin/1.0/index.html",
    +      "/projects/hibernate-maven-plugin/1.0/project-info.html",
    +      "/projects/hibernate-maven-plugin/1.0/licenses.html"
    +    ],
    +    "/projects/hibernate-maven-plugin/1.0/plugin-management.html": [
    +      "/index.html","/projects.html",
    +      "/projects/hibernate-maven-plugin/1.0/index.html",
    +      "/projects/hibernate-maven-plugin/1.0/project-info.html",
    +      "/projects/hibernate-maven-plugin/1.0/plugin-management.html"
    +    ],
    +    "/projects/hibernate-maven-plugin/1.0/plugins.html": [
    +      "/index.html","/projects.html",
    +      "/projects/hibernate-maven-plugin/1.0/index.html",
    +      "/projects/hibernate-maven-plugin/1.0/project-info.html",
    +      "/projects/hibernate-maven-plugin/1.0/plugins.html"
    +    ],
    +    "/projects/hibernate-maven-plugin/1.0/scm.html": [
    +      "/index.html","/projects.html",
    +      "/projects/hibernate-maven-plugin/1.0/index.html",
    +      "/projects/hibernate-maven-plugin/1.0/project-info.html",
    +      "/projects/hibernate-maven-plugin/1.0/scm.html"
    +    ],
    +    "/projects/hibernate-maven-plugin/1.0/summary.html": [
    +      "/index.html","/projects.html",
    +      "/projects/hibernate-maven-plugin/1.0/index.html",
    +      "/projects/hibernate-maven-plugin/1.0/project-info.html",
    +      "/projects/hibernate-maven-plugin/1.0/summary.html"
    +    ],
    +    "/projects/hibernate-maven-plugin/1.0/team.html": [
    +      "/index.html","/projects.html",
    +      "/projects/hibernate-maven-plugin/1.0/index.html",
    +      "/projects/hibernate-maven-plugin/1.0/project-info.html",
    +      "/projects/hibernate-maven-plugin/1.0/team.html"
    +    ],
    +    "/projects/hibernate-maven-plugin/1.0/project-info.html": [
    +      "/index.html","/projects.html",
    +      "/projects/hibernate-maven-plugin/1.0/index.html",
    +      "/projects/hibernate-maven-plugin/1.0/project-info.html"
    +    ],
    +    "/projects/hibernate-maven-plugin/1.0/apidocs/index.html": [
    +      "/index.html","/projects.html",
    +      "/projects/hibernate-maven-plugin/1.0/index.html",
    +      "/projects/hibernate-maven-plugin/1.0/project-reports.html",
    +      "/projects/hibernate-maven-plugin/1.0/apidocs/index.html"
    +    ],
    +    "/projects/hibernate-maven-plugin/1.0/xref/index.html": [
    +      "/index.html","/projects.html",
    +      "/projects/hibernate-maven-plugin/1.0/index.html",
    +      "/projects/hibernate-maven-plugin/1.0/project-reports.html",
    +      "/projects/hibernate-maven-plugin/1.0/xref/index.html"
    +    ],
    +    "/projects/hibernate-maven-plugin/1.0/pmd.html": [
    +      "/index.html","/projects.html",
    +      "/projects/hibernate-maven-plugin/1.0/index.html",
    +      "/projects/hibernate-maven-plugin/1.0/project-reports.html",
    +      "/projects/hibernate-maven-plugin/1.0/pmd.html"
    +    ],
    +    "/projects/hibernate-maven-plugin/1.0/cpd.html": [
    +      "/index.html","/projects.html",
    +      "/projects/hibernate-maven-plugin/1.0/index.html",
    +      "/projects/hibernate-maven-plugin/1.0/project-reports.html",
    +      "/projects/hibernate-maven-plugin/1.0/cpd.html"
    +    ],
    +    "/projects/hibernate-maven-plugin/1.0/plugin-info.html": [
    +      "/index.html","/projects.html",
    +      "/projects/hibernate-maven-plugin/1.0/index.html",
    +      "/projects/hibernate-maven-plugin/1.0/project-reports.html",
    +      "/projects/hibernate-maven-plugin/1.0/plugin-info.html"
    +    ],
    +    "/projects/hibernate-maven-plugin/1.0/project-reports.html": [
    +      "/index.html","/projects.html",
    +      "/projects/hibernate-maven-plugin/1.0/index.html",
    +      "/projects/hibernate-maven-plugin/1.0/project-reports.html"
    +    ],
    +    "/projects/hibernate-maven-plugin/1.0/index.html?about": [
    +      "/index.html","/projects.html",
    +      "/projects/hibernate-maven-plugin/1.0/index.html",
    +      "/projects/hibernate-maven-plugin/1.0/index.html?about"
    +    ],
    +    "/projects/hibernate-maven-plugin/1.0/examples.html": [
    +      "/index.html","/projects.html",
    +      "/projects/hibernate-maven-plugin/1.0/index.html",
    +      "/projects/hibernate-maven-plugin/1.0/examples.html"
    +    ],
    +    "/projects/hibernate-maven-plugin/1.0/export-mojo.html": [
    +      "/index.html","/projects.html",
    +      "/projects/hibernate-maven-plugin/1.0/index.html",
    +      "/projects/hibernate-maven-plugin/1.0/export-mojo.html"
    +    ]
    +  },
    +  "_canonical": {
    +    "/projects/hibernate-maven-plugin/1.0/index.html": "/hibernate-maven-plugin/index.html",
    +    "/projects/hibernate-maven-plugin/1.0/ci-management.html": "/hibernate-maven-plugin/ci-management.html",
    +    "/projects/hibernate-maven-plugin/1.0/dependencies.html": "/hibernate-maven-plugin/dependencies.html",
    +    "/projects/hibernate-maven-plugin/1.0/dependency-info.html": "/hibernate-maven-plugin/dependency-info.html",
    +    "/projects/hibernate-maven-plugin/1.0/distribution-management.html": "/hibernate-maven-plugin/distribution-management.html",
    +    "/projects/hibernate-maven-plugin/1.0/licenses.html": "/hibernate-maven-plugin/licenses.html",
    +    "/projects/hibernate-maven-plugin/1.0/plugin-management.html": "/hibernate-maven-plugin/plugin-management.html",
    +    "/projects/hibernate-maven-plugin/1.0/plugins.html": "/hibernate-maven-plugin/plugins.html",
    +    "/projects/hibernate-maven-plugin/1.0/scm.html": "/hibernate-maven-plugin/scm.html",
    +    "/projects/hibernate-maven-plugin/1.0/summary.html": "/hibernate-maven-plugin/summary.html",
    +    "/projects/hibernate-maven-plugin/1.0/team.html": "/hibernate-maven-plugin/team.html",
    +    "/projects/hibernate-maven-plugin/1.0/project-info.html": "/hibernate-maven-plugin/project-info.html",
    +    "/projects/hibernate-maven-plugin/1.0/apidocs/index.html": "/hibernate-maven-plugin/apidocs/index.html",
    +    "/projects/hibernate-maven-plugin/1.0/xref/index.html": "/hibernate-maven-plugin/xref/index.html",
    +    "/projects/hibernate-maven-plugin/1.0/pmd.html": "/hibernate-maven-plugin/pmd.html",
    +    "/projects/hibernate-maven-plugin/1.0/cpd.html": "/hibernate-maven-plugin/cpd.html",
    +    "/projects/hibernate-maven-plugin/1.0/plugin-info.html": "/hibernate-maven-plugin/plugin-info.html",
    +    "/projects/hibernate-maven-plugin/1.0/project-reports.html": "/hibernate-maven-plugin/project-reports.html",
    +    "/projects/hibernate-maven-plugin/1.0/index.html?about": "/hibernate-maven-plugin/index.html?about",
    +    "/projects/hibernate-maven-plugin/1.0/examples.html": "/hibernate-maven-plugin/examples.html",
    +    "/projects/hibernate-maven-plugin/1.0/export-mojo.html": "/hibernate-maven-plugin/export-mojo.html"
    +  }
    +}
    +    
    +

    All Pages

    +

    +

    +

    + + diff --git a/projects/hibernate-maven-plugin/1.0/help-mojo.html b/projects/hibernate-maven-plugin/1.0/help-mojo.html new file mode 100644 index 00000000..6f84951e --- /dev/null +++ b/projects/hibernate-maven-plugin/1.0/help-mojo.html @@ -0,0 +1,677 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Hibernate 4 Maven Plugin – hibernate4:help + + + + +

    hibernate4:help

    +

    URI

    +
      +
    • site: /projects/hibernate-maven-plugin/1.0/help-mojo.html
    • +
    • canonical: /hibernate-maven-plugin/help-mojo.html
    • +
    • relative: help-mojo.html
    • +
    +

    Path

    +

    +

      +
    +

    +
    +
    + + +
    +

    hibernate4:help

    + +

    Full name:

    + +

    de.juplo:hibernate4-maven-plugin:1.0:help

    + +

    Description:

    + +
    Display help information on hibernate4-maven-plugin.
    +Call mvn hibernate4:help -Ddetail=true +-Dgoal=<goal-name> to display parameter details.
    + +

    Attributes:

    + +
      + +
    • The goal is thread-safe and supports parallel builds.
    • +
    +
    +

    Optional Parameters

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    NameTypeSinceDescription
    detailboolean-If true, display all settable properties for each +goal.
    Default value is: false.
    User property is: detail.
    goalString-The name of the goal for which to show help. If unspecified, all +goals will be displayed.
    User property is: goal.
    indentSizeint-The number of spaces per indentation level, should be positive.
    Default value is: 2.
    User property is: indentSize.
    lineLengthint-The maximum length of a display line, should be positive.
    Default value is: 80.
    User property is: lineLength.
    +
    +
    +

    Parameter Details

    + +

    detail:

    + +
    If true, display all settable properties for each +goal.
    + +
      + +
    • Type: boolean
    • + +
    • Required: No
    • + +
    • User Property: detail
    • + +
    • Default: false
    • +

    +

    goal:

    + +
    The name of the goal for which to show help. If unspecified, all +goals will be displayed.
    + +
      + +
    • Type: java.lang.String
    • + +
    • Required: No
    • + +
    • User Property: goal
    • +

    +

    indentSize:

    + +
    The number of spaces per indentation level, should be positive.
    + +
      + +
    • Type: int
    • + +
    • Required: No
    • + +
    • User Property: indentSize
    • + +
    • Default: 2
    • +

    +

    lineLength:

    + +
    The maximum length of a display line, should be positive.
    + +
      + +
    • Type: int
    • + +
    • Required: No
    • + +
    • User Property: lineLength
    • + +
    • Default: 80
    • +
    +
    +
    + + +
    +
    +

    Page Structure as JSON

    +
    +{
    +  "_titles": {
    +    "/projects/hibernate-maven-plugin/1.0/index.html": "Hibernate 4 Maven Plugin",
    +    "/projects/hibernate-maven-plugin/1.0/ci-management.html": "CI Management",
    +    "/projects/hibernate-maven-plugin/1.0/dependencies.html": "Dependencies",
    +    "/projects/hibernate-maven-plugin/1.0/dependency-info.html": "Maven Coordinates",
    +    "/projects/hibernate-maven-plugin/1.0/distribution-management.html": "Distribution Management",
    +    "/projects/hibernate-maven-plugin/1.0/licenses.html": "Licenses",
    +    "/projects/hibernate-maven-plugin/1.0/plugin-management.html": "Plugin Management",
    +    "/projects/hibernate-maven-plugin/1.0/plugins.html": "Plugins",
    +    "/projects/hibernate-maven-plugin/1.0/scm.html": "Source Code Management",
    +    "/projects/hibernate-maven-plugin/1.0/summary.html": "Summary",
    +    "/projects/hibernate-maven-plugin/1.0/team.html": "Team",
    +    "/projects/hibernate-maven-plugin/1.0/project-info.html": "Project Information",
    +    "/projects/hibernate-maven-plugin/1.0/apidocs/index.html": "JavaDocs",
    +    "/projects/hibernate-maven-plugin/1.0/xref/index.html": "Source Xref",
    +    "/projects/hibernate-maven-plugin/1.0/pmd.html": "PMD Report",
    +    "/projects/hibernate-maven-plugin/1.0/cpd.html": "CPD Report",
    +    "/projects/hibernate-maven-plugin/1.0/plugin-info.html": "Plugin Documentation",
    +    "/projects/hibernate-maven-plugin/1.0/project-reports.html": "Project Reports",
    +    "/projects/hibernate-maven-plugin/1.0/index.html?about": "Introduction",
    +    "/projects/hibernate-maven-plugin/1.0/examples.html": "Examples",
    +    "/projects/hibernate-maven-plugin/1.0/export-mojo.html": "Parameter Documentation"
    +  },
    +  "_childs": {
    +    "/projects/hibernate-maven-plugin/1.0/index.html": [
    +      "/projects/hibernate-maven-plugin/1.0/index.html?about",
    +      "/projects/hibernate-maven-plugin/1.0/examples.html",
    +      "/projects/hibernate-maven-plugin/1.0/export-mojo.html"
    +    ],
    +    "/projects/hibernate-maven-plugin/1.0/project-info.html": [
    +      "/projects/hibernate-maven-plugin/1.0/ci-management.html",
    +      "/projects/hibernate-maven-plugin/1.0/dependencies.html",
    +      "/projects/hibernate-maven-plugin/1.0/dependency-info.html",
    +      "/projects/hibernate-maven-plugin/1.0/distribution-management.html",
    +      "/projects/hibernate-maven-plugin/1.0/licenses.html",
    +      "/projects/hibernate-maven-plugin/1.0/plugin-management.html",
    +      "/projects/hibernate-maven-plugin/1.0/plugins.html",
    +      "/projects/hibernate-maven-plugin/1.0/scm.html",
    +      "/projects/hibernate-maven-plugin/1.0/summary.html",
    +      "/projects/hibernate-maven-plugin/1.0/team.html"
    +    ],
    +    "/projects/hibernate-maven-plugin/1.0/project-reports.html": [
    +      "/projects/hibernate-maven-plugin/1.0/apidocs/index.html",
    +      "/projects/hibernate-maven-plugin/1.0/xref/index.html",
    +      "/projects/hibernate-maven-plugin/1.0/pmd.html",
    +      "/projects/hibernate-maven-plugin/1.0/cpd.html",
    +      "/projects/hibernate-maven-plugin/1.0/plugin-info.html"
    +    ]
    +  },
    +  "_crumbs": {
    +    "/projects/hibernate-maven-plugin/1.0/index.html": [
    +      "/index.html","/projects.html",
    +      "/projects/hibernate-maven-plugin/1.0/index.html"
    +    ],
    +    "/projects/hibernate-maven-plugin/1.0/ci-management.html": [
    +      "/index.html","/projects.html",
    +      "/projects/hibernate-maven-plugin/1.0/index.html",
    +      "/projects/hibernate-maven-plugin/1.0/project-info.html",
    +      "/projects/hibernate-maven-plugin/1.0/ci-management.html"
    +    ],
    +    "/projects/hibernate-maven-plugin/1.0/dependencies.html": [
    +      "/index.html","/projects.html",
    +      "/projects/hibernate-maven-plugin/1.0/index.html",
    +      "/projects/hibernate-maven-plugin/1.0/project-info.html",
    +      "/projects/hibernate-maven-plugin/1.0/dependencies.html"
    +    ],
    +    "/projects/hibernate-maven-plugin/1.0/dependency-info.html": [
    +      "/index.html","/projects.html",
    +      "/projects/hibernate-maven-plugin/1.0/index.html",
    +      "/projects/hibernate-maven-plugin/1.0/project-info.html",
    +      "/projects/hibernate-maven-plugin/1.0/dependency-info.html"
    +    ],
    +    "/projects/hibernate-maven-plugin/1.0/distribution-management.html": [
    +      "/index.html","/projects.html",
    +      "/projects/hibernate-maven-plugin/1.0/index.html",
    +      "/projects/hibernate-maven-plugin/1.0/project-info.html",
    +      "/projects/hibernate-maven-plugin/1.0/distribution-management.html"
    +    ],
    +    "/projects/hibernate-maven-plugin/1.0/licenses.html": [
    +      "/index.html","/projects.html",
    +      "/projects/hibernate-maven-plugin/1.0/index.html",
    +      "/projects/hibernate-maven-plugin/1.0/project-info.html",
    +      "/projects/hibernate-maven-plugin/1.0/licenses.html"
    +    ],
    +    "/projects/hibernate-maven-plugin/1.0/plugin-management.html": [
    +      "/index.html","/projects.html",
    +      "/projects/hibernate-maven-plugin/1.0/index.html",
    +      "/projects/hibernate-maven-plugin/1.0/project-info.html",
    +      "/projects/hibernate-maven-plugin/1.0/plugin-management.html"
    +    ],
    +    "/projects/hibernate-maven-plugin/1.0/plugins.html": [
    +      "/index.html","/projects.html",
    +      "/projects/hibernate-maven-plugin/1.0/index.html",
    +      "/projects/hibernate-maven-plugin/1.0/project-info.html",
    +      "/projects/hibernate-maven-plugin/1.0/plugins.html"
    +    ],
    +    "/projects/hibernate-maven-plugin/1.0/scm.html": [
    +      "/index.html","/projects.html",
    +      "/projects/hibernate-maven-plugin/1.0/index.html",
    +      "/projects/hibernate-maven-plugin/1.0/project-info.html",
    +      "/projects/hibernate-maven-plugin/1.0/scm.html"
    +    ],
    +    "/projects/hibernate-maven-plugin/1.0/summary.html": [
    +      "/index.html","/projects.html",
    +      "/projects/hibernate-maven-plugin/1.0/index.html",
    +      "/projects/hibernate-maven-plugin/1.0/project-info.html",
    +      "/projects/hibernate-maven-plugin/1.0/summary.html"
    +    ],
    +    "/projects/hibernate-maven-plugin/1.0/team.html": [
    +      "/index.html","/projects.html",
    +      "/projects/hibernate-maven-plugin/1.0/index.html",
    +      "/projects/hibernate-maven-plugin/1.0/project-info.html",
    +      "/projects/hibernate-maven-plugin/1.0/team.html"
    +    ],
    +    "/projects/hibernate-maven-plugin/1.0/project-info.html": [
    +      "/index.html","/projects.html",
    +      "/projects/hibernate-maven-plugin/1.0/index.html",
    +      "/projects/hibernate-maven-plugin/1.0/project-info.html"
    +    ],
    +    "/projects/hibernate-maven-plugin/1.0/apidocs/index.html": [
    +      "/index.html","/projects.html",
    +      "/projects/hibernate-maven-plugin/1.0/index.html",
    +      "/projects/hibernate-maven-plugin/1.0/project-reports.html",
    +      "/projects/hibernate-maven-plugin/1.0/apidocs/index.html"
    +    ],
    +    "/projects/hibernate-maven-plugin/1.0/xref/index.html": [
    +      "/index.html","/projects.html",
    +      "/projects/hibernate-maven-plugin/1.0/index.html",
    +      "/projects/hibernate-maven-plugin/1.0/project-reports.html",
    +      "/projects/hibernate-maven-plugin/1.0/xref/index.html"
    +    ],
    +    "/projects/hibernate-maven-plugin/1.0/pmd.html": [
    +      "/index.html","/projects.html",
    +      "/projects/hibernate-maven-plugin/1.0/index.html",
    +      "/projects/hibernate-maven-plugin/1.0/project-reports.html",
    +      "/projects/hibernate-maven-plugin/1.0/pmd.html"
    +    ],
    +    "/projects/hibernate-maven-plugin/1.0/cpd.html": [
    +      "/index.html","/projects.html",
    +      "/projects/hibernate-maven-plugin/1.0/index.html",
    +      "/projects/hibernate-maven-plugin/1.0/project-reports.html",
    +      "/projects/hibernate-maven-plugin/1.0/cpd.html"
    +    ],
    +    "/projects/hibernate-maven-plugin/1.0/plugin-info.html": [
    +      "/index.html","/projects.html",
    +      "/projects/hibernate-maven-plugin/1.0/index.html",
    +      "/projects/hibernate-maven-plugin/1.0/project-reports.html",
    +      "/projects/hibernate-maven-plugin/1.0/plugin-info.html"
    +    ],
    +    "/projects/hibernate-maven-plugin/1.0/project-reports.html": [
    +      "/index.html","/projects.html",
    +      "/projects/hibernate-maven-plugin/1.0/index.html",
    +      "/projects/hibernate-maven-plugin/1.0/project-reports.html"
    +    ],
    +    "/projects/hibernate-maven-plugin/1.0/index.html?about": [
    +      "/index.html","/projects.html",
    +      "/projects/hibernate-maven-plugin/1.0/index.html",
    +      "/projects/hibernate-maven-plugin/1.0/index.html?about"
    +    ],
    +    "/projects/hibernate-maven-plugin/1.0/examples.html": [
    +      "/index.html","/projects.html",
    +      "/projects/hibernate-maven-plugin/1.0/index.html",
    +      "/projects/hibernate-maven-plugin/1.0/examples.html"
    +    ],
    +    "/projects/hibernate-maven-plugin/1.0/export-mojo.html": [
    +      "/index.html","/projects.html",
    +      "/projects/hibernate-maven-plugin/1.0/index.html",
    +      "/projects/hibernate-maven-plugin/1.0/export-mojo.html"
    +    ]
    +  },
    +  "_canonical": {
    +    "/projects/hibernate-maven-plugin/1.0/index.html": "/hibernate-maven-plugin/index.html",
    +    "/projects/hibernate-maven-plugin/1.0/ci-management.html": "/hibernate-maven-plugin/ci-management.html",
    +    "/projects/hibernate-maven-plugin/1.0/dependencies.html": "/hibernate-maven-plugin/dependencies.html",
    +    "/projects/hibernate-maven-plugin/1.0/dependency-info.html": "/hibernate-maven-plugin/dependency-info.html",
    +    "/projects/hibernate-maven-plugin/1.0/distribution-management.html": "/hibernate-maven-plugin/distribution-management.html",
    +    "/projects/hibernate-maven-plugin/1.0/licenses.html": "/hibernate-maven-plugin/licenses.html",
    +    "/projects/hibernate-maven-plugin/1.0/plugin-management.html": "/hibernate-maven-plugin/plugin-management.html",
    +    "/projects/hibernate-maven-plugin/1.0/plugins.html": "/hibernate-maven-plugin/plugins.html",
    +    "/projects/hibernate-maven-plugin/1.0/scm.html": "/hibernate-maven-plugin/scm.html",
    +    "/projects/hibernate-maven-plugin/1.0/summary.html": "/hibernate-maven-plugin/summary.html",
    +    "/projects/hibernate-maven-plugin/1.0/team.html": "/hibernate-maven-plugin/team.html",
    +    "/projects/hibernate-maven-plugin/1.0/project-info.html": "/hibernate-maven-plugin/project-info.html",
    +    "/projects/hibernate-maven-plugin/1.0/apidocs/index.html": "/hibernate-maven-plugin/apidocs/index.html",
    +    "/projects/hibernate-maven-plugin/1.0/xref/index.html": "/hibernate-maven-plugin/xref/index.html",
    +    "/projects/hibernate-maven-plugin/1.0/pmd.html": "/hibernate-maven-plugin/pmd.html",
    +    "/projects/hibernate-maven-plugin/1.0/cpd.html": "/hibernate-maven-plugin/cpd.html",
    +    "/projects/hibernate-maven-plugin/1.0/plugin-info.html": "/hibernate-maven-plugin/plugin-info.html",
    +    "/projects/hibernate-maven-plugin/1.0/project-reports.html": "/hibernate-maven-plugin/project-reports.html",
    +    "/projects/hibernate-maven-plugin/1.0/index.html?about": "/hibernate-maven-plugin/index.html?about",
    +    "/projects/hibernate-maven-plugin/1.0/examples.html": "/hibernate-maven-plugin/examples.html",
    +    "/projects/hibernate-maven-plugin/1.0/export-mojo.html": "/hibernate-maven-plugin/export-mojo.html"
    +  }
    +}
    +    
    +

    All Pages

    +

    +

    +

    + + diff --git a/projects/hibernate-maven-plugin/1.0/images/collapsed.gif b/projects/hibernate-maven-plugin/1.0/images/collapsed.gif deleted file mode 100644 index 6e710840640c1bfd9dd76ce7fef56f1004092508..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 53 ycmZ?wbhEHbWM^P!XkdT>#h)yUTnvm1Iv_qshJlI4r7uBZ*YkPFU8d4p4Aua}2?(?R diff --git a/projects/hibernate-maven-plugin/1.0/images/expanded.gif b/projects/hibernate-maven-plugin/1.0/images/expanded.gif deleted file mode 100644 index 0fef3d89e0df1f8bc49a0cd827f2607c7d7fd2f0..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 52 xcmZ?wbhEHbWM^P!XkdT>#h)yUTnvm1Iv_qshJlH@g}+fUi&t{amUB!D)&R0C2fzRT diff --git a/projects/hibernate-maven-plugin/1.0/images/external.png b/projects/hibernate-maven-plugin/1.0/images/external.png deleted file mode 100644 index 3f999fc88b360074e41f38c3b4bc06ccb3bb7cf8..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 230 zcmeAS@N?(olHy`uVBq!ia0vp^+(699!3-oX?^2ToQY`6?zK#qG>ra@ocD)4hB}-f* zN`mv#O3D+9QW+dm@{>{(JaZG%Q-e|yQz{EjrrH1%@dWsUxR#cd{{R1fCIbVIy!atN z8e~{WkY6y6%iy53@(Yk3;OXKRQgJIOfsI*BO@UFsfhWLBc>*(#PB?Jn2*(o!76E4F z2oaVU3``tH+Kgs0GI5+@Tg}d)z%jd%F@?{8!SRZ5b1yT80-FZIMn)zc2Ca66y`pzY R*nwsJMCn#OVEqF*oew~oaAu*+mN;-=y?VHT3tIe$XQqrDo-uB_a z!$aaK`z6))OKGn34?nwc^SuifkIL#EmDgV_qjg-#8v*0u4q4%1moUw{LZ54UeCgzNF^jX`uv-XK+9g@yFrG9?@ z!9&5&Tgk*j(b!GF&{N4I-Owl3GNQ;Kslp@APSw&&&ux9d>WxL~{EYoKm2KHvv3+ax zZUYB?Ae*8JnchZheXeEaa>@87?_fB*jV>(`erUx0B6j@wa!KnN)QWMO1rn9HC8 zQU}Tt3>@bftT|;oHYhlHH8T8tc{qL2LBC1&wnQeg^-S05<#H=J%;q~&KX!$OXH$lP zifQJ#9>L8|xhAVRHT-xPa*}7JK>(A*!AmL!CQC~j>707p+C5b#ib-SZ5@wfn#-0y8 zor_pb3M^%mkXhlduwjw4dk@RWhYZ<*tSUAV9x3eYyi#^d39lH{872xT#>g14FgCZb z+Lvv}DClhGVU*`8y(Qe}(9I>Lw<6->0~Q`zX3oMH2272dBARI`0wDzxS_G8b_H+a` TZ#n2*^y*Bf^Krq04Gh)*dSnrT diff --git a/projects/hibernate-maven-plugin/1.0/images/icon_info_sml.gif b/projects/hibernate-maven-plugin/1.0/images/icon_info_sml.gif deleted file mode 100644 index c6cb9ad7ce438a798426703e86a7ffc197d51dbb..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 606 zcmZ?wbhEHb!Rj)7jHhhdgsOUdoQoueZi?7 z>>gViTe&E#V48n=mrru5S3;v}WQB8hiDz7$TU2Fg8RZkU)J)l4H+4sO@7jjxJ4?G(<~7c1nYFul=C0P+d#d`@bj{yi z-npcE!T#Qb2PP~z)H;3B%r(bntUlH>Y2~CvyV|C%UbyM>vTf&9?!2&e&!siHFV0_c zVB`KP8}?n^dg$7Yqc`@PxOMQ%-NWbZ9Xfk=)1K2OFF!hV;r{6>kIr6ua^~ve%eS9j zy7lbD`I|4_et!J??bq+WzI^-n`RfmdkOIfh!pgqYwSCK`t~@$#!^!1aj_y2mzyI{@?vuB79>2N$==JkApPs$`_~ygc*YCf)diVLp z{pXKfy#M&+`?nvze*gIk#Q*;N0|qHLXbBUFKUo+V7>XElKuSSz!oa?}p{S|3rL`#` zEj=M8CWV#D$GthOu#hRgfH^NPHz`Z6or!6tudIJkhF|)EqL_SUmH;#E=*;vU)ut4d z*}1MJ+3|6yK5|W*0YQlwY}}E_93D;*P3)($(!#iHyj&dYc$?gAB*f@)n?~7Mn)5Ze zB*b!gs&gB@F*e|Da`5(ac688Lp~TGAEh5PBlHo`4aV}w%hy?;49h(#+>`NXTD0Bjy;4ci{C-1K14rU#4Xoa9{m6qopA9n0cn|!>ecYkij zwyX=!4*mH3EoqLqSGiVbyFqxD(bS8XSDu{6U1jZO70Ic@{~t&7=B^ zBD)NOoAkU&Gy^LQJ5PtV?u{&65}4ZUmfYbweP{LTy^YnAGv=AGa7*6wj}%~b0?7r5!@qH7P%p1*$L z@#{ODxoUwG+WsY)zWExj-aqxpQS(e!bx&6L`u)?tfB$~}{{8*?cVO&*V`-G2NeC$Z zWMO1r=w{FXnGVVm3>>=|#5rX=HY{-DP?VFNPL-%m%>B+*~5-k^-+4*MLFr;tQ0}^rlS-^!^Q`Mx1hrB$jwn&hk~Xk=#Nl+_9Nu|Y$D G!5RQ;-6)O# diff --git a/projects/hibernate-maven-plugin/1.0/images/icon_warning_sml.gif b/projects/hibernate-maven-plugin/1.0/images/icon_warning_sml.gif deleted file mode 100644 index 873bbb52cb9768103c27fbb9a9bac16ac615fce5..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 576 zcmZ?wbhEHbB!Sy%bj7w z8LP{2I!WYbmF&-Ixi?j6tD|K1XR2M#l>Aw*aXL%wXS3nYW}{zi=4WzsU5r%E6qx+# za{AThd85YVOsT`KDUrWsBtGknIa3>Sy(4;AS@f^Dxt>-=XPXm#FD(1Lr2hBv=9?3X zZS^!XrNw@)>eiN((2|w-y>{aB1+99DGMA?}+UTggT+(Z*rf8+5x~aWVOGcurtl;&U zIa)H3I&#vwvQjJBn`YHj9iKlB7`)(M#!e{yWMO1rC}Yq8NrU2qfqia6SyOXMYa1sM zM_a34eqyRfcQbQJY;^IYGTuzaxglKLqNQEA}OiQec+sQ#rUUjLqg_MpsPmY43 zsgmVV8EHK$eV-B~6*UcAW2+w%1e4o&9#aAczLGF}PmMg|6J0Ey4q A)Bpeg diff --git a/projects/hibernate-maven-plugin/1.0/images/logos/build-by-maven-black.png b/projects/hibernate-maven-plugin/1.0/images/logos/build-by-maven-black.png deleted file mode 100644 index 919fd0f66a7f713920dd7422035db1c9d484351d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2294 zcmVKOG`!VuDc=fnx$+R6#>c^>b&wcOS?|$!`a}U6ptjU_J zlBA}l*3{J0)YMd0R~Hr*dU$xO^ie1jhYlTLS+=C4#MRYRCX#twGUSD6Il$6AA+=UAlkY(ZF;m4037Yc>v&!1mPsNXdliHV74&z>zUEv=}iC@U)i zfc^XTJ3BiAKvYyzczAd~K){|od(ip)`}f`5-HnZnv$L~Hzqq=(y7Kb!>gsAwPfu@e z@3gcu0LabFC4?{xBNPh18Fpy3+Tr2hfq{Yc_V$w}PjVdhGtMTH$zU){PfznaPmK)? z4KH52=;-KZX=#a#jlFZ{PF7YH!!Q{c8Taqs=Xt)UsK{tE{@>vc{2Hgh!NL0adH}e0 z@19Df^78Tm0ES@zz{SO7Zf@=upJ1_AP_bIAgpih&mWqmsojZ4GG#a&9{f)&Au~_Wm z<0F^L4;(mPHk)-io!M*-3JMa7#VIK%EBy%}_$g6IPEM9cBvPp~K0f}{t5+6_rMbEJ z(xpqcZ{G$0j^p<2+vnuu^bN3MdU`rLJ3Br;9ss7MrVbuFxUjHLQBhGX6WriQ5|M*_w z@5bUDdV71dTCG;AO-@dx@4a~OA{y)K>k+2N$jAo|9?w z?b_+nr`2k;!{M;o?Qh<^`R=>#RtFA0KR<`Vfh)Li;|5+X!otGn&U<@%H*VaBDU;Gf zr_<5=()7Iqfmk>yLj`}084`48Zf?d|M~)mpOHfeI{QNv2WMN?;Dk=&9GBY#LVzb%$ z`};Aq6GAK&OK4~)&U*g*IT{xh7M8K~%9SgtQ-;OG#ZeC5ym=F=X|vf(9h#b&K7RZN z05+S=X0xGjU|@g-%ePwl!GC`7t=5VDruDp`t9rXwq=tAb*88KQqo~N`a#V_oixKzA z%F4dJzL1cRy1F{CSUfW`qfjWeZ{Hpm7>H$yNF>V6&c<>vGBOgU_w@7}J9g~o(WA6z z#sgc0B0VlH4i&T6{Pyiz)FUDys6$s*7rnXCi!3z)!0DGJ5eITHyM2Q|E@qtti{QRD z*nbiZg+h^&lY>QINl6I+oH}*N-Q67kYHMqqoSd*@fE67^695Pa36aTU0HD+95)%{g zFw)c0Gcqy&K&4WxG906$qk6p_b=txpgmiazqaGF(M)NU+!{3cPsc^{*a`Ja$nXfZ@ zhsL%N4whw0OG`2M6&4oG&CQ8KBHBPHC@3f>C|I^a>__(qFp!^RU zV`F0uhl6EVxm><`_ijATmoHz|)ztxjL?XdmSuB<(Po5A$mM!w}C3kdS~ef}W>dub-Hhz&fI`vJ#oXvTST@?6qsxN=r)tz|+%n^XARiL+I)0 z!HGL|?4Z?OC@z>ppO+fmk zEDIk1FgrV2R8&O&@;qNwR)+h@$;nZx)dqvXVzG2}b>-#d_4oHa!G&Dp59OYMg zd;9A2I}{29&+|ObzkB!Y^XJcKjE;^*({SomlT)I^E^_90Q{xPG;bvU;38ml zcng&pTZhKxAmAX-{xuvUBO`bZu-omWrKK8;X6fkl>(@`5I6;GyySuwkDCBv*tE;QE zwH1kg)0Ijk1~{Qms8A@Vadob6a=9D}VUx-9>C-1l1S|^dcDq`w#&Z*k#hB*+K%>#n z=0$)zo8T)X1Ujc}V+Omw8!O@%0GKp7%(fp1ER{;7QYogYiHQlT)w*&q5{X2iP;Ak diff --git a/projects/hibernate-maven-plugin/1.0/images/logos/build-by-maven-white.png b/projects/hibernate-maven-plugin/1.0/images/logos/build-by-maven-white.png deleted file mode 100644 index 7d44c9c2e5742bdf8649ad282f83208f1da9b982..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2260 zcmV;_2rKuAP)4hTLUyOQ{PVbVY5&Y3g!&hN~bnR7}ZgkXUt ziC%zU0gf+&kEv>t|d$x|zXw1mS0D%1b{8z7DF%0wW-8(XBFc`A3vVI|O z^!N97baWg(eE86zLn4uA_wL=Zb@+UKU|=8sJb3V6XlSUctSl!dhm4xd=KJ^W|8h2q zR4NS%3yX+|NKQ`f?d=7Cf`Wo)&z=E5TU%REQIXYZefjbwRvsQ6zIyfQojZ3l8V#{v zv)R(q)39Vr2GBPsa+apV2%%fIZY3ln0Kl+1Y8c*(xe3X6sWFH9kH*UDDLl)ZN`}u~;f9D%P!A2LK5P2`MQl z(b3TuDUC++_U+qm01k;n!Z1u+TwGjS+}X2d^Yil+3Pn;B-~q z{Qdm_z{kf&EEb1^gw)j3R904!x}#RBj~+c578Vv16olc}xpQZGd;7k9`>@WHD_2M| z{%VB2fNVCK&1U^_rTW_bx`C@MK&%ZR^ybZ*=;&yb zN);0mV>X+~OA`|lRVtNAr7A8i#zL)DyJycHxm+$5izO0?QmM?$%p@6le0*H3R;yI1 z=;-LCrlu1oPI!8HIypHhmCA~Wig|;>WHON!GbSbmcN`jxhJ=GssnlpRR;zVzaF8J4 z>+3sJhW@0w{LH6-`(Afr<9kMWBXoSUM7Dox&JGJtojOI96z3EG z*uH)HWN?qO7x!`hzQnzLg5JL3Ui^ps%X$n4`+YK2S-yNZo>gC8kJmXUC#D?-i_a7IlwdR(Kkw#T>s)<( zJ!ZVTycREBO!{t;H9|r{F#q)FQ_`LjAsBnPnnKk2PZ;V3*7{M#@%jyBNObh|^_fg2 zd|f0I3eTTEPf=83VhUbHWgRft|{%MRRMp6H>seM7wV6&k5Vn7H0DDSDT_wn(;aaUDU zWi%QoiptK;CgqIWB$bwy78Mm?w@oI~&6_tPBO~$kExCLno}10)mX;RGM?^%-PjqOt zTFi(#=@4C7NJmxEVK7l6G0yhEp_Lq9)1fj}S-2%Mdrv$L~tStVt%xVSheDG9e5EX$6J zj8GIMm&=bIKaK;TqoYG05D0}r0!Kqb1E0?q2n1`_uAR{_f0E{OgnR$~y~Sd|+0n_# z2@6L?MsUQ^H0|QzLJoDKqobtlneyk|8`Sp{cp}PUC5RRQ^8?;2;Iss$eWk%*n3$Nr z(73v~e)3}s219#$yTM=(2n6o#?!LahxUO>?H!v`O%bZ*;$Ideh!!Qg0h{fVXix$lf i91DLtEx@rr0RIK2cl{g~?Z1Nn0000}s diff --git a/projects/hibernate-maven-plugin/1.0/images/logos/maven-feather.png b/projects/hibernate-maven-plugin/1.0/images/logos/maven-feather.png deleted file mode 100644 index b5ada836e9eb4af4db810f648b013933e72c8fbe..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3330 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 diff --git a/projects/hibernate-maven-plugin/1.0/images/newwindow.png b/projects/hibernate-maven-plugin/1.0/images/newwindow.png deleted file mode 100644 index 6287f72bd08a870908e7361d98c35ee0d6dcbc82..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 220 zcmeAS@N?(olHy`uVBq!ia0vp^+(699!3-oX?^2ToQY`6?zK#qG>ra@ocD)4hB}-f* zN`mv#O3D+9QW+dm@{>{(JaZG%Q-e|yQz{EjrrH1%@dWsUxR#cd&SYTt4+aeuCvSob zD+%%o1`04ZXs!GLj7%Iec?BF2%&y2ZFfeUwWbk2P5nvW+xWT~4#-PT{uyM;F);OSv44$rjF6*2U FngH~|K)3(^ diff --git a/projects/hibernate-maven-plugin/1.0/index.html b/projects/hibernate-maven-plugin/1.0/index.html index e6a107bc..efcf08da 100644 --- a/projects/hibernate-maven-plugin/1.0/index.html +++ b/projects/hibernate-maven-plugin/1.0/index.html @@ -1,53 +1,14 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -265,7 +226,7 @@ - + @@ -277,27 +238,76 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - + + - + - Hibernate 4 Maven Plugin + Hibernate 4 Maven Plugin – -

    $shortTitle

    +

    URI

    • site: /projects/hibernate-maven-plugin/1.0/index.html
    • @@ -311,15 +321,15 @@


      -
      -

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

      +
      +

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

      hibernate4-maven-plugin is a plugin for generating a database-schema from your Hibernate-4-Mappings and create or update your database accordingly.

      -

      The plugin was designed to be easy and safe to use, because it must not never, never happen, that you blow away your production database when firering a maven-build of your webapp on your production-machine! For more information about the insiration to write this tiny plugin, read our blog-article about the hibernate4-maven-plugin.

      -

      Documentation and Examples

      +

      The plugin was designed to be easy and safe to use, because it must not never, never happen, that you blow away your production database when firering a maven-build of your webapp on your production-machine! For more information about the insiration to write this tiny plugin, read our blog-article about the hibernate4-maven-plugin.

      +

      Documentation and Examples

      • See Examples for Usage-Eplanations and simple examples of how to use this plugin.
      • -
      • See Plugin Documentation for the full autogenerated documentation. These are mostly configuration-options of the Hibernate-Tools SchemaExport and SchemaUpdate, that do the work in the background.
      -

      Releases

      +
    • See Plugin Documentation for the full autogenerated documentation. These are mostly configuration-options of the Hibernate-Tools SchemaExport and SchemaUpdate, that do the work in the background.
    +

    Releases

    @@ -330,8 +340,6 @@ { "_titles": { "/projects/hibernate-maven-plugin/1.0/index.html": "Hibernate 4 Maven Plugin", - "/projects/hibernate-maven-plugin/1.0/examples.html": "Examples", - "/projects/hibernate-maven-plugin/1.0/plugin-info.html": "Plugin Documentation", "/projects/hibernate-maven-plugin/1.0/ci-management.html": "CI Management", "/projects/hibernate-maven-plugin/1.0/dependencies.html": "Dependencies", "/projects/hibernate-maven-plugin/1.0/dependency-info.html": "Maven Coordinates", @@ -347,10 +355,17 @@ "/projects/hibernate-maven-plugin/1.0/xref/index.html": "Source Xref", "/projects/hibernate-maven-plugin/1.0/pmd.html": "PMD Report", "/projects/hibernate-maven-plugin/1.0/cpd.html": "CPD Report", - "/projects/hibernate-maven-plugin/1.0/project-reports.html": "Project Reports" + "/projects/hibernate-maven-plugin/1.0/plugin-info.html": "Plugin Documentation", + "/projects/hibernate-maven-plugin/1.0/project-reports.html": "Project Reports", + "/projects/hibernate-maven-plugin/1.0/index.html?about": "Introduction", + "/projects/hibernate-maven-plugin/1.0/examples.html": "Examples", + "/projects/hibernate-maven-plugin/1.0/export-mojo.html": "Parameter Documentation" }, "_childs": { "/projects/hibernate-maven-plugin/1.0/index.html": [ + "/projects/hibernate-maven-plugin/1.0/index.html?about", + "/projects/hibernate-maven-plugin/1.0/examples.html", + "/projects/hibernate-maven-plugin/1.0/export-mojo.html" ], "/projects/hibernate-maven-plugin/1.0/project-info.html": [ "/projects/hibernate-maven-plugin/1.0/ci-management.html", @@ -377,17 +392,6 @@ "/index.html","/projects.html", "/projects/hibernate-maven-plugin/1.0/index.html" ], - "/projects/hibernate-maven-plugin/1.0/examples.html": [ - "/index.html","/projects.html", - "/projects/hibernate-maven-plugin/1.0/index.html", - "/projects/hibernate-maven-plugin/1.0/examples.html" - ], - "/projects/hibernate-maven-plugin/1.0/plugin-info.html": [ - "/index.html","/projects.html", - "/projects/hibernate-maven-plugin/1.0/index.html", - "/projects/hibernate-maven-plugin/1.0/project-reports.html", - "/projects/hibernate-maven-plugin/1.0/plugin-info.html" - ], "/projects/hibernate-maven-plugin/1.0/ci-management.html": [ "/index.html","/projects.html", "/projects/hibernate-maven-plugin/1.0/index.html", @@ -477,16 +481,35 @@ "/projects/hibernate-maven-plugin/1.0/project-reports.html", "/projects/hibernate-maven-plugin/1.0/cpd.html" ], + "/projects/hibernate-maven-plugin/1.0/plugin-info.html": [ + "/index.html","/projects.html", + "/projects/hibernate-maven-plugin/1.0/index.html", + "/projects/hibernate-maven-plugin/1.0/project-reports.html", + "/projects/hibernate-maven-plugin/1.0/plugin-info.html" + ], "/projects/hibernate-maven-plugin/1.0/project-reports.html": [ "/index.html","/projects.html", "/projects/hibernate-maven-plugin/1.0/index.html", "/projects/hibernate-maven-plugin/1.0/project-reports.html" + ], + "/projects/hibernate-maven-plugin/1.0/index.html?about": [ + "/index.html","/projects.html", + "/projects/hibernate-maven-plugin/1.0/index.html", + "/projects/hibernate-maven-plugin/1.0/index.html?about" + ], + "/projects/hibernate-maven-plugin/1.0/examples.html": [ + "/index.html","/projects.html", + "/projects/hibernate-maven-plugin/1.0/index.html", + "/projects/hibernate-maven-plugin/1.0/examples.html" + ], + "/projects/hibernate-maven-plugin/1.0/export-mojo.html": [ + "/index.html","/projects.html", + "/projects/hibernate-maven-plugin/1.0/index.html", + "/projects/hibernate-maven-plugin/1.0/export-mojo.html" ] }, "_canonical": { "/projects/hibernate-maven-plugin/1.0/index.html": "/hibernate-maven-plugin/index.html", - "/projects/hibernate-maven-plugin/1.0/examples.html": "/hibernate-maven-plugin/examples.html", - "/projects/hibernate-maven-plugin/1.0/plugin-info.html": "/hibernate-maven-plugin/plugin-info.html", "/projects/hibernate-maven-plugin/1.0/ci-management.html": "/hibernate-maven-plugin/ci-management.html", "/projects/hibernate-maven-plugin/1.0/dependencies.html": "/hibernate-maven-plugin/dependencies.html", "/projects/hibernate-maven-plugin/1.0/dependency-info.html": "/hibernate-maven-plugin/dependency-info.html", @@ -502,14 +525,18 @@ "/projects/hibernate-maven-plugin/1.0/xref/index.html": "/hibernate-maven-plugin/xref/index.html", "/projects/hibernate-maven-plugin/1.0/pmd.html": "/hibernate-maven-plugin/pmd.html", "/projects/hibernate-maven-plugin/1.0/cpd.html": "/hibernate-maven-plugin/cpd.html", - "/projects/hibernate-maven-plugin/1.0/project-reports.html": "/hibernate-maven-plugin/project-reports.html" + "/projects/hibernate-maven-plugin/1.0/plugin-info.html": "/hibernate-maven-plugin/plugin-info.html", + "/projects/hibernate-maven-plugin/1.0/project-reports.html": "/hibernate-maven-plugin/project-reports.html", + "/projects/hibernate-maven-plugin/1.0/index.html?about": "/hibernate-maven-plugin/index.html?about", + "/projects/hibernate-maven-plugin/1.0/examples.html": "/hibernate-maven-plugin/examples.html", + "/projects/hibernate-maven-plugin/1.0/export-mojo.html": "/hibernate-maven-plugin/export-mojo.html" } }

    All Pages

    +
  • Hibernate 4 Maven Plugin
  • CI Management
  • Dependencies
  • Maven Coordinates
  • Distribution Management
  • Licenses
  • Plugin Management
  • Plugins
  • Source Code Management
  • Summary
  • Team
  • Project Information
  • JavaDocs
  • Source Xref
  • PMD Report
  • CPD Report
  • Plugin Documentation
  • Project Reports
  • Introduction
  • Examples
  • Parameter Documentation
  • diff --git a/projects/hibernate-maven-plugin/1.0/integration.html b/projects/hibernate-maven-plugin/1.0/integration.html deleted file mode 100644 index aceb9ca0..00000000 --- a/projects/hibernate-maven-plugin/1.0/integration.html +++ /dev/null @@ -1,125 +0,0 @@ - - - - - - Hibernate 4 Maven Plugin - Continuous Integration - - - - - - - - - -
    - -
    -
    -
    -

    Overview

    This project uses Continuum.

    Access

    The following is a link to the continuous integration system used by the project.

    Notifiers

    Configuration for notifying developers/users when a build is unsuccessful, including user information and notification mode.

    TypeAddressConfiguration
    mailkai@juplo.de-
    -
    -
    -
    -
    -
    - - - diff --git a/projects/hibernate-maven-plugin/1.0/issue-tracking.html b/projects/hibernate-maven-plugin/1.0/issue-tracking.html index 4ebc691f..8f7f2af2 100644 --- a/projects/hibernate-maven-plugin/1.0/issue-tracking.html +++ b/projects/hibernate-maven-plugin/1.0/issue-tracking.html @@ -1,53 +1,14 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -265,7 +226,7 @@ - + @@ -277,27 +238,76 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - + + - + - Hibernate 4 Maven Plugin + Hibernate 4 Maven Plugin – -

    $shortTitle

    +

    URI

    • site: /projects/hibernate-maven-plugin/1.0/issue-tracking.html
    • @@ -311,8 +321,8 @@


      -
      -

      Issue Tracking

      +
      +

      Issue Tracking

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

      Please send your bug-reports, questions or feature-requests directly to the developer.

      @@ -322,8 +332,6 @@ { "_titles": { "/projects/hibernate-maven-plugin/1.0/index.html": "Hibernate 4 Maven Plugin", - "/projects/hibernate-maven-plugin/1.0/examples.html": "Examples", - "/projects/hibernate-maven-plugin/1.0/plugin-info.html": "Plugin Documentation", "/projects/hibernate-maven-plugin/1.0/ci-management.html": "CI Management", "/projects/hibernate-maven-plugin/1.0/dependencies.html": "Dependencies", "/projects/hibernate-maven-plugin/1.0/dependency-info.html": "Maven Coordinates", @@ -339,10 +347,17 @@ "/projects/hibernate-maven-plugin/1.0/xref/index.html": "Source Xref", "/projects/hibernate-maven-plugin/1.0/pmd.html": "PMD Report", "/projects/hibernate-maven-plugin/1.0/cpd.html": "CPD Report", - "/projects/hibernate-maven-plugin/1.0/project-reports.html": "Project Reports" + "/projects/hibernate-maven-plugin/1.0/plugin-info.html": "Plugin Documentation", + "/projects/hibernate-maven-plugin/1.0/project-reports.html": "Project Reports", + "/projects/hibernate-maven-plugin/1.0/index.html?about": "Introduction", + "/projects/hibernate-maven-plugin/1.0/examples.html": "Examples", + "/projects/hibernate-maven-plugin/1.0/export-mojo.html": "Parameter Documentation" }, "_childs": { "/projects/hibernate-maven-plugin/1.0/index.html": [ + "/projects/hibernate-maven-plugin/1.0/index.html?about", + "/projects/hibernate-maven-plugin/1.0/examples.html", + "/projects/hibernate-maven-plugin/1.0/export-mojo.html" ], "/projects/hibernate-maven-plugin/1.0/project-info.html": [ "/projects/hibernate-maven-plugin/1.0/ci-management.html", @@ -369,17 +384,6 @@ "/index.html","/projects.html", "/projects/hibernate-maven-plugin/1.0/index.html" ], - "/projects/hibernate-maven-plugin/1.0/examples.html": [ - "/index.html","/projects.html", - "/projects/hibernate-maven-plugin/1.0/index.html", - "/projects/hibernate-maven-plugin/1.0/examples.html" - ], - "/projects/hibernate-maven-plugin/1.0/plugin-info.html": [ - "/index.html","/projects.html", - "/projects/hibernate-maven-plugin/1.0/index.html", - "/projects/hibernate-maven-plugin/1.0/project-reports.html", - "/projects/hibernate-maven-plugin/1.0/plugin-info.html" - ], "/projects/hibernate-maven-plugin/1.0/ci-management.html": [ "/index.html","/projects.html", "/projects/hibernate-maven-plugin/1.0/index.html", @@ -469,16 +473,35 @@ "/projects/hibernate-maven-plugin/1.0/project-reports.html", "/projects/hibernate-maven-plugin/1.0/cpd.html" ], + "/projects/hibernate-maven-plugin/1.0/plugin-info.html": [ + "/index.html","/projects.html", + "/projects/hibernate-maven-plugin/1.0/index.html", + "/projects/hibernate-maven-plugin/1.0/project-reports.html", + "/projects/hibernate-maven-plugin/1.0/plugin-info.html" + ], "/projects/hibernate-maven-plugin/1.0/project-reports.html": [ "/index.html","/projects.html", "/projects/hibernate-maven-plugin/1.0/index.html", "/projects/hibernate-maven-plugin/1.0/project-reports.html" + ], + "/projects/hibernate-maven-plugin/1.0/index.html?about": [ + "/index.html","/projects.html", + "/projects/hibernate-maven-plugin/1.0/index.html", + "/projects/hibernate-maven-plugin/1.0/index.html?about" + ], + "/projects/hibernate-maven-plugin/1.0/examples.html": [ + "/index.html","/projects.html", + "/projects/hibernate-maven-plugin/1.0/index.html", + "/projects/hibernate-maven-plugin/1.0/examples.html" + ], + "/projects/hibernate-maven-plugin/1.0/export-mojo.html": [ + "/index.html","/projects.html", + "/projects/hibernate-maven-plugin/1.0/index.html", + "/projects/hibernate-maven-plugin/1.0/export-mojo.html" ] }, "_canonical": { "/projects/hibernate-maven-plugin/1.0/index.html": "/hibernate-maven-plugin/index.html", - "/projects/hibernate-maven-plugin/1.0/examples.html": "/hibernate-maven-plugin/examples.html", - "/projects/hibernate-maven-plugin/1.0/plugin-info.html": "/hibernate-maven-plugin/plugin-info.html", "/projects/hibernate-maven-plugin/1.0/ci-management.html": "/hibernate-maven-plugin/ci-management.html", "/projects/hibernate-maven-plugin/1.0/dependencies.html": "/hibernate-maven-plugin/dependencies.html", "/projects/hibernate-maven-plugin/1.0/dependency-info.html": "/hibernate-maven-plugin/dependency-info.html", @@ -494,14 +517,18 @@ "/projects/hibernate-maven-plugin/1.0/xref/index.html": "/hibernate-maven-plugin/xref/index.html", "/projects/hibernate-maven-plugin/1.0/pmd.html": "/hibernate-maven-plugin/pmd.html", "/projects/hibernate-maven-plugin/1.0/cpd.html": "/hibernate-maven-plugin/cpd.html", - "/projects/hibernate-maven-plugin/1.0/project-reports.html": "/hibernate-maven-plugin/project-reports.html" + "/projects/hibernate-maven-plugin/1.0/plugin-info.html": "/hibernate-maven-plugin/plugin-info.html", + "/projects/hibernate-maven-plugin/1.0/project-reports.html": "/hibernate-maven-plugin/project-reports.html", + "/projects/hibernate-maven-plugin/1.0/index.html?about": "/hibernate-maven-plugin/index.html?about", + "/projects/hibernate-maven-plugin/1.0/examples.html": "/hibernate-maven-plugin/examples.html", + "/projects/hibernate-maven-plugin/1.0/export-mojo.html": "/hibernate-maven-plugin/export-mojo.html" } }

      All Pages

      +
    • Hibernate 4 Maven Plugin
    • CI Management
    • Dependencies
    • Maven Coordinates
    • Distribution Management
    • Licenses
    • Plugin Management
    • Plugins
    • Source Code Management
    • Summary
    • Team
    • Project Information
    • JavaDocs
    • Source Xref
    • PMD Report
    • CPD Report
    • Plugin Documentation
    • Project Reports
    • Introduction
    • Examples
    • Parameter Documentation

    diff --git a/projects/hibernate-maven-plugin/1.0/license.html b/projects/hibernate-maven-plugin/1.0/license.html deleted file mode 100644 index 649a0bec..00000000 --- a/projects/hibernate-maven-plugin/1.0/license.html +++ /dev/null @@ -1,327 +0,0 @@ - - - - - - Hibernate 4 Maven Plugin - Project License - - - - - - - - - -
    - -
    -
    -
    -

    Overview

    Typically the licenses listed for the project are that of the project itself, and not of dependencies.

    Project License

    The Apache Software License, Version 2.0

    A business-friendly OSS license

    -                                 Apache License
    -                           Version 2.0, January 2004
    -                        http://www.apache.org/licenses/
    -
    -   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
    -
    -   1. Definitions.
    -
    -      "License" shall mean the terms and conditions for use, reproduction,
    -      and distribution as defined by Sections 1 through 9 of this document.
    -
    -      "Licensor" shall mean the copyright owner or entity authorized by
    -      the copyright owner that is granting the License.
    -
    -      "Legal Entity" shall mean the union of the acting entity and all
    -      other entities that control, are controlled by, or are under common
    -      control with that entity. For the purposes of this definition,
    -      "control" means (i) the power, direct or indirect, to cause the
    -      direction or management of such entity, whether by contract or
    -      otherwise, or (ii) ownership of fifty percent (50%) or more of the
    -      outstanding shares, or (iii) beneficial ownership of such entity.
    -
    -      "You" (or "Your") shall mean an individual or Legal Entity
    -      exercising permissions granted by this License.
    -
    -      "Source" form shall mean the preferred form for making modifications,
    -      including but not limited to software source code, documentation
    -      source, and configuration files.
    -
    -      "Object" form shall mean any form resulting from mechanical
    -      transformation or translation of a Source form, including but
    -      not limited to compiled object code, generated documentation,
    -      and conversions to other media types.
    -
    -      "Work" shall mean the work of authorship, whether in Source or
    -      Object form, made available under the License, as indicated by a
    -      copyright notice that is included in or attached to the work
    -      (an example is provided in the Appendix below).
    -
    -      "Derivative Works" shall mean any work, whether in Source or Object
    -      form, that is based on (or derived from) the Work and for which the
    -      editorial revisions, annotations, elaborations, or other modifications
    -      represent, as a whole, an original work of authorship. For the purposes
    -      of this License, Derivative Works shall not include works that remain
    -      separable from, or merely link (or bind by name) to the interfaces of,
    -      the Work and Derivative Works thereof.
    -
    -      "Contribution" shall mean any work of authorship, including
    -      the original version of the Work and any modifications or additions
    -      to that Work or Derivative Works thereof, that is intentionally
    -      submitted to Licensor for inclusion in the Work by the copyright owner
    -      or by an individual or Legal Entity authorized to submit on behalf of
    -      the copyright owner. For the purposes of this definition, "submitted"
    -      means any form of electronic, verbal, or written communication sent
    -      to the Licensor or its representatives, including but not limited to
    -      communication on electronic mailing lists, source code control systems,
    -      and issue tracking systems that are managed by, or on behalf of, the
    -      Licensor for the purpose of discussing and improving the Work, but
    -      excluding communication that is conspicuously marked or otherwise
    -      designated in writing by the copyright owner as "Not a Contribution."
    -
    -      "Contributor" shall mean Licensor and any individual or Legal Entity
    -      on behalf of whom a Contribution has been received by Licensor and
    -      subsequently incorporated within the Work.
    -
    -   2. Grant of Copyright License. Subject to the terms and conditions of
    -      this License, each Contributor hereby grants to You a perpetual,
    -      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
    -      copyright license to reproduce, prepare Derivative Works of,
    -      publicly display, publicly perform, sublicense, and distribute the
    -      Work and such Derivative Works in Source or Object form.
    -
    -   3. Grant of Patent License. Subject to the terms and conditions of
    -      this License, each Contributor hereby grants to You a perpetual,
    -      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
    -      (except as stated in this section) patent license to make, have made,
    -      use, offer to sell, sell, import, and otherwise transfer the Work,
    -      where such license applies only to those patent claims licensable
    -      by such Contributor that are necessarily infringed by their
    -      Contribution(s) alone or by combination of their Contribution(s)
    -      with the Work to which such Contribution(s) was submitted. If You
    -      institute patent litigation against any entity (including a
    -      cross-claim or counterclaim in a lawsuit) alleging that the Work
    -      or a Contribution incorporated within the Work constitutes direct
    -      or contributory patent infringement, then any patent licenses
    -      granted to You under this License for that Work shall terminate
    -      as of the date such litigation is filed.
    -
    -   4. Redistribution. You may reproduce and distribute copies of the
    -      Work or Derivative Works thereof in any medium, with or without
    -      modifications, and in Source or Object form, provided that You
    -      meet the following conditions:
    -
    -      (a) You must give any other recipients of the Work or
    -          Derivative Works a copy of this License; and
    -
    -      (b) You must cause any modified files to carry prominent notices
    -          stating that You changed the files; and
    -
    -      (c) You must retain, in the Source form of any Derivative Works
    -          that You distribute, all copyright, patent, trademark, and
    -          attribution notices from the Source form of the Work,
    -          excluding those notices that do not pertain to any part of
    -          the Derivative Works; and
    -
    -      (d) If the Work includes a "NOTICE" text file as part of its
    -          distribution, then any Derivative Works that You distribute must
    -          include a readable copy of the attribution notices contained
    -          within such NOTICE file, excluding those notices that do not
    -          pertain to any part of the Derivative Works, in at least one
    -          of the following places: within a NOTICE text file distributed
    -          as part of the Derivative Works; within the Source form or
    -          documentation, if provided along with the Derivative Works; or,
    -          within a display generated by the Derivative Works, if and
    -          wherever such third-party notices normally appear. The contents
    -          of the NOTICE file are for informational purposes only and
    -          do not modify the License. You may add Your own attribution
    -          notices within Derivative Works that You distribute, alongside
    -          or as an addendum to the NOTICE text from the Work, provided
    -          that such additional attribution notices cannot be construed
    -          as modifying the License.
    -
    -      You may add Your own copyright statement to Your modifications and
    -      may provide additional or different license terms and conditions
    -      for use, reproduction, or distribution of Your modifications, or
    -      for any such Derivative Works as a whole, provided Your use,
    -      reproduction, and distribution of the Work otherwise complies with
    -      the conditions stated in this License.
    -
    -   5. Submission of Contributions. Unless You explicitly state otherwise,
    -      any Contribution intentionally submitted for inclusion in the Work
    -      by You to the Licensor shall be under the terms and conditions of
    -      this License, without any additional terms or conditions.
    -      Notwithstanding the above, nothing herein shall supersede or modify
    -      the terms of any separate license agreement you may have executed
    -      with Licensor regarding such Contributions.
    -
    -   6. Trademarks. This License does not grant permission to use the trade
    -      names, trademarks, service marks, or product names of the Licensor,
    -      except as required for reasonable and customary use in describing the
    -      origin of the Work and reproducing the content of the NOTICE file.
    -
    -   7. Disclaimer of Warranty. Unless required by applicable law or
    -      agreed to in writing, Licensor provides the Work (and each
    -      Contributor provides its Contributions) on an "AS IS" BASIS,
    -      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
    -      implied, including, without limitation, any warranties or conditions
    -      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
    -      PARTICULAR PURPOSE. You are solely responsible for determining the
    -      appropriateness of using or redistributing the Work and assume any
    -      risks associated with Your exercise of permissions under this License.
    -
    -   8. Limitation of Liability. In no event and under no legal theory,
    -      whether in tort (including negligence), contract, or otherwise,
    -      unless required by applicable law (such as deliberate and grossly
    -      negligent acts) or agreed to in writing, shall any Contributor be
    -      liable to You for damages, including any direct, indirect, special,
    -      incidental, or consequential damages of any character arising as a
    -      result of this License or out of the use or inability to use the
    -      Work (including but not limited to damages for loss of goodwill,
    -      work stoppage, computer failure or malfunction, or any and all
    -      other commercial damages or losses), even if such Contributor
    -      has been advised of the possibility of such damages.
    -
    -   9. Accepting Warranty or Additional Liability. While redistributing
    -      the Work or Derivative Works thereof, You may choose to offer,
    -      and charge a fee for, acceptance of support, warranty, indemnity,
    -      or other liability obligations and/or rights consistent with this
    -      License. However, in accepting such obligations, You may act only
    -      on Your own behalf and on Your sole responsibility, not on behalf
    -      of any other Contributor, and only if You agree to indemnify,
    -      defend, and hold each Contributor harmless for any liability
    -      incurred by, or claims asserted against, such Contributor by reason
    -      of your accepting any such warranty or additional liability.
    -
    -   END OF TERMS AND CONDITIONS
    -
    -   APPENDIX: How to apply the Apache License to your work.
    -
    -      To apply the Apache License to your work, attach the following
    -      boilerplate notice, with the fields enclosed by brackets "[]"
    -      replaced with your own identifying information. (Don't include
    -      the brackets!)  The text should be enclosed in the appropriate
    -      comment syntax for the file format. We also recommend that a
    -      file or class name and description of purpose be included on the
    -      same "printed page" as the copyright notice for easier
    -      identification within third-party archives.
    -
    -   Copyright [yyyy] [name of copyright owner]
    -
    -   Licensed under the Apache License, Version 2.0 (the "License");
    -   you may not use this file except in compliance with the License.
    -   You may obtain a copy of the License at
    -
    -       http://www.apache.org/licenses/LICENSE-2.0
    -
    -   Unless required by applicable law or agreed to in writing, software
    -   distributed under the License is distributed on an "AS IS" BASIS,
    -   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    -   See the License for the specific language governing permissions and
    -   limitations under the License.
    -
    -
    -
    -
    -
    -
    - - - diff --git a/projects/hibernate-maven-plugin/1.0/licenses.html b/projects/hibernate-maven-plugin/1.0/licenses.html index 7f42a325..5c3ea492 100644 --- a/projects/hibernate-maven-plugin/1.0/licenses.html +++ b/projects/hibernate-maven-plugin/1.0/licenses.html @@ -1,53 +1,14 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -265,7 +226,7 @@ - + @@ -277,22 +238,71 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - + - Project Licenses – Hibernate 4 Maven Plugin + Hibernate 4 Maven Plugin – Project Licenses @@ -311,13 +321,12 @@


    -
    -

    Overview

    -

    Typically the licenses listed for the project are that of the project itself, and not of dependencies.

    -

    Project Licenses

    -

    The Apache Software License, Version 2.0

    +
    +

    Overview

    +

    Typically the licenses listed for the project are that of the project itself, and not of dependencies.

    +

    Project Licenses

    +

    The Apache Software License, Version 2.0

    A business-friendly OSS license

    -
    -

    Page Structure as JSON

    @@ -325,8 +334,6 @@ { "_titles": { "/projects/hibernate-maven-plugin/1.0/index.html": "Hibernate 4 Maven Plugin", - "/projects/hibernate-maven-plugin/1.0/examples.html": "Examples", - "/projects/hibernate-maven-plugin/1.0/plugin-info.html": "Plugin Documentation", "/projects/hibernate-maven-plugin/1.0/ci-management.html": "CI Management", "/projects/hibernate-maven-plugin/1.0/dependencies.html": "Dependencies", "/projects/hibernate-maven-plugin/1.0/dependency-info.html": "Maven Coordinates", @@ -342,10 +349,17 @@ "/projects/hibernate-maven-plugin/1.0/xref/index.html": "Source Xref", "/projects/hibernate-maven-plugin/1.0/pmd.html": "PMD Report", "/projects/hibernate-maven-plugin/1.0/cpd.html": "CPD Report", - "/projects/hibernate-maven-plugin/1.0/project-reports.html": "Project Reports" + "/projects/hibernate-maven-plugin/1.0/plugin-info.html": "Plugin Documentation", + "/projects/hibernate-maven-plugin/1.0/project-reports.html": "Project Reports", + "/projects/hibernate-maven-plugin/1.0/index.html?about": "Introduction", + "/projects/hibernate-maven-plugin/1.0/examples.html": "Examples", + "/projects/hibernate-maven-plugin/1.0/export-mojo.html": "Parameter Documentation" }, "_childs": { "/projects/hibernate-maven-plugin/1.0/index.html": [ + "/projects/hibernate-maven-plugin/1.0/index.html?about", + "/projects/hibernate-maven-plugin/1.0/examples.html", + "/projects/hibernate-maven-plugin/1.0/export-mojo.html" ], "/projects/hibernate-maven-plugin/1.0/project-info.html": [ "/projects/hibernate-maven-plugin/1.0/ci-management.html", @@ -372,17 +386,6 @@ "/index.html","/projects.html", "/projects/hibernate-maven-plugin/1.0/index.html" ], - "/projects/hibernate-maven-plugin/1.0/examples.html": [ - "/index.html","/projects.html", - "/projects/hibernate-maven-plugin/1.0/index.html", - "/projects/hibernate-maven-plugin/1.0/examples.html" - ], - "/projects/hibernate-maven-plugin/1.0/plugin-info.html": [ - "/index.html","/projects.html", - "/projects/hibernate-maven-plugin/1.0/index.html", - "/projects/hibernate-maven-plugin/1.0/project-reports.html", - "/projects/hibernate-maven-plugin/1.0/plugin-info.html" - ], "/projects/hibernate-maven-plugin/1.0/ci-management.html": [ "/index.html","/projects.html", "/projects/hibernate-maven-plugin/1.0/index.html", @@ -472,16 +475,35 @@ "/projects/hibernate-maven-plugin/1.0/project-reports.html", "/projects/hibernate-maven-plugin/1.0/cpd.html" ], + "/projects/hibernate-maven-plugin/1.0/plugin-info.html": [ + "/index.html","/projects.html", + "/projects/hibernate-maven-plugin/1.0/index.html", + "/projects/hibernate-maven-plugin/1.0/project-reports.html", + "/projects/hibernate-maven-plugin/1.0/plugin-info.html" + ], "/projects/hibernate-maven-plugin/1.0/project-reports.html": [ "/index.html","/projects.html", "/projects/hibernate-maven-plugin/1.0/index.html", "/projects/hibernate-maven-plugin/1.0/project-reports.html" + ], + "/projects/hibernate-maven-plugin/1.0/index.html?about": [ + "/index.html","/projects.html", + "/projects/hibernate-maven-plugin/1.0/index.html", + "/projects/hibernate-maven-plugin/1.0/index.html?about" + ], + "/projects/hibernate-maven-plugin/1.0/examples.html": [ + "/index.html","/projects.html", + "/projects/hibernate-maven-plugin/1.0/index.html", + "/projects/hibernate-maven-plugin/1.0/examples.html" + ], + "/projects/hibernate-maven-plugin/1.0/export-mojo.html": [ + "/index.html","/projects.html", + "/projects/hibernate-maven-plugin/1.0/index.html", + "/projects/hibernate-maven-plugin/1.0/export-mojo.html" ] }, "_canonical": { "/projects/hibernate-maven-plugin/1.0/index.html": "/hibernate-maven-plugin/index.html", - "/projects/hibernate-maven-plugin/1.0/examples.html": "/hibernate-maven-plugin/examples.html", - "/projects/hibernate-maven-plugin/1.0/plugin-info.html": "/hibernate-maven-plugin/plugin-info.html", "/projects/hibernate-maven-plugin/1.0/ci-management.html": "/hibernate-maven-plugin/ci-management.html", "/projects/hibernate-maven-plugin/1.0/dependencies.html": "/hibernate-maven-plugin/dependencies.html", "/projects/hibernate-maven-plugin/1.0/dependency-info.html": "/hibernate-maven-plugin/dependency-info.html", @@ -497,14 +519,18 @@ "/projects/hibernate-maven-plugin/1.0/xref/index.html": "/hibernate-maven-plugin/xref/index.html", "/projects/hibernate-maven-plugin/1.0/pmd.html": "/hibernate-maven-plugin/pmd.html", "/projects/hibernate-maven-plugin/1.0/cpd.html": "/hibernate-maven-plugin/cpd.html", - "/projects/hibernate-maven-plugin/1.0/project-reports.html": "/hibernate-maven-plugin/project-reports.html" + "/projects/hibernate-maven-plugin/1.0/plugin-info.html": "/hibernate-maven-plugin/plugin-info.html", + "/projects/hibernate-maven-plugin/1.0/project-reports.html": "/hibernate-maven-plugin/project-reports.html", + "/projects/hibernate-maven-plugin/1.0/index.html?about": "/hibernate-maven-plugin/index.html?about", + "/projects/hibernate-maven-plugin/1.0/examples.html": "/hibernate-maven-plugin/examples.html", + "/projects/hibernate-maven-plugin/1.0/export-mojo.html": "/hibernate-maven-plugin/export-mojo.html" } }

    All Pages

    +
  • Hibernate 4 Maven Plugin
  • CI Management
  • Dependencies
  • Maven Coordinates
  • Distribution Management
  • Licenses
  • Plugin Management
  • Plugins
  • Source Code Management
  • Summary
  • Team
  • Project Information
  • JavaDocs
  • Source Xref
  • PMD Report
  • CPD Report
  • Plugin Documentation
  • Project Reports
  • Introduction
  • Examples
  • Parameter Documentation
  • diff --git a/projects/hibernate-maven-plugin/1.0/mail-lists.html b/projects/hibernate-maven-plugin/1.0/mail-lists.html index fe34baab..9615511a 100644 --- a/projects/hibernate-maven-plugin/1.0/mail-lists.html +++ b/projects/hibernate-maven-plugin/1.0/mail-lists.html @@ -1,53 +1,14 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -265,7 +226,7 @@ - + @@ -277,27 +238,76 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - + + - + - Hibernate 4 Maven Plugin + Hibernate 4 Maven Plugin – -

    $shortTitle

    +

    URI

    • site: /projects/hibernate-maven-plugin/1.0/mail-lists.html
    • @@ -311,8 +321,8 @@


      -
      -

      Mailing Lists

      +
      +

      Mailing Lists

      There are no mailinglists defined for this project!

      Please send your bug-reports, questions or feature-requests directly to the developer.

      @@ -322,8 +332,6 @@ { "_titles": { "/projects/hibernate-maven-plugin/1.0/index.html": "Hibernate 4 Maven Plugin", - "/projects/hibernate-maven-plugin/1.0/examples.html": "Examples", - "/projects/hibernate-maven-plugin/1.0/plugin-info.html": "Plugin Documentation", "/projects/hibernate-maven-plugin/1.0/ci-management.html": "CI Management", "/projects/hibernate-maven-plugin/1.0/dependencies.html": "Dependencies", "/projects/hibernate-maven-plugin/1.0/dependency-info.html": "Maven Coordinates", @@ -339,10 +347,17 @@ "/projects/hibernate-maven-plugin/1.0/xref/index.html": "Source Xref", "/projects/hibernate-maven-plugin/1.0/pmd.html": "PMD Report", "/projects/hibernate-maven-plugin/1.0/cpd.html": "CPD Report", - "/projects/hibernate-maven-plugin/1.0/project-reports.html": "Project Reports" + "/projects/hibernate-maven-plugin/1.0/plugin-info.html": "Plugin Documentation", + "/projects/hibernate-maven-plugin/1.0/project-reports.html": "Project Reports", + "/projects/hibernate-maven-plugin/1.0/index.html?about": "Introduction", + "/projects/hibernate-maven-plugin/1.0/examples.html": "Examples", + "/projects/hibernate-maven-plugin/1.0/export-mojo.html": "Parameter Documentation" }, "_childs": { "/projects/hibernate-maven-plugin/1.0/index.html": [ + "/projects/hibernate-maven-plugin/1.0/index.html?about", + "/projects/hibernate-maven-plugin/1.0/examples.html", + "/projects/hibernate-maven-plugin/1.0/export-mojo.html" ], "/projects/hibernate-maven-plugin/1.0/project-info.html": [ "/projects/hibernate-maven-plugin/1.0/ci-management.html", @@ -369,17 +384,6 @@ "/index.html","/projects.html", "/projects/hibernate-maven-plugin/1.0/index.html" ], - "/projects/hibernate-maven-plugin/1.0/examples.html": [ - "/index.html","/projects.html", - "/projects/hibernate-maven-plugin/1.0/index.html", - "/projects/hibernate-maven-plugin/1.0/examples.html" - ], - "/projects/hibernate-maven-plugin/1.0/plugin-info.html": [ - "/index.html","/projects.html", - "/projects/hibernate-maven-plugin/1.0/index.html", - "/projects/hibernate-maven-plugin/1.0/project-reports.html", - "/projects/hibernate-maven-plugin/1.0/plugin-info.html" - ], "/projects/hibernate-maven-plugin/1.0/ci-management.html": [ "/index.html","/projects.html", "/projects/hibernate-maven-plugin/1.0/index.html", @@ -469,16 +473,35 @@ "/projects/hibernate-maven-plugin/1.0/project-reports.html", "/projects/hibernate-maven-plugin/1.0/cpd.html" ], + "/projects/hibernate-maven-plugin/1.0/plugin-info.html": [ + "/index.html","/projects.html", + "/projects/hibernate-maven-plugin/1.0/index.html", + "/projects/hibernate-maven-plugin/1.0/project-reports.html", + "/projects/hibernate-maven-plugin/1.0/plugin-info.html" + ], "/projects/hibernate-maven-plugin/1.0/project-reports.html": [ "/index.html","/projects.html", "/projects/hibernate-maven-plugin/1.0/index.html", "/projects/hibernate-maven-plugin/1.0/project-reports.html" + ], + "/projects/hibernate-maven-plugin/1.0/index.html?about": [ + "/index.html","/projects.html", + "/projects/hibernate-maven-plugin/1.0/index.html", + "/projects/hibernate-maven-plugin/1.0/index.html?about" + ], + "/projects/hibernate-maven-plugin/1.0/examples.html": [ + "/index.html","/projects.html", + "/projects/hibernate-maven-plugin/1.0/index.html", + "/projects/hibernate-maven-plugin/1.0/examples.html" + ], + "/projects/hibernate-maven-plugin/1.0/export-mojo.html": [ + "/index.html","/projects.html", + "/projects/hibernate-maven-plugin/1.0/index.html", + "/projects/hibernate-maven-plugin/1.0/export-mojo.html" ] }, "_canonical": { "/projects/hibernate-maven-plugin/1.0/index.html": "/hibernate-maven-plugin/index.html", - "/projects/hibernate-maven-plugin/1.0/examples.html": "/hibernate-maven-plugin/examples.html", - "/projects/hibernate-maven-plugin/1.0/plugin-info.html": "/hibernate-maven-plugin/plugin-info.html", "/projects/hibernate-maven-plugin/1.0/ci-management.html": "/hibernate-maven-plugin/ci-management.html", "/projects/hibernate-maven-plugin/1.0/dependencies.html": "/hibernate-maven-plugin/dependencies.html", "/projects/hibernate-maven-plugin/1.0/dependency-info.html": "/hibernate-maven-plugin/dependency-info.html", @@ -494,14 +517,18 @@ "/projects/hibernate-maven-plugin/1.0/xref/index.html": "/hibernate-maven-plugin/xref/index.html", "/projects/hibernate-maven-plugin/1.0/pmd.html": "/hibernate-maven-plugin/pmd.html", "/projects/hibernate-maven-plugin/1.0/cpd.html": "/hibernate-maven-plugin/cpd.html", - "/projects/hibernate-maven-plugin/1.0/project-reports.html": "/hibernate-maven-plugin/project-reports.html" + "/projects/hibernate-maven-plugin/1.0/plugin-info.html": "/hibernate-maven-plugin/plugin-info.html", + "/projects/hibernate-maven-plugin/1.0/project-reports.html": "/hibernate-maven-plugin/project-reports.html", + "/projects/hibernate-maven-plugin/1.0/index.html?about": "/hibernate-maven-plugin/index.html?about", + "/projects/hibernate-maven-plugin/1.0/examples.html": "/hibernate-maven-plugin/examples.html", + "/projects/hibernate-maven-plugin/1.0/export-mojo.html": "/hibernate-maven-plugin/export-mojo.html" } }

      All Pages

      +
    • Hibernate 4 Maven Plugin
    • CI Management
    • Dependencies
    • Maven Coordinates
    • Distribution Management
    • Licenses
    • Plugin Management
    • Plugins
    • Source Code Management
    • Summary
    • Team
    • Project Information
    • JavaDocs
    • Source Xref
    • PMD Report
    • CPD Report
    • Plugin Documentation
    • Project Reports
    • Introduction
    • Examples
    • Parameter Documentation

    diff --git a/projects/hibernate-maven-plugin/1.0/plugin-info.html b/projects/hibernate-maven-plugin/1.0/plugin-info.html index 321be83b..ce50551f 100644 --- a/projects/hibernate-maven-plugin/1.0/plugin-info.html +++ b/projects/hibernate-maven-plugin/1.0/plugin-info.html @@ -1,53 +1,14 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -265,7 +226,7 @@ - + @@ -277,22 +238,71 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - + - Plugin Documentation – Hibernate 4 Maven Plugin + Hibernate 4 Maven Plugin – Plugin Documentation @@ -312,38 +322,67 @@
    -

    Plugin Documentation

    +

    Plugin Documentation

    Goals available for this plugin:

    - +
    - + - +
    Goal Description
    hibernate4:exporthibernate4:export Goal which extracts the hibernate-mapping-configuration and exports an according SQL-database-schema.
    hibernate4:helphibernate4:help Display help information on hibernate4-maven-plugin.
    Call mvn hibernate4:help -Ddetail=true -Dgoal=<goal-name> to display parameter details.
    -

    System Requirements

    +

    System Requirements

    The following specifies the minimum requirements to run this Maven plugin:

    - +
    - + - + - + - +
    MavenMaven 2.0.6
    JDKJDK 1.6
    MemoryMemory No minimum requirement.
    Disk SpaceDisk Space No minimum requirement.
    -

    Usage

    +

    Usage

    You should specify the version in your project's plugin configuration:

    +
    +
    <project>
    +  ...
    +  <build>
    +    <!-- To define the plugin version in your parent POM -->
    +    <pluginManagement>
    +      <plugins>
    +        <plugin>
    +          <groupId>de.juplo</groupId>
    +          <artifactId>hibernate4-maven-plugin</artifactId>
    +          <version>1.0</version>
    +        </plugin>
    +        ...
    +      </plugins>
    +    </pluginManagement>
    +    <!-- To use the plugin goals in your POM or parent POM -->
    +    <plugins>
    +      <plugin>
    +        <groupId>de.juplo</groupId>
    +        <artifactId>hibernate4-maven-plugin</artifactId>
    +        <version>1.0</version>
    +      </plugin>
    +      ...
    +    </plugins>
    +  </build>
    +  ...
    +</project>
    +
    +

    For more information, see "Guide to Configuring Plug-ins"


    Page Structure as JSON

    @@ -351,8 +390,6 @@ Call mvn hibernate4:help -Ddetail=true { "_titles": { "/projects/hibernate-maven-plugin/1.0/index.html": "Hibernate 4 Maven Plugin", - "/projects/hibernate-maven-plugin/1.0/examples.html": "Examples", - "/projects/hibernate-maven-plugin/1.0/plugin-info.html": "Plugin Documentation", "/projects/hibernate-maven-plugin/1.0/ci-management.html": "CI Management", "/projects/hibernate-maven-plugin/1.0/dependencies.html": "Dependencies", "/projects/hibernate-maven-plugin/1.0/dependency-info.html": "Maven Coordinates", @@ -368,10 +405,17 @@ Call mvn hibernate4:help -Ddetail=true "/projects/hibernate-maven-plugin/1.0/xref/index.html": "Source Xref", "/projects/hibernate-maven-plugin/1.0/pmd.html": "PMD Report", "/projects/hibernate-maven-plugin/1.0/cpd.html": "CPD Report", - "/projects/hibernate-maven-plugin/1.0/project-reports.html": "Project Reports" + "/projects/hibernate-maven-plugin/1.0/plugin-info.html": "Plugin Documentation", + "/projects/hibernate-maven-plugin/1.0/project-reports.html": "Project Reports", + "/projects/hibernate-maven-plugin/1.0/index.html?about": "Introduction", + "/projects/hibernate-maven-plugin/1.0/examples.html": "Examples", + "/projects/hibernate-maven-plugin/1.0/export-mojo.html": "Parameter Documentation" }, "_childs": { "/projects/hibernate-maven-plugin/1.0/index.html": [ + "/projects/hibernate-maven-plugin/1.0/index.html?about", + "/projects/hibernate-maven-plugin/1.0/examples.html", + "/projects/hibernate-maven-plugin/1.0/export-mojo.html" ], "/projects/hibernate-maven-plugin/1.0/project-info.html": [ "/projects/hibernate-maven-plugin/1.0/ci-management.html", @@ -398,17 +442,6 @@ Call mvn hibernate4:help -Ddetail=true "/index.html","/projects.html", "/projects/hibernate-maven-plugin/1.0/index.html" ], - "/projects/hibernate-maven-plugin/1.0/examples.html": [ - "/index.html","/projects.html", - "/projects/hibernate-maven-plugin/1.0/index.html", - "/projects/hibernate-maven-plugin/1.0/examples.html" - ], - "/projects/hibernate-maven-plugin/1.0/plugin-info.html": [ - "/index.html","/projects.html", - "/projects/hibernate-maven-plugin/1.0/index.html", - "/projects/hibernate-maven-plugin/1.0/project-reports.html", - "/projects/hibernate-maven-plugin/1.0/plugin-info.html" - ], "/projects/hibernate-maven-plugin/1.0/ci-management.html": [ "/index.html","/projects.html", "/projects/hibernate-maven-plugin/1.0/index.html", @@ -498,16 +531,35 @@ Call mvn hibernate4:help -Ddetail=true "/projects/hibernate-maven-plugin/1.0/project-reports.html", "/projects/hibernate-maven-plugin/1.0/cpd.html" ], + "/projects/hibernate-maven-plugin/1.0/plugin-info.html": [ + "/index.html","/projects.html", + "/projects/hibernate-maven-plugin/1.0/index.html", + "/projects/hibernate-maven-plugin/1.0/project-reports.html", + "/projects/hibernate-maven-plugin/1.0/plugin-info.html" + ], "/projects/hibernate-maven-plugin/1.0/project-reports.html": [ "/index.html","/projects.html", "/projects/hibernate-maven-plugin/1.0/index.html", "/projects/hibernate-maven-plugin/1.0/project-reports.html" + ], + "/projects/hibernate-maven-plugin/1.0/index.html?about": [ + "/index.html","/projects.html", + "/projects/hibernate-maven-plugin/1.0/index.html", + "/projects/hibernate-maven-plugin/1.0/index.html?about" + ], + "/projects/hibernate-maven-plugin/1.0/examples.html": [ + "/index.html","/projects.html", + "/projects/hibernate-maven-plugin/1.0/index.html", + "/projects/hibernate-maven-plugin/1.0/examples.html" + ], + "/projects/hibernate-maven-plugin/1.0/export-mojo.html": [ + "/index.html","/projects.html", + "/projects/hibernate-maven-plugin/1.0/index.html", + "/projects/hibernate-maven-plugin/1.0/export-mojo.html" ] }, "_canonical": { "/projects/hibernate-maven-plugin/1.0/index.html": "/hibernate-maven-plugin/index.html", - "/projects/hibernate-maven-plugin/1.0/examples.html": "/hibernate-maven-plugin/examples.html", - "/projects/hibernate-maven-plugin/1.0/plugin-info.html": "/hibernate-maven-plugin/plugin-info.html", "/projects/hibernate-maven-plugin/1.0/ci-management.html": "/hibernate-maven-plugin/ci-management.html", "/projects/hibernate-maven-plugin/1.0/dependencies.html": "/hibernate-maven-plugin/dependencies.html", "/projects/hibernate-maven-plugin/1.0/dependency-info.html": "/hibernate-maven-plugin/dependency-info.html", @@ -523,14 +575,18 @@ Call mvn hibernate4:help -Ddetail=true "/projects/hibernate-maven-plugin/1.0/xref/index.html": "/hibernate-maven-plugin/xref/index.html", "/projects/hibernate-maven-plugin/1.0/pmd.html": "/hibernate-maven-plugin/pmd.html", "/projects/hibernate-maven-plugin/1.0/cpd.html": "/hibernate-maven-plugin/cpd.html", - "/projects/hibernate-maven-plugin/1.0/project-reports.html": "/hibernate-maven-plugin/project-reports.html" + "/projects/hibernate-maven-plugin/1.0/plugin-info.html": "/hibernate-maven-plugin/plugin-info.html", + "/projects/hibernate-maven-plugin/1.0/project-reports.html": "/hibernate-maven-plugin/project-reports.html", + "/projects/hibernate-maven-plugin/1.0/index.html?about": "/hibernate-maven-plugin/index.html?about", + "/projects/hibernate-maven-plugin/1.0/examples.html": "/hibernate-maven-plugin/examples.html", + "/projects/hibernate-maven-plugin/1.0/export-mojo.html": "/hibernate-maven-plugin/export-mojo.html" } }

    All Pages

    +
  • Hibernate 4 Maven Plugin
  • CI Management
  • Dependencies
  • Maven Coordinates
  • Distribution Management
  • Licenses
  • Plugin Management
  • Plugins
  • Source Code Management
  • Summary
  • Team
  • Project Information
  • JavaDocs
  • Source Xref
  • PMD Report
  • CPD Report
  • Plugin Documentation
  • Project Reports
  • Introduction
  • Examples
  • Parameter Documentation
  • diff --git a/projects/hibernate-maven-plugin/1.0/plugin-management.html b/projects/hibernate-maven-plugin/1.0/plugin-management.html index 9109f9b6..899026b4 100644 --- a/projects/hibernate-maven-plugin/1.0/plugin-management.html +++ b/projects/hibernate-maven-plugin/1.0/plugin-management.html @@ -1,53 +1,14 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -265,7 +226,7 @@ - + @@ -277,22 +238,71 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - + - Project Plugin Management – Hibernate 4 Maven Plugin + Hibernate 4 Maven Plugin – Project Plugin Management @@ -311,9 +321,9 @@


    -
    -

    Project Plugin Management

    - +
    +

    Project Plugin Management

    +
    @@ -341,8 +351,6 @@ { "_titles": { "/projects/hibernate-maven-plugin/1.0/index.html": "Hibernate 4 Maven Plugin", - "/projects/hibernate-maven-plugin/1.0/examples.html": "Examples", - "/projects/hibernate-maven-plugin/1.0/plugin-info.html": "Plugin Documentation", "/projects/hibernate-maven-plugin/1.0/ci-management.html": "CI Management", "/projects/hibernate-maven-plugin/1.0/dependencies.html": "Dependencies", "/projects/hibernate-maven-plugin/1.0/dependency-info.html": "Maven Coordinates", @@ -358,10 +366,17 @@ "/projects/hibernate-maven-plugin/1.0/xref/index.html": "Source Xref", "/projects/hibernate-maven-plugin/1.0/pmd.html": "PMD Report", "/projects/hibernate-maven-plugin/1.0/cpd.html": "CPD Report", - "/projects/hibernate-maven-plugin/1.0/project-reports.html": "Project Reports" + "/projects/hibernate-maven-plugin/1.0/plugin-info.html": "Plugin Documentation", + "/projects/hibernate-maven-plugin/1.0/project-reports.html": "Project Reports", + "/projects/hibernate-maven-plugin/1.0/index.html?about": "Introduction", + "/projects/hibernate-maven-plugin/1.0/examples.html": "Examples", + "/projects/hibernate-maven-plugin/1.0/export-mojo.html": "Parameter Documentation" }, "_childs": { "/projects/hibernate-maven-plugin/1.0/index.html": [ + "/projects/hibernate-maven-plugin/1.0/index.html?about", + "/projects/hibernate-maven-plugin/1.0/examples.html", + "/projects/hibernate-maven-plugin/1.0/export-mojo.html" ], "/projects/hibernate-maven-plugin/1.0/project-info.html": [ "/projects/hibernate-maven-plugin/1.0/ci-management.html", @@ -388,17 +403,6 @@ "/index.html","/projects.html", "/projects/hibernate-maven-plugin/1.0/index.html" ], - "/projects/hibernate-maven-plugin/1.0/examples.html": [ - "/index.html","/projects.html", - "/projects/hibernate-maven-plugin/1.0/index.html", - "/projects/hibernate-maven-plugin/1.0/examples.html" - ], - "/projects/hibernate-maven-plugin/1.0/plugin-info.html": [ - "/index.html","/projects.html", - "/projects/hibernate-maven-plugin/1.0/index.html", - "/projects/hibernate-maven-plugin/1.0/project-reports.html", - "/projects/hibernate-maven-plugin/1.0/plugin-info.html" - ], "/projects/hibernate-maven-plugin/1.0/ci-management.html": [ "/index.html","/projects.html", "/projects/hibernate-maven-plugin/1.0/index.html", @@ -488,16 +492,35 @@ "/projects/hibernate-maven-plugin/1.0/project-reports.html", "/projects/hibernate-maven-plugin/1.0/cpd.html" ], + "/projects/hibernate-maven-plugin/1.0/plugin-info.html": [ + "/index.html","/projects.html", + "/projects/hibernate-maven-plugin/1.0/index.html", + "/projects/hibernate-maven-plugin/1.0/project-reports.html", + "/projects/hibernate-maven-plugin/1.0/plugin-info.html" + ], "/projects/hibernate-maven-plugin/1.0/project-reports.html": [ "/index.html","/projects.html", "/projects/hibernate-maven-plugin/1.0/index.html", "/projects/hibernate-maven-plugin/1.0/project-reports.html" + ], + "/projects/hibernate-maven-plugin/1.0/index.html?about": [ + "/index.html","/projects.html", + "/projects/hibernate-maven-plugin/1.0/index.html", + "/projects/hibernate-maven-plugin/1.0/index.html?about" + ], + "/projects/hibernate-maven-plugin/1.0/examples.html": [ + "/index.html","/projects.html", + "/projects/hibernate-maven-plugin/1.0/index.html", + "/projects/hibernate-maven-plugin/1.0/examples.html" + ], + "/projects/hibernate-maven-plugin/1.0/export-mojo.html": [ + "/index.html","/projects.html", + "/projects/hibernate-maven-plugin/1.0/index.html", + "/projects/hibernate-maven-plugin/1.0/export-mojo.html" ] }, "_canonical": { "/projects/hibernate-maven-plugin/1.0/index.html": "/hibernate-maven-plugin/index.html", - "/projects/hibernate-maven-plugin/1.0/examples.html": "/hibernate-maven-plugin/examples.html", - "/projects/hibernate-maven-plugin/1.0/plugin-info.html": "/hibernate-maven-plugin/plugin-info.html", "/projects/hibernate-maven-plugin/1.0/ci-management.html": "/hibernate-maven-plugin/ci-management.html", "/projects/hibernate-maven-plugin/1.0/dependencies.html": "/hibernate-maven-plugin/dependencies.html", "/projects/hibernate-maven-plugin/1.0/dependency-info.html": "/hibernate-maven-plugin/dependency-info.html", @@ -513,14 +536,18 @@ "/projects/hibernate-maven-plugin/1.0/xref/index.html": "/hibernate-maven-plugin/xref/index.html", "/projects/hibernate-maven-plugin/1.0/pmd.html": "/hibernate-maven-plugin/pmd.html", "/projects/hibernate-maven-plugin/1.0/cpd.html": "/hibernate-maven-plugin/cpd.html", - "/projects/hibernate-maven-plugin/1.0/project-reports.html": "/hibernate-maven-plugin/project-reports.html" + "/projects/hibernate-maven-plugin/1.0/plugin-info.html": "/hibernate-maven-plugin/plugin-info.html", + "/projects/hibernate-maven-plugin/1.0/project-reports.html": "/hibernate-maven-plugin/project-reports.html", + "/projects/hibernate-maven-plugin/1.0/index.html?about": "/hibernate-maven-plugin/index.html?about", + "/projects/hibernate-maven-plugin/1.0/examples.html": "/hibernate-maven-plugin/examples.html", + "/projects/hibernate-maven-plugin/1.0/export-mojo.html": "/hibernate-maven-plugin/export-mojo.html" } }

    All Pages

    +
  • Hibernate 4 Maven Plugin
  • CI Management
  • Dependencies
  • Maven Coordinates
  • Distribution Management
  • Licenses
  • Plugin Management
  • Plugins
  • Source Code Management
  • Summary
  • Team
  • Project Information
  • JavaDocs
  • Source Xref
  • PMD Report
  • CPD Report
  • Plugin Documentation
  • Project Reports
  • Introduction
  • Examples
  • Parameter Documentation
  • diff --git a/projects/hibernate-maven-plugin/1.0/plugins.html b/projects/hibernate-maven-plugin/1.0/plugins.html index 8621db3a..e44bbd03 100644 --- a/projects/hibernate-maven-plugin/1.0/plugins.html +++ b/projects/hibernate-maven-plugin/1.0/plugins.html @@ -1,55 +1,16 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -265,7 +226,7 @@ - + @@ -277,22 +238,71 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - + - Project Plugins – Hibernate 4 Maven Plugin + Hibernate 4 Maven Plugin – Project Plugins @@ -311,9 +321,9 @@


    -
    -

    Project Build Plugins

    -
    GroupId ArtifactId
    +
    +

    Project Build Plugins

    +
    @@ -352,30 +362,34 @@ + + + + - + - + - + - - + + - + -
    GroupId ArtifactId2.4
    org.apache.maven.pluginsmaven-javadoc-plugin2.7
    org.apache.maven.plugins maven-plugin-plugin 3.2
    org.apache.maven.plugins maven-resources-plugin 2.3
    org.apache.maven.plugins maven-scm-plugin 1.7
    org.apache.maven.plugins maven-site-plugin3.21.0
    3.9.1
    org.apache.maven.plugins maven-source-plugin 2.1.2
    org.apache.maven.plugins maven-surefire-plugin2.12.4
    -

    Project Report Plugins

    - +
    2.12.4
    +

    Project Report Plugins

    + @@ -411,8 +425,6 @@ { "_titles": { "/projects/hibernate-maven-plugin/1.0/index.html": "Hibernate 4 Maven Plugin", - "/projects/hibernate-maven-plugin/1.0/examples.html": "Examples", - "/projects/hibernate-maven-plugin/1.0/plugin-info.html": "Plugin Documentation", "/projects/hibernate-maven-plugin/1.0/ci-management.html": "CI Management", "/projects/hibernate-maven-plugin/1.0/dependencies.html": "Dependencies", "/projects/hibernate-maven-plugin/1.0/dependency-info.html": "Maven Coordinates", @@ -428,10 +440,17 @@ "/projects/hibernate-maven-plugin/1.0/xref/index.html": "Source Xref", "/projects/hibernate-maven-plugin/1.0/pmd.html": "PMD Report", "/projects/hibernate-maven-plugin/1.0/cpd.html": "CPD Report", - "/projects/hibernate-maven-plugin/1.0/project-reports.html": "Project Reports" + "/projects/hibernate-maven-plugin/1.0/plugin-info.html": "Plugin Documentation", + "/projects/hibernate-maven-plugin/1.0/project-reports.html": "Project Reports", + "/projects/hibernate-maven-plugin/1.0/index.html?about": "Introduction", + "/projects/hibernate-maven-plugin/1.0/examples.html": "Examples", + "/projects/hibernate-maven-plugin/1.0/export-mojo.html": "Parameter Documentation" }, "_childs": { "/projects/hibernate-maven-plugin/1.0/index.html": [ + "/projects/hibernate-maven-plugin/1.0/index.html?about", + "/projects/hibernate-maven-plugin/1.0/examples.html", + "/projects/hibernate-maven-plugin/1.0/export-mojo.html" ], "/projects/hibernate-maven-plugin/1.0/project-info.html": [ "/projects/hibernate-maven-plugin/1.0/ci-management.html", @@ -458,17 +477,6 @@ "/index.html","/projects.html", "/projects/hibernate-maven-plugin/1.0/index.html" ], - "/projects/hibernate-maven-plugin/1.0/examples.html": [ - "/index.html","/projects.html", - "/projects/hibernate-maven-plugin/1.0/index.html", - "/projects/hibernate-maven-plugin/1.0/examples.html" - ], - "/projects/hibernate-maven-plugin/1.0/plugin-info.html": [ - "/index.html","/projects.html", - "/projects/hibernate-maven-plugin/1.0/index.html", - "/projects/hibernate-maven-plugin/1.0/project-reports.html", - "/projects/hibernate-maven-plugin/1.0/plugin-info.html" - ], "/projects/hibernate-maven-plugin/1.0/ci-management.html": [ "/index.html","/projects.html", "/projects/hibernate-maven-plugin/1.0/index.html", @@ -558,16 +566,35 @@ "/projects/hibernate-maven-plugin/1.0/project-reports.html", "/projects/hibernate-maven-plugin/1.0/cpd.html" ], + "/projects/hibernate-maven-plugin/1.0/plugin-info.html": [ + "/index.html","/projects.html", + "/projects/hibernate-maven-plugin/1.0/index.html", + "/projects/hibernate-maven-plugin/1.0/project-reports.html", + "/projects/hibernate-maven-plugin/1.0/plugin-info.html" + ], "/projects/hibernate-maven-plugin/1.0/project-reports.html": [ "/index.html","/projects.html", "/projects/hibernate-maven-plugin/1.0/index.html", "/projects/hibernate-maven-plugin/1.0/project-reports.html" + ], + "/projects/hibernate-maven-plugin/1.0/index.html?about": [ + "/index.html","/projects.html", + "/projects/hibernate-maven-plugin/1.0/index.html", + "/projects/hibernate-maven-plugin/1.0/index.html?about" + ], + "/projects/hibernate-maven-plugin/1.0/examples.html": [ + "/index.html","/projects.html", + "/projects/hibernate-maven-plugin/1.0/index.html", + "/projects/hibernate-maven-plugin/1.0/examples.html" + ], + "/projects/hibernate-maven-plugin/1.0/export-mojo.html": [ + "/index.html","/projects.html", + "/projects/hibernate-maven-plugin/1.0/index.html", + "/projects/hibernate-maven-plugin/1.0/export-mojo.html" ] }, "_canonical": { "/projects/hibernate-maven-plugin/1.0/index.html": "/hibernate-maven-plugin/index.html", - "/projects/hibernate-maven-plugin/1.0/examples.html": "/hibernate-maven-plugin/examples.html", - "/projects/hibernate-maven-plugin/1.0/plugin-info.html": "/hibernate-maven-plugin/plugin-info.html", "/projects/hibernate-maven-plugin/1.0/ci-management.html": "/hibernate-maven-plugin/ci-management.html", "/projects/hibernate-maven-plugin/1.0/dependencies.html": "/hibernate-maven-plugin/dependencies.html", "/projects/hibernate-maven-plugin/1.0/dependency-info.html": "/hibernate-maven-plugin/dependency-info.html", @@ -583,14 +610,18 @@ "/projects/hibernate-maven-plugin/1.0/xref/index.html": "/hibernate-maven-plugin/xref/index.html", "/projects/hibernate-maven-plugin/1.0/pmd.html": "/hibernate-maven-plugin/pmd.html", "/projects/hibernate-maven-plugin/1.0/cpd.html": "/hibernate-maven-plugin/cpd.html", - "/projects/hibernate-maven-plugin/1.0/project-reports.html": "/hibernate-maven-plugin/project-reports.html" + "/projects/hibernate-maven-plugin/1.0/plugin-info.html": "/hibernate-maven-plugin/plugin-info.html", + "/projects/hibernate-maven-plugin/1.0/project-reports.html": "/hibernate-maven-plugin/project-reports.html", + "/projects/hibernate-maven-plugin/1.0/index.html?about": "/hibernate-maven-plugin/index.html?about", + "/projects/hibernate-maven-plugin/1.0/examples.html": "/hibernate-maven-plugin/examples.html", + "/projects/hibernate-maven-plugin/1.0/export-mojo.html": "/hibernate-maven-plugin/export-mojo.html" } }

    All Pages

    +
  • Hibernate 4 Maven Plugin
  • CI Management
  • Dependencies
  • Maven Coordinates
  • Distribution Management
  • Licenses
  • Plugin Management
  • Plugins
  • Source Code Management
  • Summary
  • Team
  • Project Information
  • JavaDocs
  • Source Xref
  • PMD Report
  • CPD Report
  • Plugin Documentation
  • Project Reports
  • Introduction
  • Examples
  • Parameter Documentation
  • diff --git a/projects/hibernate-maven-plugin/1.0/pmd.html b/projects/hibernate-maven-plugin/1.0/pmd.html index 0ed62306..c1740581 100644 --- a/projects/hibernate-maven-plugin/1.0/pmd.html +++ b/projects/hibernate-maven-plugin/1.0/pmd.html @@ -1,53 +1,14 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -265,7 +226,7 @@ - + @@ -277,22 +238,71 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - + - PMD Results – Hibernate 4 Maven Plugin + Hibernate 4 Maven Plugin – PMD Results @@ -312,16 +322,10 @@
    -

    PMD Results

    +

    PMD Results

    The following document contains the results of PMD 4.3.

    -

    Files

    -

    de/juplo/plugins/hibernate4/HelpMojo.java

    -
    - - - - -
    GroupId ArtifactId
    ViolationLine
    Avoid unused imports such as 'java.util.Iterator'18
    +

    Files

    +

    PMD found no problems in your source code.


    Page Structure as JSON

    @@ -329,8 +333,6 @@ { "_titles": { "/projects/hibernate-maven-plugin/1.0/index.html": "Hibernate 4 Maven Plugin", - "/projects/hibernate-maven-plugin/1.0/examples.html": "Examples", - "/projects/hibernate-maven-plugin/1.0/plugin-info.html": "Plugin Documentation", "/projects/hibernate-maven-plugin/1.0/ci-management.html": "CI Management", "/projects/hibernate-maven-plugin/1.0/dependencies.html": "Dependencies", "/projects/hibernate-maven-plugin/1.0/dependency-info.html": "Maven Coordinates", @@ -346,10 +348,17 @@ "/projects/hibernate-maven-plugin/1.0/xref/index.html": "Source Xref", "/projects/hibernate-maven-plugin/1.0/pmd.html": "PMD Report", "/projects/hibernate-maven-plugin/1.0/cpd.html": "CPD Report", - "/projects/hibernate-maven-plugin/1.0/project-reports.html": "Project Reports" + "/projects/hibernate-maven-plugin/1.0/plugin-info.html": "Plugin Documentation", + "/projects/hibernate-maven-plugin/1.0/project-reports.html": "Project Reports", + "/projects/hibernate-maven-plugin/1.0/index.html?about": "Introduction", + "/projects/hibernate-maven-plugin/1.0/examples.html": "Examples", + "/projects/hibernate-maven-plugin/1.0/export-mojo.html": "Parameter Documentation" }, "_childs": { "/projects/hibernate-maven-plugin/1.0/index.html": [ + "/projects/hibernate-maven-plugin/1.0/index.html?about", + "/projects/hibernate-maven-plugin/1.0/examples.html", + "/projects/hibernate-maven-plugin/1.0/export-mojo.html" ], "/projects/hibernate-maven-plugin/1.0/project-info.html": [ "/projects/hibernate-maven-plugin/1.0/ci-management.html", @@ -376,17 +385,6 @@ "/index.html","/projects.html", "/projects/hibernate-maven-plugin/1.0/index.html" ], - "/projects/hibernate-maven-plugin/1.0/examples.html": [ - "/index.html","/projects.html", - "/projects/hibernate-maven-plugin/1.0/index.html", - "/projects/hibernate-maven-plugin/1.0/examples.html" - ], - "/projects/hibernate-maven-plugin/1.0/plugin-info.html": [ - "/index.html","/projects.html", - "/projects/hibernate-maven-plugin/1.0/index.html", - "/projects/hibernate-maven-plugin/1.0/project-reports.html", - "/projects/hibernate-maven-plugin/1.0/plugin-info.html" - ], "/projects/hibernate-maven-plugin/1.0/ci-management.html": [ "/index.html","/projects.html", "/projects/hibernate-maven-plugin/1.0/index.html", @@ -476,16 +474,35 @@ "/projects/hibernate-maven-plugin/1.0/project-reports.html", "/projects/hibernate-maven-plugin/1.0/cpd.html" ], + "/projects/hibernate-maven-plugin/1.0/plugin-info.html": [ + "/index.html","/projects.html", + "/projects/hibernate-maven-plugin/1.0/index.html", + "/projects/hibernate-maven-plugin/1.0/project-reports.html", + "/projects/hibernate-maven-plugin/1.0/plugin-info.html" + ], "/projects/hibernate-maven-plugin/1.0/project-reports.html": [ "/index.html","/projects.html", "/projects/hibernate-maven-plugin/1.0/index.html", "/projects/hibernate-maven-plugin/1.0/project-reports.html" + ], + "/projects/hibernate-maven-plugin/1.0/index.html?about": [ + "/index.html","/projects.html", + "/projects/hibernate-maven-plugin/1.0/index.html", + "/projects/hibernate-maven-plugin/1.0/index.html?about" + ], + "/projects/hibernate-maven-plugin/1.0/examples.html": [ + "/index.html","/projects.html", + "/projects/hibernate-maven-plugin/1.0/index.html", + "/projects/hibernate-maven-plugin/1.0/examples.html" + ], + "/projects/hibernate-maven-plugin/1.0/export-mojo.html": [ + "/index.html","/projects.html", + "/projects/hibernate-maven-plugin/1.0/index.html", + "/projects/hibernate-maven-plugin/1.0/export-mojo.html" ] }, "_canonical": { "/projects/hibernate-maven-plugin/1.0/index.html": "/hibernate-maven-plugin/index.html", - "/projects/hibernate-maven-plugin/1.0/examples.html": "/hibernate-maven-plugin/examples.html", - "/projects/hibernate-maven-plugin/1.0/plugin-info.html": "/hibernate-maven-plugin/plugin-info.html", "/projects/hibernate-maven-plugin/1.0/ci-management.html": "/hibernate-maven-plugin/ci-management.html", "/projects/hibernate-maven-plugin/1.0/dependencies.html": "/hibernate-maven-plugin/dependencies.html", "/projects/hibernate-maven-plugin/1.0/dependency-info.html": "/hibernate-maven-plugin/dependency-info.html", @@ -501,14 +518,18 @@ "/projects/hibernate-maven-plugin/1.0/xref/index.html": "/hibernate-maven-plugin/xref/index.html", "/projects/hibernate-maven-plugin/1.0/pmd.html": "/hibernate-maven-plugin/pmd.html", "/projects/hibernate-maven-plugin/1.0/cpd.html": "/hibernate-maven-plugin/cpd.html", - "/projects/hibernate-maven-plugin/1.0/project-reports.html": "/hibernate-maven-plugin/project-reports.html" + "/projects/hibernate-maven-plugin/1.0/plugin-info.html": "/hibernate-maven-plugin/plugin-info.html", + "/projects/hibernate-maven-plugin/1.0/project-reports.html": "/hibernate-maven-plugin/project-reports.html", + "/projects/hibernate-maven-plugin/1.0/index.html?about": "/hibernate-maven-plugin/index.html?about", + "/projects/hibernate-maven-plugin/1.0/examples.html": "/hibernate-maven-plugin/examples.html", + "/projects/hibernate-maven-plugin/1.0/export-mojo.html": "/hibernate-maven-plugin/export-mojo.html" } }

    All Pages

    +
  • Hibernate 4 Maven Plugin
  • CI Management
  • Dependencies
  • Maven Coordinates
  • Distribution Management
  • Licenses
  • Plugin Management
  • Plugins
  • Source Code Management
  • Summary
  • Team
  • Project Information
  • JavaDocs
  • Source Xref
  • PMD Report
  • CPD Report
  • Plugin Documentation
  • Project Reports
  • Introduction
  • Examples
  • Parameter Documentation
  • diff --git a/projects/hibernate-maven-plugin/1.0/pmd.xml b/projects/hibernate-maven-plugin/1.0/pmd.xml index 8ca95d51..e2efd6a5 100644 --- a/projects/hibernate-maven-plugin/1.0/pmd.xml +++ b/projects/hibernate-maven-plugin/1.0/pmd.xml @@ -1,8 +1,3 @@ - - - -Avoid unused imports such as 'java.util.Iterator' - - + \ No newline at end of file diff --git a/projects/hibernate-maven-plugin/1.0/project-info.html b/projects/hibernate-maven-plugin/1.0/project-info.html index 6a9f9fbf..13fcdd8b 100644 --- a/projects/hibernate-maven-plugin/1.0/project-info.html +++ b/projects/hibernate-maven-plugin/1.0/project-info.html @@ -1,53 +1,14 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -265,7 +226,7 @@ - + @@ -277,22 +238,71 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - + - Project Information – Hibernate 4 Maven Plugin + Hibernate 4 Maven Plugin – Project Information @@ -312,10 +322,10 @@
    -

    Project Information

    -

    This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

    -

    Overview

    - +

    Project Information

    +

    This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

    +

    Overview

    +
    @@ -359,8 +369,6 @@ { "_titles": { "/projects/hibernate-maven-plugin/1.0/index.html": "Hibernate 4 Maven Plugin", - "/projects/hibernate-maven-plugin/1.0/examples.html": "Examples", - "/projects/hibernate-maven-plugin/1.0/plugin-info.html": "Plugin Documentation", "/projects/hibernate-maven-plugin/1.0/ci-management.html": "CI Management", "/projects/hibernate-maven-plugin/1.0/dependencies.html": "Dependencies", "/projects/hibernate-maven-plugin/1.0/dependency-info.html": "Maven Coordinates", @@ -376,10 +384,17 @@ "/projects/hibernate-maven-plugin/1.0/xref/index.html": "Source Xref", "/projects/hibernate-maven-plugin/1.0/pmd.html": "PMD Report", "/projects/hibernate-maven-plugin/1.0/cpd.html": "CPD Report", - "/projects/hibernate-maven-plugin/1.0/project-reports.html": "Project Reports" + "/projects/hibernate-maven-plugin/1.0/plugin-info.html": "Plugin Documentation", + "/projects/hibernate-maven-plugin/1.0/project-reports.html": "Project Reports", + "/projects/hibernate-maven-plugin/1.0/index.html?about": "Introduction", + "/projects/hibernate-maven-plugin/1.0/examples.html": "Examples", + "/projects/hibernate-maven-plugin/1.0/export-mojo.html": "Parameter Documentation" }, "_childs": { "/projects/hibernate-maven-plugin/1.0/index.html": [ + "/projects/hibernate-maven-plugin/1.0/index.html?about", + "/projects/hibernate-maven-plugin/1.0/examples.html", + "/projects/hibernate-maven-plugin/1.0/export-mojo.html" ], "/projects/hibernate-maven-plugin/1.0/project-info.html": [ "/projects/hibernate-maven-plugin/1.0/ci-management.html", @@ -406,17 +421,6 @@ "/index.html","/projects.html", "/projects/hibernate-maven-plugin/1.0/index.html" ], - "/projects/hibernate-maven-plugin/1.0/examples.html": [ - "/index.html","/projects.html", - "/projects/hibernate-maven-plugin/1.0/index.html", - "/projects/hibernate-maven-plugin/1.0/examples.html" - ], - "/projects/hibernate-maven-plugin/1.0/plugin-info.html": [ - "/index.html","/projects.html", - "/projects/hibernate-maven-plugin/1.0/index.html", - "/projects/hibernate-maven-plugin/1.0/project-reports.html", - "/projects/hibernate-maven-plugin/1.0/plugin-info.html" - ], "/projects/hibernate-maven-plugin/1.0/ci-management.html": [ "/index.html","/projects.html", "/projects/hibernate-maven-plugin/1.0/index.html", @@ -506,16 +510,35 @@ "/projects/hibernate-maven-plugin/1.0/project-reports.html", "/projects/hibernate-maven-plugin/1.0/cpd.html" ], + "/projects/hibernate-maven-plugin/1.0/plugin-info.html": [ + "/index.html","/projects.html", + "/projects/hibernate-maven-plugin/1.0/index.html", + "/projects/hibernate-maven-plugin/1.0/project-reports.html", + "/projects/hibernate-maven-plugin/1.0/plugin-info.html" + ], "/projects/hibernate-maven-plugin/1.0/project-reports.html": [ "/index.html","/projects.html", "/projects/hibernate-maven-plugin/1.0/index.html", "/projects/hibernate-maven-plugin/1.0/project-reports.html" + ], + "/projects/hibernate-maven-plugin/1.0/index.html?about": [ + "/index.html","/projects.html", + "/projects/hibernate-maven-plugin/1.0/index.html", + "/projects/hibernate-maven-plugin/1.0/index.html?about" + ], + "/projects/hibernate-maven-plugin/1.0/examples.html": [ + "/index.html","/projects.html", + "/projects/hibernate-maven-plugin/1.0/index.html", + "/projects/hibernate-maven-plugin/1.0/examples.html" + ], + "/projects/hibernate-maven-plugin/1.0/export-mojo.html": [ + "/index.html","/projects.html", + "/projects/hibernate-maven-plugin/1.0/index.html", + "/projects/hibernate-maven-plugin/1.0/export-mojo.html" ] }, "_canonical": { "/projects/hibernate-maven-plugin/1.0/index.html": "/hibernate-maven-plugin/index.html", - "/projects/hibernate-maven-plugin/1.0/examples.html": "/hibernate-maven-plugin/examples.html", - "/projects/hibernate-maven-plugin/1.0/plugin-info.html": "/hibernate-maven-plugin/plugin-info.html", "/projects/hibernate-maven-plugin/1.0/ci-management.html": "/hibernate-maven-plugin/ci-management.html", "/projects/hibernate-maven-plugin/1.0/dependencies.html": "/hibernate-maven-plugin/dependencies.html", "/projects/hibernate-maven-plugin/1.0/dependency-info.html": "/hibernate-maven-plugin/dependency-info.html", @@ -531,14 +554,18 @@ "/projects/hibernate-maven-plugin/1.0/xref/index.html": "/hibernate-maven-plugin/xref/index.html", "/projects/hibernate-maven-plugin/1.0/pmd.html": "/hibernate-maven-plugin/pmd.html", "/projects/hibernate-maven-plugin/1.0/cpd.html": "/hibernate-maven-plugin/cpd.html", - "/projects/hibernate-maven-plugin/1.0/project-reports.html": "/hibernate-maven-plugin/project-reports.html" + "/projects/hibernate-maven-plugin/1.0/plugin-info.html": "/hibernate-maven-plugin/plugin-info.html", + "/projects/hibernate-maven-plugin/1.0/project-reports.html": "/hibernate-maven-plugin/project-reports.html", + "/projects/hibernate-maven-plugin/1.0/index.html?about": "/hibernate-maven-plugin/index.html?about", + "/projects/hibernate-maven-plugin/1.0/examples.html": "/hibernate-maven-plugin/examples.html", + "/projects/hibernate-maven-plugin/1.0/export-mojo.html": "/hibernate-maven-plugin/export-mojo.html" } }

    All Pages

    +
  • Hibernate 4 Maven Plugin
  • CI Management
  • Dependencies
  • Maven Coordinates
  • Distribution Management
  • Licenses
  • Plugin Management
  • Plugins
  • Source Code Management
  • Summary
  • Team
  • Project Information
  • JavaDocs
  • Source Xref
  • PMD Report
  • CPD Report
  • Plugin Documentation
  • Project Reports
  • Introduction
  • Examples
  • Parameter Documentation
  • diff --git a/projects/hibernate-maven-plugin/1.0/project-reports.html b/projects/hibernate-maven-plugin/1.0/project-reports.html index cdd1f239..1cb4faa9 100644 --- a/projects/hibernate-maven-plugin/1.0/project-reports.html +++ b/projects/hibernate-maven-plugin/1.0/project-reports.html @@ -1,53 +1,14 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -265,7 +226,7 @@ - + @@ -277,22 +238,71 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - + - Generated Reports – Hibernate 4 Maven Plugin + Hibernate 4 Maven Plugin – Generated Reports @@ -312,10 +322,10 @@
    -

    Generated Reports

    -

    This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.

    -

    Overview

    -
    Document Description
    +

    Generated Reports

    +

    This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.

    +

    Overview

    +
    @@ -341,8 +351,6 @@ { "_titles": { "/projects/hibernate-maven-plugin/1.0/index.html": "Hibernate 4 Maven Plugin", - "/projects/hibernate-maven-plugin/1.0/examples.html": "Examples", - "/projects/hibernate-maven-plugin/1.0/plugin-info.html": "Plugin Documentation", "/projects/hibernate-maven-plugin/1.0/ci-management.html": "CI Management", "/projects/hibernate-maven-plugin/1.0/dependencies.html": "Dependencies", "/projects/hibernate-maven-plugin/1.0/dependency-info.html": "Maven Coordinates", @@ -358,10 +366,17 @@ "/projects/hibernate-maven-plugin/1.0/xref/index.html": "Source Xref", "/projects/hibernate-maven-plugin/1.0/pmd.html": "PMD Report", "/projects/hibernate-maven-plugin/1.0/cpd.html": "CPD Report", - "/projects/hibernate-maven-plugin/1.0/project-reports.html": "Project Reports" + "/projects/hibernate-maven-plugin/1.0/plugin-info.html": "Plugin Documentation", + "/projects/hibernate-maven-plugin/1.0/project-reports.html": "Project Reports", + "/projects/hibernate-maven-plugin/1.0/index.html?about": "Introduction", + "/projects/hibernate-maven-plugin/1.0/examples.html": "Examples", + "/projects/hibernate-maven-plugin/1.0/export-mojo.html": "Parameter Documentation" }, "_childs": { "/projects/hibernate-maven-plugin/1.0/index.html": [ + "/projects/hibernate-maven-plugin/1.0/index.html?about", + "/projects/hibernate-maven-plugin/1.0/examples.html", + "/projects/hibernate-maven-plugin/1.0/export-mojo.html" ], "/projects/hibernate-maven-plugin/1.0/project-info.html": [ "/projects/hibernate-maven-plugin/1.0/ci-management.html", @@ -388,17 +403,6 @@ "/index.html","/projects.html", "/projects/hibernate-maven-plugin/1.0/index.html" ], - "/projects/hibernate-maven-plugin/1.0/examples.html": [ - "/index.html","/projects.html", - "/projects/hibernate-maven-plugin/1.0/index.html", - "/projects/hibernate-maven-plugin/1.0/examples.html" - ], - "/projects/hibernate-maven-plugin/1.0/plugin-info.html": [ - "/index.html","/projects.html", - "/projects/hibernate-maven-plugin/1.0/index.html", - "/projects/hibernate-maven-plugin/1.0/project-reports.html", - "/projects/hibernate-maven-plugin/1.0/plugin-info.html" - ], "/projects/hibernate-maven-plugin/1.0/ci-management.html": [ "/index.html","/projects.html", "/projects/hibernate-maven-plugin/1.0/index.html", @@ -488,16 +492,35 @@ "/projects/hibernate-maven-plugin/1.0/project-reports.html", "/projects/hibernate-maven-plugin/1.0/cpd.html" ], + "/projects/hibernate-maven-plugin/1.0/plugin-info.html": [ + "/index.html","/projects.html", + "/projects/hibernate-maven-plugin/1.0/index.html", + "/projects/hibernate-maven-plugin/1.0/project-reports.html", + "/projects/hibernate-maven-plugin/1.0/plugin-info.html" + ], "/projects/hibernate-maven-plugin/1.0/project-reports.html": [ "/index.html","/projects.html", "/projects/hibernate-maven-plugin/1.0/index.html", "/projects/hibernate-maven-plugin/1.0/project-reports.html" + ], + "/projects/hibernate-maven-plugin/1.0/index.html?about": [ + "/index.html","/projects.html", + "/projects/hibernate-maven-plugin/1.0/index.html", + "/projects/hibernate-maven-plugin/1.0/index.html?about" + ], + "/projects/hibernate-maven-plugin/1.0/examples.html": [ + "/index.html","/projects.html", + "/projects/hibernate-maven-plugin/1.0/index.html", + "/projects/hibernate-maven-plugin/1.0/examples.html" + ], + "/projects/hibernate-maven-plugin/1.0/export-mojo.html": [ + "/index.html","/projects.html", + "/projects/hibernate-maven-plugin/1.0/index.html", + "/projects/hibernate-maven-plugin/1.0/export-mojo.html" ] }, "_canonical": { "/projects/hibernate-maven-plugin/1.0/index.html": "/hibernate-maven-plugin/index.html", - "/projects/hibernate-maven-plugin/1.0/examples.html": "/hibernate-maven-plugin/examples.html", - "/projects/hibernate-maven-plugin/1.0/plugin-info.html": "/hibernate-maven-plugin/plugin-info.html", "/projects/hibernate-maven-plugin/1.0/ci-management.html": "/hibernate-maven-plugin/ci-management.html", "/projects/hibernate-maven-plugin/1.0/dependencies.html": "/hibernate-maven-plugin/dependencies.html", "/projects/hibernate-maven-plugin/1.0/dependency-info.html": "/hibernate-maven-plugin/dependency-info.html", @@ -513,14 +536,18 @@ "/projects/hibernate-maven-plugin/1.0/xref/index.html": "/hibernate-maven-plugin/xref/index.html", "/projects/hibernate-maven-plugin/1.0/pmd.html": "/hibernate-maven-plugin/pmd.html", "/projects/hibernate-maven-plugin/1.0/cpd.html": "/hibernate-maven-plugin/cpd.html", - "/projects/hibernate-maven-plugin/1.0/project-reports.html": "/hibernate-maven-plugin/project-reports.html" + "/projects/hibernate-maven-plugin/1.0/plugin-info.html": "/hibernate-maven-plugin/plugin-info.html", + "/projects/hibernate-maven-plugin/1.0/project-reports.html": "/hibernate-maven-plugin/project-reports.html", + "/projects/hibernate-maven-plugin/1.0/index.html?about": "/hibernate-maven-plugin/index.html?about", + "/projects/hibernate-maven-plugin/1.0/examples.html": "/hibernate-maven-plugin/examples.html", + "/projects/hibernate-maven-plugin/1.0/export-mojo.html": "/hibernate-maven-plugin/export-mojo.html" } }

    All Pages

    +
  • Hibernate 4 Maven Plugin
  • CI Management
  • Dependencies
  • Maven Coordinates
  • Distribution Management
  • Licenses
  • Plugin Management
  • Plugins
  • Source Code Management
  • Summary
  • Team
  • Project Information
  • JavaDocs
  • Source Xref
  • PMD Report
  • CPD Report
  • Plugin Documentation
  • Project Reports
  • Introduction
  • Examples
  • Parameter Documentation
  • diff --git a/projects/hibernate-maven-plugin/1.0/project-summary.html b/projects/hibernate-maven-plugin/1.0/project-summary.html deleted file mode 100644 index c8061503..00000000 --- a/projects/hibernate-maven-plugin/1.0/project-summary.html +++ /dev/null @@ -1,125 +0,0 @@ - - - - - - Hibernate 4 Maven Plugin - Project Summary - - - - - - - - - -
    - -
    -
    -
    -

    Project Summary

    Project Information

    Document Description
    FieldValue
    NameHibernate 4 Maven Plugin
    DescriptionPlugin for generating a database-schema from Hibernate-4-Mapping-Annotations
    Homepagehttp://juplo.de/hibernate4-maven-plugin

    Project Organization

    This project does not belong to an organization.

    Build Information

    FieldValue
    GroupIdde.juplo
    ArtifactIdhibernate4-maven-plugin
    Version1.0
    Typemaven-plugin
    -
    -
    -
    -
    -
    - - - diff --git a/projects/hibernate-maven-plugin/1.0/scm.html b/projects/hibernate-maven-plugin/1.0/scm.html index f0adbaee..e1b74d77 100644 --- a/projects/hibernate-maven-plugin/1.0/scm.html +++ b/projects/hibernate-maven-plugin/1.0/scm.html @@ -1,53 +1,14 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -265,7 +226,7 @@ - + @@ -277,22 +238,71 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - + - Source Code Management – Hibernate 4 Maven Plugin + Hibernate 4 Maven Plugin – Source Code Management @@ -311,20 +321,11 @@


    -
    -

    Overview

    -

    This project uses Git to manage its source code. Instructions on Git use can be found at https://git-scm.com/doc.

    -

    Web Browser Access

    +
    +

    Overview

    +

    This project uses Git to manage its source code. Instructions on Git use can be found at https://git-scm.com/doc.

    +

    Web Browser Access

    The following is a link to a browsable version of the source repository:

    -
    http://juplo.de/gitweb/?p=hibernate4-maven-plugin;a=summary
    -

    Anonymous Access

    -

    The source can be checked out anonymously from Git with this command (See https://git-scm.com/docs/git-clone):

    -
    $ git clone http://juplo.de/git/hibernate4-maven-plugin
    -

    Developer Access

    -

    Only project developers can access the Git tree via this method (See https://git-scm.com/docs/git-clone).

    -
    $ git clone ssh://juplo.de/var/cache/git/juplo/hibernate4-maven-plugin
    -

    Access from Behind a Firewall

    -

    Refer to the documentation of the SCM used for more information about access behind a firewall.


    Page Structure as JSON

    @@ -332,8 +333,6 @@ { "_titles": { "/projects/hibernate-maven-plugin/1.0/index.html": "Hibernate 4 Maven Plugin", - "/projects/hibernate-maven-plugin/1.0/examples.html": "Examples", - "/projects/hibernate-maven-plugin/1.0/plugin-info.html": "Plugin Documentation", "/projects/hibernate-maven-plugin/1.0/ci-management.html": "CI Management", "/projects/hibernate-maven-plugin/1.0/dependencies.html": "Dependencies", "/projects/hibernate-maven-plugin/1.0/dependency-info.html": "Maven Coordinates", @@ -349,10 +348,17 @@ "/projects/hibernate-maven-plugin/1.0/xref/index.html": "Source Xref", "/projects/hibernate-maven-plugin/1.0/pmd.html": "PMD Report", "/projects/hibernate-maven-plugin/1.0/cpd.html": "CPD Report", - "/projects/hibernate-maven-plugin/1.0/project-reports.html": "Project Reports" + "/projects/hibernate-maven-plugin/1.0/plugin-info.html": "Plugin Documentation", + "/projects/hibernate-maven-plugin/1.0/project-reports.html": "Project Reports", + "/projects/hibernate-maven-plugin/1.0/index.html?about": "Introduction", + "/projects/hibernate-maven-plugin/1.0/examples.html": "Examples", + "/projects/hibernate-maven-plugin/1.0/export-mojo.html": "Parameter Documentation" }, "_childs": { "/projects/hibernate-maven-plugin/1.0/index.html": [ + "/projects/hibernate-maven-plugin/1.0/index.html?about", + "/projects/hibernate-maven-plugin/1.0/examples.html", + "/projects/hibernate-maven-plugin/1.0/export-mojo.html" ], "/projects/hibernate-maven-plugin/1.0/project-info.html": [ "/projects/hibernate-maven-plugin/1.0/ci-management.html", @@ -379,17 +385,6 @@ "/index.html","/projects.html", "/projects/hibernate-maven-plugin/1.0/index.html" ], - "/projects/hibernate-maven-plugin/1.0/examples.html": [ - "/index.html","/projects.html", - "/projects/hibernate-maven-plugin/1.0/index.html", - "/projects/hibernate-maven-plugin/1.0/examples.html" - ], - "/projects/hibernate-maven-plugin/1.0/plugin-info.html": [ - "/index.html","/projects.html", - "/projects/hibernate-maven-plugin/1.0/index.html", - "/projects/hibernate-maven-plugin/1.0/project-reports.html", - "/projects/hibernate-maven-plugin/1.0/plugin-info.html" - ], "/projects/hibernate-maven-plugin/1.0/ci-management.html": [ "/index.html","/projects.html", "/projects/hibernate-maven-plugin/1.0/index.html", @@ -479,16 +474,35 @@ "/projects/hibernate-maven-plugin/1.0/project-reports.html", "/projects/hibernate-maven-plugin/1.0/cpd.html" ], + "/projects/hibernate-maven-plugin/1.0/plugin-info.html": [ + "/index.html","/projects.html", + "/projects/hibernate-maven-plugin/1.0/index.html", + "/projects/hibernate-maven-plugin/1.0/project-reports.html", + "/projects/hibernate-maven-plugin/1.0/plugin-info.html" + ], "/projects/hibernate-maven-plugin/1.0/project-reports.html": [ "/index.html","/projects.html", "/projects/hibernate-maven-plugin/1.0/index.html", "/projects/hibernate-maven-plugin/1.0/project-reports.html" + ], + "/projects/hibernate-maven-plugin/1.0/index.html?about": [ + "/index.html","/projects.html", + "/projects/hibernate-maven-plugin/1.0/index.html", + "/projects/hibernate-maven-plugin/1.0/index.html?about" + ], + "/projects/hibernate-maven-plugin/1.0/examples.html": [ + "/index.html","/projects.html", + "/projects/hibernate-maven-plugin/1.0/index.html", + "/projects/hibernate-maven-plugin/1.0/examples.html" + ], + "/projects/hibernate-maven-plugin/1.0/export-mojo.html": [ + "/index.html","/projects.html", + "/projects/hibernate-maven-plugin/1.0/index.html", + "/projects/hibernate-maven-plugin/1.0/export-mojo.html" ] }, "_canonical": { "/projects/hibernate-maven-plugin/1.0/index.html": "/hibernate-maven-plugin/index.html", - "/projects/hibernate-maven-plugin/1.0/examples.html": "/hibernate-maven-plugin/examples.html", - "/projects/hibernate-maven-plugin/1.0/plugin-info.html": "/hibernate-maven-plugin/plugin-info.html", "/projects/hibernate-maven-plugin/1.0/ci-management.html": "/hibernate-maven-plugin/ci-management.html", "/projects/hibernate-maven-plugin/1.0/dependencies.html": "/hibernate-maven-plugin/dependencies.html", "/projects/hibernate-maven-plugin/1.0/dependency-info.html": "/hibernate-maven-plugin/dependency-info.html", @@ -504,14 +518,18 @@ "/projects/hibernate-maven-plugin/1.0/xref/index.html": "/hibernate-maven-plugin/xref/index.html", "/projects/hibernate-maven-plugin/1.0/pmd.html": "/hibernate-maven-plugin/pmd.html", "/projects/hibernate-maven-plugin/1.0/cpd.html": "/hibernate-maven-plugin/cpd.html", - "/projects/hibernate-maven-plugin/1.0/project-reports.html": "/hibernate-maven-plugin/project-reports.html" + "/projects/hibernate-maven-plugin/1.0/plugin-info.html": "/hibernate-maven-plugin/plugin-info.html", + "/projects/hibernate-maven-plugin/1.0/project-reports.html": "/hibernate-maven-plugin/project-reports.html", + "/projects/hibernate-maven-plugin/1.0/index.html?about": "/hibernate-maven-plugin/index.html?about", + "/projects/hibernate-maven-plugin/1.0/examples.html": "/hibernate-maven-plugin/examples.html", + "/projects/hibernate-maven-plugin/1.0/export-mojo.html": "/hibernate-maven-plugin/export-mojo.html" } }

    All Pages

    +
  • Hibernate 4 Maven Plugin
  • CI Management
  • Dependencies
  • Maven Coordinates
  • Distribution Management
  • Licenses
  • Plugin Management
  • Plugins
  • Source Code Management
  • Summary
  • Team
  • Project Information
  • JavaDocs
  • Source Xref
  • PMD Report
  • CPD Report
  • Plugin Documentation
  • Project Reports
  • Introduction
  • Examples
  • Parameter Documentation
  • diff --git a/projects/hibernate-maven-plugin/1.0/source-repository.html b/projects/hibernate-maven-plugin/1.0/source-repository.html deleted file mode 100644 index 8be4b2ef..00000000 --- a/projects/hibernate-maven-plugin/1.0/source-repository.html +++ /dev/null @@ -1,125 +0,0 @@ - - - - - - Hibernate 4 Maven Plugin - Source Repository - - - - - - - - - -
    - -
    -
    -
    -

    Overview

    This project uses a Source Content Management System to manage its source code.

    Web Access

    The following is a link to the online source repository.

    Anonymous access

    Refer to the documentation of the SCM used for more information about anonymously check out. The connection url is:

    git:http://juplo.de/git/hibernate4-maven-plugin

    Developer access

    Refer to the documentation of the SCM used for more information about developer check out. The connection url is:

    git:ssh://juplo.de:/var/cache/git/juplo/hibernate4-maven-plugin

    Access from behind a firewall

    Refer to the documentation of the SCM used for more information about access behind a firewall.

    -
    -
    -
    -
    -
    - - - diff --git a/projects/hibernate-maven-plugin/1.0/summary.html b/projects/hibernate-maven-plugin/1.0/summary.html index dcac11b3..99cae9f9 100644 --- a/projects/hibernate-maven-plugin/1.0/summary.html +++ b/projects/hibernate-maven-plugin/1.0/summary.html @@ -1,53 +1,14 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -265,7 +226,7 @@ - + @@ -277,22 +238,71 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - + - Project Summary – Hibernate 4 Maven Plugin + Hibernate 4 Maven Plugin – Project Summary @@ -311,10 +321,10 @@


    -
    -

    Project Summary

    -

    Project Information

    - +
    +

    Project Summary

    +

    Project Information

    +
    @@ -326,11 +336,11 @@ -
    Field Value
    Plugin for generating a database-schema from Hibernate-4-Mapping-Annotations
    Homepagehttps://juplo.de/hibernate-maven-plugin/index.html
    -

    Project Organization

    -

    This project does not belong to an organization.

    -

    Build Information

    - +
    https://juplo.de/hibernate-maven-plugin/index.html
    +

    Project Organization

    +

    This project does not belong to an organization.

    +

    Build Information

    + @@ -356,8 +366,6 @@ { "_titles": { "/projects/hibernate-maven-plugin/1.0/index.html": "Hibernate 4 Maven Plugin", - "/projects/hibernate-maven-plugin/1.0/examples.html": "Examples", - "/projects/hibernate-maven-plugin/1.0/plugin-info.html": "Plugin Documentation", "/projects/hibernate-maven-plugin/1.0/ci-management.html": "CI Management", "/projects/hibernate-maven-plugin/1.0/dependencies.html": "Dependencies", "/projects/hibernate-maven-plugin/1.0/dependency-info.html": "Maven Coordinates", @@ -373,10 +381,17 @@ "/projects/hibernate-maven-plugin/1.0/xref/index.html": "Source Xref", "/projects/hibernate-maven-plugin/1.0/pmd.html": "PMD Report", "/projects/hibernate-maven-plugin/1.0/cpd.html": "CPD Report", - "/projects/hibernate-maven-plugin/1.0/project-reports.html": "Project Reports" + "/projects/hibernate-maven-plugin/1.0/plugin-info.html": "Plugin Documentation", + "/projects/hibernate-maven-plugin/1.0/project-reports.html": "Project Reports", + "/projects/hibernate-maven-plugin/1.0/index.html?about": "Introduction", + "/projects/hibernate-maven-plugin/1.0/examples.html": "Examples", + "/projects/hibernate-maven-plugin/1.0/export-mojo.html": "Parameter Documentation" }, "_childs": { "/projects/hibernate-maven-plugin/1.0/index.html": [ + "/projects/hibernate-maven-plugin/1.0/index.html?about", + "/projects/hibernate-maven-plugin/1.0/examples.html", + "/projects/hibernate-maven-plugin/1.0/export-mojo.html" ], "/projects/hibernate-maven-plugin/1.0/project-info.html": [ "/projects/hibernate-maven-plugin/1.0/ci-management.html", @@ -403,17 +418,6 @@ "/index.html","/projects.html", "/projects/hibernate-maven-plugin/1.0/index.html" ], - "/projects/hibernate-maven-plugin/1.0/examples.html": [ - "/index.html","/projects.html", - "/projects/hibernate-maven-plugin/1.0/index.html", - "/projects/hibernate-maven-plugin/1.0/examples.html" - ], - "/projects/hibernate-maven-plugin/1.0/plugin-info.html": [ - "/index.html","/projects.html", - "/projects/hibernate-maven-plugin/1.0/index.html", - "/projects/hibernate-maven-plugin/1.0/project-reports.html", - "/projects/hibernate-maven-plugin/1.0/plugin-info.html" - ], "/projects/hibernate-maven-plugin/1.0/ci-management.html": [ "/index.html","/projects.html", "/projects/hibernate-maven-plugin/1.0/index.html", @@ -503,16 +507,35 @@ "/projects/hibernate-maven-plugin/1.0/project-reports.html", "/projects/hibernate-maven-plugin/1.0/cpd.html" ], + "/projects/hibernate-maven-plugin/1.0/plugin-info.html": [ + "/index.html","/projects.html", + "/projects/hibernate-maven-plugin/1.0/index.html", + "/projects/hibernate-maven-plugin/1.0/project-reports.html", + "/projects/hibernate-maven-plugin/1.0/plugin-info.html" + ], "/projects/hibernate-maven-plugin/1.0/project-reports.html": [ "/index.html","/projects.html", "/projects/hibernate-maven-plugin/1.0/index.html", "/projects/hibernate-maven-plugin/1.0/project-reports.html" + ], + "/projects/hibernate-maven-plugin/1.0/index.html?about": [ + "/index.html","/projects.html", + "/projects/hibernate-maven-plugin/1.0/index.html", + "/projects/hibernate-maven-plugin/1.0/index.html?about" + ], + "/projects/hibernate-maven-plugin/1.0/examples.html": [ + "/index.html","/projects.html", + "/projects/hibernate-maven-plugin/1.0/index.html", + "/projects/hibernate-maven-plugin/1.0/examples.html" + ], + "/projects/hibernate-maven-plugin/1.0/export-mojo.html": [ + "/index.html","/projects.html", + "/projects/hibernate-maven-plugin/1.0/index.html", + "/projects/hibernate-maven-plugin/1.0/export-mojo.html" ] }, "_canonical": { "/projects/hibernate-maven-plugin/1.0/index.html": "/hibernate-maven-plugin/index.html", - "/projects/hibernate-maven-plugin/1.0/examples.html": "/hibernate-maven-plugin/examples.html", - "/projects/hibernate-maven-plugin/1.0/plugin-info.html": "/hibernate-maven-plugin/plugin-info.html", "/projects/hibernate-maven-plugin/1.0/ci-management.html": "/hibernate-maven-plugin/ci-management.html", "/projects/hibernate-maven-plugin/1.0/dependencies.html": "/hibernate-maven-plugin/dependencies.html", "/projects/hibernate-maven-plugin/1.0/dependency-info.html": "/hibernate-maven-plugin/dependency-info.html", @@ -528,14 +551,18 @@ "/projects/hibernate-maven-plugin/1.0/xref/index.html": "/hibernate-maven-plugin/xref/index.html", "/projects/hibernate-maven-plugin/1.0/pmd.html": "/hibernate-maven-plugin/pmd.html", "/projects/hibernate-maven-plugin/1.0/cpd.html": "/hibernate-maven-plugin/cpd.html", - "/projects/hibernate-maven-plugin/1.0/project-reports.html": "/hibernate-maven-plugin/project-reports.html" + "/projects/hibernate-maven-plugin/1.0/plugin-info.html": "/hibernate-maven-plugin/plugin-info.html", + "/projects/hibernate-maven-plugin/1.0/project-reports.html": "/hibernate-maven-plugin/project-reports.html", + "/projects/hibernate-maven-plugin/1.0/index.html?about": "/hibernate-maven-plugin/index.html?about", + "/projects/hibernate-maven-plugin/1.0/examples.html": "/hibernate-maven-plugin/examples.html", + "/projects/hibernate-maven-plugin/1.0/export-mojo.html": "/hibernate-maven-plugin/export-mojo.html" } }

    All Pages

    +
  • Hibernate 4 Maven Plugin
  • CI Management
  • Dependencies
  • Maven Coordinates
  • Distribution Management
  • Licenses
  • Plugin Management
  • Plugins
  • Source Code Management
  • Summary
  • Team
  • Project Information
  • JavaDocs
  • Source Xref
  • PMD Report
  • CPD Report
  • Plugin Documentation
  • Project Reports
  • Introduction
  • Examples
  • Parameter Documentation
  • diff --git a/projects/hibernate-maven-plugin/1.0/team-list.html b/projects/hibernate-maven-plugin/1.0/team-list.html deleted file mode 100644 index 73e030ec..00000000 --- a/projects/hibernate-maven-plugin/1.0/team-list.html +++ /dev/null @@ -1,140 +0,0 @@ - - - - - - Hibernate 4 Maven Plugin - Team list - - - - - - - - - -
    - -
    -
    -
    -

    The Team

    A successful project requires many people to play many roles. Some members write code or documentation, while others are valuable as testers, submitting patches and suggestions.

    The team is comprised of Members and Contributors. Members have direct access to the source of a project and actively evolve the code-base. Contributors improve the project through submission of patches and suggestions to the Members. The number of Contributors to the project is unbounded. Get involved today. All contributions to the project are greatly appreciated.

    Members

    The following is a list of developers with commit privileges that have directly contributed to the project in one way or another.

    Field Value
    IdNameEmail
    kaiKai Moritzkai@juplo.de

    Contributors

    There are no contributors listed for this project. Please check back again later.

    -
    -
    -
    -
    -
    - - - diff --git a/projects/hibernate-maven-plugin/1.0/team.html b/projects/hibernate-maven-plugin/1.0/team.html index fab63f6f..f8d218cf 100644 --- a/projects/hibernate-maven-plugin/1.0/team.html +++ b/projects/hibernate-maven-plugin/1.0/team.html @@ -1,53 +1,14 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -265,7 +226,7 @@ - + @@ -277,22 +238,71 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - + - Project Team – Hibernate 4 Maven Plugin + Hibernate 4 Maven Plugin – Project Team @@ -311,24 +321,24 @@


    -
    -

    Project Team

    +
    +

    Project Team

    A successful project requires many people to play many roles. Some members write code or documentation, while others are valuable as testers, submitting patches and suggestions.

    -

    The project team is comprised of Members and Contributors. Members have direct access to the source of a project and actively evolve the code-base. Contributors improve the project through submission of patches and suggestions to the Members. The number of Contributors to the project is unbounded. Get involved today. All contributions to the project are greatly appreciated.

    -

    Members

    +

    The project team is comprised of Members and Contributors. Members have direct access to the source of a project and actively evolve the code-base. Contributors improve the project through submission of patches and suggestions to the Members. The number of Contributors to the project is unbounded. Get involved today. All contributions to the project are greatly appreciated.

    +

    Members

    The following is a list of developers with commit privileges that have directly contributed to the project in one way or another.

    - +
    - + -
    Image Id Name Email
    kai Kai Moritzkai@juplo.de
    -

    Contributors

    +kai@juplo.de
    +

    Contributors

    There are no contributors listed for this project. Please check back again later.


    @@ -337,8 +347,6 @@ { "_titles": { "/projects/hibernate-maven-plugin/1.0/index.html": "Hibernate 4 Maven Plugin", - "/projects/hibernate-maven-plugin/1.0/examples.html": "Examples", - "/projects/hibernate-maven-plugin/1.0/plugin-info.html": "Plugin Documentation", "/projects/hibernate-maven-plugin/1.0/ci-management.html": "CI Management", "/projects/hibernate-maven-plugin/1.0/dependencies.html": "Dependencies", "/projects/hibernate-maven-plugin/1.0/dependency-info.html": "Maven Coordinates", @@ -354,10 +362,17 @@ "/projects/hibernate-maven-plugin/1.0/xref/index.html": "Source Xref", "/projects/hibernate-maven-plugin/1.0/pmd.html": "PMD Report", "/projects/hibernate-maven-plugin/1.0/cpd.html": "CPD Report", - "/projects/hibernate-maven-plugin/1.0/project-reports.html": "Project Reports" + "/projects/hibernate-maven-plugin/1.0/plugin-info.html": "Plugin Documentation", + "/projects/hibernate-maven-plugin/1.0/project-reports.html": "Project Reports", + "/projects/hibernate-maven-plugin/1.0/index.html?about": "Introduction", + "/projects/hibernate-maven-plugin/1.0/examples.html": "Examples", + "/projects/hibernate-maven-plugin/1.0/export-mojo.html": "Parameter Documentation" }, "_childs": { "/projects/hibernate-maven-plugin/1.0/index.html": [ + "/projects/hibernate-maven-plugin/1.0/index.html?about", + "/projects/hibernate-maven-plugin/1.0/examples.html", + "/projects/hibernate-maven-plugin/1.0/export-mojo.html" ], "/projects/hibernate-maven-plugin/1.0/project-info.html": [ "/projects/hibernate-maven-plugin/1.0/ci-management.html", @@ -384,17 +399,6 @@ "/index.html","/projects.html", "/projects/hibernate-maven-plugin/1.0/index.html" ], - "/projects/hibernate-maven-plugin/1.0/examples.html": [ - "/index.html","/projects.html", - "/projects/hibernate-maven-plugin/1.0/index.html", - "/projects/hibernate-maven-plugin/1.0/examples.html" - ], - "/projects/hibernate-maven-plugin/1.0/plugin-info.html": [ - "/index.html","/projects.html", - "/projects/hibernate-maven-plugin/1.0/index.html", - "/projects/hibernate-maven-plugin/1.0/project-reports.html", - "/projects/hibernate-maven-plugin/1.0/plugin-info.html" - ], "/projects/hibernate-maven-plugin/1.0/ci-management.html": [ "/index.html","/projects.html", "/projects/hibernate-maven-plugin/1.0/index.html", @@ -484,16 +488,35 @@ "/projects/hibernate-maven-plugin/1.0/project-reports.html", "/projects/hibernate-maven-plugin/1.0/cpd.html" ], + "/projects/hibernate-maven-plugin/1.0/plugin-info.html": [ + "/index.html","/projects.html", + "/projects/hibernate-maven-plugin/1.0/index.html", + "/projects/hibernate-maven-plugin/1.0/project-reports.html", + "/projects/hibernate-maven-plugin/1.0/plugin-info.html" + ], "/projects/hibernate-maven-plugin/1.0/project-reports.html": [ "/index.html","/projects.html", "/projects/hibernate-maven-plugin/1.0/index.html", "/projects/hibernate-maven-plugin/1.0/project-reports.html" + ], + "/projects/hibernate-maven-plugin/1.0/index.html?about": [ + "/index.html","/projects.html", + "/projects/hibernate-maven-plugin/1.0/index.html", + "/projects/hibernate-maven-plugin/1.0/index.html?about" + ], + "/projects/hibernate-maven-plugin/1.0/examples.html": [ + "/index.html","/projects.html", + "/projects/hibernate-maven-plugin/1.0/index.html", + "/projects/hibernate-maven-plugin/1.0/examples.html" + ], + "/projects/hibernate-maven-plugin/1.0/export-mojo.html": [ + "/index.html","/projects.html", + "/projects/hibernate-maven-plugin/1.0/index.html", + "/projects/hibernate-maven-plugin/1.0/export-mojo.html" ] }, "_canonical": { "/projects/hibernate-maven-plugin/1.0/index.html": "/hibernate-maven-plugin/index.html", - "/projects/hibernate-maven-plugin/1.0/examples.html": "/hibernate-maven-plugin/examples.html", - "/projects/hibernate-maven-plugin/1.0/plugin-info.html": "/hibernate-maven-plugin/plugin-info.html", "/projects/hibernate-maven-plugin/1.0/ci-management.html": "/hibernate-maven-plugin/ci-management.html", "/projects/hibernate-maven-plugin/1.0/dependencies.html": "/hibernate-maven-plugin/dependencies.html", "/projects/hibernate-maven-plugin/1.0/dependency-info.html": "/hibernate-maven-plugin/dependency-info.html", @@ -509,14 +532,18 @@ "/projects/hibernate-maven-plugin/1.0/xref/index.html": "/hibernate-maven-plugin/xref/index.html", "/projects/hibernate-maven-plugin/1.0/pmd.html": "/hibernate-maven-plugin/pmd.html", "/projects/hibernate-maven-plugin/1.0/cpd.html": "/hibernate-maven-plugin/cpd.html", - "/projects/hibernate-maven-plugin/1.0/project-reports.html": "/hibernate-maven-plugin/project-reports.html" + "/projects/hibernate-maven-plugin/1.0/plugin-info.html": "/hibernate-maven-plugin/plugin-info.html", + "/projects/hibernate-maven-plugin/1.0/project-reports.html": "/hibernate-maven-plugin/project-reports.html", + "/projects/hibernate-maven-plugin/1.0/index.html?about": "/hibernate-maven-plugin/index.html?about", + "/projects/hibernate-maven-plugin/1.0/examples.html": "/hibernate-maven-plugin/examples.html", + "/projects/hibernate-maven-plugin/1.0/export-mojo.html": "/hibernate-maven-plugin/export-mojo.html" } }

    All Pages

    +
  • Hibernate 4 Maven Plugin
  • CI Management
  • Dependencies
  • Maven Coordinates
  • Distribution Management
  • Licenses
  • Plugin Management
  • Plugins
  • Source Code Management
  • Summary
  • Team
  • Project Information
  • JavaDocs
  • Source Xref
  • PMD Report
  • CPD Report
  • Plugin Documentation
  • Project Reports
  • Introduction
  • Examples
  • Parameter Documentation
  • diff --git a/projects/hibernate-maven-plugin/1.0/xref/de/juplo/plugins/hibernate4/Hbm2DdlMojo.html b/projects/hibernate-maven-plugin/1.0/xref/de/juplo/plugins/hibernate4/Hbm2DdlMojo.html index 20cb871b..b8cb828c 100644 --- a/projects/hibernate-maven-plugin/1.0/xref/de/juplo/plugins/hibernate4/Hbm2DdlMojo.html +++ b/projects/hibernate-maven-plugin/1.0/xref/de/juplo/plugins/hibernate4/Hbm2DdlMojo.html @@ -1,5 +1,5 @@ - + Hbm2DdlMojo xref diff --git a/projects/hibernate-maven-plugin/1.0/xref/de/juplo/plugins/hibernate4/HelpMojo.html b/projects/hibernate-maven-plugin/1.0/xref/de/juplo/plugins/hibernate4/HelpMojo.html index a2d831b3..e28ac4f1 100644 --- a/projects/hibernate-maven-plugin/1.0/xref/de/juplo/plugins/hibernate4/HelpMojo.html +++ b/projects/hibernate-maven-plugin/1.0/xref/de/juplo/plugins/hibernate4/HelpMojo.html @@ -1,5 +1,5 @@ - + HelpMojo xref -- 2.39.5