Return-Path: Delivered-To: apmail-karaf-dev-archive@minotaur.apache.org Received: (qmail 36230 invoked from network); 4 Oct 2010 03:53:36 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 4 Oct 2010 03:53:36 -0000 Received: (qmail 3385 invoked by uid 500); 4 Oct 2010 03:53:36 -0000 Delivered-To: apmail-karaf-dev-archive@karaf.apache.org Received: (qmail 3328 invoked by uid 500); 4 Oct 2010 03:53:33 -0000 Mailing-List: contact dev-help@karaf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@karaf.apache.org Delivered-To: mailing list dev@karaf.apache.org Received: (qmail 3320 invoked by uid 99); 4 Oct 2010 03:53:33 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Oct 2010 03:53:33 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of mingfang@mac.com designates 17.148.16.100 as permitted sender) Received: from [17.148.16.100] (HELO asmtpout025.mac.com) (17.148.16.100) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Oct 2010 03:53:24 +0000 MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; CHARSET=US-ASCII Received: from [192.168.1.126] (cpe-69-203-149-158.si.res.rr.com [69.203.149.158]) by asmtp025.mac.com (Oracle Communications Messaging Exchange Server 7u4-18.01 64bit (built Jul 15 2010)) with ESMTPSA id <0L9Q00E7AYSA9170@asmtp025.mac.com> for dev@karaf.apache.org; Sun, 03 Oct 2010 20:53:01 -0700 (PDT) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.0.10011,1.0.148,0.0.0000 definitions=2010-10-04_02:2010-10-04,2010-10-04,1970-01-01 signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 ipscore=0 phishscore=0 bulkscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx engine=6.0.2-1004200000 definitions=main-1010030212 From: Ming Fang Subject: Attaching Source Date: Sun, 03 Oct 2010 23:52:57 -0400 Message-id: <1F44509A-FEE2-4F1D-B756-ED9CEEDD0219@mac.com> To: dev@karaf.apache.org X-Mailer: Apple Mail (2.1081) X-Virus-Checked: Checked by ClamAV on apache.org Please consider attaching the Karaf source to the Maven Repository. This will enable tools such as Intellij to automatically download the source code for Karaf. Having the source is invaluable for both learning Karaf and when stepping thru code. Below is what I usually put in my main pom.xml maven-source-plugin attach-sources jar --ming