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

chore: skip plugin build #9594

Merged
merged 6 commits into from
Sep 30, 2024
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docker-jans-casa/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ RUN mkdir -p ${JETTY_BASE}/jans-casa/webapps \

# casa plugins
RUN mkdir -p ${JETTY_BASE}/jans-casa/plugins \
&& for casa_plugin in acct-linking authorized-clients bioid-plugin custom-branding email_2fa_core strong-authn-settings; \
&& for casa_plugin in acct-linking-agama acct-linking authorized-clients bioid-plugin custom-branding strong-authn-settings; \
moabu marked this conversation as resolved.
Show resolved Hide resolved
do \
wget -nv "https://jenkins.jans.io/maven/io/jans/casa/plugins/${casa_plugin}/${CN_VERSION}/${casa_plugin}-${CN_VERSION}-jar-with-dependencies.jar" -O "${JETTY_BASE}/jans-casa/plugins/${casa_plugin}-${CN_VERSION}.jar"; \
done
Expand Down
2 changes: 1 addition & 1 deletion jans-casa/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
<module>plugins/client-authorizations</module>
<module>plugins/custom-branding</module>
<module>plugins/strong-authn-settings</module>
<module>plugins/email_2fa_core</module>
<!--module>plugins/email_2fa_core</module-->
<module>plugins/bioid</module>
</modules>

Expand Down