Hello,
I have a maven plugin, written in ant. I want to include resources in it that I can then use during the run of the plugin. If it were a java mojo, I could get the resource directly out of the classpath (from the jar). But in an ant plugin...I have no idea.

But how can I do this? I have been using the maven-dependency-plugin to to get it from some other artifact, but that is very messy...I want it all self-contained in the same plugin. Looking at the maven-ant-tasks, it doesn't seem that easy to do the equivalent (even on "myself", ie the plugin itself).
Any ideas?

Thanks in advance,
Ben

PS If you want details...
Specifically, I have a makefile that I need to use in multiple other projects, and I want to put it in the plugin. I then copy to a remote build machine, and call make remotely on it. Its for an embedded java enviroment (with gcj).


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to