Skip to content

Multiple modules in plugin configuration #171

Closed
@Sonnayya

Description

@Sonnayya

I use Eclipse for GWT development.
My GWT app has two modules: org.company.Common and org.company.Login.

Plugin in pom file:

	<plugin>
		<groupId>net.ltgt.gwt.maven</groupId>
		<artifactId>gwt-maven-plugin</artifactId>
		<configuration>
			<moduleName>org.company.Common</moduleName>
			<moduleName>org.company.Login</moduleName>
		</configuration>
	</plugin>

I run debug from Eclipse GWT plugin.
In Tomcat webapp dir file Common.gwt.xml in war file exactly matches one in source project, but file Login.gwt.xml is very simple:

<module>
  <inherits name="com.google.gwt.core.Core"/>
  <source path="client"/>
  <source path="shared"/>
  <super-source path="super"/>
</module>

When I change position of module in configuration tag Login.gwt.xml is same source but Common.gwt.xml is simple.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions