Skip to content

Commit f2125c8

Browse files
committed
run-snapshot.sh uses new kroxylicious module
The main repo has been refactored so that documentation is generated in the kroxylicious-docs module. Signed-off-by: Robert Young <[email protected]>
1 parent 869acc5 commit f2125c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

run-snapshot.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ if [ ! -f "${TEST_FILE}" ]; then
2121
fi
2222

2323
cd ${KROXYLICIOUS_DIR}
24-
mvn -Dquick -P dist clean package --non-recursive
25-
cp -r target/web/* ${SCRIPT_DIR}
24+
mvn -P dist clean package -pl :kroxylicious-docs
25+
cp -r kroxylicious-docs/target/web/* ${SCRIPT_DIR}
2626
cd ${SCRIPT_DIR}
2727
exec ./run.sh

0 commit comments

Comments
 (0)