Return-Path: Delivered-To: apmail-incubator-shindig-dev-archive@locus.apache.org Received: (qmail 13637 invoked from network); 2 Dec 2008 05:32:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Dec 2008 05:32:05 -0000 Received: (qmail 7264 invoked by uid 500); 2 Dec 2008 05:32:16 -0000 Delivered-To: apmail-incubator-shindig-dev-archive@incubator.apache.org Received: (qmail 7243 invoked by uid 500); 2 Dec 2008 05:32:16 -0000 Mailing-List: contact shindig-issues-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: shindig-dev@incubator.apache.org Delivered-To: mailing list shindig-issues@incubator.apache.org Received: (qmail 7232 invoked by uid 99); 2 Dec 2008 05:32:16 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Dec 2008 21:32:16 -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; Tue, 02 Dec 2008 05:30:56 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 3AE59234C289 for ; Mon, 1 Dec 2008 21:31:44 -0800 (PST) Message-ID: <1280282177.1228195904226.JavaMail.jira@brutus> Date: Mon, 1 Dec 2008 21:31:44 -0800 (PST) From: "Ian Boston (JIRA)" To: shindig-issues@incubator.apache.org Subject: [jira] Commented: (SHINDIG-722) findbugs annotations jar ends up in the webapp In-Reply-To: <1945924073.1228186304286.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/SHINDIG-722?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12652276#action_12652276 ] Ian Boston commented on SHINDIG-722: ------------------------------------ My mistake, will fix, thanks for spotting. > findbugs annotations jar ends up in the webapp > ---------------------------------------------- > > Key: SHINDIG-722 > URL: https://issues.apache.org/jira/browse/SHINDIG-722 > Project: Shindig > Issue Type: Bug > Components: RESTful API (Java), Sample container & Examples > Reporter: Henning Schmiedehausen > Assignee: Ian Boston > > When building the webapp, the annotations jar ends up in the war. Someone tried to keep it out of there by adding a compile to the various poms using it. Due to the maven 'logic', "compile" is the default scope, putting the jar everywhere (this is also the default scope). What you actually want is having it *only* in compile scope. Which is the "provided" scope. This probably should be changed, unless it is instrumental that the annotations are available at runtime (which shouldn't be the normal case). -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.