Return-Path: Delivered-To: apmail-maven-users-archive@www.apache.org Received: (qmail 54289 invoked from network); 22 Jan 2008 18:26:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 22 Jan 2008 18:26:49 -0000 Received: (qmail 89994 invoked by uid 500); 22 Jan 2008 18:26:32 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 89935 invoked by uid 500); 22 Jan 2008 18:26:32 -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 89923 invoked by uid 99); 22 Jan 2008 18:26:32 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Jan 2008 10:26:32 -0800 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of thomas.tardy@gmail.com designates 72.14.252.156 as permitted sender) Received: from [72.14.252.156] (HELO po-out-1718.google.com) (72.14.252.156) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Jan 2008 18:26:06 +0000 Received: by po-out-1718.google.com with SMTP id c31so1155429poi.1 for ; Tue, 22 Jan 2008 10:26:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; bh=uGjkimJkJIqii6qrixgEeR+rGjMXeiCLCbdgVHqCQa8=; b=idRNzsyy01YeKh6bLS/WSPr8RMQkGeB78/2QCO3qvZ8Wx3Q4hjKeDlreO8XDV7cCtYIPYT/JYdRUB7geuIWXzqwpou1R+4LbnNicM9HMEKl2FzhFeFhsIdJyGumQIiMMepokx3Yg+Vjv3wzlp/Ob2PvhuE+eDGcLzSUekIXsQsg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=h6yjod/z1h/PdDRlB4eFacnyo2sxg9MTnG3XNE+MHL8Hw+M34KGdi4oxa35PHzH6WQHX+zJBEKWS4Vf4versKGi4qsvd6UBAFzOUp5LrM0phVfnobTaqwTX0JZZyRbXZoLMtFC8A7aEkUJ7XTChY0ikkAopaX/F2rR76sSl7EKY= Received: by 10.141.26.6 with SMTP id d6mr5595126rvj.289.1201026372660; Tue, 22 Jan 2008 10:26:12 -0800 (PST) Received: by 10.141.53.15 with HTTP; Tue, 22 Jan 2008 10:26:12 -0800 (PST) Message-ID: Date: Tue, 22 Jan 2008 19:26:12 +0100 From: "Thomas Tardy" To: "Maven Users List" Subject: Re: How to provide sources during development? In-Reply-To: <47962FC5.3050708@planet.nl> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_1485_29992711.1201026372659" References: <47962FC5.3050708@planet.nl> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_1485_29992711.1201026372659 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline I'm using the m2eclipse plugin. How can I install and deploy the generated source jars? I added the following plugin configuration to my project. org.apache.maven.plugins maven-source-plugin attach-sources verify jar This generates the source jar into the target folder. How to install and deploy it? On Jan 22, 2008 7:02 PM, Nick Stolwijk wrote: > If it is only for eclipse that you want to bundle them, try: > > mvn eclipse:eclipse -DdownloadSources=true -DdownloadJavadocs=true [1] > > Hth, > > Nick Stolwijk > > [1] http://maven.apache.org/plugins/maven-eclipse-plugin/eclipse-mojo.html > > Thomas Tardy wrote: > > Hello, > > > > I'm looking for a solution to provide the sources to the developers. > When > > they have to debug their application it's realy helpful if they have > access > > to the sources of e.g. our framework. > > > > I know the source plugin, which is creating a 2nd jar containing the > > sources. But the problem with this solution is, that the developers have > to > > add these additional jars into the source path in eclipse to have access > to > > the source when they debug their application. Isn't it possible to > attach > > the sources to the generated jar, that they have to handle only one jar? > Is > > this possible at all? With the source plugin? How to configure it? > > > > Thanks for your help! > > > > Regards, > > Thomas > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org > For additional commands, e-mail: users-help@maven.apache.org > > ------=_Part_1485_29992711.1201026372659--