[eclipse-plugin] java 1.5

2008-11-23 Thread Andreas Höhmann
Hello folks, can we add a org.apache.maven.plugins maven-compiler-plugin 1.5 1.5 to the pom of maven-eclipse-plugin (2.6-SNAPSHOT: trunk). Currently im fixing the bug http://jira.codehaus.org/browse/MECLIPSE-273 and i want use

Re: How to support modelVersion > 4.0.0

2008-11-23 Thread Raphaël Piéroni
Hi folks, Maybe i missed some discussions about new pom versions. But, when this new pom version is to be used in maven ? The hidden question is about the archetype plugin. Currently the plugin make some changes in the poms for the projects, like adding/changing parents or modules. I do imagine

RE: How to support modelVersion > 4.0.0

2008-11-23 Thread Brian E. Fox
>what I'm saying is let's go farther and make the pom deployed to the >repo a more minimal pom... keeping only that which is actually needed This can only be done for poms that are not poms, that is for things that are not inherited. Otherwise you still need to have the new pom version deploye

Use code from resource-plugin in other plugins (e.g. eclipse-plugin)

2008-11-23 Thread Andreas Höhmann
Hello Folks, how can i use the code from the maven-filtering (used in resource-plugin to handle resource-filtering etc.) in the eclipse-plugin? I try to fix the bug http://jira.codehaus.org/browse/MECLIPSE-273 (export multiple maven-resource into eclipse-buildpath). At the moment i have hacked