From 48b79094b732bab82e60c0fa77c7e21f62e47239 Mon Sep 17 00:00:00 2001 From: Marcin Grzejszczak Date: Wed, 13 Jul 2016 13:55:04 +0200 Subject: [PATCH] Sync docs from master to gh-pages --- .../complex-content.html | 23 +- .../complex.html | 23 +- .../convert-mojo.html | 457 +++ .../dependencies.html | 2591 +++++++++++++++++ .../dependency-info.html | 61 +- .../dependency-management.html | 41 +- .../distribution-management.html | 39 +- .../generateStubs-mojo.html | 417 +++ .../generateTests-mojo.html | 614 ++++ .../help-mojo.html | 424 +++ .../images/close.gif | Bin 0 -> 279 bytes .../index.html | 27 +- .../integration.html | 33 +- .../issue-tracking.html | 31 +- .../junit.html | 23 +- .../license.html | 33 +- .../plugin-info.html | 355 +++ .../plugin-management.html | 55 +- .../plugins.html | 103 +- .../project-info.html | 37 +- .../project-reports.html | 293 ++ .../project-summary.html | 50 +- .../run-mojo.html | 538 ++++ .../sitemap.html | 42 +- .../source-repository.html | 39 +- .../spock.html | 23 +- .../team-list.html | 33 +- .../usage.html | 23 +- spring-cloud-contract.html | 6 +- 29 files changed, 6226 insertions(+), 208 deletions(-) create mode 100644 spring-cloud-contract-verifier-maven-plugin/convert-mojo.html create mode 100644 spring-cloud-contract-verifier-maven-plugin/dependencies.html create mode 100644 spring-cloud-contract-verifier-maven-plugin/generateStubs-mojo.html create mode 100644 spring-cloud-contract-verifier-maven-plugin/generateTests-mojo.html create mode 100644 spring-cloud-contract-verifier-maven-plugin/help-mojo.html create mode 100644 spring-cloud-contract-verifier-maven-plugin/images/close.gif create mode 100644 spring-cloud-contract-verifier-maven-plugin/plugin-info.html create mode 100644 spring-cloud-contract-verifier-maven-plugin/project-reports.html create mode 100644 spring-cloud-contract-verifier-maven-plugin/run-mojo.html diff --git a/spring-cloud-contract-verifier-maven-plugin/complex-content.html b/spring-cloud-contract-verifier-maven-plugin/complex-content.html index 0d43b0fb1c..b9ec4d6af8 100644 --- a/spring-cloud-contract-verifier-maven-plugin/complex-content.html +++ b/spring-cloud-contract-verifier-maven-plugin/complex-content.html @@ -1,6 +1,6 @@ @@ -9,7 +9,7 @@ - Spring Cloud Contract Verifier Maven Plugin - + Spring Cloud Contract Verifier Maven Plugin – @@ -85,7 +85,7 @@ + + @@ -128,7 +136,7 @@ + +
+ + + + + +
+
+ +
+ + +
+ + + +
+

spring-cloud-contract-verifier:help

+ +

Full name:

+ +

org.springframework.cloud.contract:spring-cloud-contract-verifier-maven-plugin:1.0.0.BUILD-SNAPSHOT:help

+ +

Description:

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

Attributes:

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

Optional Parameters

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

Parameter Details

+ +

detail:

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

+

goal:

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

+

indentSize:

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

+

lineLength:

+ +
The maximum length of a display line, should be positive.
+ +
    + +
  • Type: int
  • + +
  • Required: No
  • + +
  • User Property: lineLength
  • + +
  • Default: 80
  • +
+
+
+ + +
+
+
+ +
+ + + + diff --git a/spring-cloud-contract-verifier-maven-plugin/images/close.gif b/spring-cloud-contract-verifier-maven-plugin/images/close.gif new file mode 100644 index 0000000000000000000000000000000000000000..1c26bbc5264fcc943ad7b5a0f1a84daece211f34 GIT binary patch literal 279 zcmZ?wbhEHb6kyFkwP}e}6+mLp=yE)H5&?6cps==O-j2#K*@61O)i|`#U%|*xTD17#Qg5 z>nkWI$ji$M2ng`=^D}^ygDj#2&;c6F0P+h1n~g(5frm~PL&uV$l`S$eFDwzBDbhJD v>}Bvw*Al_tWna1PC9OaGVdk23i}vRhZI{iR^*V|n<^22a#~T_O9T}_vbswrX literal 0 HcmV?d00001 diff --git a/spring-cloud-contract-verifier-maven-plugin/index.html b/spring-cloud-contract-verifier-maven-plugin/index.html index af4845efc1..e2c45063c7 100644 --- a/spring-cloud-contract-verifier-maven-plugin/index.html +++ b/spring-cloud-contract-verifier-maven-plugin/index.html @@ -1,6 +1,6 @@ @@ -9,7 +9,7 @@ - Spring Cloud Contract Verifier Maven Plugin - + Spring Cloud Contract Verifier Maven Plugin – @@ -85,7 +85,7 @@ + + @@ -128,7 +136,7 @@