DOC

au.com.dius : pact-jvm-provider-sbt_2.10_0.13

Maven & Gradle

Aug 17, 2017
1k stars

pact-jvm-provider-sbt_2.10_0.13 · Pact sbt plugin =============== The sbt plugin adds an sbt task for running all provider pacts against a running server. To use the pact sbt plugin, add the following to your project/plugins.sbt addSbtPlugin("au.com.dius" %% "pact-jvm-provider-sbt" % "2.1.0") and the following to your build.sbt PactJvmPlugin.pactSettings The new task added is verifyPacts Two new keys are added to configure this task: pactConfig is the location of your pact-config json file (defaults to "pact-config.json" in the classpath root) pactRoot is the root folder of your pact json files (defaults to "pacts"), all .json files in root and sub folders will be executed

Table Of Contents

Latest Version

Download au.com.dius : pact-jvm-provider-sbt_2.10_0.13 Javadoc & API Documentation - Latest Versions:

All Versions

Download au.com.dius : pact-jvm-provider-sbt_2.10_0.13 Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
2.4.x
2.3.x
2.2.x
2.1.x
2.0.x
2.0
1.12
1.11
1.10
1.9
1.8
1.7
1.6
1.5
1.4
1.3
1.2
1.1

How to open Javadoc JAR file in web browser

  1. Rename the file pact-jvm-provider-sbt_2.10_0.13-2.4.19-javadoc.jar to pact-jvm-provider-sbt_2.10_0.13-2.4.19-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder pact-jvm-provider-sbt_2.10_0.13-2.4.19-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "pact-jvm-provider-sbt_2.10_0.13-2.4.19-sources.jar" -d "pact-jvm-provider-sbt_2.10_0.13-2.4.19-javadoc" -subpackages