Return-Path: X-Original-To: apmail-cxf-dev-archive@www.apache.org Delivered-To: apmail-cxf-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 CEAB078B8 for ; Tue, 15 Nov 2011 02:53:04 +0000 (UTC) Received: (qmail 64554 invoked by uid 500); 15 Nov 2011 02:53:04 -0000 Delivered-To: apmail-cxf-dev-archive@cxf.apache.org Received: (qmail 64512 invoked by uid 500); 15 Nov 2011 02:53:03 -0000 Mailing-List: contact dev-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list dev@cxf.apache.org Received: (qmail 64504 invoked by uid 99); 15 Nov 2011 02:53:03 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Nov 2011 02:53:03 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of bimargulies@gmail.com designates 74.125.82.49 as permitted sender) Received: from [74.125.82.49] (HELO mail-ww0-f49.google.com) (74.125.82.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Nov 2011 02:52:58 +0000 Received: by wwe32 with SMTP id 32so3976036wwe.6 for ; Mon, 14 Nov 2011 18:52:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=8LWl3gw4sdRsoQfO+6IgB3CCPrYpQykBAhTnTS2wACg=; b=UFL8Jy0L+eZeP0UY9+0nCrWEC7hsA21jgttVcNDbnud//BqTSHmio9SvDHOn+JRndf Eg9Ph/5Yk5mUq8qgc+XFJbyKgzGbULZu9sWRQ8cesG4NHn2ZTB4qWZmflqeTHSmNTpMi bxDrCExe84l+USRkIkI4r+3ZhrOdwWRm6HrzA= MIME-Version: 1.0 Received: by 10.180.104.35 with SMTP id gb3mr9668920wib.11.1321325556905; Mon, 14 Nov 2011 18:52:36 -0800 (PST) Received: by 10.180.100.100 with HTTP; Mon, 14 Nov 2011 18:52:36 -0800 (PST) Date: Mon, 14 Nov 2011 21:52:36 -0500 Message-ID: Subject: Archetypes From: Benson Margulies To: CXF Dev Content-Type: text/plain; charset=UTF-8 I now know how to make archetypes. 1) Make a project that looks like: git://github.com/bimargulies/cxf-jaxrs-archetype.git 2) run mvn archetype:create-from-project 3) clean out unwanted cruft. 4) check in. Should we make a home in SVN for these archetype-originals?