From jdo-commits-return-1235-apmail-db-jdo-commits-archive=www.apache.org@db.apache.org Sun Jan 15 19:49:32 2006 Return-Path: Delivered-To: apmail-db-jdo-commits-archive@www.apache.org Received: (qmail 73518 invoked from network); 15 Jan 2006 19:49:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 15 Jan 2006 19:49:32 -0000 Received: (qmail 97681 invoked by uid 500); 15 Jan 2006 19:49:32 -0000 Mailing-List: contact jdo-commits-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jdo-dev@db.apache.org Delivered-To: mailing list jdo-commits@db.apache.org Received: (qmail 97670 invoked by uid 99); 15 Jan 2006 19:49:32 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 15 Jan 2006 11:49:30 -0800 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id E8F02E1 for ; Sun, 15 Jan 2006 20:49:09 +0100 (CET) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Apache Wiki To: jdo-commits@db.apache.org Date: Sun, 15 Jan 2006 19:49:09 -0000 Message-ID: <20060115194909.18580.87760@ajax.apache.org> Subject: [Jdo Wiki] Update of "MavenInfo" by CraigRussell X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N 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