diff --git a/spring-cloud-task-samples/taskprocessor/README.adoc b/spring-cloud-task-samples/taskprocessor/README.adoc index b6535359..53f619e9 100644 --- a/spring-cloud-task-samples/taskprocessor/README.adoc +++ b/spring-cloud-task-samples/taskprocessor/README.adoc @@ -13,7 +13,7 @@ by executing the following build in the timestamp-task module: [source,shell,indent=2] ---- -$ ./mvnw clean install -DskipInstall=false +$ ./mvnw clean install ---- == The parameters offered by the TaskProcessor are as follows: @@ -34,7 +34,7 @@ $ ./mvnw clean install -DskipInstall=false [source,shell,indent=2] ---- -$ ./mvnw clean install -DskipInstall=false +$ ./mvnw clean install ---- == Dependencies: diff --git a/spring-cloud-task-samples/tasksink/README.adoc b/spring-cloud-task-samples/tasksink/README.adoc index 5c1a5193..5e81cd19 100644 --- a/spring-cloud-task-samples/tasksink/README.adoc +++ b/spring-cloud-task-samples/tasksink/README.adoc @@ -11,7 +11,7 @@ launch the task that was specified in the request. [source,shell,indent=2] ---- -$ ./mvnw clean install -DskipInstall=false +$ ./mvnw clean install ---- == Dependencies: