-
Notifications
You must be signed in to change notification settings - Fork 201
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
kie-issues#964: Adapt kie-tools Jenkins staging/release jobs to build and deploy Quarkus Dev UI modules to Nexus/Maven Central #2245
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@rodrigonull You need to update the lock file.
Just type pnpm bootstrap
in the project root dir.
@rodrigonull Now you need to update |
As we discussed, the relevant Maven packages will now have the export KIE_TOOLS_BUILD__mavenDeploySkip=false cc @jstastny-cz |
Once the PR#2262 is merged, I will rebase this PR and make the necessary adjustments. |
0100959
to
9c5be0a
Compare
1ae6e24
to
0f3e1a7
Compare
69d23bb
to
64d9a71
Compare
Closes: apache/incubator-kie-issues#964
In this PR we add steps to build, test and deploy DevUI java packages (jbpm-quarkus-devui e sonataflow-quarkus-devui) to Apache maven repository.
Only the daily dev and staging pipelines are affected by this change. I talked with @porcelli and the release promotion of these packages will be a manual step for the first Apache release.
Depends on: #2270