eclipse / microprofile-conference

Microprofile.io Demo Code - Web Services Conference Application
http://microprofile.io/
Apache License 2.0
116 stars 116 forks source link

Module order incorrect #127

Open katheris opened 7 years ago

katheris commented 7 years ago

The module order is: [INFO] Conference [INFO] Conference :: Bootstrap Data [INFO] Conference :: Session [INFO] Conference :: Vote [INFO] Conference :: Speaker [INFO] Conference :: Speaker :: Model [INFO] Conference :: Speaker :: Web [INFO] Conference :: Schedule [INFO] Conference :: Start [INFO] Conference :: Web

Whether the start profile is enabled or not. Also given that the start module is declared in the main pom.xml file there is no need for the modules to be declared again in the profile at the bottom of the top level pom.xml file.