From bf45dc3174e9944d33dd05dee13e99ef989f103d Mon Sep 17 00:00:00 2001 From: Christoph John Date: Mon, 21 Jul 2025 16:38:00 +0200 Subject: [PATCH] Update guidelines.md --- .junie/guidelines.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.junie/guidelines.md b/.junie/guidelines.md index e33aa514f..5479657fa 100644 --- a/.junie/guidelines.md +++ b/.junie/guidelines.md @@ -21,9 +21,9 @@ QuickFIX/J is a full-featured messaging engine for the FIX protocol. It is a 100 ``` 2. Build the project: - Junie, please make sure to only use JDK 8 for the build. + Junie, please make sure to only use JDK 8 for the build and use the following Java options: ``` - ./mvnw clean install -Dmaven.javadoc.skip=true -PskipBundlePlugin,minimal-fix-latest + ./mvnw package -Dmaven.javadoc.skip=true -PskipBundlePlugin,minimal-fix-latest -Xms3g -Xmx6g -Djdk.xml.xpathExprGrpLimit=500 -Djdk.xml.xpathExprOpLimit=500 ``` ## Coding Standards