Skip to content

Commit

Permalink
[KOGITO-2543] - Maven downloading process output not turned off for a…
Browse files Browse the repository at this point in the history
…rchetype generation (apache#187)
  • Loading branch information
vaibhavjainwiz authored Jul 17, 2020
1 parent 412f6e4 commit a8eaba3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/kogito-s2i-core/added/s2i-core
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ function build_kogito_app() {
log_info "---> Generating $RUNTIME_TYPE project structure..."
$MAVEN_HOME/bin/mvn archetype:generate -B -DarchetypeGroupId=org.kie.kogito -DarchetypeArtifactId=$ARCHETYPE_ARTIFACT_ID \
-DarchetypeVersion=$KOGITO_VERSION -DgroupId=$PROJECT_GROUP_ID -DartifactId=$PROJECT_ARTIFACT_ID -Dversion=$PROJECT_VERSION \
-s $KOGITO_HOME/.m2/settings.xml
${MAVEN_ARGS_APPEND} -s $KOGITO_HOME/.m2/settings.xml

# copy resources into the generated project
for item in *
Expand Down

0 comments on commit a8eaba3

Please sign in to comment.