Skip to content

Instantly share code, notes, and snippets.

@jkubrynski
Last active April 6, 2017 07:13
Show Gist options
  • Save jkubrynski/3c42ed21652173cc4d18e6573eaccca9 to your computer and use it in GitHub Desktop.
Save jkubrynski/3c42ed21652173cc4d18e6573eaccca9 to your computer and use it in GitHub Desktop.
<plugin>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-contract-maven-plugin</artifactId>
<version>1.1.0.M1</version>
<extensions>true</extensions>
<configuration>
<basePackageForTests>com.test.weather.web</basePackageForTests>
<baseClassForTests>com.test.weather.web.AbstractContractTest</baseClassForTests>
<testFramework>JUNIT</testFramework>
</configuration>
</plugin>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment