You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Brett Porter (JIRA)" <ji...@codehaus.org> on 2008/12/18 12:48:19 UTC

[jira] Updated: (MNG-3018) pluginManagement configurations are not honoured when plugin is silently included

     [ http://jira.codehaus.org/browse/MNG-3018?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brett Porter updated MNG-3018:
------------------------------

    Affects Version/s: 3.0-alpha-1
        Fix Version/s:     (was: Reviewed Pending Version Assignment)
                       3.0-alpha-3

> pluginManagement configurations are not honoured when plugin is silently included
> ---------------------------------------------------------------------------------
>
>                 Key: MNG-3018
>                 URL: http://jira.codehaus.org/browse/MNG-3018
>             Project: Maven 2
>          Issue Type: Bug
>          Components: Embedding
>    Affects Versions: 3.0-alpha-1
>            Reporter: Michael Semb Wever
>             Fix For: 3.0-alpha-3
>
>
> Read http://jira.codehaus.org/browse/MEVENIDE-532
> In my top parent pom.xml i've define the maven-compiler-plugin configuration like:
> <build>
> <pluginManagement>
> <plugins>
> <plugin>
> <artifactId>maven-compiler-plugin</artifactId>
> <configuration>
> <source>1.5</source>
> <target>1.5</target>
> <encoding>UTF-8</encoding>
> </configuration>
> </plugin> ...
> since not all my subprojects require the plugin, and when they do they silently include the plugin, it makes more sense to define it within the <pluginManagement> tag.
> But when i use mevenide-netbeans all my projects are marked uncompilable since the maven embedder does not report the above defined configuration for the maven-compiler-plugin.

-- 
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