Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [pde-build-dev] pom.xml dependency for eclipse plugin

Hi,
Perhaps you should have a look at Buckminster (http://www.eclipse.org/buckminster). It's fully integrated with the PDE and it can also read maven repositories.

Kind Regards,
Thomas Hallgren


Stéphane Bouchet wrote:
Hi,

I Agree with Andrew : the maven mailling list is a good place to ask
such questions.

You can also try the maven-pde-plugin that could help you :

http://mojo.codehaus.org/pde-maven-plugin/

Cheers,

Stéphane

Andrew Niefer a écrit :

You might have better luck asking this on the Maven mailing list.

How easily you can write a POM file will depend on your plugin itself. Note that Maven expresses dependencies on a jar level. OSGi dependencies are on bundles (which aren't necessarily jars) and also on packages. To get your dependencies into a form that is expressable in Maven, you will basically have to first figure out what the actual jars you need are (one way to do this is to see what pde.build or pde.ui generate for a classpath). This is very brittle as it depends very much on your target.

-Andrew




*Bhupendra Bhardwaj <bhupendra229@xxxxxxxxx>*
Sent by: pde-build-dev-bounces@xxxxxxxxxxx

11/30/2006 09:17 AM
Please respond to
"Eclipse PDE Build developers list." <pde-build-dev@xxxxxxxxxxx>


To
    pde-build-dev@xxxxxxxxxxx
cc
Subject
    [pde-build-dev] pom.xml dependency for eclipse plugin








Hi,
I have developed an eclipse plugin and now I have to build it using maven2.
I don't know much about maven2. Does someone know or post me a sample
dependency for eclipse3.2 plugins. I am having trouble in creating pom.xml
because I don't know how to create a dependency in pom.xml for alll the
eclipse3.2 plugins.

Thanks,
--
View this message in context: http://www.nabble.com/pom.xml-dependency-for-eclipse-plugin-tf2731958.html#a7620106
Sent from the Eclipse PDE - build mailing list archive at Nabble.com.

_______________________________________________
pde-build-dev mailing list
pde-build-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/pde-build-dev

------------------------------------------------------------------------

_______________________________________________
pde-build-dev mailing list
pde-build-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/pde-build-dev


_______________________________________________
pde-build-dev mailing list
pde-build-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/pde-build-dev



Back to the top