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