Re: goal to deploy an artifact

2004-10-25 Thread Brett Porter
IF you have a look at jar:deploy, that's exactly what is there :) Cheers, Brett Ryan Schutt wrote: While searching the maven plugins for a goal to automatically upload a created artifact to a repository, I ran across the maven artifact plugin. This plugin seems to have the necessary functionality

goal to deploy an artifact

2004-10-25 Thread Ryan Schutt
While searching the maven plugins for a goal to automatically upload a created artifact to a repository, I ran across the maven artifact plugin. This plugin seems to have the necessary functionality needed for automatically uploading artifacts, and indeed, I can accomplish what I need if I add thi