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

I found a http://repo1.maven.org/eclipse repository, where all required
plugins are there.
The problem left was the jar format. the default jar format of eclipse is
<name>_version. But maven uses <name>-<version>.   
So there are two options-
1) either eclipse config osgi.bundles to be modified
2) renaming the jars from maven repository.

I liked option 2 


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



Back to the top