From 3c104276fc47748f5065dba7609c466ebf13acc9 Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Sun, 14 Aug 2016 09:19:37 -0700 Subject: [PATCH] Remove redundant shell scripts from sample builds --- samples/standalone/dsl/pom.xml | 92 +------------------ samples/standalone/dsl/runTests.sh | 36 -------- samples/standalone/messaging/pom.xml | 92 +------------------ samples/standalone/messaging/runTests.sh | 36 -------- .../standalone/restdocs/http-client/pom.xml | 6 ++ samples/standalone/restdocs/pom.xml | 92 +------------------ samples/standalone/restdocs/runTests.sh | 36 -------- 7 files changed, 21 insertions(+), 369 deletions(-) delete mode 100755 samples/standalone/dsl/runTests.sh delete mode 100755 samples/standalone/messaging/runTests.sh delete mode 100755 samples/standalone/restdocs/runTests.sh diff --git a/samples/standalone/dsl/pom.xml b/samples/standalone/dsl/pom.xml index 44323034cf..12cff9f583 100644 --- a/samples/standalone/dsl/pom.xml +++ b/samples/standalone/dsl/pom.xml @@ -20,6 +20,11 @@ 1.0.0.BUILD-SNAPSHOT + + http-server + http-client + + @@ -31,91 +36,4 @@ - - - spring - - true - - - - spring-snapshots - Spring Snapshots - http://repo.spring.io/snapshot - - true - - - - spring-milestones - Spring Milestones - http://repo.spring.io/milestone - - false - - - - spring-releases - Spring Releases - http://repo.spring.io/release - - false - - - - - - spring-snapshots - Spring Snapshots - http://repo.spring.io/snapshot - - true - - - - spring-milestones - Spring Milestones - http://repo.spring.io/milestone - - false - - - - spring-releases - Spring Releases - http://repo.spring.io/release - - false - - - - - - integration - - - - org.codehaus.mojo - exec-maven-plugin - - - runTests - test - - ./runTests.sh - - ${spring-cloud-contract.version} - - - - exec - - - - - - - - - diff --git a/samples/standalone/dsl/runTests.sh b/samples/standalone/dsl/runTests.sh deleted file mode 100755 index 638292068d..0000000000 --- a/samples/standalone/dsl/runTests.sh +++ /dev/null @@ -1,36 +0,0 @@ -#!/bin/bash - -set -o errexit - -VERIFIER_VERSION=$1 -ROOT=`pwd` - -cat <1.0.0.BUILD-SNAPSHOT + + stream-source + stream-sink + + @@ -31,91 +36,4 @@ - - - spring - - true - - - - spring-snapshots - Spring Snapshots - http://repo.spring.io/snapshot - - true - - - - spring-milestones - Spring Milestones - http://repo.spring.io/milestone - - false - - - - spring-releases - Spring Releases - http://repo.spring.io/release - - false - - - - - - spring-snapshots - Spring Snapshots - http://repo.spring.io/snapshot - - true - - - - spring-milestones - Spring Milestones - http://repo.spring.io/milestone - - false - - - - spring-releases - Spring Releases - http://repo.spring.io/release - - false - - - - - - integration - - - - org.codehaus.mojo - exec-maven-plugin - - - runTests - test - - ./runTests.sh - - ${spring-cloud-contract.version} - - - - exec - - - - - - - - - diff --git a/samples/standalone/messaging/runTests.sh b/samples/standalone/messaging/runTests.sh deleted file mode 100755 index 5750b55560..0000000000 --- a/samples/standalone/messaging/runTests.sh +++ /dev/null @@ -1,36 +0,0 @@ -#!/bin/bash - -set -o errexit - -VERIFIER_VERSION=$1 -ROOT=`pwd` - -cat <stubs 0.0.1-SNAPSHOT test + + + * + * + + diff --git a/samples/standalone/restdocs/pom.xml b/samples/standalone/restdocs/pom.xml index 77bee619cf..d6c89288e8 100644 --- a/samples/standalone/restdocs/pom.xml +++ b/samples/standalone/restdocs/pom.xml @@ -20,6 +20,11 @@ 1.0.0.BUILD-SNAPSHOT + + http-server + http-client + + @@ -31,91 +36,4 @@ - - - spring - - true - - - - spring-snapshots - Spring Snapshots - http://repo.spring.io/snapshot - - true - - - - spring-milestones - Spring Milestones - http://repo.spring.io/milestone - - false - - - - spring-releases - Spring Releases - http://repo.spring.io/release - - false - - - - - - spring-snapshots - Spring Snapshots - http://repo.spring.io/snapshot - - true - - - - spring-milestones - Spring Milestones - http://repo.spring.io/milestone - - false - - - - spring-releases - Spring Releases - http://repo.spring.io/release - - false - - - - - - integration - - - - org.codehaus.mojo - exec-maven-plugin - - - runTests - test - - ./runTests.sh - - ${spring-cloud-contract.version} - - - - exec - - - - - - - - - diff --git a/samples/standalone/restdocs/runTests.sh b/samples/standalone/restdocs/runTests.sh deleted file mode 100755 index 638292068d..0000000000 --- a/samples/standalone/restdocs/runTests.sh +++ /dev/null @@ -1,36 +0,0 @@ -#!/bin/bash - -set -o errexit - -VERIFIER_VERSION=$1 -ROOT=`pwd` - -cat <