Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>You'll need to define a pom.xml for the project which declares the dependencies.<br> When you build with maven the dependencies will be downloaded from the remote repositories and stored in you local repository ${userhome}/.m2/repository.<br> The maven build will also bindle the dependencies in your war file. </p> <p>The easiest way to get started is by creating a project structure using an archetype. </p> <p>There are 2 archetypes that I've tried for gae so far: </p> <ol> <li>gae-archetype-gwt, which is built adjacent to the gae-maven-plugin, see this <a href="http://blog.gunawan.me/2010/09/maven-gae-integration-step-by-step.html" rel="nofollow">article</a>.</li> <li>gae-eclipse-maven-archetype, see this <a href="http://hamandeggs.wordpress.com/2010/01/26/how-to-gae-eclipse-maven/" rel="nofollow">article</a> and also note the link at the top of the article for the helios update.</li> </ol> <p>As the name suggests gae-eclipse-maven-archetype has better support for eclipse, I have been finding that the configurations for maven and eclipse have been clashing with each other, which gae-eclipse-maven-archetype goes a long way to alleviate. </p> <p>If your current project is not using the <a href="http://maven.apache.org/guides/introduction/introduction-to-the-standard-directory-layout.html" rel="nofollow">maven directory structure</a>, then you are going to have an uphill battle. Maven projects are easier to configure if you try to fit in with the defaults which are largely sensible options, rather than going against the grain and having to override all of the default configuration options.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload