kbowers-ibm commented on code in PR #3681:
URL:
https://github.com/apache/incubator-kie-tools/pull/3681#discussion_r3675639808
##########
packages/drools-and-kogito/install.js:
##########
@@ -144,23 +135,14 @@ try {
} catch (e) {
// Try it again!
execSync(
- `mvn deploy -ntp -DskipTests -DskipITs -T 0.5C -Dformatter.skip
-Denforcer.skip=true -Dcheckstyle.skip=true -Dmaven.install.skip=true
-DaltDeploymentRepository=drools-and-kogito--dist-1st-party-m2::default::file:${DIST_REPO}`,
+ `mvn deploy -ntp -DskipTests -DskipITs -Dformatter.skip
-Denforcer.skip=true -Dcheckstyle.skip=true -Dmaven.install.skip=true
-Dmaven.repo.local.tail=${DIST_REPO}
-DaltDeploymentRepository=drools-and-kogito--dist-1st-party-m2::default::file:${DIST_REPO}
-Dquarkus.container-image.build=false`,
Review Comment:
Hi Tiago,
I added it from the kogito-apps command, as I was getting errors that it
couldn't find some artifacts, but you're right, now that everything is one repo
it shouldn't be needed. Removing!
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]