> 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]
