From 2cd301a4434ac42b473230da81575ba4c4795267 Mon Sep 17 00:00:00 2001 From: Kai Moritz Date: Fri, 7 Nov 2025 17:39:50 +0100 Subject: [PATCH] WIP:1.0.3 --- .../1.0.3/apidocs/allclasses-frame.html | 11 +- .../1.0.3/apidocs/allclasses-noframe.html | 11 +- .../1.0.3/apidocs/constant-values.html | 63 +- .../juplo/plugins/hibernate4/Hbm2DdlMojo.html | 230 ++-- .../de/juplo/plugins/hibernate4/HelpMojo.html | 127 +- .../hibernate4/class-use/Hbm2DdlMojo.html | 43 +- .../hibernate4/class-use/HelpMojo.html | 43 +- .../plugins/hibernate4/package-frame.html | 9 +- .../plugins/hibernate4/package-summary.html | 56 +- .../plugins/hibernate4/package-tree.html | 49 +- .../juplo/plugins/hibernate4/package-use.html | 43 +- .../1.0.3/apidocs/deprecated-list.html | 43 +- .../1.0.3/apidocs/help-doc.html | 45 +- .../1.0.3/apidocs/index-all.html | 116 +- .../1.0.3/apidocs/index.html | 26 +- .../1.0.3/apidocs/options | 24 - .../1.0.3/apidocs/overview-tree.html | 51 +- .../1.0.3/apidocs/packages | 1 - .../1.0.3/apidocs/resources/background.gif | Bin 2313 -> 0 bytes .../1.0.3/apidocs/resources/tab.gif | Bin 291 -> 0 bytes .../1.0.3/apidocs/resources/titlebar.gif | Bin 10701 -> 0 bytes .../1.0.3/apidocs/resources/titlebar_end.gif | Bin 849 -> 0 bytes .../1.0.3/apidocs/script.js | 30 + .../1.0.3/apidocs/stylesheet.css | 342 +++-- .../1.0.3/ci-management.html | 57 +- .../1.0.3/configuration.html | 66 +- .../hibernate-maven-plugin/1.0.3/cpd.html | 41 +- .../1.0.3/css/maven-base.css | 151 --- .../1.0.3/css/maven-theme.css | 141 --- .../1.0.3/css/print.css | 7 - .../1.0.3/debugging.html | 42 +- .../1.0.3/dependencies.html | 751 +++++------ .../1.0.3/dependency-info.html | 48 +- .../1.0.3/distribution-management.html | 49 +- .../1.0.3/export-mojo.html | 1110 ++++++++++++----- .../hibernate-maven-plugin/1.0.3/force.html | 42 +- .../1.0.3/help-mojo.html | 847 ++++++++++--- .../1.0.3/images/collapsed.gif | Bin 53 -> 0 bytes .../1.0.3/images/expanded.gif | Bin 52 -> 0 bytes .../1.0.3/images/external.png | Bin 230 -> 0 bytes .../1.0.3/images/icon_error_sml.gif | Bin 1010 -> 0 bytes .../1.0.3/images/icon_info_sml.gif | Bin 606 -> 0 bytes .../1.0.3/images/icon_success_sml.gif | Bin 990 -> 0 bytes .../1.0.3/images/icon_warning_sml.gif | Bin 576 -> 0 bytes .../images/logos/build-by-maven-black.png | Bin 2294 -> 0 bytes .../images/logos/build-by-maven-white.png | Bin 2260 -> 0 bytes .../1.0.3/images/logos/maven-feather.png | Bin 3330 -> 0 bytes .../1.0.3/images/newwindow.png | Bin 220 -> 0 bytes .../hibernate-maven-plugin/1.0.3/index.html | 45 +- .../1.0.3/integration.html | 188 --- .../1.0.3/issue-tracking.html | 37 +- .../hibernate-maven-plugin/1.0.3/license.html | 380 ------ .../1.0.3/licenses.html | 48 +- .../1.0.3/mail-lists.html | 37 +- .../1.0.3/pitfalls.html | 78 +- .../1.0.3/plugin-info.html | 88 +- .../1.0.3/plugin-management.html | 43 +- .../hibernate-maven-plugin/1.0.3/plugins.html | 65 +- .../hibernate-maven-plugin/1.0.3/pmd.html | 49 +- projects/hibernate-maven-plugin/1.0.3/pmd.xml | 7 +- .../1.0.3/project-info.html | 45 +- .../1.0.3/project-reports.html | 45 +- .../1.0.3/project-summary.html | 209 ---- .../hibernate-maven-plugin/1.0.3/scm.html | 54 +- .../hibernate-maven-plugin/1.0.3/skip.html | 43 +- .../1.0.3/source-repository.html | 189 --- .../hibernate-maven-plugin/1.0.3/summary.html | 55 +- .../1.0.3/team-list.html | 237 ---- .../hibernate-maven-plugin/1.0.3/team.html | 69 +- .../juplo/plugins/hibernate4/Hbm2DdlMojo.html | 2 +- .../de/juplo/plugins/hibernate4/HelpMojo.html | 2 +- 71 files changed, 3460 insertions(+), 3270 deletions(-) delete mode 100644 projects/hibernate-maven-plugin/1.0.3/apidocs/options delete mode 100644 projects/hibernate-maven-plugin/1.0.3/apidocs/packages delete mode 100644 projects/hibernate-maven-plugin/1.0.3/apidocs/resources/background.gif delete mode 100644 projects/hibernate-maven-plugin/1.0.3/apidocs/resources/tab.gif delete mode 100644 projects/hibernate-maven-plugin/1.0.3/apidocs/resources/titlebar.gif delete mode 100644 projects/hibernate-maven-plugin/1.0.3/apidocs/resources/titlebar_end.gif create mode 100644 projects/hibernate-maven-plugin/1.0.3/apidocs/script.js delete mode 100644 projects/hibernate-maven-plugin/1.0.3/css/maven-base.css delete mode 100644 projects/hibernate-maven-plugin/1.0.3/css/maven-theme.css delete mode 100644 projects/hibernate-maven-plugin/1.0.3/css/print.css delete mode 100644 projects/hibernate-maven-plugin/1.0.3/images/collapsed.gif delete mode 100644 projects/hibernate-maven-plugin/1.0.3/images/expanded.gif delete mode 100644 projects/hibernate-maven-plugin/1.0.3/images/external.png delete mode 100644 projects/hibernate-maven-plugin/1.0.3/images/icon_error_sml.gif delete mode 100644 projects/hibernate-maven-plugin/1.0.3/images/icon_info_sml.gif delete mode 100644 projects/hibernate-maven-plugin/1.0.3/images/icon_success_sml.gif delete mode 100644 projects/hibernate-maven-plugin/1.0.3/images/icon_warning_sml.gif delete mode 100644 projects/hibernate-maven-plugin/1.0.3/images/logos/build-by-maven-black.png delete mode 100644 projects/hibernate-maven-plugin/1.0.3/images/logos/build-by-maven-white.png delete mode 100644 projects/hibernate-maven-plugin/1.0.3/images/logos/maven-feather.png delete mode 100644 projects/hibernate-maven-plugin/1.0.3/images/newwindow.png delete mode 100644 projects/hibernate-maven-plugin/1.0.3/integration.html delete mode 100644 projects/hibernate-maven-plugin/1.0.3/license.html delete mode 100644 projects/hibernate-maven-plugin/1.0.3/project-summary.html delete mode 100644 projects/hibernate-maven-plugin/1.0.3/source-repository.html delete mode 100644 projects/hibernate-maven-plugin/1.0.3/team-list.html diff --git a/projects/hibernate-maven-plugin/1.0.3/apidocs/allclasses-frame.html b/projects/hibernate-maven-plugin/1.0.3/apidocs/allclasses-frame.html index 5ee095ed..e8216eb7 100644 --- a/projects/hibernate-maven-plugin/1.0.3/apidocs/allclasses-frame.html +++ b/projects/hibernate-maven-plugin/1.0.3/apidocs/allclasses-frame.html @@ -1,15 +1,16 @@ - + - - + + All Classes (Hibernate 4 Maven Plugin 1.0.3 API) - + + -

