From issues-return-83546-apmail-maven-issues-archive=maven.apache.org@maven.apache.org Sat Feb 2 08:35:41 2013 Return-Path: X-Original-To: apmail-maven-issues-archive@minotaur.apache.org Delivered-To: apmail-maven-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 17871E7C1 for ; Sat, 2 Feb 2013 08:35:41 +0000 (UTC) Received: (qmail 66808 invoked by uid 500); 2 Feb 2013 08:35:40 -0000 Delivered-To: apmail-maven-issues-archive@maven.apache.org Received: (qmail 66761 invoked by uid 500); 2 Feb 2013 08:35:40 -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 66715 invoked by uid 99); 2 Feb 2013 08:35:38 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 02 Feb 2013 08:35:38 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [63.246.24.159] (HELO codehaus01.managed.contegix.com) (63.246.24.159) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 02 Feb 2013 08:35:33 +0000 Received: from codehaus01 (localhost.localdomain [127.0.0.1]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id 44560B06C0 for ; Sat, 2 Feb 2013 02:35:13 -0600 (CST) Date: Sat, 2 Feb 2013 02:35:13 -0600 (CST) From: "Herve Boutemy (JIRA)" To: issues@maven.apache.org Message-ID: <562637248.39799.1359794113280.JavaMail.j2ee-jira@codehaus01.managed.contegix.com> In-Reply-To: <1815609728.27207.1357153333325.JavaMail.j2ee-jira@codehaus01.managed.contegix.com> Subject: [jira] (MPH-90) help:effective-pom does not show full effective-pom MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 22cf62d5d84cf5bea94eb3b65e0ebd09 X-Virus-Checked: Checked by ClamAV on apache.org [ https://jira.codehaus.org/browse/MPH-90?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=318529#comment-318529 ] Herve Boutemy edited comment on MPH-90 at 2/2/13 2:33 AM: ---------------------------------------------------------- I think you expect things from effective pom that is not feasible: you expect normalization. But the effective pom is not normalized: plugin takes parameter values from multiple source: see [PluginParameterExpressionEvaluator|http://maven.apache.org/ref/3.1-SNAPSHOT/maven-core/apidocs/org/apache/maven/plugin/PluginParameterExpressionEvaluator.html] for complete information to me, there is no bug in help:effective-pom but wrong expectations and I don't see how we could code your expectations, since we would have to mimic PluginParameterExpressionEvaluator was (Author: hboutemy): I think you expect things from effective pom that is not feasible: you expect normalization. But the effective pom is not normalized: plugin takes parameter values from multiple source: see [http://maven.apache.org/ref/3.1-SNAPSHOT/maven-core/apidocs/org/apache/maven/plugin/PluginParameterExpressionEvaluator.html|PluginParameterExpressionEvaluator] for complete information to me, there is no bug in help:effective-pom but wrong expectations and I don't see how we could code your expectations, since we would have to mimic PluginParameterExpressionEvaluator > help:effective-pom does not show full effective-pom > --------------------------------------------------- > > Key: MPH-90 > URL: https://jira.codehaus.org/browse/MPH-90 > Project: Maven 2.x Help Plugin > Issue Type: Bug > Affects Versions: 2.1.1 > Environment: Maven 2.2.1 and Maven 3.0.3 > Reporter: Michael Osipov > Assignee: Robert Scholte > Attachments: compiler-debug.png, effective-pom.log, pom.xml, target-option.png > > > When I define something like this in my POM: > {code:xml} > > 1.6 > 1.6 > > {code} > the compiler plugin picks this up but this settings is not reflected in the {{Model}} and not written out as part of the effective POM. > Either this is fixed within the system or the docs of this plugin need to mention this clearly. > This is related to MJAVADOC-310 and MPIR-263. > I a workaround for now by passing those properties to the plugin but this does not solve this problem. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira