Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[m2e-dev] PDE Project problem

Hello,

I'm working on a SOA solution based on a J2EE server and an Eclipse RCP client ( Plug-ins projects with PDE tools on eclipse). The communication between the client and the server is supported by spring RMI with a common bundle project between the client and the server.
The entire project is using maven, the maven-jar-plugin plug-in is used for compiling the server project and the maven-bundle-plugin plug-in is used for compiling bundle projects (client and commons projects).
I’m actually working on the integration on my project into an eclipse 3.4 with the plug-in m2eclipse 0.9.8.200905041414. It works fine for basic java project but I get some issues for using my bundle projects. Theses project are considerate like classic java projects so the classpath is generated but the manifest file do not change. I add this plug-in into my pom files but nothing change :

<plugin>
                <artifactId>maven-eclipse-plugin</artifactId>
                <configuration>
                      <pde>true</pde>
                </configuration>
</plugin>

Is there someone who works this m2eclipse and bundle projects who can explain me the way to configure correctly my workspace / maven configuration.

Thanks in advance

Regards

Pierre





Back to the top