Hey Stan,

I would recommend Bower  [1] for managing browser deps (together with Grunt for compilation steps / NPM for managing build dependencies).

You can use Bower either

1) powered by Grunt (https://github.com/eirslett/frontend-maven-plugin)
2) or standalone (certainly there are plugins to use Bower standalone https://bitbucket.org/cofarrell/bower-maven-plugin, but not in central?)

Usually you use Grunt to compile and copy resources around, it's much more straight-forward than in Maven. ;-)

I can put together an initial setup if you agree.

~ Lukas


[1] http://bower.io/


On Fri, Mar 28, 2014 at 8:02 PM, Stan Silvert <ssilvert@redhat.com> wrote:
I just noticed that we have js libs like angular checked into GitHub:
https://github.com/keycloak/keycloak/tree/master/admin-ui/src/main/resources/META-INF/resources/admin/lib/angular

As far as I can tell, this requires manually uploading new versions
whenever you want to upgrade.

Have you guys tried or considered the npm Maven plugin?
http://java.dzone.com/articles/introducing-npm-maven-plugin

Any thoughts about js package management in a Maven project?

Stan
_______________________________________________
keycloak-dev mailing list
keycloak-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/keycloak-dev