You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jdo-commits@db.apache.org by Apache Wiki <wi...@apache.org> on 2006/01/15 20:49:09 UTC

[Jdo Wiki] Update of "MavenInfo" by CraigRussell

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Jdo Wiki" for change notification.

The following page has been changed by CraigRussell:
http://wiki.apache.org/jdo/MavenInfo

------------------------------------------------------------------------------
  = Overview =
  
  The apache JDO project uses [http://maven.apache.org maven] for build. 
- The current maven version is 1.0.2, you can download it from [http://maven.apache.org/start/download.html here].
+ The current maven version is 1.0.2; you can download it from [http://maven.apache.org/start/download.html here].
  
+ = Maven Groups and Artifacts =
+ 
+ Apache JDO contains two distinct types of projects: api11 and api20 build the javax.jdo contents that are officially documented in the JSR-12 and JSR-243 specifications. The group id for these two projects is javax.jdo. The artifact ids are jdo-api11 and jdo-api20. 
+ 
+ The second type of project includes the Technology Compatibility Kits, Reference Implementation, and sample integrations of JDO. These are not documented in the specifications but rather are developed as ordinary open source projects. The group id for these projects is org.apache.jdo. The artifact ids are jdo1-ri, jdo1-tck, jdo-btree, jdo2-tck, jdo2-fostore, jdo2-core, jdo2-enhancer, jdo2-runtime, and jdo2-query.
+  
  = Getting Started =
  
  The maven page provides a [http://maven.apache.org/start/index.html GettingStarted] description. 
@@ -35, +41 @@

  Maven allows to set a HTTP proxy host and port so that it can tunnel through a HTTP Proxy if you are behind a firewall.
  You find details [http://maven.apache.org/reference/user-guide.html#Using_Proxies here].
  
- I propose you create a file ${user.home}/build.properties with the following two lines:
+ You can create a file ${user.home}/build.properties with the following two lines:
   {{{
  maven.proxy.host = your.proxy.name
  maven.proxy.port = 3128