Updated readmes to improve copy pastability
Also added instructions for native compilation for those apps that it is useful Added documentation for native compilation when using Single Step Batch Processing Updated documentaiton for native compilation for single app processing
This commit is contained in:
@@ -11,9 +11,9 @@ specified.
|
||||
NOTE: if using defaults make sure to install the timestamp-task into your local maven repo
|
||||
by executing the following build in the timestamp-task module:
|
||||
|
||||
[source,shell,indent=2]
|
||||
[source,shell]
|
||||
----
|
||||
$ ./mvnw clean install
|
||||
./mvnw clean install
|
||||
----
|
||||
|
||||
== The arguments offered by the TaskProcessor are as follows:
|
||||
@@ -32,9 +32,9 @@ $ ./mvnw clean install
|
||||
|
||||
== Build:
|
||||
|
||||
[source,shell,indent=2]
|
||||
[source,shell]
|
||||
----
|
||||
$ ./mvnw clean install
|
||||
./mvnw clean install
|
||||
----
|
||||
|
||||
== Dependencies:
|
||||
|
||||
Reference in New Issue
Block a user