|
|
2/23/2017 2:05:53 AM
`frontend-maven-plugin` to pull node/npm automatically
- tie `npm install` to relevant lifecycle (`mvn wildfly:deploy` automatically builds and includes build products into WAR)
- extern keycloak and product database base url, use `--env=war` to build a war colocated with keycloak and database app
Issues/Todos:
- when testing with `ng serve` will have to disable browser web security (product-database doesn’t allow cross-origin requests)
- no unit / e2e / arquillian tests for now
- `src/main/frontend/node_modules` is included in distribution build, this is a portability debt
|
|
|
|
|
|
|
|
|
2/22/2017 12:09:57 PM
migrated to Arquillian testsuite
|
|
|
2/22/2017 12:08:51 PM
make AbstractSamlTest class abstract
|
|
|