From users-return-7301-apmail-continuum-users-archive=continuum.apache.org@continuum.apache.org Mon Nov 24 14:13:49 2008 Return-Path: Delivered-To: apmail-continuum-users-archive@www.apache.org Received: (qmail 81336 invoked from network); 24 Nov 2008 14:13:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 24 Nov 2008 14:13:48 -0000 Received: (qmail 54555 invoked by uid 500); 24 Nov 2008 14:13:58 -0000 Delivered-To: apmail-continuum-users-archive@continuum.apache.org Received: (qmail 54301 invoked by uid 500); 24 Nov 2008 14:13:57 -0000 Mailing-List: contact users-help@continuum.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@continuum.apache.org Delivered-To: mailing list users@continuum.apache.org Received: (qmail 54290 invoked by uid 99); 24 Nov 2008 14:13:57 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Nov 2008 06:13:57 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jansquared@gmail.com designates 72.14.220.158 as permitted sender) Received: from [72.14.220.158] (HELO fg-out-1718.google.com) (72.14.220.158) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Nov 2008 14:12:33 +0000 Received: by fg-out-1718.google.com with SMTP id l26so1715786fgb.26 for ; Mon, 24 Nov 2008 06:13:17 -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:mime-version:content-type:content-transfer-encoding :content-disposition; bh=FG5v77DiJkJNlLPZ/DzuoRjx8YLYPjrNQdyvy/mUrPk=; b=pqzryLVkVSXuwR0OuH9p7QrzFjuh6KxAcNHz00T4aU9zRkuFJvthCatcolSR3vjOGz 2lkRz/lvJhGWyaKzxrkvVjUSzID6HFHd1s36GJmOFAGcnxmwGHeSqseC+taap5Km7vaW 3lXmphcrC2wqGlwuQ3smPnR65l47Vp6xEN+ZE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=FXynrP5UQI0bXBme8TrGgBsYk5TP2H2LYpcp9pzEO0RtNlAl1t9lVZhdMK8SF8dnqb PS2mDq9IWvnXlwcaXftL6NhealYnjc9CESaoF5k1/bSF+0q3QwQrxYU4a9n+clrkznjd 2hng0qeu75nWpf+SrEE8r1O+ACU8S8XTwVnJ4= Received: by 10.181.55.2 with SMTP id h2mr1147407bkk.52.1227535997681; Mon, 24 Nov 2008 06:13:17 -0800 (PST) Received: by 10.180.252.20 with HTTP; Mon, 24 Nov 2008 06:13:17 -0800 (PST) Message-ID: Date: Mon, 24 Nov 2008 22:13:17 +0800 From: "Jan Ancajas" To: users@continuum.apache.org Subject: Releasing artifact with custom packaging MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org Hi, Anybody tried releasing an artifact with custom packaging in continuum ? I can release the artifact using maven-release-plugin in command line with no warning or errors. But in Continuum it throws an exception [1]. The library represents an artifact with dll extension I built using nmaven. Thanks. [1] [INFO] Updating local copy against the scm... [ERROR] org.apache.maven.shared.release.ReleaseExecutionException: Unable to get reactor projects: Failed to build project. at org.apache.maven.continuum.release.phase.GenerateReactorProjectsPhase.execute(GenerateReactorProjectsPhase.java:98) at org.apache.maven.shared.release.DefaultReleaseManager.prepare(DefaultReleaseManager.java:194) at org.apache.maven.shared.release.DefaultReleaseManager.prepareWithResult(DefaultReleaseManager.java:107) at org.apache.maven.continuum.release.executors.PrepareReleaseTaskExecutor.execute(PrepareReleaseTaskExecutor.java:59) at org.apache.maven.continuum.release.executors.AbstractReleaseTaskExecutor.executeTask(AbstractReleaseTaskExecutor.java:83) at org.codehaus.plexus.taskqueue.execution.ThreadedTaskQueueExecutor$ExecutorRunnable$1.run(ThreadedTaskQueueExecutor.java:116) at edu.emory.mathcs.backport.java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:442) at edu.emory.mathcs.backport.java.util.concurrent.FutureTask.run(FutureTask.java:176) at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:665) at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:690) at java.lang.Thread.run(Thread.java:595) Caused by: org.apache.maven.continuum.release.ContinuumReleaseException: Failed to build project. at org.apache.maven.continuum.release.phase.GenerateReactorProjectsPhase.addModules(GenerateReactorProjectsPhase.java:185) at org.apache.maven.continuum.release.phase.GenerateReactorProjectsPhase.getReactorProjects(GenerateReactorProjectsPhase.java:125) at org.apache.maven.continuum.release.phase.GenerateReactorProjectsPhase.execute(GenerateReactorProjectsPhase.java:94) ... 10 more Caused by: org.apache.maven.artifact.resolver.MultipleArtifactsNotFoundException: Missing: ---------- 1) JA110:SAClassLibrary:library:1.1-SNAPSHOT