Skip to content

Commit ba758d1

Browse files
authored
Merge pull request #1017 from quickfix-j/chrjohn-junie-guidelines
Update Junie `guidelines.md`
2 parents 2775730 + bf45dc3 commit ba758d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.junie/guidelines.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ QuickFIX/J is a full-featured messaging engine for the FIX protocol. It is a 100
2121
```
2222

2323
2. Build the project:
24-
Junie, please make sure to only use JDK 8 for the build.
24+
Junie, please make sure to only use JDK 8 for the build and use the following Java options:
2525
```
26-
./mvnw clean install -Dmaven.javadoc.skip=true -PskipBundlePlugin,minimal-fix-latest
26+
./mvnw package -Dmaven.javadoc.skip=true -PskipBundlePlugin,minimal-fix-latest -Xms3g -Xmx6g -Djdk.xml.xpathExprGrpLimit=500 -Djdk.xml.xpathExprOpLimit=500
2727
```
2828

2929
## Coding Standards

0 commit comments

Comments
 (0)