How do I attach/integrate a script with maven? -Dave
On Wed, Feb 17, 2010 at 2:15 PM, Anders Hammar <[email protected]> wrote: > Create a script, which you could name whatever you want. > > /Anders > > On Wed, Feb 17, 2010 at 21:41, David Hoffer <[email protected]> wrote: > > > I want to use the maven-dependency-plugin's copy goal to copy some > specific > > artifacts. I don't want this bound to a maven lifecycle. So far so > > good...it works fine calling dependency:copy from the command line. > > > > However that's not what I want. I want to call the operation something > > specific like copyX. How can I do this? > > > > It needs to be specific so that it's intuitive; copy doesn't indicate > > anything about what is being copied. Copy makes sense when its bound to > a > > lifecycle but what's the best way to handle this when its not? > > > > -Dave > > >
