The frontend-maven-plugin is specified in the plugins secion and not the pluginManagement secion in the main pom.xml. This causes the plugin to be executed on every module, although it is only needed for the admin-ui.
merged as PR1413 commit e48dfc8