you might be right, i'll look into it. i've already used GMaven to use some groovy code in a pom file, and it is quite easy.
thanks for the idea. E. On Sun, Jan 24, 2010 at 6:45 PM, Wayne Fay <[email protected]> wrote: > > is it possible to tell maven to add a classpathPrefix that will include > the > > artifactId Subdirectory? > > > > i'm using 'copy dependencies' plugin, and i want to keep each artifact in > > its own dir: > > I really think you need to just write your own plugin to do all this > custom file location business related to trying to deploy your apps > into their runtime environment. Its not that terribly difficult and > you could do literally whatever you want, so long as you can code it > (in Java, Ant, Groovy, etc). > > Wayne > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > -- Eyal Edri
