diff --git a/.travis.yml b/.travis.yml index f5cc24c..7d27db4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ sudo: false -#cache: -# directories: -# - $HOME/.m2 +cache: + directories: + - $HOME/.m2 language: java jdk: - oraclejdk8 diff --git a/README.adoc b/README.adoc index 5fbe59e..0762608 100644 --- a/README.adoc +++ b/README.adoc @@ -64,7 +64,7 @@ https://github.com/spring-cloud-samples/scripts[scripts demo repository] for specific instructions about the common cases of mongo, rabbit and redis. -NOTE: migration to the Maven wrapper (`.mvnw`) is underway. If you +NOTE: migration to the Maven wrapper (`./mvnw`) is underway. If you find a project that doesn't have it yet, raise an issue to get it added, and build with the command from `.travis.yml` (usually `mvn install -s .settings.xml`). diff --git a/spring-cloud-starter-bus-amqp/pom.xml b/spring-cloud-starter-bus-amqp/pom.xml index 94e5af5..b28752f 100644 --- a/spring-cloud-starter-bus-amqp/pom.xml +++ b/spring-cloud-starter-bus-amqp/pom.xml @@ -6,7 +6,7 @@ org.springframework.cloud spring-cloud-bus-parent 1.1.0.BUILD-SNAPSHOT - + .. spring-cloud-starter-bus-amqp 1.1.0.BUILD-SNAPSHOT