Return-Path: X-Original-To: apmail-maven-users-archive@www.apache.org Delivered-To: apmail-maven-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5836110B95 for ; Tue, 5 Nov 2013 21:09:07 +0000 (UTC) Received: (qmail 41725 invoked by uid 500); 5 Nov 2013 21:09:05 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 41604 invoked by uid 500); 5 Nov 2013 21:09:04 -0000 Mailing-List: contact users-help@maven.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Maven Users List" Reply-To: "Maven Users List" Delivered-To: mailing list users@maven.apache.org Received: (qmail 41596 invoked by uid 99); 5 Nov 2013 21:09:04 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Nov 2013 21:09:04 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy includes SPF record at spf.trusted-forwarder.org) Received: from [68.178.252.103] (HELO p3plsmtpa11-02.prod.phx3.secureserver.net) (68.178.252.103) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Nov 2013 21:08:58 +0000 Received: from [192.168.1.41] ([67.173.10.68]) by p3plsmtpa11-02.prod.phx3.secureserver.net with id lupD1m0021U4xL301upEPU; Tue, 05 Nov 2013 11:49:15 -0700 Message-ID: <52793DA7.1000001@javactivity.org> Date: Tue, 05 Nov 2013 12:49:11 -0600 From: Steve Cohen User-Agent: Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20100101 Thunderbird/24.0 MIME-Version: 1.0 To: Maven Users List Subject: best way to attach source for debugging maven plugin Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org I have a need to debug the maven-assembly-plugin which is not functioning correctly. I have found the instructions for setting up a debugging environment for maven itself within eclipse. What is the best way to get the source for this plugin so that it can be used by the debugging process. I know I can download it from svn, and attach in Eclipse, but is there a maven command to do that? --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@maven.apache.org For additional commands, e-mail: users-help@maven.apache.org