My favorites | Sign in
Project Home Downloads Wiki Issues Source
READ-ONLY: This project has been archived. For more information see this post.
Search
for
MavenRepository  
Adding Hibernate-gae Maven repository into pom.xml
Updated Jan 7, 2012 by antti.le...@foyt.fi

Before you can use Maven artifacts located in this projects Maven repository you need to add following to your Maven pom.xml:

  <repositories>
    ...
    <repository>
      <snapshots>
        <enabled>true</enabled>
      </snapshots>
      <id>hibernate-gae</id>
      <name>Hibernate GAE repository</name>
      <url>https://hibernate-gae.googlecode.com/svn/repository</url>
    </repository>
    ...
  </repositories>
Powered by Google Project Hosting