Since keycloak 26.1.0 I am unable to properly build the keycloak admin ui jar.
I have some customizations (that work with 26.0.7 - last version I compiled it with) and build the admin-ui jar with
when running with my customizations the build succeeds:
```
...
[INFO] Keycloak ........................................... SUCCESS [ 0.956 s]
[INFO] Keycloak JavaScript Parent ......................... SUCCESS [ 3.480 s]
[INFO] Keycloak Admin UI .................................. SUCCESS [ 0.631 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
```
the resulting jar is only 437K of size - compared to the ~4.5MB of the one when I check the 26.1 docker image from
quay.io.
When diffing I notice that the jar built with mvnw is missing the javascript sources in theme/keycloak_v2/admin/resources.
Thanks