On 5/5/06, Mark Hansen <[EMAIL PROTECTED]> wrote:
I want to write a plugin that I can pass a groupId/artifactId to, and it will upload the artifact to a specific directory (say - to build a lib directory). Does anyone know how I can get a file reference to the artifacts that Maven builds, so that I can copy them elsewhere?
Have a look into the minijar plugin at mojo. Should be a good example. http://mojo.codehaus.org/minijar-maven-plugin/ cheers -- Torsten --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
