Return-Path: X-Original-To: apmail-hc-dev-archive@www.apache.org Delivered-To: apmail-hc-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 20059732B for ; Sun, 18 Sep 2011 11:15:21 +0000 (UTC) Received: (qmail 55160 invoked by uid 500); 18 Sep 2011 11:15:21 -0000 Delivered-To: apmail-hc-dev-archive@hc.apache.org Received: (qmail 55065 invoked by uid 500); 18 Sep 2011 11:15:20 -0000 Mailing-List: contact dev-help@hc.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "HttpComponents Project" Delivered-To: mailing list dev@hc.apache.org Received: (qmail 55048 invoked by uid 99); 18 Sep 2011 11:15:20 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 18 Sep 2011 11:15:20 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of sebbaz@gmail.com designates 209.85.212.50 as permitted sender) Received: from [209.85.212.50] (HELO mail-vw0-f50.google.com) (209.85.212.50) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 18 Sep 2011 11:15:13 +0000 Received: by vws14 with SMTP id 14so8885813vws.37 for ; Sun, 18 Sep 2011 04:14:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=waBvS7tTIIoTPGI8NOxnqfndNS/C+hNEnBXf0Vkztvg=; b=E0XWS/fFBvlOFRAkbIRTc637yIds+yAloHIkg1Ax6CQxD/iKN3+G5tStbVOMPTnLC+ mAOpCcMcnG/ljyTgv29Vvg83Gc1bh5ETZALQi9Vcn3suUYYJEK2Yj4tfbUtqINp2m8iC w99nbRZyTIQavhS9QiUPUDWW9gTvjfw52rT2Q= MIME-Version: 1.0 Received: by 10.52.29.75 with SMTP id i11mr608748vdh.296.1316344492593; Sun, 18 Sep 2011 04:14:52 -0700 (PDT) Received: by 10.220.155.147 with HTTP; Sun, 18 Sep 2011 04:14:52 -0700 (PDT) Date: Sun, 18 Sep 2011 12:14:52 +0100 Message-ID: Subject: [DBUTILS] non-standard directory layout From: sebb To: HttpComponents Project Content-Type: text/plain; charset=ISO-8859-1 DbUtils is using the layout: src/assembly src/java/org src/test/org rather than the standard layout [1] src/main/assembly src/main/java/org src/test/java/org Maven compile seems to find the files anyway without being told, but it would be better to be consistent, I think. [1] http://maven.apache.org/guides/introduction/introduction-to-the-standard-directory-layout.html --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org For additional commands, e-mail: dev-help@hc.apache.org