Return-Path: X-Original-To: apmail-asterixdb-dev-archive@minotaur.apache.org Delivered-To: apmail-asterixdb-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id F26B118C4A for ; Wed, 13 May 2015 09:58:49 +0000 (UTC) Received: (qmail 98996 invoked by uid 500); 13 May 2015 09:58:49 -0000 Delivered-To: apmail-asterixdb-dev-archive@asterixdb.apache.org Received: (qmail 98942 invoked by uid 500); 13 May 2015 09:58:49 -0000 Mailing-List: contact dev-help@asterixdb.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@asterixdb.incubator.apache.org Delivered-To: mailing list dev@asterixdb.incubator.apache.org Received: (qmail 98931 invoked by uid 99); 13 May 2015 09:58:49 -0000 Received: from Unknown (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 May 2015 09:58:49 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 2F89C1A2AE3 for ; Wed, 13 May 2015 09:58:49 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 4.001 X-Spam-Level: **** X-Spam-Status: No, score=4.001 tagged_above=-999 required=6.31 tests=[HTML_MESSAGE=3, KAM_LAZY_DOMAIN_SECURITY=1, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-eu-west.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id KnjBTcKNuxMY for ; Wed, 13 May 2015 09:58:42 +0000 (UTC) Received: from mail-vn0-f54.google.com (mail-vn0-f54.google.com [209.85.216.54]) by mx1-eu-west.apache.org (ASF Mail Server at mx1-eu-west.apache.org) with ESMTPS id EB4DE24980 for ; Wed, 13 May 2015 09:58:41 +0000 (UTC) Received: by vnbg1 with SMTP id g1so867924vnb.6 for ; Wed, 13 May 2015 02:57:55 -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=8tBQ//QYEx+OfqBNYt1xdgpJD3T9wjlxZmFuElnctHw=; b=IH0DShpKF1vRJjVXQNlEuZ2Puu8mhUokOSWZftEDRwK+JPqkWHlr3vOrx6zOWFsBOo Qy9jXObNokoXau4GOWJBtgvnHkdE8y7IK7kLS0GPep5IIPdPSLAR6SC7f8MtQNahM1yC GKu+1aZaBe+jdYYmoTkLzFbTuKRyy1rn5G17wzbDQBxrkmQLEUIQEpjF2UfmTiFU9RAD 4LwVvFeBNKKGwJdfSf2/KWyYhEf9/qAEA/yuRXtmVjdIBtAGkDqjzYxDYwYZbGB3KJNx qtVdg5WDZhnruis/gBvVagre+PvjswHS8nBcQNeDW56tCOcIUH9tdHEnSQ7VnLZHiyI8 BPsA== X-Gm-Message-State: ALoCoQkWFFscgcgR90vK2KDiPGZj4cZmCgeucFqVUcLlo/5QK+4dox+4/IOmg+KPGvBsrGBSH9KJ X-Received: by 10.52.142.115 with SMTP id rv19mr15383408vdb.78.1431511075488; Wed, 13 May 2015 02:57:55 -0700 (PDT) MIME-Version: 1.0 Received: by 10.52.5.133 with HTTP; Wed, 13 May 2015 02:57:35 -0700 (PDT) In-Reply-To: References: From: Ian Maxon Date: Wed, 13 May 2015 02:57:35 -0700 Message-ID: Subject: Re: Switching Maven Repositories? To: dev@asterixdb.incubator.apache.org Content-Type: multipart/alternative; boundary=bcaec51b9adb259c320515f3a543 --bcaec51b9adb259c320515f3a543 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable RAT just checks that we use an Apache compatible license- which we do already, however it's not the proper ASF license header. It still assigns the copyright to the Regents, not the ASF. For repackaging, I hope that Eclipse's or IntelliJ's refactoring capabilities will do the trick, however I'm not at all certain. I think you're right though that sed should just work, I think s/edu.uci.ics/org.apache/g would cover 99.9% of the necessary changes. - Ian On Tue, May 12, 2015 at 8:33 PM, Till Westmann wrote: > I think that there=E2=80=99s a tool that does that for you. And I think t= hat it=E2=80=99s > RAT, isn=E2=80=99t it? > So then that should be easy. > Do you know if there=E2=80=99s also a tool for repackaging? > But actually, sed is probably fine as we probably don=E2=80=99t have a lo= t of UCI > dependencies that are not part of Hyracks. > Is that right? > > Cheers, > Till > > > > On May 12, 2015, at 7:24 PM, Ian Maxon wrote: > > > > That all seems reasonable. Also agreed about it being part of the first > > Apache release. Another thing along those lines that came to mind while > > trying to get the RAT plugin to work is that we need to modify all of o= ur > > source headers too... > > > > - Ian > > > > On Tue, May 12, 2015 at 7:15 PM, Till Westmann wrote= : > > > >> I think that we should. And I think that we should do it in the contex= t > of > >> producing our first Apache-release. > >> > >> Maybe we can start by releasing the current Hyracks version? > >> > >> I think that there are a number of things that we need to do to be abl= e > to > >> do that. > >> One thing the comes to mind is the repackaging to org.apache.* package= s. > >> And then we'll need to make sure that our artifact conform to the > release > >> policy [1] (it also contains a link to a document that discusses the > >> publishing of maven artifacts [2]). > >> > >> Does this make sense? > >> > >> Cheers, > >> Till > >> > >> [1] http://www.apache.org/dev/release.html > >> [2] http://www.apache.org/dev/publishing-maven-artifacts.html > >> > >> > >> > >> > >> On Tue, May 12, 2015 at 6:49 PM, Ian Maxon wrote: > >> > >>> Hi all, > >>> Right now we store our artifacts on a build server running Nexus ( > >>> obelix.ics.uci.edu). Should we instead now, be using an Apache > >>> infrastructure provided repository for our Maven artifacts (releases, > >> etc)? > >>> > >>> Thanks > >>> - Ian > >>> > >> > > --bcaec51b9adb259c320515f3a543--