[ http://jira.codehaus.org/browse/MNG-3018?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_97482 ]
Milos Kleint commented on MNG-3018: ----------------------------------- the netbeans integration is using a maven-embedder 2.1-SNAPSHOT from last September. > 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 > > 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