From users-return-6256-apmail-continuum-users-archive=continuum.apache.org@continuum.apache.org Mon Mar 31 12:01:25 2008 Return-Path: Delivered-To: apmail-continuum-users-archive@www.apache.org Received: (qmail 32478 invoked from network); 31 Mar 2008 12:01:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 31 Mar 2008 12:01:25 -0000 Received: (qmail 91104 invoked by uid 500); 31 Mar 2008 12:01:24 -0000 Delivered-To: apmail-continuum-users-archive@continuum.apache.org Received: (qmail 90856 invoked by uid 500); 31 Mar 2008 12:01:24 -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 Delivered-To: moderator for users@continuum.apache.org Received: (qmail 74174 invoked by uid 99); 31 Mar 2008 11:47:44 -0000 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 henrik.lynggaard@gmail.com designates 64.233.182.186 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=nEratK93BgdtU6QZ46QcWEzGLcOQLwEkasM6IMYkVI4=; b=BA97CGG0d6clYVLQaLe6nx92ndiQJLBfh4SDpPOG9Dci3E/4zy09Oquiou7FxyHzBpdAq+mVSnuNwnMcKCGTD9Ht/tHQ87uKtKX3pVticKy7DRX2dxiZURxM4YjLgSW23AeRCS03VKIDjDNBDnGUgHIRncG6A5uQijbsteLx5sw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=r7kEo+j5rpDtOOX84L7+kduKvm23sbfwXoTFuBrV5ZQ60sTVYrWGhEdXvRXMMM2KnY0gtOnj0RtOCuz3B9HNV8b+TUTTt95ScT3VpHJWfI37S69rfG9S/VI1rZMd9yo6bekZ5ftSDxeY3RuEoWvHpqovcFH/NVE0PyhN+bb88hA= Message-ID: Date: Mon, 31 Mar 2008 13:47:14 +0200 From: "Henrik Lynggaard" To: users@continuum.apache.org Subject: Multiple invocations of maven in one build ? MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org Hi I am trying to mimic the following shell script in continuum when "build now" is pressed i want to run mvn clean install assembly:assembly and each night I want all of this mvn clean install assembly:assembly mvn site:site mvn org.codehaus.mojo:dashboard-maven-plugin:dashboard mvn -PgraphvizAvailable h.elca.el4j.maven.plugins:maven-depgraph-plugin:depgraph mvn -PgraphvizAvailable ch.elca.el4j.maven.plugins:maven-depgraph-plugin:fullgraph mvn -Plocal.deploy site:deploy The key here is the splitting into several maven invocations in order to work around the way aggregation reports work in maven I am having trouble trying to configure this. As far as I have understood I cannot just list all goals because they would end up in the same maven invocation. So how to configure ? Best Regards Henrik