Hi there, I'm trying to build and install a Eclipse plugin using the maven-bundle-plugin, but until now I was unable. I have two questions!
- How can I reference on the pom.xml the dependecies that my project need from the Eclipse environment ?? Here is the list org.eclipse.ui, org.eclipse.core.runtime, org.eclipse.core.resources, org.eclipse.jdt.core, org.eclipse.ui.console - I'm working with SNAPSHOTs version, but apparently, Eclipse don't accept String on the version field, like 1.2.3-SNAPSHOT, only 1.2.3. Someone knows how to build a bundle based only on the number of the version of your project?? Thanks Thiago Moreira

