From continuum-users-return-2113-apmail-maven-continuum-users-archive=maven.apache.org@maven.apache.org Wed Jul 05 01:18:53 2006 Return-Path: Delivered-To: apmail-maven-continuum-users-archive@www.apache.org Received: (qmail 60427 invoked from network); 5 Jul 2006 01:18:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 5 Jul 2006 01:18:53 -0000 Received: (qmail 47078 invoked by uid 500); 5 Jul 2006 01:18:52 -0000 Delivered-To: apmail-maven-continuum-users-archive@maven.apache.org Received: (qmail 47052 invoked by uid 500); 5 Jul 2006 01:18:52 -0000 Mailing-List: contact continuum-users-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: continuum-users@maven.apache.org Delivered-To: mailing list continuum-users@maven.apache.org Received: (qmail 47041 invoked by uid 99); 5 Jul 2006 01:18:52 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Jul 2006 18:18:52 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of baerrach@gmail.com designates 64.233.166.182 as permitted sender) Received: from [64.233.166.182] (HELO py-out-1112.google.com) (64.233.166.182) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Jul 2006 18:18:51 -0700 Received: by py-out-1112.google.com with SMTP id c63so1689727pyc for ; Tue, 04 Jul 2006 18:18:31 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=I4w56gv7xVucORQTMy2CMRjzonbYsu7jRaS4sDyFUMZXIl1X/xpGkrO0UF6JnXObRQEiMcBKuya00dMf1zbybUhj/lWWvR8jG063e4W+1aQBLbaAHzReTC8TZ2PRltZoVg4JhdnP3OG2Fn/fx4iRCxYzBqtJ9q19DFL8JmJ5G/k= Received: by 10.35.82.15 with SMTP id j15mr2816855pyl; Tue, 04 Jul 2006 18:18:31 -0700 (PDT) Received: by 10.35.32.13 with HTTP; Tue, 4 Jul 2006 18:18:30 -0700 (PDT) Message-ID: Date: Wed, 5 Jul 2006 10:48:30 +0930 From: "Barrie Treloar" To: continuum-users@maven.apache.org Subject: Re: How to install artifact created with assembly artifact into Continuum's local repository In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On 7/5/06, Mark Reynolds wrote: > I have changed my multi-project build so it only builds the parent pom > without --non-recursive. There are some double negatives here. Do you mean you have deleted your other projects from the continuum build and that there is now only one project which is the parent project and for the parent project you have deleted the --non-recursive argument in the continuum build definitions arguments? > My parent pom is pom and > the only thing that gets copied to the internal "Deployment > Repository" is the parent pom. Is this the expected behavior? I would > like to have all my module artifacts as well as artifacts created by the > assembly plugin put into this repository. Is this possible? Continuum just runs the commands the same as you would on the command line. Go into the working directory that continuum is using and invoke by hand the same command. If it doesn't work by hand, fix it. Once it works as you expect it, continuum will behave the same way.