Return-Path: X-Original-To: apmail-maven-users-archive@www.apache.org Delivered-To: apmail-maven-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6A3A5FB39 for ; Thu, 25 Apr 2013 08:27:14 +0000 (UTC) Received: (qmail 6004 invoked by uid 500); 25 Apr 2013 08:27:12 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 5833 invoked by uid 500); 25 Apr 2013 08:27:12 -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 5810 invoked by uid 99); 25 Apr 2013 08:27:11 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Apr 2013 08:27:11 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of gcjtmu-turbine-maven-user-846@m.gmane.org designates 80.91.229.3 as permitted sender) Received: from [80.91.229.3] (HELO plane.gmane.org) (80.91.229.3) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Apr 2013 08:27:05 +0000 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1UVHVr-0002Sb-AO for users@maven.apache.org; Thu, 25 Apr 2013 10:26:43 +0200 Received: from mail.scalaris.com ([62.154.225.82]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 25 Apr 2013 10:26:43 +0200 Received: from Joerg.Schaible by mail.scalaris.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 25 Apr 2013 10:26:43 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: users@maven.apache.org From: =?UTF-8?B?SsO2cmc=?= Schaible Subject: Re: How to tell Maven to generate code when XSL has changed? Date: Thu, 25 Apr 2013 10:26:37 +0200 Organization: Scalaris AG Lines: 40 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8Bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: mail.scalaris.com User-Agent: KNode/4.10.1 X-Virus-Checked: Checked by ClamAV on apache.org Hi Markus, Markus Karg wrote: > I am using xml-maven-plugin to generate Java code from XML: > > > > org.codehaus.mojo > > xml-maven-plugin > > 1.0 > > > > > > generate-sources > > > > transform > > > > > > > > > > This works well, but now I want that it automatically executes as soon > as the used transformation XSLT file was modified. So how can I tell > maven that it shall do generate-sources as soon as a particular file was > touched? This is the responsibility of the plugin. - Jörg --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@maven.apache.org For additional commands, e-mail: users-help@maven.apache.org