Return-Path: X-Original-To: apmail-maven-dev-archive@www.apache.org Delivered-To: apmail-maven-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 28637D6C2 for ; Tue, 4 Dec 2012 10:35:29 +0000 (UTC) Received: (qmail 12751 invoked by uid 500); 4 Dec 2012 10:35:28 -0000 Delivered-To: apmail-maven-dev-archive@maven.apache.org Received: (qmail 12481 invoked by uid 500); 4 Dec 2012 10:35:26 -0000 Mailing-List: contact dev-help@maven.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Maven Developers List" Reply-To: "Maven Developers List" Delivered-To: mailing list dev@maven.apache.org Received: (qmail 12435 invoked by uid 99); 4 Dec 2012 10:35:24 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Dec 2012 10:35:24 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [209.85.216.43] (HELO mail-qa0-f43.google.com) (209.85.216.43) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Dec 2012 10:35:20 +0000 Received: by mail-qa0-f43.google.com with SMTP id cr7so729550qab.9 for ; Tue, 04 Dec 2012 02:34:57 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type :x-gm-message-state; bh=WI1Fd6D87lxQCpmoChPC3j+J5rfNArdcuz+W17FUFW8=; b=WwdJh9dINv8zGCIv/Wm6CNK7j7AWjEhzaX7WkREZTD2m5bHfNVO7u3hb+lzKnSdXmh /baEI4v5APPLBQkRm5ew38BG2RGtC4D3eDZYUs+fCoAgMLnGjqjEothcUshIUFHTDR4q 1TEYS5U/xVsArB+RdX3ft6sPCmVXtEWxIsS6qTlvLTIU6qiRQEm8Z4eCIXWvlszvDeYZ O274ka4B5tJeqHLGfVARj5DqnIMOYarrmQ1WE3LBkFvsNU3WE5vm6efPwSEESktXQQG1 jHIdh1TJjm3QoRQ3DNQiUFLEWy57R7Lazp1ePcgty3twTiJpj1UHKs+/aAkPhsLZUneX XxMA== MIME-Version: 1.0 Received: by 10.224.168.75 with SMTP id t11mr21185718qay.89.1354617297419; Tue, 04 Dec 2012 02:34:57 -0800 (PST) Sender: kristian.rosenvold@zenior.no Received: by 10.49.117.35 with HTTP; Tue, 4 Dec 2012 02:34:57 -0800 (PST) In-Reply-To: References: Date: Tue, 4 Dec 2012 11:34:57 +0100 X-Google-Sender-Auth: A8hTnEG1njrQONLpaNQnou-tSdo Message-ID: Subject: Re: [VOTE] Maven 3.1.0 From: Kristian Rosenvold To: Maven Developers List Content-Type: text/plain; charset=ISO-8859-1 X-Gm-Message-State: ALoCoQntOd096GoYgkkA46T38NZlgezXrV2nCWi8lz1iO28u1rhiJYojTZ2bblAeQMadNKME7HWf X-Virus-Checked: Checked by ClamAV on apache.org There is something wrong with logging in embedded mode; when runnin surefire tests with verifier I am no longer able to pick up log output from the running maven process: 2012/12/4 Anders Hammar : > Is the site updated? It says it was published Nov 15 and some info doesn't > seem to be up-to-date (m-war-p says v2.3 for default lifecycle bindings). > > /Anders > > > On Tue, Dec 4, 2012 at 5:10 AM, Jason van Zyl wrote: > >> Hi, >> >> Here is a link to Jira with 42 issues resolved: >> >> https://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10500&version=18967 >> >> Staging repo: >> https://repository.apache.org/content/repositories/maven-110/ >> >> The distributable binaries and sources for testing can be found here: >> >> https://repository.apache.org/content/repositories/maven-110/org/apache/maven/apache-maven/3.1.0/ >> >> Specifically the zip, tarball, and source archives can be found here: >> >> https://repository.apache.org/content/repositories/maven-110/org/apache/maven/apache-maven/3.1.0/apache-maven-3.1.0-bin.zip >> >> https://repository.apache.org/content/repositories/maven-110/org/apache/maven/apache-maven/3.1.0/apache-maven-3.1.0-bin.tar.gz >> >> https://repository.apache.org/content/repositories/maven-110/org/apache/maven/apache-maven/3.1.0/apache-maven-3.1.0-src.zip >> >> https://repository.apache.org/content/repositories/maven-110/org/apache/maven/apache-maven/3.1.0/apache-maven-3.1.0-src.tar.gz >> >> Staging site: >> http://people.apache.org/~jvanzyl/staged-sites/ref/3.1.0 >> >> The documentation specifically for this release pertains to JSR330 and >> SLF4J-based logging: >> http://maven.apache.org/maven-jsr330.html >> http://maven.apache.org/maven-logging.html >> >> Vote open for 72 hours. >> >> [ ] +1 >> [ ] +0 >> [ ] -1 >> >> Thanks, >> >> Jason >> >> ---------------------------------------------------------- >> Jason van Zyl >> Founder & CTO, Sonatype >> Founder, Apache Maven >> http://twitter.com/jvanzyl >> --------------------------------------------------------- >> >> People develop abstractions by generalizing from concrete examples. >> Every attempt to determine the correct abstraction on paper without >> actually developing a running system is doomed to failure. No one >> is that smart. A framework is a resuable design, so you develop it by >> looking at the things it is supposed to be a design of. The more examples >> you look at, the more general your framework will be. >> >> -- Ralph Johnson & Don Roberts, Patterns for Evolving Frameworks >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org >> For additional commands, e-mail: dev-help@maven.apache.org >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org >> For additional commands, e-mail: dev-help@maven.apache.org >> >> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org For additional commands, e-mail: dev-help@maven.apache.org