Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 5A73E200C48 for ; Thu, 6 Apr 2017 08:50:46 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 590F4160B84; Thu, 6 Apr 2017 06:50:46 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id A12FC160B83 for ; Thu, 6 Apr 2017 08:50:45 +0200 (CEST) Received: (qmail 32129 invoked by uid 500); 6 Apr 2017 06:50:44 -0000 Mailing-List: contact commits-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 commits@cayenne.apache.org Received: (qmail 32120 invoked by uid 99); 6 Apr 2017 06:50:44 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Apr 2017 06:50:44 +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 5B6B51AF92A for ; Thu, 6 Apr 2017 06:50:44 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -99.502 X-Spam-Level: X-Spam-Status: No, score=-99.502 tagged_above=-999 required=6.31 tests=[KAM_NUMSUBJECT=0.5, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id FLk-H8pHObPH for ; Thu, 6 Apr 2017 06:50:43 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id CAA1860DFF for ; Thu, 6 Apr 2017 06:50:42 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 23ABCE0A6C for ; Thu, 6 Apr 2017 06:50:42 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id D512C24069 for ; Thu, 6 Apr 2017 06:50:41 +0000 (UTC) Date: Thu, 6 Apr 2017 06:50:41 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: commits@cayenne.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CAY-1980) 'mvn cayenne-modeler:run' seems to be broken in 4.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 06 Apr 2017 06:50:46 -0000 [ https://issues.apache.org/jira/browse/CAY-1980?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15958406#comment-15958406 ] ASF GitHub Bot commented on CAY-1980: ------------------------------------- GitHub user sarvaratchagan opened a pull request: https://github.com/apache/cayenne/pull/184 document updates for cayenne modeler based on 4.0.M5 changes CAY-1980 "maven-cayenne-modeler-plugin" renamed to "cayenne-modeler-maven-plugin" You can merge this pull request into a Git repository by running: $ git pull https://github.com/sarvaratchagan/cayenne master Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cayenne/pull/184.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #184 ---- commit e8a1f2453191142110d9a325ba1dbdbef3d12188 Author: Sarvaratchagan Date: 2017-04-06T06:57:50Z document updates for cayenne modeler based on 4.0.M5 changes ---- > 'mvn cayenne-modeler:run' seems to be broken in 4.0 > --------------------------------------------------- > > Key: CAY-1980 > URL: https://issues.apache.org/jira/browse/CAY-1980 > Project: Cayenne > Issue Type: Bug > Reporter: Andrus Adamchik > Assignee: Nikita Timofeev > Priority: Minor > Fix For: 4.0.M2, 4.0.M5 > > > Starting CayenneModeler from Maven is described here for 3.1: http://cayenne.apache.org/docs/3.1/cayenne-guide/setup.html#running-cayennemodeler . The same process should be applicable to 4.0, though apparently this is not the case: > http://markmail.org/message/2arvnn6icpllhkgf > [ERROR] No plugin found for prefix 'cayenne-modeler' in the current project and in the plugin groups [org.apache.maven.plugins, org.codehaus.mojo] available from the repositories [local (/home/jotpe/.m2/repository), central (http://repo.maven.apache.org/maven2)] -> [Help 1] > I can reproduce this as well. -- This message was sent by Atlassian JIRA (v6.3.15#6346)