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 DEF95D86B for ; Thu, 7 Mar 2013 09:01:40 +0000 (UTC) Received: (qmail 87720 invoked by uid 500); 7 Mar 2013 09:01:38 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 87381 invoked by uid 500); 7 Mar 2013 09:01:38 -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 87365 invoked by uid 99); 7 Mar 2013 09:01:38 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Mar 2013 09:01:38 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of gcjtmu-turbine-maven-user-846@m.gmane.org designates 80.91.229.3 as permitted sender) Received: from [80.91.229.3] (HELO plane.gmane.org) (80.91.229.3) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Mar 2013 09:01:31 +0000 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1UDWhf-0000e0-CJ for users@maven.apache.org; Thu, 07 Mar 2013 10:01:31 +0100 Received: from mail.scalaris.com ([62.154.225.82]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 07 Mar 2013 10:01:31 +0100 Received: from Joerg.Schaible by mail.scalaris.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 07 Mar 2013 10:01:31 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: users@maven.apache.org From: =?UTF-8?B?SsO2cmc=?= Schaible Subject: Re: Unpacking jars into target/classes Date: Thu, 07 Mar 2013 10:00:59 +0100 Organization: Scalaris AG Lines: 23 Message-ID: References: <513261C4.2030600@durchholz.org> <5138524B.6090405@durchholz.org> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8Bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: mail.scalaris.com User-Agent: KNode/4.8.5 X-Virus-Checked: Checked by ClamAV on apache.org Hi, Joachim Durchholz wrote: > Am 07.03.2013 05:51, schrieb Matthew Adams: >> Quick jist: >> 1. Use maven-install-plugin's >> install-filegoal >> to make maven artifacts out of the jars you intend to unpack, and do >> it in any phase prior to process-classes (or do this first in the >> process-classes phase). > > The overall organisational project structure does not allow any central > servers beyond the SCM. > It would also be silly to redundantly store a perfectly stable jar in a > Maven repo just to make Maven happy. But that's the point: Maven is all about conventions. It will not help you a lot in other regards - on purpose. If you don't want to follow this conventions, it is probably no the right tool for your job. - Jörg --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@maven.apache.org For additional commands, e-mail: users-help@maven.apache.org