On Mon, 2 Jun 2014 17:55:43 +0200
Matthias Wessendorf <matzew(a)apache.org> wrote:
>
> Correct but the plugin would hide the fact there are two masters involved.>
two masters? master in terms of git?
Exactly. Recently, I've noticed that UI has been merged to UPS repository, so
this would not be an issue any more. Two masters no more.
https://github.com/aerogear/aerogear-unifiedpush-server/tree/master/admin-ui
> If
> we had UI as <dependency> with version -SNAPSHOT in pom.xml, that's a
> different
> thing.
>
as said earlier, I think Keycloak does that. But I am not sure on the
details of the UI bundling
KC has Angular as a part of regular Maven module:
https://github.com/keycloak/keycloak/tree/master/forms/common-themes
The problem here I'm presuming is a need to produce jar
of admin-ui, which means bringing Ant/Maven/Gradle/Grunt task
(maybe grunt-sync-jar) into current UI build.