File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -29,18 +29,19 @@ Pull requests are always welcome! Best is if you added a unit test to show that
2929
3030Fastest: clone the repo and issue the following command.
3131```
32- $ mvn clean package -Dmaven.javadoc.skip=true -DskipTests
32+ $ mvn clean package -Dmaven.javadoc.skip=true -DskipTests -PskipBundlePlugin
3333```
3434
3535Slower: if you only want to skip the acceptance test suite:
3636```
37- $ mvn clean package -Dmaven.javadoc.skip=true -DskipAT=true
37+ $ mvn clean package -Dmaven.javadoc.skip=true -DskipAT=true -PskipBundlePlugin
3838```
3939
4040Slow: if you want to run all tests:
4141```
42- $ mvn clean package -Dmaven.javadoc.skip=true
42+ $ mvn clean package -Dmaven.javadoc.skip=true -PskipBundlePlugin
4343```
44+ NB: If you want to use the resulting JARs in an OSGi environment you'll have to omit the ` -PskipBundlePlugin ` option.
4445
4546## configuration options
4647https://rawgit.com/quickfix-j/quickfixj/master/quickfixj-core/src/main/doc/usermanual/usage/configuration.html
You can’t perform that action at this time.
0 commit comments