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 071CD101C9 for ; Fri, 25 Oct 2013 20:53:22 +0000 (UTC) Received: (qmail 90050 invoked by uid 500); 25 Oct 2013 20:53:17 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 89947 invoked by uid 500); 25 Oct 2013 20:53:17 -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 89939 invoked by uid 99); 25 Oct 2013 20:53:16 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Oct 2013 20:53:16 +0000 X-ASF-Spam-Status: No, hits=1.2 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,SPF_SOFTFAIL X-Spam-Check-By: apache.org Received-SPF: softfail (nike.apache.org: transitioning domain of sahilaggarwal1987@gmail.com does not designate 216.139.236.26 as permitted sender) Received: from [216.139.236.26] (HELO sam.nabble.com) (216.139.236.26) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Oct 2013 20:53:10 +0000 Received: from [192.168.236.26] (helo=sam.nabble.com) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1VZoNF-00029N-QL for users@maven.apache.org; Fri, 25 Oct 2013 13:52:49 -0700 Date: Fri, 25 Oct 2013 13:52:49 -0700 (PDT) From: sahil_tech To: users@maven.apache.org Message-ID: <1382734369810-5773845.post@n5.nabble.com> In-Reply-To: <1382107515909-5773312.post@n5.nabble.com> References: <1382107515909-5773312.post@n5.nabble.com> Subject: Re: how to convert unique snaphot into non-unique snaphot on downloading from nexus MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hi Russell, I am using maven version 3 and I have configured the maven jobs in Hudson (mvn clean deploy) to deploy the unique snapshots artifacts into a nexus hosted repository and for that I have configured distribution management tag in project parent pom.xml. I am using maven-war-plugin to collect all artifact dependencies, classes and resources of the web application and packaging them into a web application archive. But, now while packaging I am getting snapshot dependencies with timestamp in WEB-INF/lib of war file. To copy the flex artifacts (swf artifact) into my gui war project, I am using org.sonatype.flexmojos:flexmojos-maven-plugin: copy-flex-resources during process-resource phase. But, it again copying flex artifacts with timestamp. -- View this message in context: http://maven.40175.n5.nabble.com/how-to-convert-unique-snaphot-into-non-unique-snaphot-on-downloading-from-nexus-tp5773312p5773845.html Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@maven.apache.org For additional commands, e-mail: users-help@maven.apache.org