Hi all,

I've created an application with different modules using maven. 
Therefore I followed this appengine-modules-sample-java 
<https://github.com/GoogleCloudPlatform/appengine-modules-sample-java> 
layout.

Then I added a module, called base, which compiles as a jar and all other 
modules depend on it.
The maven build process still runs fine! All modules get build prefect and 
in eclipse all dependencies get resolved.

My problem occurs, when I deploy the ear module to the local gae dev server.
Eclipse seems to copy the base.jar module only to the (alphabetical) first 
module. All other modules are missing the jar, and therefor not starting.
Indeed if I take a look at the workspace tmp folder where the ear package 
lies, only one (the alphabetical first) module hast the base.jar in the 
web-inf/lib folder.

I'm using gae 1.9.10 but more important eclipse luna (4.4.0).

I would be happy for some suggestions on how to resolve this.
Cheers

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.

Reply via email to