Skip to content

Commit b7b369f

Browse files
author
Sylvain Lebresne
committed
Fix? the stress build script
1 parent 69f03b5 commit b7b369f

File tree

1 file changed

+1
-1
lines changed
  • driver-examples/stress/bin

1 file changed

+1
-1
lines changed

driver-examples/stress/bin/build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ echo "Building stress application ..."
2626
echo "\n-- Stress build --\n" >> $LOG_FILE
2727

2828
cd $SCRIPT_DIR/..
29-
mvn assembly:single >> $LOG_FILE 2>&1
29+
mvn package assembly:single >> $LOG_FILE 2>&1
3030
EXIT_CODE=$?
3131
if [ $EXIT_CODE -ne 0 ];
3232
then

0 commit comments

Comments
 (0)