Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In order to use source code from one maven project in the GWT Client-side code of another maven project, the source code of the dependent project must be bundled correctly or the GWT compile will fail.  This guide shows how to setup a maven project such that source code from the project can be used as a dependencies dependency in GWT client-side code.  For example, we want to be able to use all of our auto-generated POJOs from the lib-auto-generated project in the portal's client-side code.

...