[
http://jira.codehaus.org/browse/MECLIPSE-195?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_98750
]
Graham Leggett commented on MECLIPSE-195:
-----------------------------------------
The workaround to this issue is to explicitly set the plugin dependencies
library:
<plugin>
<artifactId>maven-eclipse-plugin</artifactId>
<configuration>
<classpathContainers>
<classpathContainer>org.eclipse.jdt.launching.JRE_CONTAINER</classpathContainer>
<classpathContainer>org.eclipse.pde.core.requiredPlugins</classpathContainer>
</classpathContainers>
<pde>true</pde>
</configuration>
</plugin>
> PDE feature in Multiproject
> ---------------------------
>
> Key: MECLIPSE-195
> URL: http://jira.codehaus.org/browse/MECLIPSE-195
> Project: Maven 2.x Eclipse Plugin
> Issue Type: Bug
> Components: PDE support
> Affects Versions: 2.3
> Environment: Maven 2 & Eclipse 3.2
> Reporter: Markus Wolf
>
> When using pde=true in multiproject setup the
> org.eclipse.pde.core.requiredPlugins is not set in .classpath
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira