Return-Path: Delivered-To: apmail-jackrabbit-dev-archive@www.apache.org Received: (qmail 19988 invoked from network); 24 Feb 2009 00:38:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 24 Feb 2009 00:38:23 -0000 Received: (qmail 44907 invoked by uid 500); 24 Feb 2009 00:38:22 -0000 Delivered-To: apmail-jackrabbit-dev-archive@jackrabbit.apache.org Received: (qmail 44875 invoked by uid 500); 24 Feb 2009 00:38:22 -0000 Mailing-List: contact dev-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jackrabbit.apache.org Delivered-To: mailing list dev@jackrabbit.apache.org Received: (qmail 44866 invoked by uid 99); 24 Feb 2009 00:38:22 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Feb 2009 16:38:22 -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, 24 Feb 2009 00:38:21 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id CBA56234C48C for ; Mon, 23 Feb 2009 16:38:01 -0800 (PST) Message-ID: <1009681559.1235435881819.JavaMail.jira@brutus> Date: Mon, 23 Feb 2009 16:38:01 -0800 (PST) From: "Jukka Zitting (JIRA)" To: dev@jackrabbit.apache.org Subject: [jira] Created: (JCR-1995) Move *.log files to target/ MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Move *.log files to target/ --------------------------- Key: JCR-1995 URL: https://issues.apache.org/jira/browse/JCR-1995 Project: Jackrabbit Content Repository Issue Type: Improvement Components: maven Reporter: Jukka Zitting Assignee: Jukka Zitting Priority: Trivial The jackrabbit-core component already puts the derby.log file in target/ along with other build and test artifacts, but many other components don't do that yet. Having all generated files in target/ is good as it makes it very easy to clean things up. Also things like the RAT checks (JCR-1937) are easier when there's no need to worry about such extra files. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.