-
Notifications
You must be signed in to change notification settings - Fork 727
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
Implement integration templates packaging process #20867
Conversation
PR builder started |
PR builder completed |
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.
Approving the pull request based on the successful pr build https://github.com/wso2/product-is/actions/runs/10313166671
PR builder started |
PR builder completed |
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.
Approving the pull request based on the successful pr build https://github.com/wso2/product-is/actions/runs/10315776662
Purpose
Previously, application templates were part of the extension management feature itself. With the SSO template onboarding feature, we have moved the application templates to a separate repository (https://github.com/wso2-extensions/identity-integration-ui-templates). In this new setup, each template is released separately (with single version), and published to the public nexus through Jenkins job.
This PR introduces logic to download the specified release in
pom.xml
and include those templates into the/repository/resources/identity/extensions
directory.Related Issues