Return-Path: Delivered-To: apmail-maven-users-archive@www.apache.org Received: (qmail 51139 invoked from network); 4 May 2009 20:25:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 4 May 2009 20:25:26 -0000 Received: (qmail 53210 invoked by uid 500); 4 May 2009 20:25:23 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 53140 invoked by uid 500); 4 May 2009 20:25:23 -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 53130 invoked by uid 99); 4 May 2009 20:25:23 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 May 2009 20:25:23 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 May 2009 20:25:13 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1M14ia-0003Ec-KW for users@maven.apache.org; Mon, 04 May 2009 13:24:52 -0700 Message-ID: <23375978.post@talk.nabble.com> Date: Mon, 4 May 2009 13:24:52 -0700 (PDT) From: huser To: users@maven.apache.org Subject: maven release plugin issue MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: mpinjani@atxg.com X-Virus-Checked: Checked by ClamAV on apache.org Hi, I am running maven release plugin by: mvn -f pom.xml -Pabc.debug.release --batch-mode -Dtag=REL1.5-TEST -DtagBase="https://abcsvn001.na.abcglobal.com/abc_repos/T3/tags" -DreleaseVersion=1.5 -DdevelopmentVersion=1.6-SNAPSHOT release:prepare And I get this build error. [INFO] [INFO] An Ant BuildException has occured: The following error occurred wh ile executing this line: [INFO] C:\mvn_rel\int_002_dev_test\services-api\abc-interface-api\xsd-extract.xm l:19: Error while expanding C:\Documents and Settings\huser\.m2\repository\co m\abc\t3\abc-websvc-api\1.5\abc-websvc-api-1.5.jar [INFO] java.io.FileNotFoundException: C:\Documents and Settings\huser\.m2\rep ository\com\abc\t3\abc-websvc-api\1.5\abc-websvc-api-1.5.jar (The system cannot find the path specified) I do not get this error if I do not use the release plugin i.e. mvn -f pom.xml -Pabc.debug.release clean install deploy In my xsd-extract.xml, I have an environment variable $verinfo which org.apache.maven.plugins maven-antrun-plugin extract-xsds initialize run Why is abc-websvc-api-1.5.jar being called before it is deployed in .m2 ? This jar does get generated in abc-interface-api\target. But it does not get deployed in .m2 Any ideas ? thanks, -- View this message in context: http://www.nabble.com/maven-release-plugin-issue-tp23375978p23375978.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