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 8302A9310 for ; Fri, 10 Feb 2012 19:11:13 +0000 (UTC) Received: (qmail 90541 invoked by uid 500); 10 Feb 2012 19:11:11 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 90449 invoked by uid 500); 10 Feb 2012 19:11:10 -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 90421 invoked by uid 99); 10 Feb 2012 19:11:10 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Feb 2012 19:11:10 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [83.219.192.166] (HELO smtp.bredband2.com) (83.219.192.166) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Feb 2012 19:11:01 +0000 Received: from [192.168.0.3] (c-83-233-111-38.cust.bredband2.com [83.233.111.38]) (Authenticated sender: ed5133) by smtp.bredband2.com (Postfix) with ESMTPA id CAE5ECF841 for ; Fri, 10 Feb 2012 20:10:40 +0100 (CET) Message-ID: <4F356BA5.9050709@apache.org> Date: Fri, 10 Feb 2012 20:10:29 +0100 From: Dennis Lundberg User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:9.0) Gecko/20111222 Thunderbird/9.0.1 MIME-Version: 1.0 To: Maven Users List Subject: Re: How to turn off project assembly generation References: In-Reply-To: X-Enigmail-Version: 1.3.5 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hi Tim Maven does not produce such assemblies by default. Somewhere in your project's POM hierarchy you should find a configuration for maven-assembly-plugin. To find it you can use this command: mvn help:effective-pom On 2012-02-10 20:07, Tim Pizey wrote: > Hi, > > I have seen that the default (in maven 2.2) is now to generate a series of > -project.zip, -project.tar.bz2, -project.tar.gz files. > > I have read the site but cannot figure out how to configure my pom to > only produce the > .jar outputs. > > thanks in advance > Tim > > -- Dennis Lundberg --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@maven.apache.org For additional commands, e-mail: users-help@maven.apache.org