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 10967200B85 for ; Thu, 15 Sep 2016 13:21:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 0F405160AD7; Thu, 15 Sep 2016 11:21:22 +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 5C769160AB5 for ; Thu, 15 Sep 2016 13:21:21 +0200 (CEST) Received: (qmail 3926 invoked by uid 500); 15 Sep 2016 11:21:20 -0000 Mailing-List: contact notifications-help@ofbiz.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ofbiz.apache.org Delivered-To: mailing list notifications@ofbiz.apache.org Received: (qmail 3907 invoked by uid 99); 15 Sep 2016 11:21:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Sep 2016 11:21:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 6F7F02C0D57 for ; Thu, 15 Sep 2016 11:21:20 +0000 (UTC) Date: Thu, 15 Sep 2016 11:21:20 +0000 (UTC) From: "Taher Alkhateeb (JIRA)" To: notifications@ofbiz.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (OFBIZ-7972) Create a (PoC) plugin system for OFBiz based on Gradle MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 15 Sep 2016 11:21:22 -0000 [ https://issues.apache.org/jira/browse/OFBIZ-7972?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15493045#comment-15493045 ] Taher Alkhateeb commented on OFBIZ-7972: ---------------------------------------- First commit in r1760917 with minor modifications and fixing of typos. > Create a (PoC) plugin system for OFBiz based on Gradle > ------------------------------------------------------ > > Key: OFBIZ-7972 > URL: https://issues.apache.org/jira/browse/OFBIZ-7972 > Project: OFBiz > Issue Type: Improvement > Affects Versions: Upcoming Branch > Reporter: Taher Alkhateeb > Assignee: Taher Alkhateeb > Priority: Minor > Labels: plugin, proof-of-concept, system > Attachments: OFBIZ-7972.patch, OFBIZ-7972.patch, OFBIZ-7972.patch > > > This JIRA houses the attempt to create a plugin system for OFBiz based on gradle. The plugin system should have the following features: > - It is independent of the version control system, file system, operating system and any other environment tools surrounding OFBiz. Instead, it should be fully integrated with OFBiz. > - It should unify the way OFBiz is extended, both for official supported plugins and for third party plugins > - The plugin system takes advantage of the concept of a "component" in OFBiz and utilize it as the building block for plugins > - The plugin system supports the concepts of "Repository" and "Dependency Management". If possible, the plugin system will utilize these concepts directly from Gradle instead of writing them from scratch. > The initial API for the plugin system will be small and expands as needed. The API should include the following gradle tasks: > - createPlugin: creates a new plugin based on templates and place it in the plugins directory > - installPlugin: Activate a plugin and run Install. Plugin must exist in /specialpurpose > - uninstallPlugin: Deactivate a plugin and run its uninstall script > - publishPlugin: publish a plugin to local maven repository > - pullPlugin: download a plugin with its dependencies (plugins) from a repository and install them -- This message was sent by Atlassian JIRA (v6.3.4#6332)