Refactored the use of the name parameters to be arguments
This PR refactors the use of the term parameters to arguments to be consistent with how the component is utilized within Spring Cloud Data Flow.
This commit is contained in:
@@ -16,7 +16,7 @@ by executing the following build in the timestamp-task module:
|
||||
$ ./mvnw clean install
|
||||
----
|
||||
|
||||
== The parameters offered by the TaskProcessor are as follows:
|
||||
== The arguments offered by the TaskProcessor are as follows:
|
||||
* *group* establishes the group for the task maven coordinates. Default is `io.spring`.
|
||||
* *artifact* establishes the artifact for the task maven coordinates. Default is `timestamp-task`.
|
||||
* *classifiers* establishes the classifier for the task maven coordinates. Default is null.
|
||||
|
||||
Reference in New Issue
Block a user