Return-Path: X-Original-To: apmail-karaf-dev-archive@minotaur.apache.org Delivered-To: apmail-karaf-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 03A2C176AD for ; Wed, 8 Apr 2015 10:45:03 +0000 (UTC) Received: (qmail 34745 invoked by uid 500); 8 Apr 2015 10:44:50 -0000 Delivered-To: apmail-karaf-dev-archive@karaf.apache.org Received: (qmail 34701 invoked by uid 500); 8 Apr 2015 10:44:50 -0000 Mailing-List: contact dev-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 dev@karaf.apache.org Received: (qmail 34690 invoked by uid 99); 8 Apr 2015 10:44:50 -0000 Received: from mail-relay.apache.org (HELO mail-relay.apache.org) (140.211.11.15) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Apr 2015 10:44:50 +0000 Received: from mail-ie0-f170.google.com (mail-ie0-f170.google.com [209.85.223.170]) by mail-relay.apache.org (ASF Mail Server at mail-relay.apache.org) with ESMTPSA id EEC931A00B6 for ; Wed, 8 Apr 2015 10:44:49 +0000 (UTC) Received: by iebrs15 with SMTP id rs15so70319163ieb.3 for ; Wed, 08 Apr 2015 03:44:49 -0700 (PDT) X-Received: by 10.51.17.7 with SMTP id ga7mr10663449igd.42.1428489889287; Wed, 08 Apr 2015 03:44:49 -0700 (PDT) MIME-Version: 1.0 Received: by 10.36.30.75 with HTTP; Wed, 8 Apr 2015 03:44:28 -0700 (PDT) From: Guillaume Nodet Date: Wed, 8 Apr 2015 12:44:28 +0200 Message-ID: Subject: Clean up karaf-maven-plugin goals To: dev Content-Type: multipart/alternative; boundary=001a1135fe3e6a936a05133438c2 --001a1135fe3e6a936a05133438c2 Content-Type: text/plain; charset=UTF-8 In master, the karat-maven-plugin contains the following goals: * features-add-to-repository * features-create-kar * features-export-meta-data * features-generate-descriptor * install-kars * features-validate-descriptor * verify-features The features-add-to-repository mojo seems somewhat redundant with the install-kars mojo which is used to build our own distribution. The features-export-meta-data seems redundant with the features-generate-descriptor, and the features-validate-descriptor seems redundant with the verify-features goal. Am I missing something, or should we get rid of the features-add-to-repository, features-export-meta-data and features-generate-descriptor goals for 4.0 ? Cheers, Guillaume --001a1135fe3e6a936a05133438c2--