We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a71d66b commit 59650b4Copy full SHA for 59650b4
1 file changed
README.md
@@ -9,14 +9,14 @@ The samples are all completely independent and self-contained so you can look at
9
10
##Running the Samples
11
Clone this repository.
12
- Run "mvn install" in the root directory to create the SampleCode console app.
+ Run "mvn package" in the root directory to create the SampleCode console app.
13
Then run a sample directly by name:
14
````
15
- > SampleCode [CodeSampleName]
+ > java -jar target/SampleCode.jar [CodeSampleName]
16
17
e.g.
18
19
- > SampleCode ChargeACreditCard
+ > java -jar target/SampleCode.jar ChargeCreditCard
20
21
Running SampleCode without a parameter will give you the list of sample names. Handy or what!
22
0 commit comments