Return-Path: X-Original-To: apmail-accumulo-dev-archive@www.apache.org Delivered-To: apmail-accumulo-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 4C88D10949 for ; Wed, 25 Sep 2013 21:25:18 +0000 (UTC) Received: (qmail 42975 invoked by uid 500); 25 Sep 2013 21:25:17 -0000 Delivered-To: apmail-accumulo-dev-archive@accumulo.apache.org Received: (qmail 42941 invoked by uid 500); 25 Sep 2013 21:25:17 -0000 Mailing-List: contact dev-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@accumulo.apache.org Delivered-To: mailing list dev@accumulo.apache.org Received: (qmail 42933 invoked by uid 99); 25 Sep 2013 21:25:16 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Sep 2013 21:25:16 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of bhavanki@cloudera.com designates 74.125.82.170 as permitted sender) Received: from [74.125.82.170] (HELO mail-we0-f170.google.com) (74.125.82.170) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Sep 2013 21:25:12 +0000 Received: by mail-we0-f170.google.com with SMTP id w62so270237wes.1 for ; Wed, 25 Sep 2013 14:24:51 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:content-type; bh=WA4AIgcNFImv1zfW661t345lUurrxlsMEYpe7wGNAtk=; b=gAgD4J+rWjAASeSHGdW8L6MVbN1KgdZmxZDuucU2fX652YqiXXa1lDlbrp5FKd5+dF K35ImhRHPc03c2G8u8Qgl9afPGiuo+5N2a1xNB+VnOcT4Rf4kcyfFxQhOzCGd0+CM+EG YTB2MtUJYPDeBEhGtwN5GWRiRTdX3HpoxySSh4oklKqJ4f0hlJx5apS5tTcGq532UObV kXIUlXGQjQdq8S6OCsSsUfCi5MmnToBZVa4GdXOlVo7HHr5+RkLdIsr88G2IBsUDtPC+ pbKiukwiNz6aZx1ICFbYzw9aSeSS2L9k9y/E6deB/yUf3wjMCgIoYwRfpBceFKzKTGyH f3dQ== X-Gm-Message-State: ALoCoQm/HqTf1CAfLmxgE9jPdjpg3dVbKR9ssWOIOFh4SsQDPdM/ahuBsch5W8g8Ep0J5c+QC6Gi X-Received: by 10.194.109.68 with SMTP id hq4mr29116156wjb.12.1380144291684; Wed, 25 Sep 2013 14:24:51 -0700 (PDT) MIME-Version: 1.0 Received: by 10.194.109.131 with HTTP; Wed, 25 Sep 2013 14:24:31 -0700 (PDT) In-Reply-To: References: <523FAA79.6000803@gmail.com> From: Bill Havanki Date: Wed, 25 Sep 2013 17:24:31 -0400 Message-ID: Subject: Re: [VOTE] Accumulo Instamo Archetype 1.4.4 RC2 To: dev@accumulo.apache.org Content-Type: multipart/alternative; boundary=089e0102e6da3eb84c04e73be27b X-Virus-Checked: Checked by ClamAV on apache.org --089e0102e6da3eb84c04e73be27b Content-Type: text/plain; charset=ISO-8859-1 The #set directives define escapes for special characters (I just found this out). See the section "Escape special characters" at: https://community.jboss.org/wiki/MavenArchetypeCreationGuidelines?_sscc=t The escapes only need to be there if they are used. It looks like MapReduceExample.java uses only symbol_escape, and the rest are not needed - but harmless to remain. On Wed, Sep 25, 2013 at 3:45 PM, Christopher wrote: > #5, #6, and #7 need to be fixed. #1, #2, and #8 are trivial to fix > while addressing the others. > > #3 only needs to be fixed if the missing ones are important.. but I > don't really know what they're for. > > > -- > Christopher L Tubbs II > http://gravatar.com/ctubbsii > > > On Wed, Sep 25, 2013 at 3:37 PM, Keith Turner wrote: > > On Wed, Sep 25, 2013 at 3:10 PM, Christopher > wrote: > > > >> MD5s and SHA1s look good, and so does the GPG signatures. > >> > >> I saw the following issues: > >> > >> 1) No javadoc jar (should be defined in the "apache-release" profile). > >> 2) Tarball looks like it isn't using gnu tar format. This could cause > >> problems with long filenames on some systems. You need the following > >> in your pluginManagement section: > >> > >> org.apache.maven.plugins > >> maven-assembly-plugin > >> > >> gnu > >> > >> > >> (I really don't know why that isn't the default. This might be > >> addressed with the "apache-release" profile) > >> 3) What's the deal with the #set lines at the top of the file? What do > >> these do? Are these needed? Because ShellExample.java is missing them. > >> Is that expected? > >> 4) There appears to be two distinct READMEs. Would it be better to > >> consolidate them? > >> > > > > I think not. One is directed to someone building the archetype and one > to > > someone using the archetype. I think it saves end users time to split > them. > > > > > >> 5) There appears to be a discrepancy between the LICENSE and NOTICE > >> files that are in the project and the archetype-resources. I'd expect > >> them to be the same. > >> 6) I can't see the commit you referenced above, because it hasn't been > >> pushed. You should push it in another branch, if you don't want to tag > >> it, so I can compare the source in that commit with the contents of > >> the tarball, before it's actually tagged as "1.4.4" upon vote success. > >> 7) It looks like the release plugin put in the wrong tag name > >> ("1.4.4-RC2" instead of "1.4.4"). > >> 8) I think the attaching sources is redundant, because it's configured > >> in the parent POM's "apache-release" profile. > >> > >> Overall, -1, due to the above issues (though they are all minor, they > add > >> up). > >> > > > > Which issues do you think must be fixed? > > > > > >> > >> -- > >> Christopher L Tubbs II > >> http://gravatar.com/ctubbsii > >> > >> > >> On Sun, Sep 22, 2013 at 10:42 PM, Josh Elser > wrote: > >> > Devs, > >> > > >> > Please consider the following candidate project as a "sister" release > to > >> > Apache Accumulo 1.4.4: Apache Accumulo Instamo Archetype 1.4.4 > >> > > >> > Staging repo: > >> > > >> > https://repository.apache.org/content/repositories/orgapacheaccumulo-089/ > >> > Source tarball: > >> > > >> > https://repository.apache.org/content/repositories/orgapacheaccumulo-089/org/apache/accumulo/instamo-archetype/1.4.4/instamo-archetype-1.4.4-source-release.tar.gz > >> > Git tag: 56e3c674674dc2521a76dce2466360b1f82ca0ea (1.4.4-RC2) > >> > > >> > This release has improvements over the last release candidate: > >> > > >> > 1) Update archetype's pom to the most recent Apache pom > >> > 2) Generates source-release zip and tarball automatically > >> > 3) Don't push changes on release:prepare > >> > > >> > This vote is open for 72hrs. > >> > > >> > - Josh > >> > --089e0102e6da3eb84c04e73be27b--