From dev-return-83802-apmail-geronimo-dev-archive=geronimo.apache.org@geronimo.apache.org Fri Jun 25 05:50:14 2010 Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 88311 invoked from network); 25 Jun 2010 05:50:14 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 25 Jun 2010 05:50:14 -0000 Received: (qmail 98283 invoked by uid 500); 25 Jun 2010 05:50:14 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 97921 invoked by uid 500); 25 Jun 2010 05:50:11 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 97914 invoked by uid 99); 25 Jun 2010 05:50:10 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Jun 2010 05:50:10 +0000 X-ASF-Spam-Status: No, hits=-1544.0 required=10.0 tests=ALL_TRUSTED,AWL X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Jun 2010 05:50:09 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o5P5nnJo023762 for ; Fri, 25 Jun 2010 05:49:49 GMT Message-ID: <26733660.53031277444989621.JavaMail.jira@thor> Date: Fri, 25 Jun 2010 01:49:49 -0400 (EDT) From: "David Jencks (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Commented: (GERONIMO-5404) Uninstallation does not remove the installed unique dependencies. In-Reply-To: <19319000.52841277443489365.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/GERONIMO-5404?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12882455#action_12882455 ] David Jencks commented on GERONIMO-5404: ---------------------------------------- Since the original javaee app is copied into the geronimo plugin, we should try to find a way to make it not a dependency of the plugin so it isn't installed at all. I'm not sure the effort involved in trying to count uses of an artifact to determine if it safe to remove is worth the result. I also think we should move our dependency installation/tracking code to use felix features as what we are doing pretty much duplicates that. > Uninstallation does not remove the installed unique dependencies. > ----------------------------------------------------------------- > > Key: GERONIMO-5404 > URL: https://issues.apache.org/jira/browse/GERONIMO-5404 > Project: Geronimo > Issue Type: Bug > Security Level: public(Regular issues) > Affects Versions: 3.0-M1, 3.0 > Reporter: Forrest Xia > > Use car-maven-plugin to make a G sample as a geronimo plugin, the deploy install-plugin will install two artifacts into the geronimo repository, one is the plugin itself, another is the original sample. > When we uninstall the plugin from the admin console, the installed original sample is still in the repository, not removed. I think it should be removed. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.