Skip to content
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

CD job for the API publishing does not publish parent pom to staging #1253

Closed
senivam opened this issue Apr 2, 2024 · 2 comments
Closed
Assignees
Milestone

Comments

@senivam
Copy link
Contributor

senivam commented Apr 2, 2024

The job that is being used to publish API to staging does not properly publish the parent pom to the staging. In order to work correctly the job shall be modified to run the build using
-pl .,:jakarta.ws.rs-api from the root project folder (${WORKSPACE}) or -pl :project,:jakarta.ws.rs-api from within the ${BUILD_DIR} which is defined as "${WORKSPACE}/jaxrs-api/" otherwise job wont publish the parent pom again and the #1252 would be reopened

@spericas
Copy link
Contributor

spericas commented Apr 2, 2024

@senivam New run has pushed parent pom. Could you check this again?

@spericas spericas added this to the 4.0 milestone Apr 2, 2024
@senivam
Copy link
Contributor Author

senivam commented Apr 2, 2024

now we fixed it with @jim-krueger So, confirmed as fixed

@senivam senivam closed this as completed Apr 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants