Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 93239 invoked from network); 19 Jan 2011 14:11:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 19 Jan 2011 14:11:13 -0000 Received: (qmail 42998 invoked by uid 500); 19 Jan 2011 14:11:12 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 42213 invoked by uid 500); 19 Jan 2011 14:11:08 -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 42187 invoked by uid 99); 19 Jan 2011 14:11:07 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Jan 2011 14:11:07 +0000 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.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Jan 2011 14:11:05 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id p0JEAhoD028771 for ; Wed, 19 Jan 2011 14:10:43 GMT Message-ID: <7712165.59261295446243488.JavaMail.jira@thor> Date: Wed, 19 Jan 2011 09:10:43 -0500 (EST) From: "Forrest Xia (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Commented: (GERONIMO-5762) Some dirty files in the root of server code tree after built, they cannot be cleaned by mvn clean In-Reply-To: <30925804.48941295402683279.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/GERONIMO-5762?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12983717#action_12983717 ] Forrest Xia commented on GERONIMO-5762: --------------------------------------- Though the patch is a way to get rid of the dirty files, but I prefer to find a way to put those files in the target directory. > Some dirty files in the root of server code tree after built, they cannot be cleaned by mvn clean > ------------------------------------------------------------------------------------------------- > > Key: GERONIMO-5762 > URL: https://issues.apache.org/jira/browse/GERONIMO-5762 > Project: Geronimo > Issue Type: Improvement > Security Level: public(Regular issues) > Components: buildsystem > Affects Versions: 3.0 > Reporter: Forrest Xia > Priority: Minor > Attachments: GERONIMO-5762-241.patch, GERONIMO-5762-noversion.patch > > > I see some dirty files in the root directory of server code tree after built, such as > derby.log > velocity.log > var/ > I think these build output files should be in certain target directory, so that maven can clean them when execute "mvn clean". -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.