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
Download JD-GUI to open JAR file and explore Java source code file (.class .java)
Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window pact-jvm-provider-sbt_2.10_0.13-2.4.19.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.