thiagoelg commented on code in PR #3414:
URL:
https://github.com/apache/incubator-kie-tools/pull/3414#discussion_r2754773229
##########
packages/extended-services/package.json:
##########
@@ -45,9 +45,9 @@
"powershell": "@powershell -NoProfile -ExecutionPolicy Unrestricted
-Command",
"start": "cross-env ENV=dev make start",
"unpack:mvn:jitexecutor-native": "run-script-os",
- "unpack:mvn:jitexecutor-native:darwin": "mvn dependency:unpack
-DoutputDirectory=dist-dev
-Dartifact=\"org.kie.kogito:jitexecutor-native-darwin:999-20250511-SNAPSHOT:jar:binaries\"",
- "unpack:mvn:jitexecutor-native:linux": "mvn dependency:unpack
-DoutputDirectory=dist-dev
-Dartifact=\"org.kie.kogito:jitexecutor-native-linux:999-20250511-SNAPSHOT:jar:binaries\"",
- "unpack:mvn:jitexecutor-native:win32": "pnpm powershell \"mvn
dependency:unpack `-DoutputDirectory=dist-dev
`-Dartifact=org.kie.kogito:jitexecutor-native-win32:999-20250511-SNAPSHOT:jar:binaries\""
+ "unpack:mvn:jitexecutor-native:darwin": "mvn clean dependency:unpack
-DoutputDirectory=dist-dev
-Dartifact=\"org.kie.kogito:jitexecutor-native-darwin:999-20250511-SNAPSHOT:jar:binaries\"",
+ "unpack:mvn:jitexecutor-native:linux": "mvn clean dependency:unpack
-DoutputDirectory=dist-dev
-Dartifact=\"org.kie.kogito:jitexecutor-native-linux:999-20250511-SNAPSHOT:jar:binaries\"",
Review Comment:
I know... but it's the latest one available
(https://repository.apache.org/content/groups/snapshots/org/kie/kogito/jitexecutor-native-darwin/).
Did we stop publishing it at some point?
--
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]