Return-Path: X-Original-To: apmail-karaf-issues-archive@minotaur.apache.org Delivered-To: apmail-karaf-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B84591981D for ; Thu, 31 Mar 2016 18:21:25 +0000 (UTC) Received: (qmail 74085 invoked by uid 500); 31 Mar 2016 18:21:25 -0000 Delivered-To: apmail-karaf-issues-archive@karaf.apache.org Received: (qmail 74057 invoked by uid 500); 31 Mar 2016 18:21:25 -0000 Mailing-List: contact issues-help@karaf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@karaf.apache.org Delivered-To: mailing list issues@karaf.apache.org Received: (qmail 74046 invoked by uid 99); 31 Mar 2016 18:21:25 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 31 Mar 2016 18:21:25 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 6E6042C14F6 for ; Thu, 31 Mar 2016 18:21:25 +0000 (UTC) Date: Thu, 31 Mar 2016 18:21:25 +0000 (UTC) From: =?utf-8?Q?Jean-Baptiste_Onofr=C3=A9_=28JIRA=29?= To: issues@karaf.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Work started] (KARAF-4415) karaf-maven-plugin - The feature validate goal is missing MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/KARAF-4415?page=3Dcom.atlassia= n.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on KARAF-4415 started by Jean-Baptiste Onofr=C3=A9. --------------------------------------------------- > karaf-maven-plugin - The feature validate goal is missing > --------------------------------------------------------- > > Key: KARAF-4415 > URL: https://issues.apache.org/jira/browse/KARAF-4415 > Project: Karaf > Issue Type: Documentation > Components: karaf-tooling > Affects Versions: 4.0.4 > Reporter: Claus Ibsen > Assignee: Jean-Baptiste Onofr=C3=A9 > Priority: Minor > Fix For: 4.1.0, 4.0.5 > > > According to this guide > http://karaf.apache.org/manual/latest/developers-guide/karaf-maven-plugin= -features-validate-descriptor.html > You can run this goal to validate your features file, which we do at Apac= he Camel. But we have been using the older Karaf 2.x plugin to do that. But= when upgrading to 4.x the goal is missing. > {code} > davsclaus:~/workspace/camel/platforms/karaf/features (master)/$ mvn -Pval= idate > Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=3D= 1024m; support was removed in 8.0 > [INFO] Scanning for projects... > [INFO] > [INFO] ------------------------------------------------------------------= ------ > [INFO] Building Camel :: Platforms :: Apache Karaf :: Features 2.17-SNAPS= HOT > [INFO] ------------------------------------------------------------------= ------ > [INFO] ------------------------------------------------------------------= ------ > [INFO] BUILD FAILURE > [INFO] ------------------------------------------------------------------= ------ > [INFO] Total time: 1.038 s > [INFO] Finished at: 2016-03-13T09:23:21+01:00 > [INFO] Final Memory: 12M/155M > [INFO] ------------------------------------------------------------------= ------ > [ERROR] Could not find goal 'features-validate-descriptor' in plugin org.= apache.karaf.tooling:karaf-maven-plugin:4.0.3 among available goals archive= , assembly, commands-generate-help, features-add-to-repository, features-ex= port-meta-data, features-generate-descriptor, kar, verify -> [Help 1] > {code} > When using > {code} > > org.apache.karaf.tooling > karaf-maven-plugin > 4.0.3 > > > > > > > > validate > process-resources > > features-validate-descriptor > > > > > > org.apache.maven.wagon > wagon-http-lightweight > 2.6 > > > > {code} > Where is that goal or has it been removed entirely? -- This message was sent by Atlassian JIRA (v6.3.4#6332)