>>>>> Steinar Bang <[EMAIL PROTECTED]>:
> Platform: Intel Pentium M, Ubuntu Dapper,
> Sun Java 2 SDK 1.6.0_06,
> maven 2.0.4,
> maven-eclipse-plugin 2.3
> I'm trying to use -Dpde=true to give modules plugin nature, ie.
> mvn eclipse:eclipse -Dpde=true
> but that doesn't seem to work.
That's because it should have been
mvn eclipse:eclipse -Declipse.pde=true
> Ie. there is no plugin nature in .project, and .classpath still refers
> to files directly in the local maven repository.
After the parameter name correction the .project and .classpath looks
correct. But no jars are copied to a project local directory, like
the documentation says it should be.
http://maven.apache.org/plugins/maven-eclipse-plugin/eclipse-mojo.html
> I noticed this bug
> http://jira.codehaus.org/browse/MECLIPSE-195
On a side note: that's probably not my bug/problem, because with 2.3 I
do get requiredPlugins set in classpath.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]