The build of Admin UI is by orders of magnitude most time expensive action in UPS compilation:
{code} $ mvn clean install ... [INFO] AeroGear UnifiedPush Server ....................... SUCCESS [2.114s] [INFO] UnifiedPush Model Layer ........................... SUCCESS [0.060s] [INFO] UnifiedPush Server Model API ...................... SUCCESS [2.509s] [INFO] UnifiedPush Server Model JPA implementation ....... SUCCESS [14.473s] [INFO] UnifiedPush Service Layer ......................... SUCCESS [6.987s] [INFO] UnifiedPush Push Notification Networks ............ SUCCESS [1.490s] [INFO] UnifiedPush RESTful Endpoint ...................... SUCCESS [12.421s] [INFO] UnifiedPush Server (Admin UI) ..................... SUCCESS [2:22.644s] [INFO] UnifiedPush Auth Server ........................... SUCCESS [1.219s] [INFO] UnifiedPush Server (WAR) .......................... SUCCESS [0.374s] [INFO] Servers required for UPS .......................... SUCCESS [0.036s] {code}
|