") {
- url += ui.item.c + ".html" + "#";
- } else {
- url += ui.item.p.replace(/\./g, '/') + "/" + ui.item.c + ".html" + "#";
- }
- if (ui.item.url) {
- url += ui.item.url;
- } else {
- url += ui.item.l;
- }
- } else if (ui.item.category === catSearchTags) {
- url += ui.item.u;
- }
- if (top !== window) {
- parent.classFrame.location = pathtoroot + url;
- } else {
- window.location.href = pathtoroot + url;
- }
- $("#search").focus();
- }
- }
- });
-});
diff --git a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/stylesheet.css b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/stylesheet.css
deleted file mode 100644
index fa246765..00000000
--- a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/stylesheet.css
+++ /dev/null
@@ -1,906 +0,0 @@
-/*
- * Javadoc style sheet
- */
-
-@import url('resources/fonts/dejavu.css');
-
-/*
- * Styles for individual HTML elements.
- *
- * These are styles that are specific to individual HTML elements. Changing them affects the style of a particular
- * HTML element throughout the page.
- */
-
-body {
- background-color:#ffffff;
- color:#353833;
- font-family:'DejaVu Sans', Arial, Helvetica, sans-serif;
- font-size:14px;
- margin:0;
- padding:0;
- height:100%;
- width:100%;
-}
-iframe {
- margin:0;
- padding:0;
- height:100%;
- width:100%;
- overflow-y:scroll;
- border:none;
-}
-a:link, a:visited {
- text-decoration:none;
- color:#4A6782;
-}
-a[href]:hover, a[href]:focus {
- text-decoration:none;
- color:#bb7a2a;
-}
-a[name] {
- color:#353833;
-}
-a[name]:before, a[name]:target, a[id]:before, a[id]:target {
- content:"";
- display:inline-block;
- position:relative;
- padding-top:129px;
- margin-top:-129px;
-}
-pre {
- font-family:'DejaVu Sans Mono', monospace;
- font-size:14px;
-}
-h1 {
- font-size:20px;
-}
-h2 {
- font-size:18px;
-}
-h3 {
- font-size:16px;
- font-style:italic;
-}
-h4 {
- font-size:13px;
-}
-h5 {
- font-size:12px;
-}
-h6 {
- font-size:11px;
-}
-ul {
- list-style-type:disc;
-}
-code, tt {
- font-family:'DejaVu Sans Mono', monospace;
- font-size:14px;
- padding-top:4px;
- margin-top:8px;
- line-height:1.4em;
-}
-dt code {
- font-family:'DejaVu Sans Mono', monospace;
- font-size:14px;
- padding-top:4px;
-}
-table tr td dt code {
- font-family:'DejaVu Sans Mono', monospace;
- font-size:14px;
- vertical-align:top;
- padding-top:4px;
-}
-sup {
- font-size:8px;
-}
-
-/*
- * Styles for HTML generated by javadoc.
- *
- * These are style classes that are used by the standard doclet to generate HTML documentation.
- */
-
-/*
- * Styles for document title and copyright.
- */
-.clear {
- clear:both;
- height:0px;
- overflow:hidden;
-}
-.aboutLanguage {
- float:right;
- padding:0px 21px;
- font-size:11px;
- z-index:200;
- margin-top:-9px;
-}
-.legalCopy {
- margin-left:.5em;
-}
-.bar a, .bar a:link, .bar a:visited, .bar a:active {
- color:#FFFFFF;
- text-decoration:none;
-}
-.bar a:hover, .bar a:focus {
- color:#bb7a2a;
-}
-.tab {
- background-color:#0066FF;
- color:#ffffff;
- padding:8px;
- width:5em;
- font-weight:bold;
-}
-/*
- * Styles for navigation bar.
- */
-.bar {
- background-color:#4D7A97;
- color:#FFFFFF;
- padding:.8em .5em .4em .8em;
- height:auto;/*height:1.8em;*/
- font-size:11px;
- margin:0;
-}
-.navPadding {
- padding-top: 107px;
-}
-.fixedNav {
- position:fixed;
- width:100%;
- z-index:999;
- background-color:#ffffff;
-}
-.topNav {
- background-color:#4D7A97;
- color:#FFFFFF;
- float:left;
- padding:0;
- width:100%;
- clear:right;
- height:2.8em;
- padding-top:10px;
- overflow:hidden;
- font-size:12px;
-}
-.bottomNav {
- margin-top:10px;
- background-color:#4D7A97;
- color:#FFFFFF;
- float:left;
- padding:0;
- width:100%;
- clear:right;
- height:2.8em;
- padding-top:10px;
- overflow:hidden;
- font-size:12px;
-}
-.subNav {
- background-color:#dee3e9;
- 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;
- margin:0 25px 0 0;
- padding:0;
-}
-ul.navList li{
- list-style:none;
- float:left;
- padding: 5px 6px;
- text-transform:uppercase;
-}
-ul.navListSearch {
- float:right;
- margin:0 0 0 0;
- padding:0;
-}
-ul.navListSearch li {
- list-style:none;
- float:right;
- padding: 5px 6px;
- text-transform:uppercase;
-}
-ul.navListSearch li label {
- position:relative;
- right:-16px;
-}
-ul.subNavList li {
- list-style:none;
- float:left;
-}
-.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-color:#F8981D;
- color:#253441;
- margin: auto 5px;
-}
-.skipNav {
- position:absolute;
- top:auto;
- left:-9999px;
- overflow:hidden;
-}
-/*
- * Styles for page header and footer.
- */
-.header, .footer {
- clear:both;
- margin:0 20px;
- padding:5px 0 0 0;
-}
-.indexNav {
- position:relative;
- font-size:12px;
- background-color:#dee3e9;
-}
-.indexNav ul {
- margin-top:0;
- padding:5px;
-}
-.indexNav ul li {
- display:inline;
- list-style-type:none;
- padding-right:10px;
- text-transform:uppercase;
-}
-.indexNav h1 {
- font-size:13px;
-}
-.title {
- color:#2c4557;
- margin:10px 0;
-}
-.subTitle {
- margin:5px 0 0 0;
-}
-.header ul {
- margin:0 0 15px 0;
- padding:0;
-}
-.footer ul {
- margin:20px 0 5px 0;
-}
-.header ul li, .footer ul li {
- list-style:none;
- font-size:13px;
-}
-/*
- * Styles for headings.
- */
-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:1px solid #d0d9e0;
- margin:0 0 6px -8px;
- padding:7px 5px;
-}
-ul.blockList ul.blockList ul.blockList li.blockList h3 {
- background-color:#dee3e9;
- border:1px solid #d0d9e0;
- margin:0 0 6px -8px;
- padding:7px 5px;
-}
-ul.blockList ul.blockList li.blockList h3 {
- padding:0;
- margin:15px 0;
-}
-ul.blockList li.blockList h2 {
- padding:0px 0 20px 0;
-}
-/*
- * Styles for page layout containers.
- */
-.contentContainer, .sourceContainer, .classUseContainer, .serializedFormContainer, .constantValuesContainer,
-.allClassesContainer, .allPackagesContainer {
- clear:both;
- padding:10px 20px;
- position:relative;
-}
-.indexContainer {
- margin:10px;
- position:relative;
- font-size:12px;
-}
-.indexContainer h2 {
- font-size:13px;
- padding:0 0 3px 0;
-}
-.indexContainer ul {
- margin:0;
- padding:0;
-}
-.indexContainer ul li {
- list-style:none;
- padding-top:2px;
-}
-.contentContainer .description dl dt, .contentContainer .details dl dt, .serializedFormContainer dl dt {
- 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:5px 0 10px 0px;
- font-size:14px;
- font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif;
-}
-.serializedFormContainer dl.nameValue dt {
- margin-left:1px;
- font-size:1.1em;
- display:inline;
- font-weight:bold;
-}
-.serializedFormContainer dl.nameValue dd {
- margin:0 0 0 1px;
- font-size:1.1em;
- display:inline;
-}
-/*
- * Styles for lists.
- */
-li.circle {
- list-style:circle;
-}
-ul.horizontal li {
- display:inline;
- font-size:0.9em;
-}
-ul.inheritance {
- margin:0;
- padding:0;
-}
-ul.inheritance li {
- display:inline;
- list-style:none;
-}
-ul.inheritance li ul.inheritance {
- margin-left:15px;
- padding-left:15px;
- padding-top:1px;
-}
-ul.blockList, ul.blockListLast {
- margin:10px 0 10px 0;
- padding:0;
-}
-ul.blockList li.blockList, ul.blockListLast li.blockList {
- list-style:none;
- 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 #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:none;
-}
-ul.blockList ul.blockList ul.blockList ul.blockList li.blockList {
- margin-left:0;
- padding-left:0;
- padding-bottom:15px;
- border:none;
-}
-ul.blockList ul.blockList ul.blockList ul.blockList li.blockListLast {
- list-style:none;
- border-bottom:none;
- padding-bottom:0;
-}
-table tr td dl, table tr td dl dt, table tr td dl dd {
- margin-top:0;
- margin-bottom:1px;
-}
-/*
- * Styles for tables.
- */
-.overviewSummary, .memberSummary, .typeSummary, .useSummary, .constantsSummary, .deprecatedSummary,
-.requiresSummary, .packagesSummary, .providesSummary, .usesSummary {
- width:100%;
- border-spacing:0;
- border-left:1px solid #EEE;
- border-right:1px solid #EEE;
- border-bottom:1px solid #EEE;
-}
-.overviewSummary, .memberSummary, .requiresSummary, .packagesSummary, .providesSummary, .usesSummary {
- padding:0px;
-}
-.overviewSummary caption, .memberSummary caption, .typeSummary caption,
-.useSummary caption, .constantsSummary caption, .deprecatedSummary caption,
-.requiresSummary caption, .packagesSummary caption, .providesSummary caption, .usesSummary caption {
- position:relative;
- text-align:left;
- background-repeat:no-repeat;
- color:#253441;
- font-weight:bold;
- clear:none;
- overflow:hidden;
- padding:0px;
- padding-top:10px;
- padding-left:1px;
- margin:0px;
- white-space:pre;
-}
-.overviewSummary caption a:link, .memberSummary caption a:link, .typeSummary caption a:link,
-.constantsSummary caption a:link, .deprecatedSummary caption a:link,
-.requiresSummary caption a:link, .packagesSummary caption a:link, .providesSummary caption a:link,
-.usesSummary caption a:link,
-.overviewSummary caption a:hover, .memberSummary caption a:hover, .typeSummary caption a:hover,
-.constantsSummary caption a:hover, .deprecatedSummary caption a:hover,
-.requiresSummary caption a:hover, .packagesSummary caption a:hover, .providesSummary caption a:hover,
-.usesSummary caption a:hover,
-.overviewSummary caption a:active, .memberSummary caption a:active, .typeSummary caption a:active,
-.constantsSummary caption a:active, .deprecatedSummary caption a:active,
-.requiresSummary caption a:active, .packagesSummary caption a:active, .providesSummary caption a:active,
-.usesSummary caption a:active,
-.overviewSummary caption a:visited, .memberSummary caption a:visited, .typeSummary caption a:visited,
-.constantsSummary caption a:visited, .deprecatedSummary caption a:visited,
-.requiresSummary caption a:visited, .packagesSummary caption a:visited, .providesSummary caption a:visited,
-.usesSummary caption a:visited {
- color:#FFFFFF;
-}
-.useSummary caption a:link, .useSummary caption a:hover, .useSummary caption a:active,
-.useSummary caption a:visited {
- color:#1f389c;
-}
-.overviewSummary caption span, .memberSummary caption span, .typeSummary caption span,
-.useSummary caption span, .constantsSummary caption span, .deprecatedSummary caption span,
-.requiresSummary caption span, .packagesSummary caption span, .providesSummary caption span,
-.usesSummary caption span {
- white-space:nowrap;
- padding-top:5px;
- padding-left:12px;
- padding-right:12px;
- padding-bottom:7px;
- display:inline-block;
- float:left;
- background-color:#F8981D;
- border: none;
- height:16px;
-}
-.memberSummary caption span.activeTableTab span, .packagesSummary caption span.activeTableTab span,
-.overviewSummary caption span.activeTableTab span, .typeSummary 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;
-}
-.memberSummary caption span.tableTab span, .packagesSummary caption span.tableTab span,
-.overviewSummary caption span.tableTab span, .typeSummary 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,
-.packagesSummary caption span.tableTab, .packagesSummary caption span.activeTableTab,
-.overviewSummary caption span.tableTab, .overviewSummary caption span.activeTableTab,
-.typeSummary caption span.tableTab, .typeSummary caption span.activeTableTab {
- padding-top:0px;
- padding-left:0px;
- padding-right:0px;
- background-image:none;
- float:none;
- display:inline;
-}
-.overviewSummary .tabEnd, .memberSummary .tabEnd, .typeSummary .tabEnd,
-.useSummary .tabEnd, .constantsSummary .tabEnd, .deprecatedSummary .tabEnd,
-.requiresSummary .tabEnd, .packagesSummary .tabEnd, .providesSummary .tabEnd, .usesSummary .tabEnd {
- display:none;
- width:5px;
- position:relative;
- float:left;
- background-color:#F8981D;
-}
-.memberSummary .activeTableTab .tabEnd, .packagesSummary .activeTableTab .tabEnd,
-.overviewSummary .activeTableTab .tabEnd, .typeSummary .activeTableTab .tabEnd {
- display:none;
- width:5px;
- margin-right:3px;
- position:relative;
- float:left;
- background-color:#F8981D;
-}
-.memberSummary .tableTab .tabEnd, .packagesSummary .tableTab .tabEnd,
-.overviewSummary .tableTab .tabEnd, .typeSummary .tableTab .tabEnd {
- display:none;
- width:5px;
- margin-right:3px;
- position:relative;
- background-color:#4D7A97;
- float:left;
-}
-.rowColor th, .altColor th {
- font-weight:normal;
-}
-.overviewSummary td, .memberSummary td, .typeSummary td,
-.useSummary td, .constantsSummary td, .deprecatedSummary td,
-.requiresSummary td, .packagesSummary td, .providesSummary td, .usesSummary td {
- text-align:left;
- padding:0px 0px 12px 10px;
-}
-th.colFirst, th.colSecond, th.colLast, th.colConstructorName, th.colDeprecatedItemName, .useSummary th,
-.constantsSummary th, .packagesSummary th, td.colFirst, td.colSecond, td.colLast, .useSummary td,
-.constantsSummary td {
- vertical-align:top;
- padding-right:0px;
- padding-top:8px;
- padding-bottom:3px;
-}
-th.colFirst, th.colSecond, th.colLast, th.colConstructorName, th.colDeprecatedItemName, .constantsSummary th,
-.packagesSummary th {
- background:#dee3e9;
- text-align:left;
- padding:8px 3px 3px 7px;
-}
-td.colFirst, th.colFirst {
- font-size:13px;
-}
-td.colSecond, th.colSecond, td.colLast, th.colConstructorName, th.colDeprecatedItemName, th.colLast {
- font-size:13px;
-}
-.constantsSummary th, .packagesSummary th {
- font-size:13px;
-}
-.providesSummary th.colFirst, .providesSummary th.colLast, .providesSummary td.colFirst,
-.providesSummary td.colLast {
- white-space:normal;
- font-size:13px;
-}
-.overviewSummary td.colFirst, .overviewSummary th.colFirst,
-.requiresSummary td.colFirst, .requiresSummary th.colFirst,
-.packagesSummary td.colFirst, .packagesSummary td.colSecond, .packagesSummary th.colFirst, .packagesSummary th,
-.usesSummary td.colFirst, .usesSummary th.colFirst,
-.providesSummary td.colFirst, .providesSummary th.colFirst,
-.memberSummary td.colFirst, .memberSummary th.colFirst,
-.memberSummary td.colSecond, .memberSummary th.colSecond, .memberSummary th.colConstructorName,
-.typeSummary td.colFirst, .typeSummary th.colFirst {
- vertical-align:top;
-}
-.packagesSummary th.colLast, .packagesSummary td.colLast {
- white-space:normal;
-}
-td.colFirst a:link, td.colFirst a:visited,
-td.colSecond a:link, td.colSecond a:visited,
-th.colFirst a:link, th.colFirst a:visited,
-th.colSecond a:link, th.colSecond a:visited,
-th.colConstructorName a:link, th.colConstructorName a:visited,
-th.colDeprecatedItemName a:link, th.colDeprecatedItemName a:visited,
-.constantValuesContainer td a:link, .constantValuesContainer td a:visited,
-.allClassesContainer td a:link, .allClassesContainer td a:visited,
-.allPackagesContainer td a:link, .allPackagesContainer td a:visited {
- font-weight:bold;
-}
-.tableSubHeadingColor {
- background-color:#EEEEFF;
-}
-.altColor, .altColor th {
- background-color:#FFFFFF;
-}
-.rowColor, .rowColor th {
- background-color:#EEEEEF;
-}
-/*
- * Styles for contents.
- */
-.description pre {
- margin-top:0;
-}
-.deprecatedContent {
- margin:0;
- padding:10px 0;
-}
-.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;
-}
-/*
- * Styles for formatting effect.
- */
-.sourceLineNo {
- color:green;
- padding:0 30px 0 0;
-}
-h1.hidden {
- visibility:hidden;
- overflow:hidden;
- font-size:10px;
-}
-.block {
- display:block;
- margin:3px 10px 2px 0px;
- color:#474747;
-}
-.deprecatedLabel, .descfrmTypeLabel, .implementationLabel, .memberNameLabel, .memberNameLink,
-.moduleLabelInPackage, .moduleLabelInType, .overrideSpecifyLabel, .packageLabelInType,
-.packageHierarchyLabel, .paramLabel, .returnLabel, .seeLabel, .simpleTagLabel,
-.throwsLabel, .typeNameLabel, .typeNameLink, .searchTagLink {
- font-weight:bold;
-}
-.deprecationComment, .emphasizedPhrase, .interfaceName {
- font-style:italic;
-}
-.deprecationBlock {
- font-size:14px;
- font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif;
- border-style:solid;
- border-width:thin;
- border-radius:10px;
- padding:10px;
- margin-bottom:10px;
- margin-right:10px;
- display:inline-block;
-}
-div.block div.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;
-}
-/*
- * Styles for IFRAME.
- */
-.mainContainer {
- margin:0 auto;
- padding:0;
- height:100%;
- width:100%;
- position:fixed;
- top:0;
- left:0;
-}
-.leftContainer {
- height:100%;
- position:fixed;
- width:320px;
-}
-.leftTop {
- position:relative;
- float:left;
- width:315px;
- top:0;
- left:0;
- height:30%;
- border-right:6px solid #ccc;
- border-bottom:6px solid #ccc;
-}
-.leftBottom {
- position:relative;
- float:left;
- width:315px;
- bottom:0;
- left:0;
- height:70%;
- border-right:6px solid #ccc;
- border-top:1px solid #000;
-}
-.rightContainer {
- position:absolute;
- left:320px;
- top:0;
- bottom:0;
- height:100%;
- right:0;
- border-left:1px solid #000;
-}
-.rightIframe {
- margin:0;
- padding:0;
- height:100%;
- right:30px;
- width:100%;
- overflow:visible;
- margin-bottom:30px;
-}
-/*
- * Styles specific to HTML5 elements.
- */
-main, nav, header, footer, section {
- display:block;
-}
-/*
- * Styles for javadoc search.
- */
-.ui-autocomplete-category {
- font-weight:bold;
- font-size:15px;
- padding:7px 0 7px 3px;
- background-color:#4D7A97;
- color:#FFFFFF;
-}
-.resultItem {
- font-size:13px;
-}
-.ui-autocomplete {
- max-height:85%;
- max-width:65%;
- overflow-y:scroll;
- overflow-x:scroll;
- white-space:nowrap;
- box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
-}
-ul.ui-autocomplete {
- position:fixed;
- z-index:999999;
-}
-ul.ui-autocomplete li {
- float:left;
- clear:both;
- width:100%;
-}
-.resultHighlight {
- font-weight:bold;
-}
-#search {
- background-image:url('resources/glass.png');
- background-size:13px;
- background-repeat:no-repeat;
- background-position:2px 3px;
- padding-left:20px;
- position:relative;
- right:-18px;
-}
-#reset {
- background-color: rgb(255,255,255);
- background-image:url('resources/x.png');
- background-position:center;
- background-repeat:no-repeat;
- background-size:12px;
- border:0 none;
- width:16px;
- height:17px;
- position:relative;
- left:-4px;
- top:-4px;
- font-size:0px;
-}
-.watermark {
- color:#545454;
-}
-.searchTagDescResult {
- font-style:italic;
- font-size:11px;
-}
-.searchTagHolderResult {
- font-style:italic;
- font-size:12px;
-}
-.searchTagResult:before, .searchTagResult:target {
- color:red;
-}
-.moduleGraph span {
- display:none;
- position:absolute;
-}
-.moduleGraph:hover span {
- display:block;
- margin: -100px 0 0 100px;
- z-index: 1;
-}
-.methodSignature {
- white-space:normal;
-}
-
-/*
- * Styles for user-provided tables.
- *
- * borderless:
- * No borders, vertical margins, styled caption.
- * This style is provided for use with existing doc comments.
- * In general, borderless tables should not be used for layout purposes.
- *
- * plain:
- * Plain borders around table and cells, vertical margins, styled caption.
- * Best for small tables or for complex tables for tables with cells that span
- * rows and columns, when the "striped" style does not work well.
- *
- * striped:
- * Borders around the table and vertical borders between cells, striped rows,
- * vertical margins, styled caption.
- * Best for tables that have a header row, and a body containing a series of simple rows.
- */
-
-table.borderless,
-table.plain,
-table.striped {
- margin-top: 10px;
- margin-bottom: 10px;
-}
-table.borderless > caption,
-table.plain > caption,
-table.striped > caption {
- font-weight: bold;
- font-size: smaller;
-}
-table.borderless th, table.borderless td,
-table.plain th, table.plain td,
-table.striped th, table.striped td {
- padding: 2px 5px;
-}
-table.borderless,
-table.borderless > thead > tr > th, table.borderless > tbody > tr > th, table.borderless > tr > th,
-table.borderless > thead > tr > td, table.borderless > tbody > tr > td, table.borderless > tr > td {
- border: none;
-}
-table.borderless > thead > tr, table.borderless > tbody > tr, table.borderless > tr {
- background-color: transparent;
-}
-table.plain {
- border-collapse: collapse;
- border: 1px solid black;
-}
-table.plain > thead > tr, table.plain > tbody tr, table.plain > tr {
- background-color: transparent;
-}
-table.plain > thead > tr > th, table.plain > tbody > tr > th, table.plain > tr > th,
-table.plain > thead > tr > td, table.plain > tbody > tr > td, table.plain > tr > td {
- border: 1px solid black;
-}
-table.striped {
- border-collapse: collapse;
- border: 1px solid black;
-}
-table.striped > thead {
- background-color: #E3E3E3;
-}
-table.striped > thead > tr > th, table.striped > thead > tr > td {
- border: 1px solid black;
-}
-table.striped > tbody > tr:nth-child(even) {
- background-color: #EEE
-}
-table.striped > tbody > tr:nth-child(odd) {
- background-color: #FFF
-}
-table.striped > tbody > tr > th, table.striped > tbody > tr > td {
- border-left: 1px solid black;
- border-right: 1px solid black;
-}
-table.striped > tbody > tr > th {
- font-weight: normal;
-}
diff --git a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/type-search-index.js b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/type-search-index.js
deleted file mode 100644
index ea24c589..00000000
--- a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/type-search-index.js
+++ /dev/null
@@ -1 +0,0 @@
-typeSearchIndex = [{"p":"de.juplo.plugins.hibernate","l":"AbstractSchemaMojo"},{"l":"All Classes","url":"allclasses-index.html"},{"p":"de.juplo.plugins.hibernate","l":"CreateMojo"},{"p":"de.juplo.plugins.hibernate","l":"DropMojo"},{"p":"de.juplo.plugins.hibernate","l":"HelpMojo"},{"p":"de.juplo.plugins.hibernate","l":"ModificationTracker"},{"p":"de.juplo.plugins.hibernate","l":"MutableClassLoader"},{"p":"de.juplo.plugins.hibernate","l":"UpdateMojo"}]
\ No newline at end of file
diff --git a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/type-search-index.zip b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/type-search-index.zip
deleted file mode 100644
index cb7ebded..00000000
Binary files a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/type-search-index.zip and /dev/null differ
diff --git a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/ci-management.html b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/ci-management.html
index 41038657..423d2c85 100644
--- a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/ci-management.html
+++ b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/ci-management.html
@@ -273,10 +273,19 @@
-
-
+
+
+
+
+
+
+
+
+
+
+
@@ -298,7 +307,20 @@
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -311,7 +333,20 @@
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -404,7 +439,7 @@
-
+
@@ -472,9 +507,12 @@
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/pmd.html": "PMD",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/plugin-info.html": "Plugin Documentation",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-reports.html": "Project Reports",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html?about": "Overview",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/configuration.html": "Configuration Examples",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/create-mojo.html": "Goal: CREATE",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/drop-mojo.html": "Goal: DROP",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/create-mojo.html": "Goal â hibernate:create",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/update-mojo.html": "Goal â hibernate:update",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/drop-mojo.html": "Goal â hibernate:drop",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/help-mojo.html": "Goal â hibernate:help",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/debugging.html": "Enable Debugging-Output",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/skip.html": "Skipping Execution",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/force.html": "Force Exceution",
@@ -482,9 +520,12 @@
},
"_childs": {
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html": [
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html?about",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/configuration.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/create-mojo.html",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/update-mojo.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/drop-mojo.html",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/help-mojo.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/debugging.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/skip.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/force.html",
@@ -631,6 +672,11 @@
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-reports.html"
],
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html?about": [
+ "/index.html","/projects.html",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html?about"
+ ],
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/configuration.html": [
"/index.html","/projects.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
@@ -641,11 +687,21 @@
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/create-mojo.html"
],
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/update-mojo.html": [
+ "/index.html","/projects.html",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/update-mojo.html"
+ ],
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/drop-mojo.html": [
"/index.html","/projects.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/drop-mojo.html"
],
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/help-mojo.html": [
+ "/index.html","/projects.html",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/help-mojo.html"
+ ],
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/debugging.html": [
"/index.html","/projects.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
@@ -688,9 +744,12 @@
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/pmd.html": "/hibernate-maven-plugin/pmd.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/plugin-info.html": "/hibernate-maven-plugin/plugin-info.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-reports.html": "/hibernate-maven-plugin/project-reports.html",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html?about": "/hibernate-maven-plugin/index.html?about",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/configuration.html": "/hibernate-maven-plugin/configuration.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/create-mojo.html": "/hibernate-maven-plugin/create-mojo.html",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/update-mojo.html": "/hibernate-maven-plugin/update-mojo.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/drop-mojo.html": "/hibernate-maven-plugin/drop-mojo.html",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/help-mojo.html": "/hibernate-maven-plugin/help-mojo.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/debugging.html": "/hibernate-maven-plugin/debugging.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/skip.html": "/hibernate-maven-plugin/skip.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/force.html": "/hibernate-maven-plugin/force.html",
@@ -701,7 +760,7 @@
All Pages
+ Hibernate Maven Plugin CI Management Dependencies Maven Coordinates Distribution Management Licenses Plugin Management Plugins Source Code Management Summary Team Project Information Test JavaDocs JavaDocs Source Xref Test Source Xref CPD PMD Plugin Documentation Project Reports Overview Configuration Examples Goal â hibernate:create Goal â hibernate:update Goal â hibernate:drop Goal â hibernate:help Enable Debugging-Output Skipping Execution Force Exceution Known Pitfalls (FAQ)
diff --git a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/configuration.html b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/configuration.html
index 9525defa..58b226f9 100644
--- a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/configuration.html
+++ b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/configuration.html
@@ -273,10 +273,19 @@
-
-
+
+
+
+
+
+
+
+
+
+
+
@@ -298,7 +307,20 @@
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -311,7 +333,20 @@
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -404,7 +439,7 @@
-
+
@@ -765,9 +800,12 @@ hibernate.connection.password=
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/pmd.html": "PMD",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/plugin-info.html": "Plugin Documentation",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-reports.html": "Project Reports",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html?about": "Overview",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/configuration.html": "Configuration Examples",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/create-mojo.html": "Goal: CREATE",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/drop-mojo.html": "Goal: DROP",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/create-mojo.html": "Goal â hibernate:create",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/update-mojo.html": "Goal â hibernate:update",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/drop-mojo.html": "Goal â hibernate:drop",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/help-mojo.html": "Goal â hibernate:help",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/debugging.html": "Enable Debugging-Output",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/skip.html": "Skipping Execution",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/force.html": "Force Exceution",
@@ -775,9 +813,12 @@ hibernate.connection.password=
},
"_childs": {
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html": [
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html?about",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/configuration.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/create-mojo.html",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/update-mojo.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/drop-mojo.html",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/help-mojo.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/debugging.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/skip.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/force.html",
@@ -924,6 +965,11 @@ hibernate.connection.password=
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-reports.html"
],
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html?about": [
+ "/index.html","/projects.html",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html?about"
+ ],
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/configuration.html": [
"/index.html","/projects.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
@@ -934,11 +980,21 @@ hibernate.connection.password=
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/create-mojo.html"
],
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/update-mojo.html": [
+ "/index.html","/projects.html",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/update-mojo.html"
+ ],
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/drop-mojo.html": [
"/index.html","/projects.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/drop-mojo.html"
],
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/help-mojo.html": [
+ "/index.html","/projects.html",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/help-mojo.html"
+ ],
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/debugging.html": [
"/index.html","/projects.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
@@ -981,9 +1037,12 @@ hibernate.connection.password=
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/pmd.html": "/hibernate-maven-plugin/pmd.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/plugin-info.html": "/hibernate-maven-plugin/plugin-info.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-reports.html": "/hibernate-maven-plugin/project-reports.html",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html?about": "/hibernate-maven-plugin/index.html?about",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/configuration.html": "/hibernate-maven-plugin/configuration.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/create-mojo.html": "/hibernate-maven-plugin/create-mojo.html",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/update-mojo.html": "/hibernate-maven-plugin/update-mojo.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/drop-mojo.html": "/hibernate-maven-plugin/drop-mojo.html",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/help-mojo.html": "/hibernate-maven-plugin/help-mojo.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/debugging.html": "/hibernate-maven-plugin/debugging.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/skip.html": "/hibernate-maven-plugin/skip.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/force.html": "/hibernate-maven-plugin/force.html",
@@ -994,7 +1053,7 @@ hibernate.connection.password=
All Pages
+ Hibernate Maven Plugin CI Management Dependencies Maven Coordinates Distribution Management Licenses Plugin Management Plugins Source Code Management Summary Team Project Information Test JavaDocs JavaDocs Source Xref Test Source Xref CPD PMD Plugin Documentation Project Reports Overview Configuration Examples Goal â hibernate:create Goal â hibernate:update Goal â hibernate:drop Goal â hibernate:help Enable Debugging-Output Skipping Execution Force Exceution Known Pitfalls (FAQ)
diff --git a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/cpd.html b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/cpd.html
index dd5efef3..3c88d4b2 100644
--- a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/cpd.html
+++ b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/cpd.html
@@ -273,10 +273,19 @@
-
-
+
+
+
+
+
+
+
+
+
+
+
@@ -298,7 +307,20 @@
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -311,7 +333,20 @@
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -404,7 +439,7 @@
-
+
@@ -459,9 +494,12 @@
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/pmd.html": "PMD",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/plugin-info.html": "Plugin Documentation",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-reports.html": "Project Reports",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html?about": "Overview",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/configuration.html": "Configuration Examples",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/create-mojo.html": "Goal: CREATE",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/drop-mojo.html": "Goal: DROP",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/create-mojo.html": "Goal â hibernate:create",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/update-mojo.html": "Goal â hibernate:update",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/drop-mojo.html": "Goal â hibernate:drop",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/help-mojo.html": "Goal â hibernate:help",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/debugging.html": "Enable Debugging-Output",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/skip.html": "Skipping Execution",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/force.html": "Force Exceution",
@@ -469,9 +507,12 @@
},
"_childs": {
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html": [
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html?about",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/configuration.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/create-mojo.html",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/update-mojo.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/drop-mojo.html",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/help-mojo.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/debugging.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/skip.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/force.html",
@@ -618,6 +659,11 @@
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-reports.html"
],
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html?about": [
+ "/index.html","/projects.html",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html?about"
+ ],
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/configuration.html": [
"/index.html","/projects.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
@@ -628,11 +674,21 @@
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/create-mojo.html"
],
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/update-mojo.html": [
+ "/index.html","/projects.html",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/update-mojo.html"
+ ],
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/drop-mojo.html": [
"/index.html","/projects.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/drop-mojo.html"
],
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/help-mojo.html": [
+ "/index.html","/projects.html",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/help-mojo.html"
+ ],
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/debugging.html": [
"/index.html","/projects.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
@@ -675,9 +731,12 @@
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/pmd.html": "/hibernate-maven-plugin/pmd.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/plugin-info.html": "/hibernate-maven-plugin/plugin-info.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-reports.html": "/hibernate-maven-plugin/project-reports.html",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html?about": "/hibernate-maven-plugin/index.html?about",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/configuration.html": "/hibernate-maven-plugin/configuration.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/create-mojo.html": "/hibernate-maven-plugin/create-mojo.html",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/update-mojo.html": "/hibernate-maven-plugin/update-mojo.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/drop-mojo.html": "/hibernate-maven-plugin/drop-mojo.html",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/help-mojo.html": "/hibernate-maven-plugin/help-mojo.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/debugging.html": "/hibernate-maven-plugin/debugging.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/skip.html": "/hibernate-maven-plugin/skip.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/force.html": "/hibernate-maven-plugin/force.html",
@@ -688,7 +747,7 @@
All Pages
+ Hibernate Maven Plugin CI Management Dependencies Maven Coordinates Distribution Management Licenses Plugin Management Plugins Source Code Management Summary Team Project Information Test JavaDocs JavaDocs Source Xref Test Source Xref CPD PMD Plugin Documentation Project Reports Overview Configuration Examples Goal â hibernate:create Goal â hibernate:update Goal â hibernate:drop Goal â hibernate:help Enable Debugging-Output Skipping Execution Force Exceution Known Pitfalls (FAQ)
diff --git a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/create-mojo.html b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/create-mojo.html
deleted file mode 100644
index 9bb1acd6..00000000
--- a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/create-mojo.html
+++ /dev/null
@@ -1,1575 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Hibernate Maven Plugin – hibernate:create
-
-
-
-
- hibernate:create
- URI
-
- site: /projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/create-mojo.html
- canonical: /projects/hibernate-maven-plugin/create-mojo.html
- relative: create-mojo.html
-
- Path
-
-
- Hibernate Maven Plugin Goal: CREATE
-
-
-
-
-
-
- hibernate:create
-
-Full name :
-
-de.juplo:hibernate-maven-plugin:2.1.2-SNAPSHOT:create
-
-Description :
-
-Generate/Execute SQL to create a database-schema that represents
-the configured mappings.
-
-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
-
-
-
-
-
-Name
-
-Type
-
-Since
-
-Description
-
-
-
-
-createNamespaces
-
-Boolean
-
-2.0
-
-Specifies whether to automatically create also the database
-schema/catalog.Default value is : false.User property is : hibernate.hbm2dll.create_namespaces.
-
-
-
-
-delimiter
-
-String
-
-1.0
-
-Delimiter in output-file.
-
-Important: This configuration value can only be
-configured through the pom.xml, or by the definition
-of a system-property, because it is not known by Hibernate nor JPA
-and, hence, not picked up from their configuration!
Default value is : ;.User property is : hibernate.hbm2ddl.delimiter.
-
-
-
-
-dialect
-
-String
-
-1.0
-
-Hibernate dialect.User property is : hibernate.dialect.
-
-
-
-
-driver
-
-String
-
-1.0
-
-SQL-Driver name.User property is : hibernate.connection.driver_class.
-
-
-
-
-execute
-
-Boolean
-
-2.0
-
-Excecute the generated SQL. If set to false, only the
-SQL-script is created and the database is not touched.
-
-Important: This configuration value can only be
-configured through the pom.xml, or by the definition
-of a system-property, because it is not known by Hibernate nor JPA
-and, hence, not picked up from their configuration!
Default value is : true.User property is : hibernate.schema.execute.
-
-
-
-
-force
-
-boolean
-
-1.0
-
-Force generation/execution
-
-Force the generation and (if configured) the execution of the
-SQL, even if no modified or newly added annotated classes where
-found and the configuration was not changed.
-
-skip takes precedence over force.
-
-Important: This configuration value can only be
-configured through the pom.xml, or by the definition
-of a system-property, because it is not known by Hibernate nor JPA
-and, hence, not picked up from their configuration!
Default value is : false.User property is : hibernate.schema.force.
-
-
-
-
-format
-
-Boolean
-
-1.0
-
-Format output-file.User property is : hibernate.format_sql.
-
-
-
-
-hibernateConfig
-
-String
-
-1.1.0
-
-Path to Hibernate configuration file (.cfg.xml). If this parameter
-is specified, the plugin will try to load configuration values from
-a file with the given path or a ressource on the classpath with the
-given name. If both fails, the execution of the plugin will fail.
-
-If this parameter is not set the plugin will load configuration
-values from a ressource named hibernate.cfg.xml on the
-classpath, if it is present, but will not fail if there is no such
-ressource.
-
-During ressource-lookup, the test-classpath takes
-precedence.
-
-Settings in this file will overwrite settings in the properties
-file.
-
-
-
-
-hibernateProperties
-
-String
-
-1.0
-
-Path to a file or name of a ressource with hibernate properties. If
-this parameter is specified, the plugin will try to load
-configuration values from a file with the given path or a ressource
-on the classpath with the given name. If both fails, the execution
-of the plugin will fail.
-
-If this parameter is not set the plugin will load configuration
-values from a ressource named hibernate.properties on
-the classpath, if it is present, but will not fail if there is no
-such ressource.
-
-During ressource-lookup, the test-classpath takes
-precedence.
-
-
-
-
-implicitNamingStrategy
-
-String
-
-2.0
-
-Implicit naming strategyUser property is : hibernate.implicit_naming_strategy.
-
-
-
-
-mappings
-
-String
-
-1.0.2
-
-List of Hibernate-Mapping-Files (XML). Multiple files can be
-separated with white-spaces and/or commas.User property is : hibernate.mapping.
-
-
-
-
-outputDirectory
-
-String
-
-1.0
-
-Classes-Directory to scan.
-
-This parameter defaults to the maven build-output-directory for
-classes. Additionally, all dependencies are scanned for annotated
-classes.
-
-Important: This configuration value can only be
-configured through the pom.xml, or by the definition
-of a system-property, because it is not known by Hibernate nor JPA
-and, hence, not picked up from their configuration!
User property is : project.build.outputDirectory.
-
-
-
-
-outputFile
-
-String
-
-1.0
-
-Output file.
-
-If the specified filename is not absolut, the file will be
-created relative to the project build directory
-(project.build.directory).
Default value is : create.sql.User property is : hibernate.schema.create.
-
-
-
-
-password
-
-String
-
-1.0
-
-Database passwordUser property is : hibernate.connection.password.
-
-
-
-
-persistenceUnit
-
-String
-
-1.1.0
-
-Name of the persistence-unit. If this parameter is specified, the
-plugin will try to load configuration values from a
-persistence-unit with the specified name. If no such
-persistence-unit can be found, the plugin will throw an exception.
-
-If this parameter is not set and there is only one
-persistence-unit available, that unit will be used automatically.
-But if this parameter is not set and there are multiple
-persistence-units available on, the class-path, the execution of
-the plugin will fail.
-
-Settings in this file will overwrite settings in the properties
-or the configuration file.
-
-
-
-
-physicalNamingStrategy
-
-String
-
-2.0
-
-Physical naming strategyUser property is : hibernate.physical_naming_strategy.
-
-
-
-
-scanClasses
-
-Boolean
-
-2.0
-
-Wether the project should be scanned for annotated-classes, or not
-
-This parameter is intended to allow overwriting of the parameter
-exclude-unlisted-classes of a
-persistence-unit. If not specified, it defaults to
-true
User property is : hibernate.schema.scan.classes.
-
-
-
-
-scanDependencies
-
-String
-
-1.0.3
-
-Dependency-Scopes, that should be scanned for annotated classes.
-
-By default, only dependencies in the scope compile
-are scanned for annotated classes. Multiple scopes can be seperated
-by white space or commas.
-
-If you do not want any dependencies to be scanned for annotated
-classes, set this parameter to none.
-
-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.schema.scan.dependencies.
-
-
-
-
-scanTestClasses
-
-Boolean
-
-1.0.1
-
-Whether to scan the test-branch of the project for annotated
-classes, or not.
-
-If this parameter is set to true the test-classes
-of the artifact will be scanned for hibernate-annotated classes
-additionally.
-
-Important: This configuration value can only be
-configured through the pom.xml, or by the definition
-of a system-property, because it is not known by Hibernate nor JPA
-and, hence, not picked up from their configuration!
Default value is : false.User property is : hibernate.schema.scan.test_classes.
-
-
-
-
-show
-
-Boolean
-
-1.0
-
-Show the generated SQL in the command-line output.User property is : hibernate.show_sql.
-
-
-
-
-skip
-
-boolean
-
-1.0
-
-Skip execution
-
-If set to true, the execution is skipped.
-
-A skipped execution is signaled via the maven-property
-${hibernate.schema.skipped}.
-
-The execution is skipped automatically, if no modified or newly
-added annotated classes are found and the dialect was not
-changed.
-
-Important: This configuration value can only be
-configured through the pom.xml, or by the definition
-of a system-property, because it is not known by Hibernate nor JPA
-and, hence, not picked up from their configuration!
Default value is : ${maven.test.skip}.User property is : hibernate.schema.skip.
-
-
-
-
-testOutputDirectory
-
-String
-
-1.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!
-
-Important: This configuration value can only be
-configured through the pom.xml, or by the definition
-of a system-property, because it is not known by Hibernate nor JPA
-and, hence, not picked up from their configuration!
User property is : project.build.testOutputDirectory.
-
-
-
-
-url
-
-String
-
-1.0
-
-Database URL.User property is : hibernate.connection.url.
-
-
-
-
-username
-
-String
-
-1.0
-
-Database usernameUser property is : hibernate.connection.username.
-
-
-
-
- Parameter Details
-
-createNamespaces :
-
-Specifies whether to automatically create also the database
-schema/catalog.
-
-
-
-Type : java.lang.Boolean
-
-Since : 2.0
-
-Required : No
-
-User Property : hibernate.hbm2dll.create_namespaces
-
-Default : false
-
-delimiter :
-
-Delimiter in output-file.
-
-
Important: This configuration value can only be
-configured through the pom.xml, or by the definition
-of a system-property, because it is not known by Hibernate nor JPA
-and, hence, not picked up from their configuration!
-
-
-
-Type : java.lang.String
-
-Since : 1.0
-
-Required : No
-
-User Property : hibernate.hbm2ddl.delimiter
-
-Default : ;
-
-dialect :
-
-Hibernate dialect.
-
-
-
-Type : java.lang.String
-
-Since : 1.0
-
-Required : No
-
-User Property : hibernate.dialect
-
-driver :
-
-SQL-Driver name.
-
-
-
-Type : java.lang.String
-
-Since : 1.0
-
-Required : No
-
-User Property : hibernate.connection.driver_class
-
-execute :
-
-Excecute the generated SQL. If set to
false, only the
-SQL-script is created and the database is not touched.
-
-
Important: This configuration value can only be
-configured through the pom.xml, or by the definition
-of a system-property, because it is not known by Hibernate nor JPA
-and, hence, not picked up from their configuration!
-
-
-
-Type : java.lang.Boolean
-
-Since : 2.0
-
-Required : No
-
-User Property : hibernate.schema.execute
-
-Default : true
-
-force :
-
-Force generation/execution
-
-
Force the generation and (if configured) the execution of the
-SQL, even if no modified or newly added annotated classes where
-found and the configuration was not changed.
-
-
skip takes precedence over force.
-
-
Important: This configuration value can only be
-configured through the pom.xml, or by the definition
-of a system-property, because it is not known by Hibernate nor JPA
-and, hence, not picked up from their configuration!
-
-
-
-Type : boolean
-
-Since : 1.0
-
-Required : No
-
-User Property : hibernate.schema.force
-
-Default : false
-
-format :
-
-Format output-file.
-
-
-
-Type : java.lang.Boolean
-
-Since : 1.0
-
-Required : No
-
-User Property : hibernate.format_sql
-
-hibernateConfig :
-
-Path to Hibernate configuration file (.cfg.xml). If this parameter
-is specified, the plugin will try to load configuration values from
-a file with the given path or a ressource on the classpath with the
-given name. If both fails, the execution of the plugin will fail.
-
-
If this parameter is not set the plugin will load configuration
-values from a ressource named hibernate.cfg.xml on the
-classpath, if it is present, but will not fail if there is no such
-ressource.
-
-
During ressource-lookup, the test-classpath takes
-precedence.
-
-
Settings in this file will overwrite settings in the properties
-file.
-
-
-
-Type : java.lang.String
-
-Since : 1.1.0
-
-Required : No
-
-hibernateProperties :
-
-Path to a file or name of a ressource with hibernate properties. If
-this parameter is specified, the plugin will try to load
-configuration values from a file with the given path or a ressource
-on the classpath with the given name. If both fails, the execution
-of the plugin will fail.
-
-
If this parameter is not set the plugin will load configuration
-values from a ressource named hibernate.properties on
-the classpath, if it is present, but will not fail if there is no
-such ressource.
-
-
During ressource-lookup, the test-classpath takes
-precedence.
-
-
-
-Type : java.lang.String
-
-Since : 1.0
-
-Required : No
-
-implicitNamingStrategy :
-
-Implicit naming strategy
-
-
-
-Type : java.lang.String
-
-Since : 2.0
-
-Required : No
-
-User Property : hibernate.implicit_naming_strategy
-
-mappings :
-
-List of Hibernate-Mapping-Files (XML). Multiple files can be
-separated with white-spaces and/or commas.
-
-
-
-Type : java.lang.String
-
-Since : 1.0.2
-
-Required : No
-
-User Property : hibernate.mapping
-
-outputDirectory :
-
-Classes-Directory to scan.
-
-
This parameter defaults to the maven build-output-directory for
-classes. Additionally, all dependencies are scanned for annotated
-classes.
-
-
Important: This configuration value can only be
-configured through the pom.xml, or by the definition
-of a system-property, because it is not known by Hibernate nor JPA
-and, hence, not picked up from their configuration!
-
-
-
-Type : java.lang.String
-
-Since : 1.0
-
-Required : No
-
-User Property : project.build.outputDirectory
-
-outputFile :
-
-Output file.
-
-
If the specified filename is not absolut, the file will be
-created relative to the project build directory
-(project.build.directory).
-
-
-
-Type : java.lang.String
-
-Since : 1.0
-
-Required : No
-
-User Property : hibernate.schema.create
-
-Default : create.sql
-
-password :
-
-Database password
-
-
-
-Type : java.lang.String
-
-Since : 1.0
-
-Required : No
-
-User Property : hibernate.connection.password
-
-persistenceUnit :
-
-Name of the persistence-unit. If this parameter is specified, the
-plugin will try to load configuration values from a
-persistence-unit with the specified name. If no such
-persistence-unit can be found, the plugin will throw an exception.
-
-
If this parameter is not set and there is only one
-persistence-unit available, that unit will be used automatically.
-But if this parameter is not set and there are multiple
-persistence-units available on, the class-path, the execution of
-the plugin will fail.
-
-
Settings in this file will overwrite settings in the properties
-or the configuration file.
-
-
-
-Type : java.lang.String
-
-Since : 1.1.0
-
-Required : No
-
-physicalNamingStrategy :
-
-Physical naming strategy
-
-
-
-Type : java.lang.String
-
-Since : 2.0
-
-Required : No
-
-User Property : hibernate.physical_naming_strategy
-
-scanClasses :
-
-Wether the project should be scanned for annotated-classes, or not
-
-
This parameter is intended to allow overwriting of the parameter
-exclude-unlisted-classes of a
-persistence-unit. If not specified, it defaults to
-true
-
-
-
-Type : java.lang.Boolean
-
-Since : 2.0
-
-Required : No
-
-User Property : hibernate.schema.scan.classes
-
-scanDependencies :
-
-Dependency-Scopes, that should be scanned for annotated classes.
-
-
By default, only dependencies in the scope compile
-are scanned for annotated classes. Multiple scopes can be seperated
-by white space or commas.
-
-
If you do not want any dependencies to be scanned for annotated
-classes, set this parameter to none.
-
-
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.
-
-
-
-Type : java.lang.String
-
-Since : 1.0.3
-
-Required : No
-
-User Property : hibernate.schema.scan.dependencies
-
-Default : compile
-
-scanTestClasses :
-
-Whether to scan the test-branch of the project for annotated
-classes, or not.
-
-
If this parameter is set to true the test-classes
-of the artifact will be scanned for hibernate-annotated classes
-additionally.
-
-
Important: This configuration value can only be
-configured through the pom.xml, or by the definition
-of a system-property, because it is not known by Hibernate nor JPA
-and, hence, not picked up from their configuration!
-
-
-
-Type : java.lang.Boolean
-
-Since : 1.0.1
-
-Required : No
-
-User Property : hibernate.schema.scan.test_classes
-
-Default : false
-
-show :
-
-Show the generated SQL in the command-line output.
-
-
-
-Type : java.lang.Boolean
-
-Since : 1.0
-
-Required : No
-
-User Property : hibernate.show_sql
-
-skip :
-
-Skip execution
-
-
If set to true, the execution is skipped.
-
-
A skipped execution is signaled via the maven-property
-${hibernate.schema.skipped}.
-
-
The execution is skipped automatically, if no modified or newly
-added annotated classes are found and the dialect was not
-changed.
-
-
Important: This configuration value can only be
-configured through the pom.xml, or by the definition
-of a system-property, because it is not known by Hibernate nor JPA
-and, hence, not picked up from their configuration!
-
-
-
-Type : boolean
-
-Since : 1.0
-
-Required : No
-
-User Property : hibernate.schema.skip
-
-Default : ${maven.test.skip}
-
-testOutputDirectory :
-
-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!
-
-
Important: This configuration value can only be
-configured through the pom.xml, or by the definition
-of a system-property, because it is not known by Hibernate nor JPA
-and, hence, not picked up from their configuration!
-
-
-
-Type : java.lang.String
-
-Since : 1.0.2
-
-Required : No
-
-User Property : project.build.testOutputDirectory
-
-url :
-
-Database URL.
-
-
-
-Type : java.lang.String
-
-Since : 1.0
-
-Required : No
-
-User Property : hibernate.connection.url
-
-username :
-
-Database username
-
-
-
-Type : java.lang.String
-
-Since : 1.0
-
-Required : No
-
-User Property : hibernate.connection.username
-
-
-
-
-
-
-
- Page Structure as JSON
-
-{
- "_titles": {
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html": "Hibernate Maven Plugin",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/ci-management.html": "CI Management",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/dependencies.html": "Dependencies",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/dependency-info.html": "Dependency Information",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/distribution-management.html": "Distribution Management",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/licenses.html": "Licenses",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/plugin-management.html": "Plugin Management",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/plugins.html": "Plugins",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/scm.html": "Source Code Management",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/summary.html": "Summary",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/team.html": "Team",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-info.html": "Project Information",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/testapidocs/index.html": "Test JavaDocs",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/index.html": "JavaDocs",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/xref/index.html": "Source Xref",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/xref-test/index.html": "Test Source Xref",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/cpd.html": "CPD",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/pmd.html": "PMD",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/plugin-info.html": "Plugin Documentation",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-reports.html": "Project Reports",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/configuration.html": "Configuration Examples",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/create-mojo.html": "Goal: CREATE",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/drop-mojo.html": "Goal: DROP",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/debugging.html": "Enable Debugging-Output",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/skip.html": "Skipping Execution",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/force.html": "Force Exceution",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/pitfalls.html": "Known Pitfalls (FAQ)"
- },
- "_childs": {
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html": [
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/configuration.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/create-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/drop-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/debugging.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/skip.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/force.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/pitfalls.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-reports.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-info.html": [
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/ci-management.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/dependencies.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/dependency-info.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/distribution-management.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/licenses.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/plugin-management.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/plugins.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/scm.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/summary.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/team.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-reports.html": [
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/testapidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/xref/index.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/xref-test/index.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/cpd.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/pmd.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/plugin-info.html"
- ]
- },
- "_crumbs": {
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/ci-management.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/ci-management.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/dependencies.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/dependencies.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/dependency-info.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/dependency-info.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/distribution-management.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/distribution-management.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/licenses.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/licenses.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/plugin-management.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/plugin-management.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/plugins.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/plugins.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/scm.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/scm.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/summary.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/summary.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/team.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/team.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-info.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-info.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/testapidocs/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/testapidocs/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/xref/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/xref/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/xref-test/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/xref-test/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/cpd.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/cpd.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/pmd.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/pmd.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/plugin-info.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/plugin-info.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-reports.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-reports.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/configuration.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/configuration.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/create-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/create-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/drop-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/drop-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/debugging.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/debugging.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/skip.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/skip.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/force.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/force.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/pitfalls.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/pitfalls.html"
- ]
- }
-}
-
- All Pages
-
-
-
-
-
diff --git a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/debugging.html b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/debugging.html
index d4467daf..16043794 100644
--- a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/debugging.html
+++ b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/debugging.html
@@ -273,10 +273,19 @@
-
-
+
+
+
+
+
+
+
+
+
+
+
@@ -298,7 +307,20 @@
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -311,7 +333,20 @@
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -404,7 +439,7 @@
-
+
@@ -489,9 +524,12 @@ mvn -X compile hibernate:create
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/pmd.html": "PMD",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/plugin-info.html": "Plugin Documentation",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-reports.html": "Project Reports",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html?about": "Overview",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/configuration.html": "Configuration Examples",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/create-mojo.html": "Goal: CREATE",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/drop-mojo.html": "Goal: DROP",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/create-mojo.html": "Goal â hibernate:create",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/update-mojo.html": "Goal â hibernate:update",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/drop-mojo.html": "Goal â hibernate:drop",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/help-mojo.html": "Goal â hibernate:help",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/debugging.html": "Enable Debugging-Output",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/skip.html": "Skipping Execution",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/force.html": "Force Exceution",
@@ -499,9 +537,12 @@ mvn -X compile hibernate:create
},
"_childs": {
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html": [
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html?about",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/configuration.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/create-mojo.html",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/update-mojo.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/drop-mojo.html",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/help-mojo.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/debugging.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/skip.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/force.html",
@@ -648,6 +689,11 @@ mvn -X compile hibernate:create
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-reports.html"
],
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html?about": [
+ "/index.html","/projects.html",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html?about"
+ ],
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/configuration.html": [
"/index.html","/projects.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
@@ -658,11 +704,21 @@ mvn -X compile hibernate:create
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/create-mojo.html"
],
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/update-mojo.html": [
+ "/index.html","/projects.html",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/update-mojo.html"
+ ],
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/drop-mojo.html": [
"/index.html","/projects.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/drop-mojo.html"
],
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/help-mojo.html": [
+ "/index.html","/projects.html",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/help-mojo.html"
+ ],
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/debugging.html": [
"/index.html","/projects.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
@@ -705,9 +761,12 @@ mvn -X compile hibernate:create
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/pmd.html": "/hibernate-maven-plugin/pmd.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/plugin-info.html": "/hibernate-maven-plugin/plugin-info.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-reports.html": "/hibernate-maven-plugin/project-reports.html",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html?about": "/hibernate-maven-plugin/index.html?about",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/configuration.html": "/hibernate-maven-plugin/configuration.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/create-mojo.html": "/hibernate-maven-plugin/create-mojo.html",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/update-mojo.html": "/hibernate-maven-plugin/update-mojo.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/drop-mojo.html": "/hibernate-maven-plugin/drop-mojo.html",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/help-mojo.html": "/hibernate-maven-plugin/help-mojo.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/debugging.html": "/hibernate-maven-plugin/debugging.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/skip.html": "/hibernate-maven-plugin/skip.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/force.html": "/hibernate-maven-plugin/force.html",
@@ -718,7 +777,7 @@ mvn -X compile hibernate:create
All Pages
+ Hibernate Maven Plugin CI Management Dependencies Maven Coordinates Distribution Management Licenses Plugin Management Plugins Source Code Management Summary Team Project Information Test JavaDocs JavaDocs Source Xref Test Source Xref CPD PMD Plugin Documentation Project Reports Overview Configuration Examples Goal â hibernate:create Goal â hibernate:update Goal â hibernate:drop Goal â hibernate:help Enable Debugging-Output Skipping Execution Force Exceution Known Pitfalls (FAQ)
diff --git a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/dependencies.html b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/dependencies.html
index 4e67c93d..1905361c 100644
--- a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/dependencies.html
+++ b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/dependencies.html
@@ -273,10 +273,19 @@
-
-
+
+
+
+
+
+
+
+
+
+
+
@@ -298,7 +307,20 @@
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -311,7 +333,20 @@
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -404,7 +439,7 @@
-
+
@@ -1641,9 +1676,12 @@
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/pmd.html": "PMD",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/plugin-info.html": "Plugin Documentation",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-reports.html": "Project Reports",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html?about": "Overview",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/configuration.html": "Configuration Examples",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/create-mojo.html": "Goal: CREATE",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/drop-mojo.html": "Goal: DROP",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/create-mojo.html": "Goal â hibernate:create",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/update-mojo.html": "Goal â hibernate:update",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/drop-mojo.html": "Goal â hibernate:drop",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/help-mojo.html": "Goal â hibernate:help",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/debugging.html": "Enable Debugging-Output",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/skip.html": "Skipping Execution",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/force.html": "Force Exceution",
@@ -1651,9 +1689,12 @@
},
"_childs": {
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html": [
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html?about",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/configuration.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/create-mojo.html",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/update-mojo.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/drop-mojo.html",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/help-mojo.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/debugging.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/skip.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/force.html",
@@ -1800,6 +1841,11 @@
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-reports.html"
],
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html?about": [
+ "/index.html","/projects.html",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html?about"
+ ],
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/configuration.html": [
"/index.html","/projects.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
@@ -1810,11 +1856,21 @@
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/create-mojo.html"
],
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/update-mojo.html": [
+ "/index.html","/projects.html",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/update-mojo.html"
+ ],
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/drop-mojo.html": [
"/index.html","/projects.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/drop-mojo.html"
],
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/help-mojo.html": [
+ "/index.html","/projects.html",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/help-mojo.html"
+ ],
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/debugging.html": [
"/index.html","/projects.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
@@ -1857,9 +1913,12 @@
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/pmd.html": "/hibernate-maven-plugin/pmd.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/plugin-info.html": "/hibernate-maven-plugin/plugin-info.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-reports.html": "/hibernate-maven-plugin/project-reports.html",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html?about": "/hibernate-maven-plugin/index.html?about",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/configuration.html": "/hibernate-maven-plugin/configuration.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/create-mojo.html": "/hibernate-maven-plugin/create-mojo.html",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/update-mojo.html": "/hibernate-maven-plugin/update-mojo.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/drop-mojo.html": "/hibernate-maven-plugin/drop-mojo.html",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/help-mojo.html": "/hibernate-maven-plugin/help-mojo.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/debugging.html": "/hibernate-maven-plugin/debugging.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/skip.html": "/hibernate-maven-plugin/skip.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/force.html": "/hibernate-maven-plugin/force.html",
@@ -1870,7 +1929,7 @@
All Pages
+ Hibernate Maven Plugin CI Management Dependencies Maven Coordinates Distribution Management Licenses Plugin Management Plugins Source Code Management Summary Team Project Information Test JavaDocs JavaDocs Source Xref Test Source Xref CPD PMD Plugin Documentation Project Reports Overview Configuration Examples Goal â hibernate:create Goal â hibernate:update Goal â hibernate:drop Goal â hibernate:help Enable Debugging-Output Skipping Execution Force Exceution Known Pitfalls (FAQ)
diff --git a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/dependency-info.html b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/dependency-info.html
index 35b5e3e1..f72db855 100644
--- a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/dependency-info.html
+++ b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/dependency-info.html
@@ -273,10 +273,19 @@
-
-
+
+
+
+
+
+
+
+
+
+
+
@@ -298,7 +307,20 @@
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -311,7 +333,20 @@
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -404,7 +439,7 @@
-
+
@@ -463,9 +498,12 @@
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/pmd.html": "PMD",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/plugin-info.html": "Plugin Documentation",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-reports.html": "Project Reports",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html?about": "Overview",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/configuration.html": "Configuration Examples",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/create-mojo.html": "Goal: CREATE",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/drop-mojo.html": "Goal: DROP",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/create-mojo.html": "Goal â hibernate:create",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/update-mojo.html": "Goal â hibernate:update",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/drop-mojo.html": "Goal â hibernate:drop",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/help-mojo.html": "Goal â hibernate:help",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/debugging.html": "Enable Debugging-Output",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/skip.html": "Skipping Execution",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/force.html": "Force Exceution",
@@ -473,9 +511,12 @@
},
"_childs": {
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html": [
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html?about",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/configuration.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/create-mojo.html",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/update-mojo.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/drop-mojo.html",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/help-mojo.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/debugging.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/skip.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/force.html",
@@ -622,6 +663,11 @@
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-reports.html"
],
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html?about": [
+ "/index.html","/projects.html",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html?about"
+ ],
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/configuration.html": [
"/index.html","/projects.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
@@ -632,11 +678,21 @@
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/create-mojo.html"
],
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/update-mojo.html": [
+ "/index.html","/projects.html",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/update-mojo.html"
+ ],
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/drop-mojo.html": [
"/index.html","/projects.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/drop-mojo.html"
],
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/help-mojo.html": [
+ "/index.html","/projects.html",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/help-mojo.html"
+ ],
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/debugging.html": [
"/index.html","/projects.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
@@ -679,9 +735,12 @@
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/pmd.html": "/hibernate-maven-plugin/pmd.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/plugin-info.html": "/hibernate-maven-plugin/plugin-info.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-reports.html": "/hibernate-maven-plugin/project-reports.html",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html?about": "/hibernate-maven-plugin/index.html?about",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/configuration.html": "/hibernate-maven-plugin/configuration.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/create-mojo.html": "/hibernate-maven-plugin/create-mojo.html",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/update-mojo.html": "/hibernate-maven-plugin/update-mojo.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/drop-mojo.html": "/hibernate-maven-plugin/drop-mojo.html",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/help-mojo.html": "/hibernate-maven-plugin/help-mojo.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/debugging.html": "/hibernate-maven-plugin/debugging.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/skip.html": "/hibernate-maven-plugin/skip.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/force.html": "/hibernate-maven-plugin/force.html",
@@ -692,7 +751,7 @@
All Pages
+ Hibernate Maven Plugin CI Management Dependencies Maven Coordinates Distribution Management Licenses Plugin Management Plugins Source Code Management Summary Team Project Information Test JavaDocs JavaDocs Source Xref Test Source Xref CPD PMD Plugin Documentation Project Reports Overview Configuration Examples Goal â hibernate:create Goal â hibernate:update Goal â hibernate:drop Goal â hibernate:help Enable Debugging-Output Skipping Execution Force Exceution Known Pitfalls (FAQ)
diff --git a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/distribution-management.html b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/distribution-management.html
index 8ea310cd..71e743de 100644
--- a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/distribution-management.html
+++ b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/distribution-management.html
@@ -273,10 +273,19 @@
-
-
+
+
+
+
+
+
+
+
+
+
+
@@ -298,7 +307,20 @@
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -311,7 +333,20 @@
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -404,7 +439,7 @@
-
+
@@ -460,9 +495,12 @@
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/pmd.html": "PMD",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/plugin-info.html": "Plugin Documentation",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-reports.html": "Project Reports",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html?about": "Overview",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/configuration.html": "Configuration Examples",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/create-mojo.html": "Goal: CREATE",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/drop-mojo.html": "Goal: DROP",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/create-mojo.html": "Goal â hibernate:create",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/update-mojo.html": "Goal â hibernate:update",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/drop-mojo.html": "Goal â hibernate:drop",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/help-mojo.html": "Goal â hibernate:help",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/debugging.html": "Enable Debugging-Output",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/skip.html": "Skipping Execution",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/force.html": "Force Exceution",
@@ -470,9 +508,12 @@
},
"_childs": {
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html": [
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html?about",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/configuration.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/create-mojo.html",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/update-mojo.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/drop-mojo.html",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/help-mojo.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/debugging.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/skip.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/force.html",
@@ -619,6 +660,11 @@
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-reports.html"
],
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html?about": [
+ "/index.html","/projects.html",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html?about"
+ ],
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/configuration.html": [
"/index.html","/projects.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
@@ -629,11 +675,21 @@
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/create-mojo.html"
],
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/update-mojo.html": [
+ "/index.html","/projects.html",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/update-mojo.html"
+ ],
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/drop-mojo.html": [
"/index.html","/projects.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/drop-mojo.html"
],
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/help-mojo.html": [
+ "/index.html","/projects.html",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/help-mojo.html"
+ ],
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/debugging.html": [
"/index.html","/projects.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
@@ -676,9 +732,12 @@
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/pmd.html": "/hibernate-maven-plugin/pmd.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/plugin-info.html": "/hibernate-maven-plugin/plugin-info.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-reports.html": "/hibernate-maven-plugin/project-reports.html",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html?about": "/hibernate-maven-plugin/index.html?about",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/configuration.html": "/hibernate-maven-plugin/configuration.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/create-mojo.html": "/hibernate-maven-plugin/create-mojo.html",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/update-mojo.html": "/hibernate-maven-plugin/update-mojo.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/drop-mojo.html": "/hibernate-maven-plugin/drop-mojo.html",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/help-mojo.html": "/hibernate-maven-plugin/help-mojo.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/debugging.html": "/hibernate-maven-plugin/debugging.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/skip.html": "/hibernate-maven-plugin/skip.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/force.html": "/hibernate-maven-plugin/force.html",
@@ -689,7 +748,7 @@
All Pages
+ Hibernate Maven Plugin CI Management Dependencies Maven Coordinates Distribution Management Licenses Plugin Management Plugins Source Code Management Summary Team Project Information Test JavaDocs JavaDocs Source Xref Test Source Xref CPD PMD Plugin Documentation Project Reports Overview Configuration Examples Goal â hibernate:create Goal â hibernate:update Goal â hibernate:drop Goal â hibernate:help Enable Debugging-Output Skipping Execution Force Exceution Known Pitfalls (FAQ)
diff --git a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/drop-mojo.html b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/drop-mojo.html
deleted file mode 100644
index 94a7a8ff..00000000
--- a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/drop-mojo.html
+++ /dev/null
@@ -1,1575 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Hibernate Maven Plugin – hibernate:drop
-
-
-
-
- hibernate:drop
- URI
-
- site: /projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/drop-mojo.html
- canonical: /projects/hibernate-maven-plugin/drop-mojo.html
- relative: drop-mojo.html
-
- Path
-
-
- Hibernate Maven Plugin Goal: DROP
-
-
-
-
-
-
- hibernate:drop
-
-Full name :
-
-de.juplo:hibernate-maven-plugin:2.1.2-SNAPSHOT:drop
-
-Description :
-
-Generate/Execute SQL to drop all tables of a database-schema that
-represents the configured mappings.
-
-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
-
-
-
-
-
-Name
-
-Type
-
-Since
-
-Description
-
-
-
-
-createNamespaces
-
-Boolean
-
-2.0
-
-Specifies whether to automatically create also the database
-schema/catalog.Default value is : false.User property is : hibernate.hbm2dll.create_namespaces.
-
-
-
-
-delimiter
-
-String
-
-1.0
-
-Delimiter in output-file.
-
-Important: This configuration value can only be
-configured through the pom.xml, or by the definition
-of a system-property, because it is not known by Hibernate nor JPA
-and, hence, not picked up from their configuration!
Default value is : ;.User property is : hibernate.hbm2ddl.delimiter.
-
-
-
-
-dialect
-
-String
-
-1.0
-
-Hibernate dialect.User property is : hibernate.dialect.
-
-
-
-
-driver
-
-String
-
-1.0
-
-SQL-Driver name.User property is : hibernate.connection.driver_class.
-
-
-
-
-execute
-
-Boolean
-
-2.0
-
-Excecute the generated SQL. If set to false, only the
-SQL-script is created and the database is not touched.
-
-Important: This configuration value can only be
-configured through the pom.xml, or by the definition
-of a system-property, because it is not known by Hibernate nor JPA
-and, hence, not picked up from their configuration!
Default value is : true.User property is : hibernate.schema.execute.
-
-
-
-
-force
-
-boolean
-
-1.0
-
-Force generation/execution
-
-Force the generation and (if configured) the execution of the
-SQL, even if no modified or newly added annotated classes where
-found and the configuration was not changed.
-
-skip takes precedence over force.
-
-Important: This configuration value can only be
-configured through the pom.xml, or by the definition
-of a system-property, because it is not known by Hibernate nor JPA
-and, hence, not picked up from their configuration!
Default value is : false.User property is : hibernate.schema.force.
-
-
-
-
-format
-
-Boolean
-
-1.0
-
-Format output-file.User property is : hibernate.format_sql.
-
-
-
-
-hibernateConfig
-
-String
-
-1.1.0
-
-Path to Hibernate configuration file (.cfg.xml). If this parameter
-is specified, the plugin will try to load configuration values from
-a file with the given path or a ressource on the classpath with the
-given name. If both fails, the execution of the plugin will fail.
-
-If this parameter is not set the plugin will load configuration
-values from a ressource named hibernate.cfg.xml on the
-classpath, if it is present, but will not fail if there is no such
-ressource.
-
-During ressource-lookup, the test-classpath takes
-precedence.
-
-Settings in this file will overwrite settings in the properties
-file.
-
-
-
-
-hibernateProperties
-
-String
-
-1.0
-
-Path to a file or name of a ressource with hibernate properties. If
-this parameter is specified, the plugin will try to load
-configuration values from a file with the given path or a ressource
-on the classpath with the given name. If both fails, the execution
-of the plugin will fail.
-
-If this parameter is not set the plugin will load configuration
-values from a ressource named hibernate.properties on
-the classpath, if it is present, but will not fail if there is no
-such ressource.
-
-During ressource-lookup, the test-classpath takes
-precedence.
-
-
-
-
-implicitNamingStrategy
-
-String
-
-2.0
-
-Implicit naming strategyUser property is : hibernate.implicit_naming_strategy.
-
-
-
-
-mappings
-
-String
-
-1.0.2
-
-List of Hibernate-Mapping-Files (XML). Multiple files can be
-separated with white-spaces and/or commas.User property is : hibernate.mapping.
-
-
-
-
-outputDirectory
-
-String
-
-1.0
-
-Classes-Directory to scan.
-
-This parameter defaults to the maven build-output-directory for
-classes. Additionally, all dependencies are scanned for annotated
-classes.
-
-Important: This configuration value can only be
-configured through the pom.xml, or by the definition
-of a system-property, because it is not known by Hibernate nor JPA
-and, hence, not picked up from their configuration!
User property is : project.build.outputDirectory.
-
-
-
-
-outputFile
-
-String
-
-1.0
-
-Output file.
-
-If the specified filename is not absolut, the file will be
-created relative to the project build directory
-(project.build.directory).
Default value is : drop.sql.User property is : hibernate.schema.drop.
-
-
-
-
-password
-
-String
-
-1.0
-
-Database passwordUser property is : hibernate.connection.password.
-
-
-
-
-persistenceUnit
-
-String
-
-1.1.0
-
-Name of the persistence-unit. If this parameter is specified, the
-plugin will try to load configuration values from a
-persistence-unit with the specified name. If no such
-persistence-unit can be found, the plugin will throw an exception.
-
-If this parameter is not set and there is only one
-persistence-unit available, that unit will be used automatically.
-But if this parameter is not set and there are multiple
-persistence-units available on, the class-path, the execution of
-the plugin will fail.
-
-Settings in this file will overwrite settings in the properties
-or the configuration file.
-
-
-
-
-physicalNamingStrategy
-
-String
-
-2.0
-
-Physical naming strategyUser property is : hibernate.physical_naming_strategy.
-
-
-
-
-scanClasses
-
-Boolean
-
-2.0
-
-Wether the project should be scanned for annotated-classes, or not
-
-This parameter is intended to allow overwriting of the parameter
-exclude-unlisted-classes of a
-persistence-unit. If not specified, it defaults to
-true
User property is : hibernate.schema.scan.classes.
-
-
-
-
-scanDependencies
-
-String
-
-1.0.3
-
-Dependency-Scopes, that should be scanned for annotated classes.
-
-By default, only dependencies in the scope compile
-are scanned for annotated classes. Multiple scopes can be seperated
-by white space or commas.
-
-If you do not want any dependencies to be scanned for annotated
-classes, set this parameter to none.
-
-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.schema.scan.dependencies.
-
-
-
-
-scanTestClasses
-
-Boolean
-
-1.0.1
-
-Whether to scan the test-branch of the project for annotated
-classes, or not.
-
-If this parameter is set to true the test-classes
-of the artifact will be scanned for hibernate-annotated classes
-additionally.
-
-Important: This configuration value can only be
-configured through the pom.xml, or by the definition
-of a system-property, because it is not known by Hibernate nor JPA
-and, hence, not picked up from their configuration!
Default value is : false.User property is : hibernate.schema.scan.test_classes.
-
-
-
-
-show
-
-Boolean
-
-1.0
-
-Show the generated SQL in the command-line output.User property is : hibernate.show_sql.
-
-
-
-
-skip
-
-boolean
-
-1.0
-
-Skip execution
-
-If set to true, the execution is skipped.
-
-A skipped execution is signaled via the maven-property
-${hibernate.schema.skipped}.
-
-The execution is skipped automatically, if no modified or newly
-added annotated classes are found and the dialect was not
-changed.
-
-Important: This configuration value can only be
-configured through the pom.xml, or by the definition
-of a system-property, because it is not known by Hibernate nor JPA
-and, hence, not picked up from their configuration!
Default value is : ${maven.test.skip}.User property is : hibernate.schema.skip.
-
-
-
-
-testOutputDirectory
-
-String
-
-1.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!
-
-Important: This configuration value can only be
-configured through the pom.xml, or by the definition
-of a system-property, because it is not known by Hibernate nor JPA
-and, hence, not picked up from their configuration!
User property is : project.build.testOutputDirectory.
-
-
-
-
-url
-
-String
-
-1.0
-
-Database URL.User property is : hibernate.connection.url.
-
-
-
-
-username
-
-String
-
-1.0
-
-Database usernameUser property is : hibernate.connection.username.
-
-
-
-
- Parameter Details
-
-createNamespaces :
-
-Specifies whether to automatically create also the database
-schema/catalog.
-
-
-
-Type : java.lang.Boolean
-
-Since : 2.0
-
-Required : No
-
-User Property : hibernate.hbm2dll.create_namespaces
-
-Default : false
-
-delimiter :
-
-Delimiter in output-file.
-
-
Important: This configuration value can only be
-configured through the pom.xml, or by the definition
-of a system-property, because it is not known by Hibernate nor JPA
-and, hence, not picked up from their configuration!
-
-
-
-Type : java.lang.String
-
-Since : 1.0
-
-Required : No
-
-User Property : hibernate.hbm2ddl.delimiter
-
-Default : ;
-
-dialect :
-
-Hibernate dialect.
-
-
-
-Type : java.lang.String
-
-Since : 1.0
-
-Required : No
-
-User Property : hibernate.dialect
-
-driver :
-
-SQL-Driver name.
-
-
-
-Type : java.lang.String
-
-Since : 1.0
-
-Required : No
-
-User Property : hibernate.connection.driver_class
-
-execute :
-
-Excecute the generated SQL. If set to
false, only the
-SQL-script is created and the database is not touched.
-
-
Important: This configuration value can only be
-configured through the pom.xml, or by the definition
-of a system-property, because it is not known by Hibernate nor JPA
-and, hence, not picked up from their configuration!
-
-
-
-Type : java.lang.Boolean
-
-Since : 2.0
-
-Required : No
-
-User Property : hibernate.schema.execute
-
-Default : true
-
-force :
-
-Force generation/execution
-
-
Force the generation and (if configured) the execution of the
-SQL, even if no modified or newly added annotated classes where
-found and the configuration was not changed.
-
-
skip takes precedence over force.
-
-
Important: This configuration value can only be
-configured through the pom.xml, or by the definition
-of a system-property, because it is not known by Hibernate nor JPA
-and, hence, not picked up from their configuration!
-
-
-
-Type : boolean
-
-Since : 1.0
-
-Required : No
-
-User Property : hibernate.schema.force
-
-Default : false
-
-format :
-
-Format output-file.
-
-
-
-Type : java.lang.Boolean
-
-Since : 1.0
-
-Required : No
-
-User Property : hibernate.format_sql
-
-hibernateConfig :
-
-Path to Hibernate configuration file (.cfg.xml). If this parameter
-is specified, the plugin will try to load configuration values from
-a file with the given path or a ressource on the classpath with the
-given name. If both fails, the execution of the plugin will fail.
-
-
If this parameter is not set the plugin will load configuration
-values from a ressource named hibernate.cfg.xml on the
-classpath, if it is present, but will not fail if there is no such
-ressource.
-
-
During ressource-lookup, the test-classpath takes
-precedence.
-
-
Settings in this file will overwrite settings in the properties
-file.
-
-
-
-Type : java.lang.String
-
-Since : 1.1.0
-
-Required : No
-
-hibernateProperties :
-
-Path to a file or name of a ressource with hibernate properties. If
-this parameter is specified, the plugin will try to load
-configuration values from a file with the given path or a ressource
-on the classpath with the given name. If both fails, the execution
-of the plugin will fail.
-
-
If this parameter is not set the plugin will load configuration
-values from a ressource named hibernate.properties on
-the classpath, if it is present, but will not fail if there is no
-such ressource.
-
-
During ressource-lookup, the test-classpath takes
-precedence.
-
-
-
-Type : java.lang.String
-
-Since : 1.0
-
-Required : No
-
-implicitNamingStrategy :
-
-Implicit naming strategy
-
-
-
-Type : java.lang.String
-
-Since : 2.0
-
-Required : No
-
-User Property : hibernate.implicit_naming_strategy
-
-mappings :
-
-List of Hibernate-Mapping-Files (XML). Multiple files can be
-separated with white-spaces and/or commas.
-
-
-
-Type : java.lang.String
-
-Since : 1.0.2
-
-Required : No
-
-User Property : hibernate.mapping
-
-outputDirectory :
-
-Classes-Directory to scan.
-
-
This parameter defaults to the maven build-output-directory for
-classes. Additionally, all dependencies are scanned for annotated
-classes.
-
-
Important: This configuration value can only be
-configured through the pom.xml, or by the definition
-of a system-property, because it is not known by Hibernate nor JPA
-and, hence, not picked up from their configuration!
-
-
-
-Type : java.lang.String
-
-Since : 1.0
-
-Required : No
-
-User Property : project.build.outputDirectory
-
-outputFile :
-
-Output file.
-
-
If the specified filename is not absolut, the file will be
-created relative to the project build directory
-(project.build.directory).
-
-
-
-Type : java.lang.String
-
-Since : 1.0
-
-Required : No
-
-User Property : hibernate.schema.drop
-
-Default : drop.sql
-
-password :
-
-Database password
-
-
-
-Type : java.lang.String
-
-Since : 1.0
-
-Required : No
-
-User Property : hibernate.connection.password
-
-persistenceUnit :
-
-Name of the persistence-unit. If this parameter is specified, the
-plugin will try to load configuration values from a
-persistence-unit with the specified name. If no such
-persistence-unit can be found, the plugin will throw an exception.
-
-
If this parameter is not set and there is only one
-persistence-unit available, that unit will be used automatically.
-But if this parameter is not set and there are multiple
-persistence-units available on, the class-path, the execution of
-the plugin will fail.
-
-
Settings in this file will overwrite settings in the properties
-or the configuration file.
-
-
-
-Type : java.lang.String
-
-Since : 1.1.0
-
-Required : No
-
-physicalNamingStrategy :
-
-Physical naming strategy
-
-
-
-Type : java.lang.String
-
-Since : 2.0
-
-Required : No
-
-User Property : hibernate.physical_naming_strategy
-
-scanClasses :
-
-Wether the project should be scanned for annotated-classes, or not
-
-
This parameter is intended to allow overwriting of the parameter
-exclude-unlisted-classes of a
-persistence-unit. If not specified, it defaults to
-true
-
-
-
-Type : java.lang.Boolean
-
-Since : 2.0
-
-Required : No
-
-User Property : hibernate.schema.scan.classes
-
-scanDependencies :
-
-Dependency-Scopes, that should be scanned for annotated classes.
-
-
By default, only dependencies in the scope compile
-are scanned for annotated classes. Multiple scopes can be seperated
-by white space or commas.
-
-
If you do not want any dependencies to be scanned for annotated
-classes, set this parameter to none.
-
-
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.
-
-
-
-Type : java.lang.String
-
-Since : 1.0.3
-
-Required : No
-
-User Property : hibernate.schema.scan.dependencies
-
-Default : compile
-
-scanTestClasses :
-
-Whether to scan the test-branch of the project for annotated
-classes, or not.
-
-
If this parameter is set to true the test-classes
-of the artifact will be scanned for hibernate-annotated classes
-additionally.
-
-
Important: This configuration value can only be
-configured through the pom.xml, or by the definition
-of a system-property, because it is not known by Hibernate nor JPA
-and, hence, not picked up from their configuration!
-
-
-
-Type : java.lang.Boolean
-
-Since : 1.0.1
-
-Required : No
-
-User Property : hibernate.schema.scan.test_classes
-
-Default : false
-
-show :
-
-Show the generated SQL in the command-line output.
-
-
-
-Type : java.lang.Boolean
-
-Since : 1.0
-
-Required : No
-
-User Property : hibernate.show_sql
-
-skip :
-
-Skip execution
-
-
If set to true, the execution is skipped.
-
-
A skipped execution is signaled via the maven-property
-${hibernate.schema.skipped}.
-
-
The execution is skipped automatically, if no modified or newly
-added annotated classes are found and the dialect was not
-changed.
-
-
Important: This configuration value can only be
-configured through the pom.xml, or by the definition
-of a system-property, because it is not known by Hibernate nor JPA
-and, hence, not picked up from their configuration!
-
-
-
-Type : boolean
-
-Since : 1.0
-
-Required : No
-
-User Property : hibernate.schema.skip
-
-Default : ${maven.test.skip}
-
-testOutputDirectory :
-
-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!
-
-
Important: This configuration value can only be
-configured through the pom.xml, or by the definition
-of a system-property, because it is not known by Hibernate nor JPA
-and, hence, not picked up from their configuration!
-
-
-
-Type : java.lang.String
-
-Since : 1.0.2
-
-Required : No
-
-User Property : project.build.testOutputDirectory
-
-url :
-
-Database URL.
-
-
-
-Type : java.lang.String
-
-Since : 1.0
-
-Required : No
-
-User Property : hibernate.connection.url
-
-username :
-
-Database username
-
-
-
-Type : java.lang.String
-
-Since : 1.0
-
-Required : No
-
-User Property : hibernate.connection.username
-
-
-
-
-
-
-
- Page Structure as JSON
-
-{
- "_titles": {
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html": "Hibernate Maven Plugin",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/ci-management.html": "CI Management",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/dependencies.html": "Dependencies",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/dependency-info.html": "Dependency Information",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/distribution-management.html": "Distribution Management",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/licenses.html": "Licenses",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/plugin-management.html": "Plugin Management",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/plugins.html": "Plugins",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/scm.html": "Source Code Management",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/summary.html": "Summary",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/team.html": "Team",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-info.html": "Project Information",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/testapidocs/index.html": "Test JavaDocs",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/index.html": "JavaDocs",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/xref/index.html": "Source Xref",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/xref-test/index.html": "Test Source Xref",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/cpd.html": "CPD",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/pmd.html": "PMD",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/plugin-info.html": "Plugin Documentation",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-reports.html": "Project Reports",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/configuration.html": "Configuration Examples",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/create-mojo.html": "Goal: CREATE",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/drop-mojo.html": "Goal: DROP",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/debugging.html": "Enable Debugging-Output",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/skip.html": "Skipping Execution",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/force.html": "Force Exceution",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/pitfalls.html": "Known Pitfalls (FAQ)"
- },
- "_childs": {
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html": [
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/configuration.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/create-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/drop-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/debugging.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/skip.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/force.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/pitfalls.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-reports.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-info.html": [
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/ci-management.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/dependencies.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/dependency-info.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/distribution-management.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/licenses.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/plugin-management.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/plugins.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/scm.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/summary.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/team.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-reports.html": [
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/testapidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/xref/index.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/xref-test/index.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/cpd.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/pmd.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/plugin-info.html"
- ]
- },
- "_crumbs": {
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/ci-management.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/ci-management.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/dependencies.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/dependencies.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/dependency-info.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/dependency-info.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/distribution-management.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/distribution-management.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/licenses.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/licenses.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/plugin-management.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/plugin-management.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/plugins.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/plugins.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/scm.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/scm.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/summary.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/summary.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/team.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/team.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-info.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-info.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/testapidocs/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/testapidocs/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/xref/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/xref/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/xref-test/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/xref-test/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/cpd.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/cpd.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/pmd.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/pmd.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/plugin-info.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/plugin-info.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-reports.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-reports.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/configuration.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/configuration.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/create-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/create-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/drop-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/drop-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/debugging.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/debugging.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/skip.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/skip.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/force.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/force.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/pitfalls.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/pitfalls.html"
- ]
- }
-}
-
- All Pages
-
-
-
-
-
diff --git a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/force.html b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/force.html
index 307a1f57..c366ea72 100644
--- a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/force.html
+++ b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/force.html
@@ -273,10 +273,19 @@
-
-
+
+
+
+
+
+
+
+
+
+
+
@@ -298,7 +307,20 @@
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -311,7 +333,20 @@
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -404,7 +439,7 @@
-
+
@@ -500,9 +535,12 @@
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/pmd.html": "PMD",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/plugin-info.html": "Plugin Documentation",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-reports.html": "Project Reports",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html?about": "Overview",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/configuration.html": "Configuration Examples",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/create-mojo.html": "Goal: CREATE",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/drop-mojo.html": "Goal: DROP",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/create-mojo.html": "Goal â hibernate:create",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/update-mojo.html": "Goal â hibernate:update",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/drop-mojo.html": "Goal â hibernate:drop",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/help-mojo.html": "Goal â hibernate:help",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/debugging.html": "Enable Debugging-Output",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/skip.html": "Skipping Execution",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/force.html": "Force Exceution",
@@ -510,9 +548,12 @@
},
"_childs": {
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html": [
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html?about",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/configuration.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/create-mojo.html",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/update-mojo.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/drop-mojo.html",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/help-mojo.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/debugging.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/skip.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/force.html",
@@ -659,6 +700,11 @@
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-reports.html"
],
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html?about": [
+ "/index.html","/projects.html",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html?about"
+ ],
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/configuration.html": [
"/index.html","/projects.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
@@ -669,11 +715,21 @@
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/create-mojo.html"
],
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/update-mojo.html": [
+ "/index.html","/projects.html",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/update-mojo.html"
+ ],
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/drop-mojo.html": [
"/index.html","/projects.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/drop-mojo.html"
],
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/help-mojo.html": [
+ "/index.html","/projects.html",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/help-mojo.html"
+ ],
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/debugging.html": [
"/index.html","/projects.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
@@ -716,9 +772,12 @@
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/pmd.html": "/hibernate-maven-plugin/pmd.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/plugin-info.html": "/hibernate-maven-plugin/plugin-info.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-reports.html": "/hibernate-maven-plugin/project-reports.html",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html?about": "/hibernate-maven-plugin/index.html?about",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/configuration.html": "/hibernate-maven-plugin/configuration.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/create-mojo.html": "/hibernate-maven-plugin/create-mojo.html",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/update-mojo.html": "/hibernate-maven-plugin/update-mojo.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/drop-mojo.html": "/hibernate-maven-plugin/drop-mojo.html",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/help-mojo.html": "/hibernate-maven-plugin/help-mojo.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/debugging.html": "/hibernate-maven-plugin/debugging.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/skip.html": "/hibernate-maven-plugin/skip.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/force.html": "/hibernate-maven-plugin/force.html",
@@ -729,7 +788,7 @@
All Pages
+ Hibernate Maven Plugin CI Management Dependencies Maven Coordinates Distribution Management Licenses Plugin Management Plugins Source Code Management Summary Team Project Information Test JavaDocs JavaDocs Source Xref Test Source Xref CPD PMD Plugin Documentation Project Reports Overview Configuration Examples Goal â hibernate:create Goal â hibernate:update Goal â hibernate:drop Goal â hibernate:help Enable Debugging-Output Skipping Execution Force Exceution Known Pitfalls (FAQ)
diff --git a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/help-mojo.html b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/help-mojo.html
deleted file mode 100644
index 90931cbc..00000000
--- a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/help-mojo.html
+++ /dev/null
@@ -1,808 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Hibernate Maven Plugin – hibernate:help
-
-
-
-
- hibernate:help
- URI
-
- site: /projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/help-mojo.html
- canonical: /projects/hibernate-maven-plugin/help-mojo.html
- relative: help-mojo.html
-
- Path
-
-
-
-
-
-
-
-
-
- hibernate:help
-
-Full name :
-
-de.juplo:hibernate-maven-plugin:2.1.2-SNAPSHOT:help
-
-Description :
-
-Display help information on hibernate-maven-plugin.
-Call mvn hibernate:help -Ddetail=true
--Dgoal=<goal-name> to display parameter details.
-
-Attributes :
-
-
-
-The goal is thread-safe and supports parallel builds.
-
-
- Optional Parameters
-
-
-
-
-
-Name
-
-Type
-
-Since
-
-Description
-
-
-
-
-detail
-
-boolean
-
--
-
-If true, display all settable properties for each
-goal.Default value is : false.User property is : detail.
-
-
-
-
-goal
-
-String
-
--
-
-The name of the goal for which to show help. If unspecified, all
-goals will be displayed.User property is : goal.
-
-
-
-
-indentSize
-
-int
-
--
-
-The number of spaces per indentation level, should be positive.Default value is : 2.User property is : indentSize.
-
-
-
-
-lineLength
-
-int
-
--
-
-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/2.1.2-SNAPSHOT/index.html": "Hibernate Maven Plugin",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/ci-management.html": "CI Management",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/dependencies.html": "Dependencies",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/dependency-info.html": "Dependency Information",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/distribution-management.html": "Distribution Management",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/licenses.html": "Licenses",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/plugin-management.html": "Plugin Management",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/plugins.html": "Plugins",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/scm.html": "Source Code Management",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/summary.html": "Summary",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/team.html": "Team",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-info.html": "Project Information",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/testapidocs/index.html": "Test JavaDocs",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/index.html": "JavaDocs",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/xref/index.html": "Source Xref",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/xref-test/index.html": "Test Source Xref",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/cpd.html": "CPD",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/pmd.html": "PMD",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/plugin-info.html": "Plugin Documentation",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-reports.html": "Project Reports",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/configuration.html": "Configuration Examples",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/create-mojo.html": "Goal: CREATE",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/drop-mojo.html": "Goal: DROP",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/debugging.html": "Enable Debugging-Output",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/skip.html": "Skipping Execution",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/force.html": "Force Exceution",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/pitfalls.html": "Known Pitfalls (FAQ)"
- },
- "_childs": {
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html": [
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/configuration.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/create-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/drop-mojo.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/debugging.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/skip.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/force.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/pitfalls.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-reports.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-info.html": [
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/ci-management.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/dependencies.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/dependency-info.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/distribution-management.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/licenses.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/plugin-management.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/plugins.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/scm.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/summary.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/team.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-reports.html": [
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/testapidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/index.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/xref/index.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/xref-test/index.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/cpd.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/pmd.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/plugin-info.html"
- ]
- },
- "_crumbs": {
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/ci-management.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/ci-management.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/dependencies.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/dependencies.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/dependency-info.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/dependency-info.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/distribution-management.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/distribution-management.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/licenses.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/licenses.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/plugin-management.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/plugin-management.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/plugins.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/plugins.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/scm.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/scm.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/summary.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/summary.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/team.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-info.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/team.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-info.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-info.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/testapidocs/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/testapidocs/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/xref/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/xref/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/xref-test/index.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/xref-test/index.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/cpd.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/cpd.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/pmd.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/pmd.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/plugin-info.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-reports.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/plugin-info.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-reports.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-reports.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/configuration.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/configuration.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/create-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/create-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/drop-mojo.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/drop-mojo.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/debugging.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/debugging.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/skip.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/skip.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/force.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/force.html"
- ],
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/pitfalls.html": [
- "/index.html","/projects.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/pitfalls.html"
- ]
- }
-}
-
- All Pages
-
-
-
-
-
diff --git a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html
index 3a957207..77c839c3 100644
--- a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html
+++ b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html
@@ -273,10 +273,19 @@
-
-
+
+
+
+
+
+
+
+
+
+
+
@@ -298,7 +307,20 @@
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -311,7 +333,20 @@
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -404,7 +439,7 @@
-
+
@@ -493,7 +528,9 @@
See hibernate:create ,
+ See hibernate:update and
See hibernate:drop and
+ See hibernate:help and
Plugin Documentation for the full
autogenerated documentation. These are mostly configuration-options
from the Hibernate-Tooling, that does the work in the background.
@@ -558,9 +595,12 @@
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/pmd.html": "PMD",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/plugin-info.html": "Plugin Documentation",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-reports.html": "Project Reports",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html?about": "Overview",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/configuration.html": "Configuration Examples",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/create-mojo.html": "Goal: CREATE",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/drop-mojo.html": "Goal: DROP",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/create-mojo.html": "Goal â hibernate:create",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/update-mojo.html": "Goal â hibernate:update",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/drop-mojo.html": "Goal â hibernate:drop",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/help-mojo.html": "Goal â hibernate:help",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/debugging.html": "Enable Debugging-Output",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/skip.html": "Skipping Execution",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/force.html": "Force Exceution",
@@ -568,9 +608,12 @@
},
"_childs": {
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html": [
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html?about",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/configuration.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/create-mojo.html",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/update-mojo.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/drop-mojo.html",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/help-mojo.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/debugging.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/skip.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/force.html",
@@ -717,6 +760,11 @@
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-reports.html"
],
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html?about": [
+ "/index.html","/projects.html",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html?about"
+ ],
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/configuration.html": [
"/index.html","/projects.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
@@ -727,11 +775,21 @@
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/create-mojo.html"
],
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/update-mojo.html": [
+ "/index.html","/projects.html",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/update-mojo.html"
+ ],
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/drop-mojo.html": [
"/index.html","/projects.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/drop-mojo.html"
],
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/help-mojo.html": [
+ "/index.html","/projects.html",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/help-mojo.html"
+ ],
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/debugging.html": [
"/index.html","/projects.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
@@ -774,9 +832,12 @@
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/pmd.html": "/hibernate-maven-plugin/pmd.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/plugin-info.html": "/hibernate-maven-plugin/plugin-info.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-reports.html": "/hibernate-maven-plugin/project-reports.html",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html?about": "/hibernate-maven-plugin/index.html?about",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/configuration.html": "/hibernate-maven-plugin/configuration.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/create-mojo.html": "/hibernate-maven-plugin/create-mojo.html",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/update-mojo.html": "/hibernate-maven-plugin/update-mojo.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/drop-mojo.html": "/hibernate-maven-plugin/drop-mojo.html",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/help-mojo.html": "/hibernate-maven-plugin/help-mojo.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/debugging.html": "/hibernate-maven-plugin/debugging.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/skip.html": "/hibernate-maven-plugin/skip.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/force.html": "/hibernate-maven-plugin/force.html",
@@ -787,7 +848,7 @@
All Pages
+ Hibernate Maven Plugin CI Management Dependencies Maven Coordinates Distribution Management Licenses Plugin Management Plugins Source Code Management Summary Team Project Information Test JavaDocs JavaDocs Source Xref Test Source Xref CPD PMD Plugin Documentation Project Reports Overview Configuration Examples Goal â hibernate:create Goal â hibernate:update Goal â hibernate:drop Goal â hibernate:help Enable Debugging-Output Skipping Execution Force Exceution Known Pitfalls (FAQ)
diff --git a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/issue-tracking.html b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/issue-tracking.html
index ea0be2b2..49663135 100644
--- a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/issue-tracking.html
+++ b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/issue-tracking.html
@@ -273,10 +273,19 @@
-
-
+
+
+
+
+
+
+
+
+
+
+
@@ -298,7 +307,20 @@
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -311,7 +333,20 @@
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -404,7 +439,7 @@
-
+
@@ -468,9 +503,12 @@
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/pmd.html": "PMD",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/plugin-info.html": "Plugin Documentation",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-reports.html": "Project Reports",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html?about": "Overview",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/configuration.html": "Configuration Examples",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/create-mojo.html": "Goal: CREATE",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/drop-mojo.html": "Goal: DROP",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/create-mojo.html": "Goal â hibernate:create",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/update-mojo.html": "Goal â hibernate:update",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/drop-mojo.html": "Goal â hibernate:drop",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/help-mojo.html": "Goal â hibernate:help",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/debugging.html": "Enable Debugging-Output",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/skip.html": "Skipping Execution",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/force.html": "Force Exceution",
@@ -478,9 +516,12 @@
},
"_childs": {
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html": [
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html?about",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/configuration.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/create-mojo.html",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/update-mojo.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/drop-mojo.html",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/help-mojo.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/debugging.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/skip.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/force.html",
@@ -627,6 +668,11 @@
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-reports.html"
],
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html?about": [
+ "/index.html","/projects.html",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html?about"
+ ],
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/configuration.html": [
"/index.html","/projects.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
@@ -637,11 +683,21 @@
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/create-mojo.html"
],
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/update-mojo.html": [
+ "/index.html","/projects.html",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/update-mojo.html"
+ ],
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/drop-mojo.html": [
"/index.html","/projects.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/drop-mojo.html"
],
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/help-mojo.html": [
+ "/index.html","/projects.html",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/help-mojo.html"
+ ],
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/debugging.html": [
"/index.html","/projects.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
@@ -684,9 +740,12 @@
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/pmd.html": "/hibernate-maven-plugin/pmd.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/plugin-info.html": "/hibernate-maven-plugin/plugin-info.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-reports.html": "/hibernate-maven-plugin/project-reports.html",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html?about": "/hibernate-maven-plugin/index.html?about",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/configuration.html": "/hibernate-maven-plugin/configuration.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/create-mojo.html": "/hibernate-maven-plugin/create-mojo.html",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/update-mojo.html": "/hibernate-maven-plugin/update-mojo.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/drop-mojo.html": "/hibernate-maven-plugin/drop-mojo.html",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/help-mojo.html": "/hibernate-maven-plugin/help-mojo.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/debugging.html": "/hibernate-maven-plugin/debugging.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/skip.html": "/hibernate-maven-plugin/skip.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/force.html": "/hibernate-maven-plugin/force.html",
@@ -697,7 +756,7 @@
All Pages
+ Hibernate Maven Plugin CI Management Dependencies Maven Coordinates Distribution Management Licenses Plugin Management Plugins Source Code Management Summary Team Project Information Test JavaDocs JavaDocs Source Xref Test Source Xref CPD PMD Plugin Documentation Project Reports Overview Configuration Examples Goal â hibernate:create Goal â hibernate:update Goal â hibernate:drop Goal â hibernate:help Enable Debugging-Output Skipping Execution Force Exceution Known Pitfalls (FAQ)
diff --git a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/licenses.html b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/licenses.html
index f59d0433..b494fdba 100644
--- a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/licenses.html
+++ b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/licenses.html
@@ -273,10 +273,19 @@
-
-
+
+
+
+
+
+
+
+
+
+
+
@@ -298,7 +307,20 @@
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -311,7 +333,20 @@
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -404,7 +439,7 @@
-
+
@@ -462,9 +497,12 @@
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/pmd.html": "PMD",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/plugin-info.html": "Plugin Documentation",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-reports.html": "Project Reports",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html?about": "Overview",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/configuration.html": "Configuration Examples",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/create-mojo.html": "Goal: CREATE",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/drop-mojo.html": "Goal: DROP",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/create-mojo.html": "Goal â hibernate:create",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/update-mojo.html": "Goal â hibernate:update",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/drop-mojo.html": "Goal â hibernate:drop",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/help-mojo.html": "Goal â hibernate:help",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/debugging.html": "Enable Debugging-Output",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/skip.html": "Skipping Execution",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/force.html": "Force Exceution",
@@ -472,9 +510,12 @@
},
"_childs": {
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html": [
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html?about",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/configuration.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/create-mojo.html",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/update-mojo.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/drop-mojo.html",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/help-mojo.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/debugging.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/skip.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/force.html",
@@ -621,6 +662,11 @@
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-reports.html"
],
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html?about": [
+ "/index.html","/projects.html",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html?about"
+ ],
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/configuration.html": [
"/index.html","/projects.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
@@ -631,11 +677,21 @@
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/create-mojo.html"
],
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/update-mojo.html": [
+ "/index.html","/projects.html",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/update-mojo.html"
+ ],
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/drop-mojo.html": [
"/index.html","/projects.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/drop-mojo.html"
],
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/help-mojo.html": [
+ "/index.html","/projects.html",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/help-mojo.html"
+ ],
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/debugging.html": [
"/index.html","/projects.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
@@ -678,9 +734,12 @@
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/pmd.html": "/hibernate-maven-plugin/pmd.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/plugin-info.html": "/hibernate-maven-plugin/plugin-info.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-reports.html": "/hibernate-maven-plugin/project-reports.html",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html?about": "/hibernate-maven-plugin/index.html?about",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/configuration.html": "/hibernate-maven-plugin/configuration.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/create-mojo.html": "/hibernate-maven-plugin/create-mojo.html",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/update-mojo.html": "/hibernate-maven-plugin/update-mojo.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/drop-mojo.html": "/hibernate-maven-plugin/drop-mojo.html",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/help-mojo.html": "/hibernate-maven-plugin/help-mojo.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/debugging.html": "/hibernate-maven-plugin/debugging.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/skip.html": "/hibernate-maven-plugin/skip.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/force.html": "/hibernate-maven-plugin/force.html",
@@ -691,7 +750,7 @@
All Pages
+ Hibernate Maven Plugin CI Management Dependencies Maven Coordinates Distribution Management Licenses Plugin Management Plugins Source Code Management Summary Team Project Information Test JavaDocs JavaDocs Source Xref Test Source Xref CPD PMD Plugin Documentation Project Reports Overview Configuration Examples Goal â hibernate:create Goal â hibernate:update Goal â hibernate:drop Goal â hibernate:help Enable Debugging-Output Skipping Execution Force Exceution Known Pitfalls (FAQ)
diff --git a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/mail-lists.html b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/mail-lists.html
index aeac0a99..5ceb4ac5 100644
--- a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/mail-lists.html
+++ b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/mail-lists.html
@@ -273,10 +273,19 @@
-
-
+
+
+
+
+
+
+
+
+
+
+
@@ -298,7 +307,20 @@
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -311,7 +333,20 @@
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -404,7 +439,7 @@
-
+
@@ -468,9 +503,12 @@
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/pmd.html": "PMD",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/plugin-info.html": "Plugin Documentation",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-reports.html": "Project Reports",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html?about": "Overview",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/configuration.html": "Configuration Examples",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/create-mojo.html": "Goal: CREATE",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/drop-mojo.html": "Goal: DROP",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/create-mojo.html": "Goal â hibernate:create",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/update-mojo.html": "Goal â hibernate:update",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/drop-mojo.html": "Goal â hibernate:drop",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/help-mojo.html": "Goal â hibernate:help",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/debugging.html": "Enable Debugging-Output",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/skip.html": "Skipping Execution",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/force.html": "Force Exceution",
@@ -478,9 +516,12 @@
},
"_childs": {
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html": [
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html?about",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/configuration.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/create-mojo.html",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/update-mojo.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/drop-mojo.html",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/help-mojo.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/debugging.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/skip.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/force.html",
@@ -627,6 +668,11 @@
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-reports.html"
],
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html?about": [
+ "/index.html","/projects.html",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html?about"
+ ],
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/configuration.html": [
"/index.html","/projects.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
@@ -637,11 +683,21 @@
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/create-mojo.html"
],
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/update-mojo.html": [
+ "/index.html","/projects.html",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/update-mojo.html"
+ ],
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/drop-mojo.html": [
"/index.html","/projects.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/drop-mojo.html"
],
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/help-mojo.html": [
+ "/index.html","/projects.html",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/help-mojo.html"
+ ],
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/debugging.html": [
"/index.html","/projects.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
@@ -684,9 +740,12 @@
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/pmd.html": "/hibernate-maven-plugin/pmd.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/plugin-info.html": "/hibernate-maven-plugin/plugin-info.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-reports.html": "/hibernate-maven-plugin/project-reports.html",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html?about": "/hibernate-maven-plugin/index.html?about",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/configuration.html": "/hibernate-maven-plugin/configuration.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/create-mojo.html": "/hibernate-maven-plugin/create-mojo.html",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/update-mojo.html": "/hibernate-maven-plugin/update-mojo.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/drop-mojo.html": "/hibernate-maven-plugin/drop-mojo.html",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/help-mojo.html": "/hibernate-maven-plugin/help-mojo.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/debugging.html": "/hibernate-maven-plugin/debugging.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/skip.html": "/hibernate-maven-plugin/skip.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/force.html": "/hibernate-maven-plugin/force.html",
@@ -697,7 +756,7 @@
All Pages
+ Hibernate Maven Plugin CI Management Dependencies Maven Coordinates Distribution Management Licenses Plugin Management Plugins Source Code Management Summary Team Project Information Test JavaDocs JavaDocs Source Xref Test Source Xref CPD PMD Plugin Documentation Project Reports Overview Configuration Examples Goal â hibernate:create Goal â hibernate:update Goal â hibernate:drop Goal â hibernate:help Enable Debugging-Output Skipping Execution Force Exceution Known Pitfalls (FAQ)
diff --git a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/pitfalls.html b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/pitfalls.html
index f0f064be..e56f0797 100644
--- a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/pitfalls.html
+++ b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/pitfalls.html
@@ -273,10 +273,19 @@
-
-
+
+
+
+
+
+
+
+
+
+
+
@@ -298,7 +307,20 @@
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -311,7 +333,20 @@
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -404,7 +439,7 @@
-
+
@@ -742,9 +777,12 @@ mvn hibernate:create -Dhibernate.schema.force=true
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/pmd.html": "PMD",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/plugin-info.html": "Plugin Documentation",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-reports.html": "Project Reports",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html?about": "Overview",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/configuration.html": "Configuration Examples",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/create-mojo.html": "Goal: CREATE",
- "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/drop-mojo.html": "Goal: DROP",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/create-mojo.html": "Goal â hibernate:create",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/update-mojo.html": "Goal â hibernate:update",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/drop-mojo.html": "Goal â hibernate:drop",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/help-mojo.html": "Goal â hibernate:help",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/debugging.html": "Enable Debugging-Output",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/skip.html": "Skipping Execution",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/force.html": "Force Exceution",
@@ -752,9 +790,12 @@ mvn hibernate:create -Dhibernate.schema.force=true
},
"_childs": {
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html": [
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html?about",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/configuration.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/create-mojo.html",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/update-mojo.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/drop-mojo.html",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/help-mojo.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/debugging.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/skip.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/force.html",
@@ -901,6 +942,11 @@ mvn hibernate:create -Dhibernate.schema.force=true
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-reports.html"
],
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html?about": [
+ "/index.html","/projects.html",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html?about"
+ ],
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/configuration.html": [
"/index.html","/projects.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
@@ -911,11 +957,21 @@ mvn hibernate:create -Dhibernate.schema.force=true
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/create-mojo.html"
],
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/update-mojo.html": [
+ "/index.html","/projects.html",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/update-mojo.html"
+ ],
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/drop-mojo.html": [
"/index.html","/projects.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/drop-mojo.html"
],
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/help-mojo.html": [
+ "/index.html","/projects.html",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/help-mojo.html"
+ ],
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/debugging.html": [
"/index.html","/projects.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html",
@@ -958,9 +1014,12 @@ mvn hibernate:create -Dhibernate.schema.force=true
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/pmd.html": "/hibernate-maven-plugin/pmd.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/plugin-info.html": "/hibernate-maven-plugin/plugin-info.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-reports.html": "/hibernate-maven-plugin/project-reports.html",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.html?about": "/hibernate-maven-plugin/index.html?about",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/configuration.html": "/hibernate-maven-plugin/configuration.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/create-mojo.html": "/hibernate-maven-plugin/create-mojo.html",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/update-mojo.html": "/hibernate-maven-plugin/update-mojo.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/drop-mojo.html": "/hibernate-maven-plugin/drop-mojo.html",
+ "/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/help-mojo.html": "/hibernate-maven-plugin/help-mojo.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/debugging.html": "/hibernate-maven-plugin/debugging.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/skip.html": "/hibernate-maven-plugin/skip.html",
"/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/force.html": "/hibernate-maven-plugin/force.html",
@@ -971,7 +1030,7 @@ mvn hibernate:create -Dhibernate.schema.force=true
All Pages
+ Hibernate Maven Plugin CI Management Dependencies Maven Coordinates Distribution Management Licenses Plugin Management Plugins Source Code Management Summary Team Project Information Test JavaDocs JavaDocs Source Xref Test Source Xref CPD PMD Plugin Documentation Project Reports Overview Configuration Examples Goal â hibernate:create Goal â hibernate:update Goal â hibernate:drop Goal â hibernate:help Enable Debugging-Output Skipping Execution Force Exceution Known Pitfalls (FAQ)
diff --git a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/plugin-info.html b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/plugin-info.html
index 5666382e..b3913abc 100644
--- a/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/plugin-info.html
+++ b/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/plugin-info.html
@@ -273,10 +273,19 @@
-
-
+
+
+
+
+
+
+
+
+
+
+
@@ -298,7 +307,20 @@
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -311,7 +333,20 @@
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -404,7 +439,7 @@
-
+
@@ -496,9 +531,12 @@ configured mappings.