Use frontend-maven-plugin to build dlux-web 25/13525/2
authorThanh Ha <thanh.ha@linuxfoundation.org>
Wed, 10 Dec 2014 04:12:44 +0000 (23:12 -0500)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Wed, 10 Dec 2014 04:12:44 +0000 (23:12 -0500)
commitdf81dd53928dc5ca0a22a18c4dd877f92d03435b
tree475bfa375db06ea0a11668c54453b3d7963bf234
parentcd14fe07510d7727f52764f58455214c944c7e5d
Use frontend-maven-plugin to build dlux-web

With the frontend-maven-plugin we can eliminate the need for the user to
have npm / bower / grunt installed. This plugin bootstraps itself by
downloading node / npm then we use the exec-maven-plugin to run bower
to install dependencies. Finally we run another phase with the
frontend-maven-plugin to run Grunt to complete the build.

Change-Id: I8f232301914fdbdd503363aafcab862fc982ee68
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
dlux-web/package.json
dlux-web/pom.xml