This is an automated email from the ASF dual-hosted git repository. rantunes pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/incubator-kie-tools-temporary-rnd-do-not-use.git
commit 0f5b37a1d893e12de191f303c0c2eb760dbec7e4 Author: Wagner Scholl Lemos <[email protected]> AuthorDate: Tue Nov 14 04:19:33 2023 -0300 NO-ISSUE: extended-services-java does not copy artifacts to dist folder (#2050) --- packages/extended-services-java/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/extended-services-java/package.json b/packages/extended-services-java/package.json index 9c9bf44d5b..89339c0f7e 100644 --- a/packages/extended-services-java/package.json +++ b/packages/extended-services-java/package.json @@ -17,8 +17,8 @@ ], "scripts": { "build:dev": "run-script-os", - "build:dev:linux:darwin": "mvn clean install -DskipTests -DskipITs", - "build:dev:win32": "pnpm powershell \"mvn clean install `-DskipTests `-DskipITs \"", + "build:dev:linux:darwin": "mvn clean install -DskipTests -DskipITs && pnpm dist", + "build:dev:win32": "pnpm powershell \"mvn clean install `-DskipTests `-DskipITs\" && pnpm dist", "build:prod": "run-script-os", "build:prod:linux:darwin": "mvn clean install -DskipTests=$(build-env tests.run --not) -Dmaven.test.failure.ignore=$(build-env tests.ignoreFailures) -DskipITs=$(build-env endToEndTests.run --not) && pnpm dist", "build:prod:win32": "pnpm powershell \"mvn clean install `-DskipTests=$(build-env tests.run --not) `-Dmaven.test.failure.ignore=$(build-env tests.ignoreFailures) `-DskipITs=$(build-env endToEndTests.run --not)\" && pnpm dist", --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
