Return-Path: Delivered-To: apmail-maven-users-archive@www.apache.org Received: (qmail 77967 invoked from network); 15 Mar 2011 08:44:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 15 Mar 2011 08:44:23 -0000 Received: (qmail 49688 invoked by uid 500); 15 Mar 2011 08:44:20 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 49609 invoked by uid 500); 15 Mar 2011 08:44:20 -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 49601 invoked by uid 99); 15 Mar 2011 08:44:20 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Mar 2011 08:44:20 +0000 X-ASF-Spam-Status: No, hits=0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_NEUTRAL,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [77.238.189.64] (HELO nm11.bullet.mail.ird.yahoo.com) (77.238.189.64) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 15 Mar 2011 08:44:11 +0000 Received: from [77.238.189.52] by nm11.bullet.mail.ird.yahoo.com with NNFMP; 15 Mar 2011 08:43:50 -0000 Received: from [212.82.108.250] by tm5.bullet.mail.ird.yahoo.com with NNFMP; 15 Mar 2011 08:43:50 -0000 Received: from [127.0.0.1] by omp1015.mail.ird.yahoo.com with NNFMP; 15 Mar 2011 08:43:50 -0000 X-Yahoo-Newman-Property: ymail-3 X-Yahoo-Newman-Id: 584585.18506.bm@omp1015.mail.ird.yahoo.com Received: (qmail 8167 invoked by uid 60001); 15 Mar 2011 08:43:50 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.de; s=s1024; t=1300178630; bh=JBkOYIFKQFvM+8MXStXFQM7d5e5TH6YgTU8HfRaRwVo=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=KGuWUDM/mx7YHrkGAcz8cEZGLWPKtMll2XQ3OvAZM99uEiHoBt4Km0N0U8gfl98Wv+VKJmHZyqh6fQILdZyqdlgb8NfKS1H/EzzWVEU2Zod0hyu54qDfgJgN4pOtZqu/SP4P5lJvndkIYXNC2sa9+BwEt8Xp8WemFBBKzZ/Tk40= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.de; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=werF9TviJGKwQkNaf1QDlygQ63Md53hc7aOqYa4BU16VUolH2FH6hlLMDJQDAnnehFlGNgRZLQFj0R36G/R0MABHcC3awJav+HipqUZeQTWJ2bmzcF7gdkgsuc22WEOiTz1xBdb8HZjXinibziF5dnvF/DWS+eCdE4tAVdmGWis=; Message-ID: <515899.7275.qm@web29518.mail.ird.yahoo.com> X-YMail-OSG: UURiTqkVM1npAsAiL.7Mq3NKdQ_6nyjlIRnsSO66y9nt_Cs Suvfm8SFxIm5YJ7i2Is2YYS9z1ua_yKOlDRb.PPupXF7rAA8NQCII7_6Oc1d nZcwCGYaSqbyAEG4t.JWGBYEDFejcBa8myQyqabPye6AopcBqfRUlMz9XXv2 qxBvYkegmt2Tbvz_c7He1dAiGs7FkcCYFJfuJ81pLqdNuSP5g4BgM8icxQeR fl0M.LkjIo8kwVPUDC3O_bALTY5CnAbOkdvyor18- Received: from [192.54.144.229] by web29518.mail.ird.yahoo.com via HTTP; Tue, 15 Mar 2011 08:43:47 GMT X-Mailer: YahooMailRC/559 YahooMailWebService/0.8.109.295617 Date: Tue, 15 Mar 2011 08:43:47 +0000 (GMT) From: =?iso-8859-1?Q?Matthias_M=FCller?= Subject: Instantly check changes in submodules To: users@maven.apache.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org Hi,=0A=0Ai set up a maven project with dependencies to multiple submodules.= These sub =0Amodules contain resources and are developed by different pers= ons. =0A=0AI want these developers to check changes they have made instantl= y. =0A=0AIf i would be the only developer I would run the modules via "mvn = jetty:run" =0Afrom the command line of the project's root. Changes to the r= esources in the =0Asubmodules would appear instantly (i use a reloading cla= ssloader mechanism).=0A=0ABut I want the developers to only command their m= odules. =0A=0AHere's my only approach:=0A- Developer A deploys his (changed= ) module to Nexus=0A- Developer A tells me about the deployment=0A- I have = to run the modules.=0A- Developer A checks the changes.=0A=0AIsn't there a = less complicated way?=0A=0AMatthias=0A=0A=0ABTW: All the modules are manage= d by a Nexus manager. So, each developer can =0Adeploy and download modules= .=0A=0A=0A --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@maven.apache.org For additional commands, e-mail: users-help@maven.apache.org