Hi there

I have a question regarding Maven and RCP Plugin development:
I have different subprojects, that produce libraries (jars) that I need in an eclipse plugin. Because the development speed is high, I want to use our internal maven repository to access the jars.

In simple java projects I add the jars to the classpath with a variable (MAVEN_REPO/log4j/jars/log4j-1.2.8.jar). But in the PDE, I have to add the jar as a library to the runtime tag in the plugin.xml file.
   <runtime>
      <library name="lib/log4j-1.2.8.jar"/>
   </runtime>
I can't add my library in the maven repository here.

How could I do this? Do I have to copy my jars to the pluginproject everytime I do a release on the Jars?

Regards,
Martin

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to