File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -21,14 +21,16 @@ $ mvn clean package
2121Build 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
You can’t perform that action at this time.
0 commit comments