[ 
http://jira.codehaus.org/browse/MNG-3018?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=148496#action_148496
 ] 

Michael Semb Wever commented on MNG-3018:
-----------------------------------------

TestCase Available.


Checkout http://sesat.no/svn/sesat-kernel/trunk
and uncomment the lines
<!--pluginManagement--> <!-- See http://jira.codehaus.org/browse/MNG-3018 
.Uncomment when fixed. -->
and
<!--/pluginManagement--> <!-- See http://jira.codehaus.org/browse/MNG-3018 
.Uncomment when fixed. -->

to see an example.


> 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
>            Reporter: Michael Semb Wever
>             Fix For: Reviewed Pending Version Assignment
>
>
> 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

        

Reply via email to