Angular2Guy/Angular2AndJavaEE

Set the order of maven goals to be executed

Closed this issue · 2 comments

The order of maven goals to execute using mvn command line in order to build the app (front-end and back-end) is missing.

The order of the maven goals is set by maven. To build the application execute 'mvn clean install'. The backend and the frontend are build in one ear in one build. Is something missing?

Is no bug.