You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Graham Leggett <mi...@sharp.fm> on 2007/06/05 15:57:25 UTC

maven-eclipse-plugin: PDE nature

Hi all,

I am trying to figure out exactly what the <pde>true</pde> configuration
does in maven-eclipse-plugin, and whether this behaviour is at all
compatible with the maven-pde-plugin.

When <pde>true</pde> is added, the .classpath file is no longer created.
Is this correct behaviour?

In addition, the following snippet of configuration is added to .project:

  <linkedResources>
    <link>
      <name>abbot-0.13.0.jar</name>
      <type>1</type>
      <location>C:/WINNT/profiles/leggettg/.m2/repository/abbot/abbot/0.13.0/abbot-0.13.0.jar</location>
    </link>
    ...
  </linkedResources>

This breaks because a) it contains an absolute path, and b)
maven-pde-plugin expects dependencies to be found locally in the lib/
directory of the plugin, something that can be achieved using the
maven-dependency-plugin.

Can anyone confirm whether <pde>true</pde> serves any purpose, and whether
it's current behaviour is correct?

Regards,
Graham
--



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org