Skip to content

Commit 190341e

Browse files
authored
Added skipBundlePlugin option
1 parent 7de7b3f commit 190341e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,18 +29,19 @@ Pull requests are always welcome! Best is if you added a unit test to show that
2929

3030
Fastest: 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

3535
Slower: 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

4040
Slow: 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
4647
https://rawgit.com/quickfix-j/quickfixj/master/quickfixj-core/src/main/doc/usermanual/usage/configuration.html

0 commit comments

Comments
 (0)