Hi, I'm new to maven plugin development. I'm writing an ant based maven
plugin. The ant script contains a java task which requires the classpath of
the plugin, i.e. the dependencies in the plugin pom. How can I construct
the-plugin-classpath?

myplugin.build.xml:

<java …>
  <classpath the-plugin-classpath>
</java>

Gerd

-- 
View this message in context: 
http://www.nabble.com/How-to-access-the-plugin-class-path-in-ant-based-mojo-tp23409996p23409996.html
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to