i have written a new plugin.  however, no matter what dependencies are
defined by the calling pom, my pluging has only 2 jars on it's
classpath.  they are:

when running maven from the command line:
.../maven-2.0.2/core/boot/classworlds-1.1.jar

when running maven from eclipse:
.../eclipse/configuration/org.eclipse.osgi/bundles/347/1/.cp/lib/maven-e
mbedder-2.0.2-dep.jar
.../eclipse/configuration/org.eclipse.osgi/bundles/347/1/.cp/m2plugin.ja
r

i need to do know how to do the following two things, but i cannot find
any guidelines on how to do them.

1.  inherit the classpath/dependencies from the calling pom, without
having to explicity re-state them in under
build.plugins.plugin.depedencies
2.  add some additional dependencies to the classpath within the plugin.
these dependencies are all jars located in a directory.

thanks

jake



______________________________________________________________________
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email 
______________________________________________________________________

Reply via email to