Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 35514 invoked from network); 3 Dec 2008 05:53:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Dec 2008 05:53:36 -0000 Received: (qmail 93631 invoked by uid 500); 3 Dec 2008 05:53:46 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 93579 invoked by uid 500); 3 Dec 2008 05:53:46 -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 93568 invoked by uid 99); 3 Dec 2008 05:53:46 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Dec 2008 21:53:46 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Dec 2008 05:52:26 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 42D73234C298 for ; Tue, 2 Dec 2008 21:52:44 -0800 (PST) Message-ID: <1398073979.1228283564259.JavaMail.jira@brutus> Date: Tue, 2 Dec 2008 21:52:44 -0800 (PST) From: "Delos Dai (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Commented: (GERONIMODEVTOOLS-521) Sign features so the eclipse update manager recognizes them as signed In-Reply-To: <1342365606.1222197224252.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-521?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12652692#action_12652692 ] Delos Dai commented on GERONIMODEVTOOLS-521: -------------------------------------------- I think you mean we should add signature for each plugin. For this bug, maven plugin "keytool-maven-plugin" will be used to generate certification and "jar:sign" goal in "maven-jar-plugin" will be needed to sign the jar packages. Attachment is a patch for this.Then, after building, generated GEP will be shown as signed in eclipse plugins list. The added properties in eclipse-plugin/trunk/pom.xml are: devtools keystore cn=http://geronimo.apache.org devtools geronimo 180 They're the parameters used to generate signature. I just give sample here, you can replace them. The parameters here are similar to the parameters of "keytool" and "jarsigner". Could anyone help to review it? Thanks! > Sign features so the eclipse update manager recognizes them as signed > --------------------------------------------------------------------- > > Key: GERONIMODEVTOOLS-521 > URL: https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-521 > Project: Geronimo-Devtools > Issue Type: Bug > Components: eclipse-plugin > Affects Versions: 2.0.0, 2.1.0, 2.1.1, 2.1.2, 2.1.3 > Reporter: Ted Kirby > Assignee: Tim McConnell > Fix For: 2.2.0 > > Attachments: 521.patch > > -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.