Return-Path: Delivered-To: apmail-maven-issues-archive@minotaur.apache.org Received: (qmail 98440 invoked from network); 25 Feb 2009 20:36:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 25 Feb 2009 20:36:48 -0000 Received: (qmail 93137 invoked by uid 500); 25 Feb 2009 20:36:47 -0000 Delivered-To: apmail-maven-issues-archive@maven.apache.org Received: (qmail 93094 invoked by uid 500); 25 Feb 2009 20:36:47 -0000 Mailing-List: contact issues-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@maven.apache.org Delivered-To: mailing list issues@maven.apache.org Received: (qmail 93083 invoked by uid 99); 25 Feb 2009 20:36:47 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Feb 2009 12:36:47 -0800 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: local policy) Received: from [63.246.2.115] (HELO codehaus01.managed.contegix.com) (63.246.2.115) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Feb 2009 20:36:40 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [127.0.0.1]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id BF0CB15E81FB for ; Wed, 25 Feb 2009 14:36:19 -0600 (CST) Message-ID: <11400227.1235594179780.JavaMail.haus-jira@codehaus01.managed.contegix.com> Date: Wed, 25 Feb 2009 14:36:19 -0600 (CST) From: "Benjamin Bentmann (JIRA)" To: issues@maven.apache.org Subject: [jira] Commented: (MNG-4051) Default phase binding is not working In-Reply-To: <22711683.1235589019693.JavaMail.haus-jira@codehaus01.managed.contegix.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 4e90ceb663894a42f12c0e28abbab431 X-Virus-Checked: Checked by ClamAV on apache.org [ http://jira.codehaus.org/browse/MNG-4051?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=167038#action_167038 ] Benjamin Bentmann commented on MNG-4051: ---------------------------------------- I couldn't reproduce your issue here. Did you declare an {{}} element for your goal in the POM? Just adding {{@phase ...}} is not enough. > Default phase binding is not working > ------------------------------------ > > Key: MNG-4051 > URL: http://jira.codehaus.org/browse/MNG-4051 > Project: Maven 2 > Issue Type: Bug > Components: Plugins and Lifecycle > Affects Versions: 2.0.10 > Environment: Windows XP Pro SP2 > JDK 1.6.0_10 > Reporter: Markus KARG > Priority: Critical > > The default phase binding is not working: My mojo contains @phase generate-resources, what results in a phase entry in the plugin.xml. But it is not getting execute at mvn compile (yes, there is no typo, I double checked. If I am adding an explicit phase binding (execution) to the pom, it IS getting execute. So the default seems to do just nothing. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira