You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Michael Osipov (JIRA)" <ji...@apache.org> on 2015/08/30 11:23:46 UTC

[jira] [Commented] (MPH-90) help:effective-pom does not show project properties injected into plugin parameters

    [ https://issues.apache.org/jira/browse/MPH-90?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14721458#comment-14721458 ] 

Michael Osipov commented on MPH-90:
-----------------------------------

I have to add some information on a general for this issue.

> help:effective-pom does not show project properties injected into plugin parameters
> -----------------------------------------------------------------------------------
>
>                 Key: MPH-90
>                 URL: https://issues.apache.org/jira/browse/MPH-90
>             Project: Maven Help Plugin
>          Issue Type: New Feature
>          Components: effective-pom
>    Affects Versions: 2.1.1
>         Environment: Maven 2.2.1 and Maven 3.0.3
>            Reporter: Michael Osipov
>            Assignee: Robert Scholte
>            Priority: Minor
>         Attachments: compiler-debug.png, effective-pom.log, pom.xml, target-option.png
>
>
> When I define something like this in my POM:
> {code:xml}
> <properties>
>   <maven.compiler.source>1.6</maven.compiler.source>
>   <maven.compiler.target>1.6</maven.compiler.target>
> </properties>
> {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 was sent by Atlassian JIRA
(v6.3.4#6332)