Return-Path: X-Original-To: apmail-cayenne-dev-archive@www.apache.org Delivered-To: apmail-cayenne-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 3105D68B9 for ; Wed, 6 Jul 2011 13:08:30 +0000 (UTC) Received: (qmail 99776 invoked by uid 500); 6 Jul 2011 13:08:30 -0000 Delivered-To: apmail-cayenne-dev-archive@cayenne.apache.org Received: (qmail 99739 invoked by uid 500); 6 Jul 2011 13:08:29 -0000 Mailing-List: contact dev-help@cayenne.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cayenne.apache.org Delivered-To: mailing list dev@cayenne.apache.org Received: (qmail 99731 invoked by uid 99); 6 Jul 2011 13:08:29 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Jul 2011 13:08:29 +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 (nike.apache.org: local policy) Received: from [209.85.214.43] (HELO mail-bw0-f43.google.com) (209.85.214.43) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Jul 2011 13:08:23 +0000 Received: by bwd7 with SMTP id 7so102334bwd.16 for ; Wed, 06 Jul 2011 06:08:01 -0700 (PDT) Received: by 10.204.0.76 with SMTP id 12mr4167666bka.133.1309957681704; Wed, 06 Jul 2011 06:08:01 -0700 (PDT) MIME-Version: 1.0 Received: by 10.204.121.205 with HTTP; Wed, 6 Jul 2011 06:07:41 -0700 (PDT) In-Reply-To: <1D92A6CD-3D5D-416F-B22B-1842995AD857@objectstyle.org> References: <1D92A6CD-3D5D-416F-B22B-1842995AD857@objectstyle.org> From: Michael Gentry Date: Wed, 6 Jul 2011 09:07:41 -0400 Message-ID: Subject: Re: Value of starting the Modeler from Maven To: dev@cayenne.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org Would it surprise you that I found at least two guys here running CM out of Maven? I hope so, because it surprised me. This was on OS X, too, and it looked pretty pathetic. I've since convinced them to use the .app, but there are definitely people out there who use it from Maven. mrg PS. That's not to imply supporting it is a requirement. On Wed, Jul 6, 2011 at 8:53 AM, Andrus Adamchik wr= ote: > On top of our other woes with certain Maven deps not being available on c= entral, we have to support starting the Modeler from Maven. E.g.: https://i= ssues.apache.org/jira/browse/CAY-1580 So I am coming back to the question o= f "do we care to support maven-cayenne-modeler-plugin": > > http://cayenne.apache.org/doc30/maven2-modeler.html > > ? We had a discussion about it some years ago, but I am still puzzled who= would use it. > > If we decide that we need to keep supporting it, somebody needs to take c= are of the deps. If we fail to submit them all to central, one option may b= e rolling out a real Maven repo manager on objectstyle.org (probably Nexus)= and start maintaining all our dependencies there. > > (maybe this is the question for the user list also) > > Andrus