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
