I made an Ant script in order to build automatically RCP plugins and to
generate sources. All is OK, the script works fine into Eclipse.
But I have an error when I launch it from Maven, it doesn't find the
command "pde.exportPlugins". It seems that when it is launched from "Run
as --> Ant Build", Eclipse automatically adds the needed libraries. Is
there a way to launch my script from Maven and to know what libraries are
used so I could import them into my pom.xml and make my script work ?