Tomas Jelinek has uploaded a new change for review. Change subject: webadmin,userportal: Specify GWT module in pom.xml ......................................................................
webadmin,userportal: Specify GWT module in pom.xml It might happen that gwt-maven-plugin auto-discovers other (support) modules (like GwtCommon) besides the main application module (like WebAdmin). This patch specifies the main module explicitly in pom.xml file. Change-Id: I18482f5c69072183501116e55ff36ee603dc8fc0 Signed-off-by: Tomas Jelinek <[email protected]> --- M frontend/webadmin/modules/userportal-gwtp/pom.xml M frontend/webadmin/modules/webadmin/pom.xml 2 files changed, 2 insertions(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/42/17242/1 diff --git a/frontend/webadmin/modules/userportal-gwtp/pom.xml b/frontend/webadmin/modules/userportal-gwtp/pom.xml index aa1d579..e965fe5 100644 --- a/frontend/webadmin/modules/userportal-gwtp/pom.xml +++ b/frontend/webadmin/modules/userportal-gwtp/pom.xml @@ -205,6 +205,7 @@ <artifactId>gwt-maven-plugin</artifactId> <configuration> <runTarget>/UserPortal/org.ovirt.engine.ui.userportal.UserPortal/UserPortal.html</runTarget> + <module>org.ovirt.engine.ui.userportal.UserPortal</module> </configuration> <executions> <execution> diff --git a/frontend/webadmin/modules/webadmin/pom.xml b/frontend/webadmin/modules/webadmin/pom.xml index 695699b..eaab6b1 100644 --- a/frontend/webadmin/modules/webadmin/pom.xml +++ b/frontend/webadmin/modules/webadmin/pom.xml @@ -205,6 +205,7 @@ <artifactId>gwt-maven-plugin</artifactId> <configuration> <runTarget>/webadmin/webadmin/WebAdmin.html</runTarget> + <module>org.ovirt.engine.ui.webadmin.WebAdmin</module> </configuration> <executions> <execution> -- To view, visit http://gerrit.ovirt.org/17242 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I18482f5c69072183501116e55ff36ee603dc8fc0 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Tomas Jelinek <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
