Skip to content

Commit a6275fd

Browse files
committed
doc updated
1 parent c55814c commit a6275fd

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

quickfixj-stress-test/README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,16 @@ $ mvn clean package
2121
Build the stress test module with required dependencies, skipping test execution:
2222

2323
```bash
24-
$ mvn clean package -pl quickfixj-stress-test -am -Dmaven.javadoc.skip=true -DskipTests -PskipAT,skipBundlePlugin,minimal-fix-latest
24+
$ mvn clean package -pl quickfixj-stress-test -am -Dmaven.javadoc.skip=true -DskipTests -DskipAT=true -PskipBundlePlugin,minimal-fix-latest
2525
```
2626

2727
**Command Options Explained:**
2828
- `-pl quickfixj-stress-test` - Build only the stress test module
29-
- `-am` - Also build required dependency modules
30-
- `-PskipAT,skipBundlePlugin` - Skip acceptance tests and bundle plugin
29+
- `-am` - Also build required dependent modules
30+
- `-Dmaven.javadoc.skip` - Skip JavaDoc generation
3131
- `-DskipTests` - Skip running unit test cases during build
32+
- `-DskipAT=true` - Skip acceptance tests
33+
- `-PskipBundlePlugin,minimal-fix-latest` - Skip bundle plugin and use minimal FIX Orchestra code genration
3234

3335
### Running Tests
3436

0 commit comments

Comments
 (0)