Skip to content

Commit

Permalink
Guarantee downloading all artifacts in the build-app script
Browse files Browse the repository at this point in the history
Signed-off-by: Ricardo Zanini <[email protected]>
  • Loading branch information
ricardozanini committed Feb 5, 2024
1 parent 75773fe commit 0d0fdd9
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion modules/kogito-swf/common/scripts/added/create-app.sh
Original file line number Diff line number Diff line change
Expand Up @@ -130,4 +130,12 @@ fi
"${MAVEN_HOME}"/bin/mvn -B ${MAVEN_ARGS_APPEND} \
-nsu \
-s "${MAVEN_SETTINGS_PATH}" \
clean dependency:go-offline io.quarkus.platform:quarkus-maven-plugin:"${QUARKUS_PLATFORM_VERSION}":go-offline
-DskipTests=true \
-Dmaven.javadoc.skip=true \
clean dependency:go-offline io.quarkus.platform:quarkus-maven-plugin:"${QUARKUS_PLATFORM_VERSION}":go-offline install

# clean up
"${MAVEN_HOME}"/bin/mvn -B ${MAVEN_ARGS_APPEND} \
-nsu \
-s "${MAVEN_SETTINGS_PATH}" \
clean

0 comments on commit 0d0fdd9

Please sign in to comment.