+1
Brian E. Fox wrote: > Dan Tran and I have been working quite a bit getting the dependency > plugin ready to release. It's been tested pretty thoroughly by Dan and > all known issues are resolved. Right now the plugin has 4 goals: > > copy - this takes a list of artifacts defined in the plugin > configuration section and copies them to a specified location, > renaming them if desired > unpack - like copy but unpacks. > > The above goals can resolve the artifacts from remote repositories if > they don't exist in local. > > copy-dependencies - this takes the list of dependencies and trans > dependencies and copies them to a specified location, stripping the > version if desired. > unpack-dependencies - like copy-dependencies but unpacks. > > All goals are able to detect if the artifacts already exist and don't > copy/unpack again. > > The code is thoroughly javadoc'd and the site is updated and already > deployed on http://mojo.codehaus.org. I'l like to do a 72hr vote on > graduating from the sandbox and releasing 1.0 > > +1 > > Thanks, > Brian