Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8135109
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T10:18:10+00:00 2026-06-06T10:18:10+00:00

I use eclipse to develop an app engine project on maven that require war

  • 0

I use eclipse to develop an app engine project on maven that require “war packaging” (using maven-gae-plugin archetype).

How can I include other projects (e.g. a common library project) such a way that everything get updated when changes are done in one of the sub-projects ?

One solution could be “multi module project”, but I don’t understand why maven require the parent project to be pom packaging. Also, I am afraid that changing to pom packaging might break the appengine compatiblity (executing dev-server, deployment from eclipse plugin etc…)

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-06T10:18:13+00:00Added an answer on June 6, 2026 at 10:18 am

    A multi-module project is not only a way of packaging library dependents projects, indeed a war or an ear. It allows you to share properties, plugins, behaviors …

    This is a way to link them together regardless of the final structure. Their own lifecycle are related.

    So, the better way to do what you want is

    /
    |your-parent-project
    +--pom.xml --> pom
    |
    +--/your-webapp-project
    |  +--pom.xml --> war
    |  
    +--/your-service-project
    |  +--pom.xml --> jar
    |  
    +--/your-dao-project
    |  +--pom.xml --> jar
    |  
    +--/your-common-resources-project
    |  +--pom.xml --> zip
    

    You’ll still deploy your war project, but parent project would contain information about team, CI, dependency management.

    You’ll release your parent project (with maven-release-plugin it will tag and guild automatically), because this it holds the whole lifecycle and relation between all of them..

    Reactor (maven ordering engine) will arrange the order of building to match your dependencies, eg. resources, dao, services, webapp …

    You really should read the Sonatype’s book : http://www.sonatype.com/books/mvnref-book/.

    Hope this little explaination will help you !

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm using Eclipse-plugin to develop Android applications on mac. I've got a project and
I am currently creating my first project using Google App Engine in Eclipse. For
I develop a web application using eclipse, maven and tomcat container. My web app
I'm using eclipse to develop an android app that also uses the ndk. I
I'm using Eclipse to develop an app and I have two computers (a desktop
I use eclipse + ADT (andoid development tool) plugin to develop my android application.
I'm using Eclipse to develop an Android app to plot Bluetooth data. The primary
I am currently trying to use Eclipse to develop some code that I've been
I am using Eclipse to develop an Android application that plots Bluetooth data. I
I have installed Eclipse Helios(3.6) and Google plugin to develope app in GAE/J.Then created

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.