Fixed the broken setup?
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
@@ -26,6 +26,8 @@
|
||||
<module>dsl</module>
|
||||
<module>messaging</module>
|
||||
<module>pact</module>
|
||||
<module>webclient</module>
|
||||
<module>yml</module>
|
||||
</modules>
|
||||
|
||||
<build>
|
||||
|
||||
@@ -24,6 +24,7 @@ repositories {
|
||||
|
||||
apply plugin: 'groovy'
|
||||
apply plugin: 'org.springframework.boot'
|
||||
apply plugin: 'io.spring.dependency-management'
|
||||
apply plugin: 'maven-publish'
|
||||
|
||||
dependencyManagement {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user