File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -42,17 +42,17 @@ Pull requests are always welcome! Best is if you added a unit test to show that
4242
4343Fastest: clone the repo and issue the following command.
4444```
45- $ mvn clean package -Dmaven.javadoc.skip=true -DskipTests -PskipBundlePlugin,minimal-fix-latest
45+ $ mvn clean package -Dmaven.javadoc.skip=true -DskipTests -PskipBundlePlugin,minimal-fix-latest -Djdk.xml.xpathExprGrpLimit=500 -Djdk.xml.xpathExprOpLimit=500
4646```
4747
4848Slower: if you only want to skip the acceptance test suite:
4949```
50- $ mvn clean package -Dmaven.javadoc.skip=true -DskipAT=true -PskipBundlePlugin,minimal-fix-latest
50+ $ mvn clean package -Dmaven.javadoc.skip=true -DskipAT=true -PskipBundlePlugin,minimal-fix-latest -Djdk.xml.xpathExprGrpLimit=500 -Djdk.xml.xpathExprOpLimit=500
5151```
5252
5353Slow: if you want to run all tests:
5454```
55- $ mvn clean package -Dmaven.javadoc.skip=true -PskipBundlePlugin,minimal-fix-latest
55+ $ mvn clean package -Dmaven.javadoc.skip=true -PskipBundlePlugin,minimal-fix-latest -Djdk.xml.xpathExprGrpLimit=500 -Djdk.xml.xpathExprOpLimit=500
5656```
5757NB: If you want to use the resulting JARs in an OSGi environment you'll have to omit the ` -PskipBundlePlugin ` option.
5858
@@ -62,7 +62,7 @@ When the project is first created, it will not have the generated message classe
6262
6363If the IDE reports some errors after the compilation with ` mvn clean package ` , try to use ` mvn clean install ` , like:
6464```
65- $ mvn clean install -Dmaven.javadoc.skip=true -DskipTests -PskipBundlePlugin,minimal-fix-latest
65+ $ mvn clean install -Dmaven.javadoc.skip=true -DskipTests -PskipBundlePlugin,minimal-fix-latest -Djdk.xml.xpathExprGrpLimit=500 -Djdk.xml.xpathExprOpLimit=500
6666```
6767
6868## configuration options
You can’t perform that action at this time.
0 commit comments