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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]