Return-Path: X-Original-To: apmail-geronimo-dev-archive@www.apache.org Delivered-To: apmail-geronimo-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 D97A2DD7C for ; Mon, 20 May 2013 16:36:39 +0000 (UTC) Received: (qmail 27594 invoked by uid 500); 20 May 2013 16:29:55 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 22610 invoked by uid 500); 20 May 2013 16:28:42 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 95657 invoked by uid 99); 20 May 2013 15:25:27 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 May 2013 15:25:27 +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 (athena.apache.org: domain of jgawor@gmail.com designates 209.85.128.182 as permitted sender) Received: from [209.85.128.182] (HELO mail-ve0-f182.google.com) (209.85.128.182) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 May 2013 15:25:22 +0000 Received: by mail-ve0-f182.google.com with SMTP id da11so5717350veb.41 for ; Mon, 20 May 2013 08:25:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type:content-transfer-encoding; bh=7r/PI9mqP4mznJn0exsc6tgAqzF8DCoa5kzLRjo7eMA=; b=mWbsk23wDOTqyJtjSDoWVBIsbh0WMsnAGjLNFEmLHA5erlhbBzAvoWpwzK3ZCYC5Cc LMzcbGj9RiXcj9rIF2q5xBC8Epwvx7KVrBDlmArjc7Lx9amDYk88Kerjg3t5gT3MwhcN sKlY8XEG1R0EV9b6vXDQtRx7O4ykbptbeDPfl5xhBOFCXPp6vwAW58zEHZ3ZH/u9JxEm BhpHL40kSYHVatNTwhWjUZK+jLyTeaeEH8rZ67BWMwaBlNX9l7yC1fPTZ4ET0LseZxWc 9Doq1s6PhuulhIaTJTKmyHvc8IHaeCNhubj4gwBCCPhdDeyxAKD4yUntDTLkTW5pbHIq 2Qeg== MIME-Version: 1.0 X-Received: by 10.58.168.208 with SMTP id zy16mr34397062veb.3.1369063501146; Mon, 20 May 2013 08:25:01 -0700 (PDT) Received: by 10.58.247.134 with HTTP; Mon, 20 May 2013 08:25:01 -0700 (PDT) In-Reply-To: References: Date: Mon, 20 May 2013 11:25:01 -0400 Message-ID: Subject: Re: [DISCUSS] Release Geronimo 3.0.1 From: Jarek Gawor To: dev Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org Yes, that's bad. Looks like maven release plugin was executed with -Pnoclustering option. Which means that the plugin won't process certain modules (update the version in poms) but since the plugin creates a tag from the branch, all source code will be included. So if you build from tag (or source zip or tar.gz) you might end up compiling code that was skipped by the release plugin. So, I guess if there is something we don't want to include in a release, we shouldn't rely on a profile option during a release but instead either 1) svn delete the modules we don't want before the release or 2) update poms appropriately so that modules we don't want aren't compiled by default before the release. Or any other better ideas? Jarek On Mon, May 20, 2013 at 8:25 AM, Kevan Miller wrot= e: > > I've been trying off and on to get a clean build since Friday. I'm curren= tly failing with: > > [ERROR] Failed to execute goal on project geronimo-clustering-wadi: Could= not resolve dependencies for project org.apache.geronimo.modules:geronimo-= clustering-wadi:bundle:3.0.1-SNAPSHOT: Could not find artifact org.apache.g= eronimo.ext.tomcat:tribes:jar:7.0.39.1-SNAPSHOT in apache.snapshots (http:/= /repository.apache.org/snapshots) -> [Help 1] > > I can try to clean out my maven repo. See if that helps. However: > > looks like a lot of pom.xml files have 's pointing to 3.0.1-SNAPS= HOT. Try running 'grep -Rni --include=3Dpom.xml snapshot *' > > --kevan > > On May 17, 2013, at 9:56 AM, Forrest Xia wrote: > >> Hi Devs, >> >> Please vote Geronimo 3.0.1 release with these major differences from the= previous release: >> 1. JSF 2.1 support >> 2. JDBC 4 support >> 3. Some components upgrade, including Tomcat, JPA, Yoko, Tranql, ActiveM= Q >> 4. Quite a few bugs fixes >> >> For details, see http://svn.apache.org/repos/asf/geronimo/server/tags/ge= ronimo-3.0.1/RELEASE_NOTES-3.0.1.txt >> >> The server code up for vote is: >> https://repository.apache.org/content/repositories/orgapachegeronimo-009= /org/apache/geronimo/geronimo/3.0.1/geronimo-3.0.1-source-release.tar.gz >> https://repository.apache.org/content/repositories/orgapachegeronimo-009= /org/apache/geronimo/geronimo/3.0.1/geronimo-3.0.1-source-release.zip >> >> The binary code up for vote is: >> Java EE 6 Full Profile Tomcat Assemblies: >> https://repository.apache.org/content/repositories/orgapachegeronimo-009= /org/apache/geronimo/assemblies/geronimo-tomcat7-javaee6/3.0.1/geronimo-tom= cat7-javaee6-3.0.1-bin.tar.gz >> https://repository.apache.org/content/repositories/orgapachegeronimo-009= /org/apache/geronimo/assemblies/geronimo-tomcat7-javaee6/3.0.1/geronimo-tom= cat7-javaee6-3.0.1-bin.zip >> >> Java EE 6 Web Profile Tomcat Assemblies: >> https://repository.apache.org/content/repositories/orgapachegeronimo-009= /org/apache/geronimo/assemblies/geronimo-tomcat7-javaee6-web/3.0.1/geronimo= -tomcat7-javaee6-web-3.0.1-bin.tar.gz >> https://repository.apache.org/content/repositories/orgapachegeronimo-009= /org/apache/geronimo/assemblies/geronimo-tomcat7-javaee6-web/3.0.1/geronimo= -tomcat7-javaee6-web-3.0.1-bin.zip >> >> Little-G Tomcat Assemblies: >> https://repository.apache.org/content/repositories/orgapachegeronimo-009= /org/apache/geronimo/assemblies/geronimo-tomcat7-minimal/3.0.1/geronimo-tom= cat7-minimal-3.0.1-bin.tar.gz >> https://repository.apache.org/content/repositories/orgapachegeronimo-009= /org/apache/geronimo/assemblies/geronimo-tomcat7-minimal/3.0.1/geronimo-tom= cat7-minimal-3.0.1-bin.zip >> >> Staging repo is: >> https://repository.apache.org/content/repositories/orgapachegeronimo-009= / >> >> The tag has created at: >> http://svn.apache.org/repos/asf/geronimo/server/tags/geronimo-3.0.1 >> >> Java EE 6 TCKs all passed! >> >> Vote will be at least open for 72 hours. >> [ ] +1 approve >> [ ] +0 no opinion >> [ ] -1 disapprove (and reason why) >> >> -- >> Thanks! >> >> Regards, Forrest >