Skip to content

Commit b444eac

Browse files
authored
Update README.md
Should be consistent on which maven command we're using, clean package seems to be the most appropriate given it's a sample application that should only be used for demos.
1 parent 179c922 commit b444eac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

jsp-flexjs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ A simple client-side tokenization example integration using Flex JavaScript SDK
2121

2222
2. Build and run the application using maven
2323
```bash
24-
mvn package
24+
mvn clean package
2525
```
2626

2727
This will produce a `.war` file that can be deployed to a Tomcat server instance. The deployed application will serve a demonstration card tokenization page on `http://localhost:8080/`. To serve from a different domain, ensure that `targetOrigin` domain is specified when making a call to the `/keys` endpoint. For a detailed example please see [FlexKeyProvider.java](./src/main/java/com/cybersource/example/FlexKeyProvider.java), line 47.

0 commit comments

Comments
 (0)