Fixed the broken setup?

This commit is contained in:
Marcin Grzejszczak
2018-01-25 17:07:04 +01:00
parent ead9451b81
commit 8ebfb17bf2
4 changed files with 20 additions and 16 deletions

View File

@@ -20,14 +20,14 @@
<main.basedir>${basedir}/..</main.basedir>
</properties>
<modules>
<module>wiremock-native</module>
<module>wiremock-jetty</module>
<module>wiremock-tomcat</module>
<module>wiremock-undertow</module>
<module>wiremock-undertow-ssl</module>
<modules>
<module>wiremock-native</module>
<module>wiremock-jetty</module>
<module>wiremock-tomcat</module>
<module>wiremock-undertow</module>
<module>wiremock-undertow-ssl</module>
<!-- standalone tests get executed separately by invoker plugin -->
</modules>
</modules>
<dependencies>
<dependency>
@@ -47,15 +47,15 @@
</dependency>
</dependencies>
<build>
<build>
<plugins>
<plugin>
<artifactId>maven-deploy-plugin</artifactId>
<version>2.8.2</version>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
<plugin>
<artifactId>maven-deploy-plugin</artifactId>
<version>2.8.2</version>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
</plugins>
</build>

View File

@@ -26,6 +26,8 @@
<module>dsl</module>
<module>messaging</module>
<module>pact</module>
<module>webclient</module>
<module>yml</module>
</modules>
<build>

View File

@@ -24,6 +24,7 @@ repositories {
apply plugin: 'groovy'
apply plugin: 'org.springframework.boot'
apply plugin: 'io.spring.dependency-management'
apply plugin: 'maven-publish'
dependencyManagement {

View File

@@ -29,8 +29,9 @@ repositories {
apply plugin: 'groovy'
apply plugin: 'org.springframework.boot'
apply plugin: 'spring-cloud-contract'
apply plugin: 'io.spring.dependency-management'
apply plugin: 'maven-publish'
apply plugin: 'maven'
dependencyManagement {
imports {