Return-Path: X-Original-To: apmail-commons-dev-archive@www.apache.org Delivered-To: apmail-commons-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0ABD2983A for ; Tue, 20 Mar 2012 16:26:12 +0000 (UTC) Received: (qmail 19955 invoked by uid 500); 20 Mar 2012 16:26:12 -0000 Delivered-To: apmail-commons-dev-archive@commons.apache.org Received: (qmail 19856 invoked by uid 500); 20 Mar 2012 16:26:12 -0000 Mailing-List: contact dev-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Commons Developers List" Delivered-To: mailing list dev@commons.apache.org Received: (qmail 19847 invoked by uid 99); 20 Mar 2012 16:26:12 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Mar 2012 16:26:12 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of sebbaz@gmail.com designates 209.85.160.171 as permitted sender) Received: from [209.85.160.171] (HELO mail-gy0-f171.google.com) (209.85.160.171) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Mar 2012 16:26:06 +0000 Received: by ghbz17 with SMTP id z17so271561ghb.30 for ; Tue, 20 Mar 2012 09:25:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=ID0LYn8CJ1wiTyUnkM3/ir6o23PwOaBKMFD5EbLwE9Y=; b=uMJJ9mmyWYWafrPs1xXdhinHvMWK3jrjd6cTg8FVTTzJLHlp3nSucn1Za9Aut7cTwc YLL029B2JLlN9QVlasdrUstJm2cS/jKX9RjKFWiwy1Zbf5vMLg3evN9LZQGljJT4XZRH Ss0QLDqbpTdHjv0OTUPrqaeuYjoKR6E24W1RDUDVNArM4Tj2lhbMT2ksNiXmqNQoBVu5 NMy4k5dB/xfJpJ7qNt96gxWshq7mdz7Jf+VKDiX9nw8jvqaONehSm440RAOeW2gAcP+g 5jOrA4lQWWjyWBW+vyaE1NkwZllMOavqIDFD3ucRFqVToDU0qsTboRUJjbhq3RqEwT9f la+Q== MIME-Version: 1.0 Received: by 10.60.2.198 with SMTP id 6mr558890oew.34.1332260745182; Tue, 20 Mar 2012 09:25:45 -0700 (PDT) Received: by 10.182.225.99 with HTTP; Tue, 20 Mar 2012 09:25:45 -0700 (PDT) In-Reply-To: References: Date: Tue, 20 Mar 2012 16:25:45 +0000 Message-ID: Subject: Re: [parent] incorrect documentation on site From: sebb To: Commons Developers List Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org On 20 March 2012 15:43, Honton, Charles wrote: > At http://commons.apache.org/commons-parent-pom.html, the section "Config= uring the Java Source/Target options" indicates I should use maven.compiler= .source and maven.compiler.target to specify the component's compiler versi= on =97 However, the pom (version 24) uses maven.compile.source and maven.co= mpile.target That's unfortunate. The Maven compiler plugin [1] uses maven.compiler.source, however for some reason CP uses maven.compile.source. [Maybe Maven1 used to use compile rather than compiler?] So when using Commons Parent 24 (or before) one has to use "compile" and if not, one has to use "compiler". I guess we could fix that for CP25; however it would mean changing all component POMs when upgrading. Not a huge amount of work, and any component that failed to change the property definition would likely fail to compile. I'll raise a JIRA to keep it in mind. Meanwhile I'll update the site. [1] http://maven.apache.org/plugins/maven-compiler-plugin/compile-mojo.html= #source > The links to the parent pom on this page refer to a version SNAPSHOT-25 o= f the pom. =A0What's the latest released version? 24 We should probably fix the links so they point to the current released POM rather than whatever is in trunk. > Thanks, > chas > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org > For additional commands, e-mail: dev-help@commons.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org For additional commands, e-mail: dev-help@commons.apache.org