Hi everyone, It seems to me that a big number of plugins require that a file or set of files be deployed to a remote location (using whatever procotol: ftp, file copy, scp, etc). However currently they each have to implement the mechanism to do so.
For example, if we want to modify the cruisecontrol plugin so that the generate cruisecontrol.xml file can be deployed to the CC server, we would need to reimplement deployment. Wouldn't it be nice to have a Deployer plugin (in the same spirit as the Artifact plugin) that can deploy any file or set of files to a remote location? The Artifact plugin itself could use the Deployer plugin to deploy artifacts to a remote Maven repo. It seems to me that Wagon is too high level as it is meant to only deploy Artifacts (correct me if I'm wrong). I think it should be refactored to allow publishing any file/files to any remote location. What do you think? Is that planned for m2? Thanks -Vincent --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
