Return-Path: X-Original-To: apmail-jackrabbit-users-archive@minotaur.apache.org Delivered-To: apmail-jackrabbit-users-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C7E577037 for ; Wed, 20 Jul 2011 16:00:02 +0000 (UTC) Received: (qmail 64703 invoked by uid 500); 20 Jul 2011 16:00:02 -0000 Delivered-To: apmail-jackrabbit-users-archive@jackrabbit.apache.org Received: (qmail 64645 invoked by uid 500); 20 Jul 2011 16:00:01 -0000 Mailing-List: contact users-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@jackrabbit.apache.org Delivered-To: mailing list users@jackrabbit.apache.org Received: (qmail 64637 invoked by uid 99); 20 Jul 2011 16:00:00 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Jul 2011 16:00:00 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of chadmichaeldavis@gmail.com designates 209.85.161.51 as permitted sender) Received: from [209.85.161.51] (HELO mail-fx0-f51.google.com) (209.85.161.51) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Jul 2011 15:59:54 +0000 Received: by fxh10 with SMTP id 10so2122562fxh.24 for ; Wed, 20 Jul 2011 08:59:33 -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=V3r7LddAECYaZ3KDwz5X5DV4pIa+ylLIfFInk2WHVoI=; b=aokQG23UMD6LMSnlRJ4ebwo9AeRlTxtOdCO2k7oCkSipdxsr7xBlmnZQIMnJ2kRwgT HpsPdNElj+gYK0yKUNpiNHfkOLrwjm/B0bZ95ZgRWdKq2+L3BnH1m1HdQd6A9PaF7pDx OjuzyScKLn0DkcTY0gd9eCqFMSjSCJaU3OM1E= MIME-Version: 1.0 Received: by 10.204.22.6 with SMTP id l6mr2605646bkb.276.1311177573023; Wed, 20 Jul 2011 08:59:33 -0700 (PDT) Received: by 10.204.65.147 with HTTP; Wed, 20 Jul 2011 08:59:32 -0700 (PDT) Date: Wed, 20 Jul 2011 09:59:32 -0600 Message-ID: Subject: source jars in maven repo for trunk From: ChadDavis To: users@jackrabbit.apache.org Content-Type: text/plain; charset=ISO-8859-1 I notice that I can't pull down the source jars for the trunk SNAPSHOT artifacts with: mvn dependencies:sources I suspect this is a dumb question . . . are they just not available because it's not feasible to expect source artifacts for SNAPSHOT stuff?