All Classes

+

All Classes


Page Structure as JSON

@@ -543,6 +557,7 @@ "/projects/hibernate-maven-plugin/1.0.3/cpd.html": "CPD Report", "/projects/hibernate-maven-plugin/1.0.3/plugin-info.html": "Plugin Documentation", "/projects/hibernate-maven-plugin/1.0.3/project-reports.html": "Project Reports", + "/projects/hibernate-maven-plugin/1.0.3/index.html?about": "Overview", "/projects/hibernate-maven-plugin/1.0.3/configuration.html": "Configuration Examples", "/projects/hibernate-maven-plugin/1.0.3/export-mojo.html": "Parameter Documentation", "/projects/hibernate-maven-plugin/1.0.3/debugging.html": "Enable Debug-Output", @@ -552,6 +567,7 @@ }, "_childs": { "/projects/hibernate-maven-plugin/1.0.3/index.html": [ + "/projects/hibernate-maven-plugin/1.0.3/index.html?about", "/projects/hibernate-maven-plugin/1.0.3/configuration.html", "/projects/hibernate-maven-plugin/1.0.3/export-mojo.html", "/projects/hibernate-maven-plugin/1.0.3/debugging.html", @@ -686,6 +702,11 @@ "/projects/hibernate-maven-plugin/1.0.3/index.html", "/projects/hibernate-maven-plugin/1.0.3/project-reports.html" ], + "/projects/hibernate-maven-plugin/1.0.3/index.html?about": [ + "/index.html","/projects.html", + "/projects/hibernate-maven-plugin/1.0.3/index.html", + "/projects/hibernate-maven-plugin/1.0.3/index.html?about" + ], "/projects/hibernate-maven-plugin/1.0.3/configuration.html": [ "/index.html","/projects.html", "/projects/hibernate-maven-plugin/1.0.3/index.html", @@ -736,6 +757,7 @@ "/projects/hibernate-maven-plugin/1.0.3/cpd.html": "/hibernate-maven-plugin/cpd.html", "/projects/hibernate-maven-plugin/1.0.3/plugin-info.html": "/hibernate-maven-plugin/plugin-info.html", "/projects/hibernate-maven-plugin/1.0.3/project-reports.html": "/hibernate-maven-plugin/project-reports.html", + "/projects/hibernate-maven-plugin/1.0.3/index.html?about": "/hibernate-maven-plugin/index.html?about", "/projects/hibernate-maven-plugin/1.0.3/configuration.html": "/hibernate-maven-plugin/configuration.html", "/projects/hibernate-maven-plugin/1.0.3/export-mojo.html": "/hibernate-maven-plugin/export-mojo.html", "/projects/hibernate-maven-plugin/1.0.3/debugging.html": "/hibernate-maven-plugin/debugging.html", @@ -748,7 +770,7 @@

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
  • Overview
  • Configuration Examples
  • Parameter Documentation
  • Enable Debug-Output
  • Skipping Execution
  • Force Exceution
  • Known Pitfalls (FAQ)
  • diff --git a/projects/hibernate-maven-plugin/1.0.3/cpd.html b/projects/hibernate-maven-plugin/1.0.3/cpd.html index 1d47eb5f..736dda6e 100644 --- a/projects/hibernate-maven-plugin/1.0.3/cpd.html +++ b/projects/hibernate-maven-plugin/1.0.3/cpd.html @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ - + @@ -238,19 +238,28 @@ - + - + - - + + + + + + + + + + + @@ -360,18 +369,18 @@ - + - + - CPD Results – Hibernate 4 Maven Plugin + Hibernate 4 Maven Plugin – CPD Results @@ -391,9 +400,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.


    @@ -419,6 +428,7 @@ "/projects/hibernate-maven-plugin/1.0.3/cpd.html": "CPD Report", "/projects/hibernate-maven-plugin/1.0.3/plugin-info.html": "Plugin Documentation", "/projects/hibernate-maven-plugin/1.0.3/project-reports.html": "Project Reports", + "/projects/hibernate-maven-plugin/1.0.3/index.html?about": "Overview", "/projects/hibernate-maven-plugin/1.0.3/configuration.html": "Configuration Examples", "/projects/hibernate-maven-plugin/1.0.3/export-mojo.html": "Parameter Documentation", "/projects/hibernate-maven-plugin/1.0.3/debugging.html": "Enable Debug-Output", @@ -428,6 +438,7 @@ }, "_childs": { "/projects/hibernate-maven-plugin/1.0.3/index.html": [ + "/projects/hibernate-maven-plugin/1.0.3/index.html?about", "/projects/hibernate-maven-plugin/1.0.3/configuration.html", "/projects/hibernate-maven-plugin/1.0.3/export-mojo.html", "/projects/hibernate-maven-plugin/1.0.3/debugging.html", @@ -562,6 +573,11 @@ "/projects/hibernate-maven-plugin/1.0.3/index.html", "/projects/hibernate-maven-plugin/1.0.3/project-reports.html" ], + "/projects/hibernate-maven-plugin/1.0.3/index.html?about": [ + "/index.html","/projects.html", + "/projects/hibernate-maven-plugin/1.0.3/index.html", + "/projects/hibernate-maven-plugin/1.0.3/index.html?about" + ], "/projects/hibernate-maven-plugin/1.0.3/configuration.html": [ "/index.html","/projects.html", "/projects/hibernate-maven-plugin/1.0.3/index.html", @@ -612,6 +628,7 @@ "/projects/hibernate-maven-plugin/1.0.3/cpd.html": "/hibernate-maven-plugin/cpd.html", "/projects/hibernate-maven-plugin/1.0.3/plugin-info.html": "/hibernate-maven-plugin/plugin-info.html", "/projects/hibernate-maven-plugin/1.0.3/project-reports.html": "/hibernate-maven-plugin/project-reports.html", + "/projects/hibernate-maven-plugin/1.0.3/index.html?about": "/hibernate-maven-plugin/index.html?about", "/projects/hibernate-maven-plugin/1.0.3/configuration.html": "/hibernate-maven-plugin/configuration.html", "/projects/hibernate-maven-plugin/1.0.3/export-mojo.html": "/hibernate-maven-plugin/export-mojo.html", "/projects/hibernate-maven-plugin/1.0.3/debugging.html": "/hibernate-maven-plugin/debugging.html", @@ -624,7 +641,7 @@

    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
  • Overview
  • Configuration Examples
  • Parameter Documentation
  • Enable Debug-Output
  • Skipping Execution
  • Force Exceution
  • Known Pitfalls (FAQ)
  • diff --git a/projects/hibernate-maven-plugin/1.0.3/css/maven-base.css b/projects/hibernate-maven-plugin/1.0.3/css/maven-base.css deleted file mode 100644 index 584ba23b..00000000 --- a/projects/hibernate-maven-plugin/1.0.3/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.3/css/maven-theme.css b/projects/hibernate-maven-plugin/1.0.3/css/maven-theme.css deleted file mode 100644 index c982168b..00000000 --- a/projects/hibernate-maven-plugin/1.0.3/css/maven-theme.css +++ /dev/null @@ -1,141 +0,0 @@ -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: normal; -} -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; -} -#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.3/css/print.css b/projects/hibernate-maven-plugin/1.0.3/css/print.css deleted file mode 100644 index 26ad7f0b..00000000 --- a/projects/hibernate-maven-plugin/1.0.3/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.3/debugging.html b/projects/hibernate-maven-plugin/1.0.3/debugging.html index 6542dff8..865b088b 100644 --- a/projects/hibernate-maven-plugin/1.0.3/debugging.html +++ b/projects/hibernate-maven-plugin/1.0.3/debugging.html @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ - + @@ -238,19 +238,28 @@ - + - + - - + + + + + + + + + + + @@ -360,18 +369,18 @@ - + - + - Enabling Debug-Output – Hibernate 4 Maven Plugin + Hibernate 4 Maven Plugin – Enabling Debug-Output @@ -390,8 +399,9 @@


    -

    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 
    +

    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 ;)

    @@ -419,6 +429,7 @@ "/projects/hibernate-maven-plugin/1.0.3/cpd.html": "CPD Report", "/projects/hibernate-maven-plugin/1.0.3/plugin-info.html": "Plugin Documentation", "/projects/hibernate-maven-plugin/1.0.3/project-reports.html": "Project Reports", + "/projects/hibernate-maven-plugin/1.0.3/index.html?about": "Overview", "/projects/hibernate-maven-plugin/1.0.3/configuration.html": "Configuration Examples", "/projects/hibernate-maven-plugin/1.0.3/export-mojo.html": "Parameter Documentation", "/projects/hibernate-maven-plugin/1.0.3/debugging.html": "Enable Debug-Output", @@ -428,6 +439,7 @@ }, "_childs": { "/projects/hibernate-maven-plugin/1.0.3/index.html": [ + "/projects/hibernate-maven-plugin/1.0.3/index.html?about", "/projects/hibernate-maven-plugin/1.0.3/configuration.html", "/projects/hibernate-maven-plugin/1.0.3/export-mojo.html", "/projects/hibernate-maven-plugin/1.0.3/debugging.html", @@ -562,6 +574,11 @@ "/projects/hibernate-maven-plugin/1.0.3/index.html", "/projects/hibernate-maven-plugin/1.0.3/project-reports.html" ], + "/projects/hibernate-maven-plugin/1.0.3/index.html?about": [ + "/index.html","/projects.html", + "/projects/hibernate-maven-plugin/1.0.3/index.html", + "/projects/hibernate-maven-plugin/1.0.3/index.html?about" + ], "/projects/hibernate-maven-plugin/1.0.3/configuration.html": [ "/index.html","/projects.html", "/projects/hibernate-maven-plugin/1.0.3/index.html", @@ -612,6 +629,7 @@ "/projects/hibernate-maven-plugin/1.0.3/cpd.html": "/hibernate-maven-plugin/cpd.html", "/projects/hibernate-maven-plugin/1.0.3/plugin-info.html": "/hibernate-maven-plugin/plugin-info.html", "/projects/hibernate-maven-plugin/1.0.3/project-reports.html": "/hibernate-maven-plugin/project-reports.html", + "/projects/hibernate-maven-plugin/1.0.3/index.html?about": "/hibernate-maven-plugin/index.html?about", "/projects/hibernate-maven-plugin/1.0.3/configuration.html": "/hibernate-maven-plugin/configuration.html", "/projects/hibernate-maven-plugin/1.0.3/export-mojo.html": "/hibernate-maven-plugin/export-mojo.html", "/projects/hibernate-maven-plugin/1.0.3/debugging.html": "/hibernate-maven-plugin/debugging.html", @@ -624,7 +642,7 @@

    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
  • Overview
  • Configuration Examples
  • Parameter Documentation
  • Enable Debug-Output
  • Skipping Execution
  • Force Exceution
  • Known Pitfalls (FAQ)
  • diff --git a/projects/hibernate-maven-plugin/1.0.3/dependencies.html b/projects/hibernate-maven-plugin/1.0.3/dependencies.html index 6025783f..e0752e78 100644 --- a/projects/hibernate-maven-plugin/1.0.3/dependencies.html +++ b/projects/hibernate-maven-plugin/1.0.3/dependencies.html @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ - + @@ -238,19 +238,28 @@ - + - + - - + + + + + + + + + + + @@ -360,18 +369,18 @@ - + - + - Project Dependencies – Hibernate 4 Maven Plugin + Hibernate 4 Maven Plugin – Project Dependencies @@ -390,11 +399,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:

    - +
    @@ -436,12 +445,12 @@ -
    GroupId ArtifactIdscannotation 1.0.3 jarApache License V2.0
    -

    Project Transitive Dependencies

    -

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

    -

    compile

    +Apache License V2.0
    +

    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:

    - +
    @@ -658,8 +667,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

    Common Development and Distribution License: Java Transaction API

    @@ -1054,9 +1063,9 @@

    LGPL 2.1: Javassist

    GNU General Public License, Version 2 with the Classpath Exception: Java Transaction API

    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

    +
    @@ -1066,293 +1075,293 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -1362,21 +1371,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.12.1.GA.jar644.1 kB390366171.4Yes
    log4j-1.2.14.jar367.4 kB288256191.1Yes
    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.2.5.Final.jar4.6 MB319129821701.6Yes
    hibernate-entitymanager-4.2.5.Final.jar484.8 kB334309151.6Yes
    hibernate-envers-4.2.5.Final.jar412.8 kB300253351.6Yes
    hibernate-commons-annotations-4.0.2.Final.jar81.8 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.1.Final.jar25.2 kB311821.6Yes
    scannotation-1.0.3.jar18.8 kB231321.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.12.1.GA.jar644.1 kB390366171.4Yes
    log4j-1.2.14.jar367.4 kB288256191.1Yes
    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.2.5.Final.jar4.6 MB319129821701.6Yes
    hibernate-entitymanager-4.2.5.Final.jar484.8 kB334309151.6Yes
    hibernate-envers-4.2.5.Final.jar412.8 kB300253351.6Yes
    hibernate-commons-annotations-4.0.2.Final.jar81.8 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.1.Final.jar25.2 kB311821.6Yes
    scannotation-1.0.3.jar18.8 kB231321.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
    3612.3 MB911181335131.635
    compile: 36compile: 12.3 MBcompile: 9111compile: 8133compile: 5131.6compile: 35
    +36 +12.3 MB +9111 +8133 +513 +1.6 +35 + +compile: 36 +compile: 12.3 MB +compile: 9111 +compile: 8133 +compile: 513 +1.6 +compile: 35

    Page Structure as JSON

    @@ -1401,6 +1410,7 @@ "/projects/hibernate-maven-plugin/1.0.3/cpd.html": "CPD Report", "/projects/hibernate-maven-plugin/1.0.3/plugin-info.html": "Plugin Documentation", "/projects/hibernate-maven-plugin/1.0.3/project-reports.html": "Project Reports", + "/projects/hibernate-maven-plugin/1.0.3/index.html?about": "Overview", "/projects/hibernate-maven-plugin/1.0.3/configuration.html": "Configuration Examples", "/projects/hibernate-maven-plugin/1.0.3/export-mojo.html": "Parameter Documentation", "/projects/hibernate-maven-plugin/1.0.3/debugging.html": "Enable Debug-Output", @@ -1410,6 +1420,7 @@ }, "_childs": { "/projects/hibernate-maven-plugin/1.0.3/index.html": [ + "/projects/hibernate-maven-plugin/1.0.3/index.html?about", "/projects/hibernate-maven-plugin/1.0.3/configuration.html", "/projects/hibernate-maven-plugin/1.0.3/export-mojo.html", "/projects/hibernate-maven-plugin/1.0.3/debugging.html", @@ -1544,6 +1555,11 @@ "/projects/hibernate-maven-plugin/1.0.3/index.html", "/projects/hibernate-maven-plugin/1.0.3/project-reports.html" ], + "/projects/hibernate-maven-plugin/1.0.3/index.html?about": [ + "/index.html","/projects.html", + "/projects/hibernate-maven-plugin/1.0.3/index.html", + "/projects/hibernate-maven-plugin/1.0.3/index.html?about" + ], "/projects/hibernate-maven-plugin/1.0.3/configuration.html": [ "/index.html","/projects.html", "/projects/hibernate-maven-plugin/1.0.3/index.html", @@ -1594,6 +1610,7 @@ "/projects/hibernate-maven-plugin/1.0.3/cpd.html": "/hibernate-maven-plugin/cpd.html", "/projects/hibernate-maven-plugin/1.0.3/plugin-info.html": "/hibernate-maven-plugin/plugin-info.html", "/projects/hibernate-maven-plugin/1.0.3/project-reports.html": "/hibernate-maven-plugin/project-reports.html", + "/projects/hibernate-maven-plugin/1.0.3/index.html?about": "/hibernate-maven-plugin/index.html?about", "/projects/hibernate-maven-plugin/1.0.3/configuration.html": "/hibernate-maven-plugin/configuration.html", "/projects/hibernate-maven-plugin/1.0.3/export-mojo.html": "/hibernate-maven-plugin/export-mojo.html", "/projects/hibernate-maven-plugin/1.0.3/debugging.html": "/hibernate-maven-plugin/debugging.html", @@ -1606,7 +1623,7 @@

    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
  • Overview
  • Configuration Examples
  • Parameter Documentation
  • Enable Debug-Output
  • Skipping Execution
  • Force Exceution
  • Known Pitfalls (FAQ)
  • diff --git a/projects/hibernate-maven-plugin/1.0.3/dependency-info.html b/projects/hibernate-maven-plugin/1.0.3/dependency-info.html index 9282aefc..057a47e4 100644 --- a/projects/hibernate-maven-plugin/1.0.3/dependency-info.html +++ b/projects/hibernate-maven-plugin/1.0.3/dependency-info.html @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ - + @@ -238,19 +238,28 @@ - + - + - - + + + + + + + + + + + @@ -360,18 +369,18 @@ - + - + - Maven Coordinates – Hibernate 4 Maven Plugin + Hibernate 4 Maven Plugin – Maven Coordinates @@ -390,14 +399,9 @@


    -
    -

    Maven Coordinates

    -

    Apache Maven

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

    Maven Coordinates

    +

    Apache Maven


    Page Structure as JSON

    @@ -422,6 +426,7 @@ "/projects/hibernate-maven-plugin/1.0.3/cpd.html": "CPD Report", "/projects/hibernate-maven-plugin/1.0.3/plugin-info.html": "Plugin Documentation", "/projects/hibernate-maven-plugin/1.0.3/project-reports.html": "Project Reports", + "/projects/hibernate-maven-plugin/1.0.3/index.html?about": "Overview", "/projects/hibernate-maven-plugin/1.0.3/configuration.html": "Configuration Examples", "/projects/hibernate-maven-plugin/1.0.3/export-mojo.html": "Parameter Documentation", "/projects/hibernate-maven-plugin/1.0.3/debugging.html": "Enable Debug-Output", @@ -431,6 +436,7 @@ }, "_childs": { "/projects/hibernate-maven-plugin/1.0.3/index.html": [ + "/projects/hibernate-maven-plugin/1.0.3/index.html?about", "/projects/hibernate-maven-plugin/1.0.3/configuration.html", "/projects/hibernate-maven-plugin/1.0.3/export-mojo.html", "/projects/hibernate-maven-plugin/1.0.3/debugging.html", @@ -565,6 +571,11 @@ "/projects/hibernate-maven-plugin/1.0.3/index.html", "/projects/hibernate-maven-plugin/1.0.3/project-reports.html" ], + "/projects/hibernate-maven-plugin/1.0.3/index.html?about": [ + "/index.html","/projects.html", + "/projects/hibernate-maven-plugin/1.0.3/index.html", + "/projects/hibernate-maven-plugin/1.0.3/index.html?about" + ], "/projects/hibernate-maven-plugin/1.0.3/configuration.html": [ "/index.html","/projects.html", "/projects/hibernate-maven-plugin/1.0.3/index.html", @@ -615,6 +626,7 @@ "/projects/hibernate-maven-plugin/1.0.3/cpd.html": "/hibernate-maven-plugin/cpd.html", "/projects/hibernate-maven-plugin/1.0.3/plugin-info.html": "/hibernate-maven-plugin/plugin-info.html", "/projects/hibernate-maven-plugin/1.0.3/project-reports.html": "/hibernate-maven-plugin/project-reports.html", + "/projects/hibernate-maven-plugin/1.0.3/index.html?about": "/hibernate-maven-plugin/index.html?about", "/projects/hibernate-maven-plugin/1.0.3/configuration.html": "/hibernate-maven-plugin/configuration.html", "/projects/hibernate-maven-plugin/1.0.3/export-mojo.html": "/hibernate-maven-plugin/export-mojo.html", "/projects/hibernate-maven-plugin/1.0.3/debugging.html": "/hibernate-maven-plugin/debugging.html", @@ -627,7 +639,7 @@

    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
  • Overview
  • Configuration Examples
  • Parameter Documentation
  • Enable Debug-Output
  • Skipping Execution
  • Force Exceution
  • Known Pitfalls (FAQ)
  • diff --git a/projects/hibernate-maven-plugin/1.0.3/distribution-management.html b/projects/hibernate-maven-plugin/1.0.3/distribution-management.html index c5ce5d72..2d7c2454 100644 --- a/projects/hibernate-maven-plugin/1.0.3/distribution-management.html +++ b/projects/hibernate-maven-plugin/1.0.3/distribution-management.html @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ - + @@ -238,19 +238,28 @@ - + - + - - + + + + + + + + + + + @@ -360,18 +369,18 @@ - + - + - Project Distribution Management – Hibernate 4 Maven Plugin + Hibernate 4 Maven Plugin – Project Distribution Management @@ -390,12 +399,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-1.0.3


    @@ -421,6 +430,7 @@ "/projects/hibernate-maven-plugin/1.0.3/cpd.html": "CPD Report", "/projects/hibernate-maven-plugin/1.0.3/plugin-info.html": "Plugin Documentation", "/projects/hibernate-maven-plugin/1.0.3/project-reports.html": "Project Reports", + "/projects/hibernate-maven-plugin/1.0.3/index.html?about": "Overview", "/projects/hibernate-maven-plugin/1.0.3/configuration.html": "Configuration Examples", "/projects/hibernate-maven-plugin/1.0.3/export-mojo.html": "Parameter Documentation", "/projects/hibernate-maven-plugin/1.0.3/debugging.html": "Enable Debug-Output", @@ -430,6 +440,7 @@ }, "_childs": { "/projects/hibernate-maven-plugin/1.0.3/index.html": [ + "/projects/hibernate-maven-plugin/1.0.3/index.html?about", "/projects/hibernate-maven-plugin/1.0.3/configuration.html", "/projects/hibernate-maven-plugin/1.0.3/export-mojo.html", "/projects/hibernate-maven-plugin/1.0.3/debugging.html", @@ -564,6 +575,11 @@ "/projects/hibernate-maven-plugin/1.0.3/index.html", "/projects/hibernate-maven-plugin/1.0.3/project-reports.html" ], + "/projects/hibernate-maven-plugin/1.0.3/index.html?about": [ + "/index.html","/projects.html", + "/projects/hibernate-maven-plugin/1.0.3/index.html", + "/projects/hibernate-maven-plugin/1.0.3/index.html?about" + ], "/projects/hibernate-maven-plugin/1.0.3/configuration.html": [ "/index.html","/projects.html", "/projects/hibernate-maven-plugin/1.0.3/index.html", @@ -614,6 +630,7 @@ "/projects/hibernate-maven-plugin/1.0.3/cpd.html": "/hibernate-maven-plugin/cpd.html", "/projects/hibernate-maven-plugin/1.0.3/plugin-info.html": "/hibernate-maven-plugin/plugin-info.html", "/projects/hibernate-maven-plugin/1.0.3/project-reports.html": "/hibernate-maven-plugin/project-reports.html", + "/projects/hibernate-maven-plugin/1.0.3/index.html?about": "/hibernate-maven-plugin/index.html?about", "/projects/hibernate-maven-plugin/1.0.3/configuration.html": "/hibernate-maven-plugin/configuration.html", "/projects/hibernate-maven-plugin/1.0.3/export-mojo.html": "/hibernate-maven-plugin/export-mojo.html", "/projects/hibernate-maven-plugin/1.0.3/debugging.html": "/hibernate-maven-plugin/debugging.html", @@ -626,7 +643,7 @@

    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
  • Overview
  • Configuration Examples
  • Parameter Documentation
  • Enable Debug-Output
  • Skipping Execution
  • Force Exceution
  • Known Pitfalls (FAQ)
  • diff --git a/projects/hibernate-maven-plugin/1.0.3/export-mojo.html b/projects/hibernate-maven-plugin/1.0.3/export-mojo.html index 84cf252e..71900786 100644 --- a/projects/hibernate-maven-plugin/1.0.3/export-mojo.html +++ b/projects/hibernate-maven-plugin/1.0.3/export-mojo.html @@ -1,60 +1,408 @@ - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - juplo - Hibernate 4 Maven Plugin - Parameter Documentation + Hibernate 4 Maven Plugin – hibernate4:export - - - - - - - - - - + - -
    - - -
    -
    -
    -

    Hibernate 4 Maven Plugin - Parameter Documentation

    - + +

    hibernate4:export

    +

    URI

    +
      +
    • site: /projects/hibernate-maven-plugin/1.0.3/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

    +
    +

    hibernate4:export

    Full name:

    @@ -71,15 +419,14 @@ an according SQL-database-schema.
  • Requires a Maven project to be executed.
  • -
  • Requires dependency resolution of artifacts in scope: runtime.
  • +
  • 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.
  • +
  • Binds by default to the lifecycle phase: process-classes.
  • - -
    -

    Optional Parameters

    +
    +

    Optional Parameters

    @@ -98,206 +445,206 @@ an according SQL-database-schema. - + - + - + - + - + - + - + - + - + - + - + +

    skip takes precedence over force.


    Default value is: false.
    User property is: hibernate.export.force. - + - + - + - + - + - + - + - + +separated with white-spaces and/or commas.
    User property is: hibernate.mapping. - + - + - + - + - + - + - + - + +classes.


    User property is: project.build.outputDirectory. - + - + - + - + - + - + - + - + +explicitly.


    Default value is: compile.
    User property is: hibernate.export.scan_dependencies. - + - + +additionally.


    Default value is: false.
    User property is: hibernate.export.scan_testclasses. - + - + +changed.


    Default value is: false.
    User property is: maven.test.skip. - + - + +Hibernate-Dialect must always be choosen.
    Default value is: EXPORT.
    User property is: hibernate.export.target. - + - + +

    This parameter is only used, when scanTestClasses +is set to true!


    User property is: project.build.testOutputDirectory. - + - + +If NONE is choosen, no databaseconnection is needed.
    Default value is: BOTH.
    User property is: hibernate.export.type. - + - + - + - + - + - +
    delimiterStringString1.01.0Delimiter in output-file.
    Default value is: ;.
    User property is: hibernate.export.schema.delimiter.
    Delimiter in output-file.
    Default value is: ;.
    User property is: hibernate.export.schema.delimiter.
    driverClassNameStringString1.01.0SQL-Driver name.
    User property is: hibernate.connection.driver_class.
    SQL-Driver name.
    User property is: hibernate.connection.driver_class.
    enversbooleanboolean1.0.31.0.3Generate envers schema for auditing tables.
    Default value is: false.
    User property is: hibernate.export.envers.
    Generate envers schema for auditing tables.
    Default value is: false.
    User property is: hibernate.export.envers.
    forcebooleanboolean1.01.0 Force execution

    Force execution, even if no modified or newly added annotated classes where found and the dialect was not changed.

    -

    skip takes precedence over force.


    Default value is: false.
    User property is: hibernate.export.force.
    formatbooleanboolean1.01.0Format output-file.
    Default value is: true.
    User property is: hibernate.export.schema.format.
    Format output-file.
    Default value is: true.
    User property is: hibernate.export.schema.format.
    hibernateDialectStringString1.01.0Hibernate dialect.
    User property is: hibernate.dialect.
    Hibernate dialect.
    User property is: hibernate.dialect.
    hibernateMappingStringString1.0.21.0.2 List of Hibernate-Mapping-Files (XML). Multiple files can be -separated with white-spaces and/or commas.
    User property is: hibernate.mapping.
    hibernateNamingStrategyStringString1.0.21.0.2Hibernate Naming Strategy
    User property is: hibernate.ejb.naming_strategy.
    Hibernate Naming Strategy
    User property is: hibernate.ejb.naming_strategy.
    hibernatePropertiesStringString1.01.0Path to Hibernate configuration file.
    Default value is: ${project.build.outputDirectory}/hibernate.properties.
    Path to Hibernate configuration file.
    Default value is: ${project.build.outputDirectory}/hibernate.properties.
    outputDirectoryStringString1.01.0 Classes-Directory to scan.

    This parameter defaults to the maven build-output-directory for classes. Additonally, all dependencies are scanned for annotated -classes.


    User property is: project.build.outputDirectory.
    outputFileStringString1.01.0Output file.
    Default value is: ${project.build.directory}/schema.sql.
    User property is: hibernate.export.schema.filename.
    Output file.
    Default value is: ${project.build.directory}/schema.sql.
    User property is: hibernate.export.schema.filename.
    passwordStringString1.01.0Database password
    User property is: hibernate.connection.password.
    Database password
    User property is: hibernate.connection.password.
    scanDependenciesStringString1.0.31.0.3 Dependency-Scopes, that should be scanned for annotated classes. -

    By default, only dependencies in the scope compile +

    By default, only dependencies in the scope compile are scanned for annotated classes. Multiple scopes can be seperated by white space or commas.

    The plugin does not scan for annotated classes in transitive dependencies. If some of your annotated classes are hidden in a transitive dependency, you can simply add that dependency -explicitly.


    Default value is: compile.
    User property is: hibernate.export.scan_dependencies.
    scanTestClassesbooleanboolean1.0.11.0.1 Wether to scan test-classes too, or not. -

    If this parameter is set to true the test-classes +

    If this parameter is set to true the test-classes of the artifact will be scanned for hibernate-annotated classes -additionally.


    Default value is: false.
    User property is: hibernate.export.scan_testclasses.
    skipbooleanboolean1.01.0 Skip execution -

    If set to true, the execution is skipped.

    +

    If set to true, the execution is skipped.

    A skipped excecution is signaled via the maven-property -${hibernate.export.skipped}.

    +${hibernate.export.skipped}.

    The excecution is skipped automatically, if no modified or newly added annotated classes are found and the dialect was not -changed.


    Default value is: false.
    User property is: maven.test.skip.
    targetStringString1.01.0 Target of execution: @@ -315,33 +662,33 @@ it to STDOUT
  • BOTH
  • A databaseconnection is only needed for EXPORT and BOTH, but a -Hibernate-Dialect must always be choosen.
    Default value is: EXPORT.
    User property is: hibernate.export.target.
    testOutputDirectoryStringString1.0.21.0.2 Test-Classes-Directory to scan.

    This parameter defaults to the maven build-output-directory for test-classes.

    -

    This parameter is only used, when scanTestClasses -is set to true!


    User property is: project.build.testOutputDirectory.
    typeStringString1.01.0 Type of execution. @@ -356,35 +703,34 @@ configuration
  • BOTH (DEFAULT!)
  • -If NONE is choosen, no databaseconnection is needed.
    Default value is: BOTH.
    User property is: hibernate.export.type.
    urlStringString1.01.0Database URL.
    User property is: hibernate.connection.url.
    Database URL.
    User property is: hibernate.connection.url.
    usernameStringString1.01.0Database username
    User property is: hibernate.connection.username.
    Database username
    User property is: hibernate.connection.username.
    -
    - -
    -

    Parameter Details

    +
    +
    +

    Parameter Details

    delimiter:

    @@ -392,15 +738,15 @@ If NONE is choosen, no databaseconnection is needed.
    Default value is -
  • Type: java.lang.String
  • +
  • Type: java.lang.String
  • -
  • Since: 1.0
  • +
  • Since: 1.0
  • -
  • Required: No
  • +
  • Required: No
  • -
  • User Property: hibernate.export.schema.delimiter
  • +
  • User Property: hibernate.export.schema.delimiter
  • -
  • Default: ;
  • +
  • Default: ;

  • driverClassName:

    @@ -408,13 +754,13 @@ If NONE is choosen, no databaseconnection is needed.
    Default value is -
  • Type: java.lang.String
  • +
  • Type: java.lang.String
  • -
  • Since: 1.0
  • +
  • Since: 1.0
  • -
  • Required: No
  • +
  • Required: No
  • -
  • User Property: hibernate.connection.driver_class
  • +
  • User Property: hibernate.connection.driver_class

  • envers:

    @@ -422,15 +768,15 @@ If NONE is choosen, no databaseconnection is needed.
    Default value is -
  • Type: boolean
  • +
  • Type: boolean
  • -
  • Since: 1.0.3
  • +
  • Since: 1.0.3
  • -
  • Required: No
  • +
  • Required: No
  • -
  • User Property: hibernate.export.envers
  • +
  • User Property: hibernate.export.envers
  • -
  • Default: false
  • +
  • Default: false

  • force:

    @@ -439,19 +785,19 @@ If NONE is choosen, no databaseconnection is needed.
    Default value isForce execution, even if no modified or newly added annotated classes where found and the dialect was not changed.

    -

    skip takes precedence over force.

    +

    skip takes precedence over force.

      -
    • Type: boolean
    • +
    • Type: boolean
    • -
    • Since: 1.0
    • +
    • Since: 1.0
    • -
    • Required: No
    • +
    • Required: No
    • -
    • User Property: hibernate.export.force
    • +
    • User Property: hibernate.export.force
    • -
    • Default: false
    • +
    • Default: false

    format:

    @@ -459,15 +805,15 @@ classes where found and the dialect was not changed.

      -
    • Type: boolean
    • +
    • Type: boolean
    • -
    • Since: 1.0
    • +
    • Since: 1.0
    • -
    • Required: No
    • +
    • Required: No
    • -
    • User Property: hibernate.export.schema.format
    • +
    • User Property: hibernate.export.schema.format
    • -
    • Default: true
    • +
    • Default: true

    hibernateDialect:

    @@ -475,13 +821,13 @@ classes where found and the dialect was not changed.

      -
    • Type: java.lang.String
    • +
    • Type: java.lang.String
    • -
    • Since: 1.0
    • +
    • Since: 1.0
    • -
    • Required: No
    • +
    • Required: No
    • -
    • User Property: hibernate.dialect
    • +
    • User Property: hibernate.dialect

    hibernateMapping:

    @@ -490,13 +836,13 @@ separated with white-spaces and/or commas.

    hibernateNamingStrategy:

    @@ -504,13 +850,13 @@ separated with white-spaces and/or commas.

    hibernateProperties:

    @@ -518,13 +864,13 @@ separated with white-spaces and/or commas.

    outputDirectory:

    @@ -536,13 +882,13 @@ classes.


    outputFile:

    @@ -550,15 +896,15 @@ classes.


    password:

    @@ -566,19 +912,19 @@ classes.


    scanDependencies:

    Dependency-Scopes, that should be scanned for annotated classes. -

    By default, only dependencies in the scope compile +

    By default, only dependencies in the scope compile are scanned for annotated classes. Multiple scopes can be seperated by white space or commas.

    @@ -589,44 +935,44 @@ explicitly.


    scanTestClasses:

    Wether to scan test-classes too, or not. -

    If this parameter is set to true the test-classes +

    If this parameter is set to true the test-classes of the artifact will be scanned for hibernate-annotated classes additionally.


    skip:

    Skip execution -

    If set to true, the execution is skipped.

    +

    If set to true, the execution is skipped.

    A skipped excecution is signaled via the maven-property -${hibernate.export.skipped}.

    +${hibernate.export.skipped}.

    The excecution is skipped automatically, if no modified or newly added annotated classes are found and the dialect was not @@ -634,15 +980,15 @@ changed.


    target:

    @@ -666,15 +1012,15 @@ Hibernate-Dialect must always be choosen.

    testOutputDirectory:

    @@ -683,18 +1029,18 @@ Hibernate-Dialect must always be choosen.

    This parameter defaults to the maven build-output-directory for test-classes.

    -

    This parameter is only used, when scanTestClasses -is set to true!

    +

    This parameter is only used, when scanTestClasses +is set to true!


    type:

    @@ -715,15 +1061,15 @@ If NONE is choosen, no databaseconnection is needed.

    url:

    @@ -731,13 +1077,13 @@ If NONE is choosen, no databaseconnection is needed.

    username:

    @@ -745,90 +1091,256 @@ If NONE is choosen, no databaseconnection is needed. - - + + - -
    - -

    - - Built by Maven - -

    -
    - - -
    -
    - -
    - - - - - - - - + - -
    - - -
    -
    -
    -

    Hibernate 4 Maven Plugin - - hibernate4:help

    - + +

    hibernate4:help

    +

    URI

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

    Path

    +

    +

      +
    +

    +
    +
    + -
    -

    hibernate4:help

    +
    +

    hibernate4:help

    Full name:

    @@ -66,8 +411,8 @@

    Description:

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

    Attributes:

    @@ -75,9 +420,8 @@ Call mvn hibernate4:help -Ddetail=true
  • The goal is thread-safe and supports parallel builds.
  • - -
    -

    Optional Parameters

    +
    +

    Optional Parameters

    @@ -96,67 +440,66 @@ Call mvn hibernate4:help -Ddetail=true - + - + - + - + - + +goals will be displayed.
    User property is: goal.
    - + - + - + - + - + - +
    detailbooleanboolean--If true, display all settable properties for each -goal.
    Default value is: false.
    User property is: detail.
    If true, display all settable properties for each +goal.
    Default value is: false.
    User property is: detail.
    goalStringString-- The name of the goal for which to show help. If unspecified, all -goals will be displayed.
    User property is: goal.
    indentSizeintint--The number of spaces per indentation level, should be positive.
    Default value is: 2.
    User property is: indentSize.
    The number of spaces per indentation level, should be positive.
    Default value is: 2.
    User property is: indentSize.
    lineLengthintint--The maximum length of a display line, should be positive.
    Default value is: 80.
    User property is: lineLength.
    The maximum length of a display line, should be positive.
    Default value is: 80.
    User property is: lineLength.
    -
    - -
    -

    Parameter Details

    +
    +
    +

    Parameter Details

    detail:

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

    goal:

    @@ -165,11 +508,11 @@ goals will be displayed.
      -
    • Type: java.lang.String
    • +
    • Type: java.lang.String
    • -
    • Required: No
    • +
    • Required: No
    • -
    • User Property: goal
    • +
    • User Property: goal

    indentSize:

    @@ -177,13 +520,13 @@ goals will be displayed.
      -
    • Type: int
    • +
    • Type: int
    • -
    • Required: No
    • +
    • Required: No
    • -
    • User Property: indentSize
    • +
    • User Property: indentSize
    • -
    • Default: 2
    • +
    • Default: 2

    lineLength:

    @@ -191,90 +534,256 @@ goals will be displayed.
      -
    • Type: int
    • +
    • Type: int
    • -
    • Required: No
    • +
    • Required: No
    • -
    • User Property: lineLength
    • +
    • User Property: lineLength
    • -
    • Default: 80
    • +
    • Default: 80
    -
    - + + - -
    - -

    - - Built by Maven - -

    -
    - - -
    -
    - -
    - - - - - - - - - - -
    - - -
    -
    -
    -

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

    - - Built by Maven - -

    -
    -
    -
    -
    -
    - -
    -
    - - - - - - - - - -
    - - -
    -
    -
    -

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

    Hibernate 4 Maven Plugin - Project Summary

    -
    -

    Project Summary

    -
    -

    Project Information

    - - - - - - - - - - - - -
    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.3
    Typemaven-plugin
    JDK Rev1.6
    -
    - -
    -
    -
    -
    - -
    -
    - - - - - - - - - -
    - - -
    -
    -
    -

    Hibernate 4 Maven Plugin - Source Repository

    -
    -

    Overview

    -

    This project uses GIT to manage its source code. Instructions on GIT use can be found at http://git-scm.com/documentation.

    -
    -

    Web Access

    -

    The following is a link to the online source repository.

    -
    -
    -

    Anonymous access

    -

    The source can be checked out anonymously from GIT with this command (See http://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 http://git-scm.com/docs/git-clone).

    -
    -
    $ git clone ssh://juplo.de/var/lib/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.

    -
    - -
    -
    -
    -
    - -
    -
    - - - - - - - - - -
    - - -
    -
    -
    -

    Hibernate 4 Maven Plugin - Project Team

    -
    -

    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.

    - - - - - - - - - - -
    ImageIdNameEmail
    kaiKai Moritzkai@juplo.de
    -
    -

    Contributors

    -

    The following additional people have contributed to this project through the way of suggestions, patches or documentation.

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    ImageNameEmail
    Adriano Machadoadriano.m.machado@hotmail.com
    Lorenzo Nicoralorenzo.nicora@nicus.it
    Eduard Szenteeduard.szente@gmail.com
    Stephen Johnsonstejohns@redhat.com
    Victor Tataivtatai@gmail.com
    Erik-Berndt Schepererik.berndt.scheper@gmail.com
    Guido WimmelWimmel.Guido@swm.de
    -
    - -
    -
    -
    -
    - -
    -
    -