From users-return-6409-apmail-continuum-users-archive=continuum.apache.org@continuum.apache.org Wed Apr 30 07:57:40 2008 Return-Path: Delivered-To: apmail-continuum-users-archive@www.apache.org Received: (qmail 95105 invoked from network); 30 Apr 2008 07:57:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 30 Apr 2008 07:57:40 -0000 Received: (qmail 2455 invoked by uid 500); 30 Apr 2008 07:57:41 -0000 Delivered-To: apmail-continuum-users-archive@continuum.apache.org Received: (qmail 2424 invoked by uid 500); 30 Apr 2008 07:57:41 -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 2413 invoked by uid 99); 30 Apr 2008 07:57:40 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Apr 2008 00:57:40 -0700 X-ASF-Spam-Status: No, hits=-4.0 required=10.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [194.127.3.27] (HELO mail07.allianz.de) (194.127.3.27) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Apr 2008 07:56:54 +0000 Received: from naimucka.allianzde.rootdom.net (naimucka.allianzde.rootdom.net [10.99.150.45] (may be forged)) by mail07.allianz.de with ESMTP id m3U7uprZ013687 for ; Wed, 30 Apr 2008 09:57:03 +0200 (MEST) Received: from naimuckh.allianzde.rootdom.net ([10.99.150.61]) by naimucka.allianzde.rootdom.net with Microsoft SMTPSVC(6.0.3790.1830); Wed, 30 Apr 2008 09:56:54 +0200 Received: from naimucvl.allianzde.rootdom.net ([10.99.150.117]) by naimuckh.allianzde.rootdom.net with Microsoft SMTPSVC(6.0.3790.1830); Wed, 30 Apr 2008 09:56:54 +0200 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-MimeOLE: Produced By Microsoft Exchange V6.5 Subject: purpose of implicit call "deploy-artifact" Date: Wed, 30 Apr 2008 09:56:53 +0200 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: purpose of implicit call "deploy-artifact" Thread-Index: Aciql8E8ipIdYMGdRPC/U5uG9Z70sg== From: "Lustig, Marc (Allianz Deutschland AG)" To: X-OriginalArrivalTime: 30 Apr 2008 07:56:54.0405 (UTC) FILETIME=[C18C7350:01C8AA97] X-Virus-Checked: Checked by ClamAV on apache.org greetings, I have discovered some behaviour that is not transparent to me. We have a build definition configured "clean install". (NO deploy) And this is what happens: [1] continuum calls mvn on the shell: 16662688 [pool-1-thread-1] INFO org.apache.maven.continuum.utils.shell.ShellCommandHelper:default - Executing: /bin/sh -c "cd /opt/continuum_work/checkout/235 && mvn --batch -mode --non-recursive -Dcontinuum.project.lastBuild.state=3D0 -Dcontinuum.project.nextBuild.number=3D292 -Dcontinuum.project.group.name=3DTypewriter -Dcontinuum.project.lastBuild.number=3D291 clean install" [2] mvn runs successfully and the shell returns with exit code 0 [! 3 !] continuum triggers a task "Performing action deploy-artifact" by calling maven-classes directly (not using mvn.sh from the shell), and without being asked for: 16668582 [pool-1-thread-1] INFO org.apache.maven.continuum.buildcontroller.BuildController:default - Performing action deploy-artifact ---> by definition, the install-goal should deploy the artifact in the local repo only, not to the remote-repo. What please is the idea and the logic behind triggering this task automatically? In our project it caused some trouble because the snapshots were deployed to Archiva in an uncontrolled way. br, M.