Re: Plugin Development: resolving arbitrary artifacts

2009-09-15 Thread Benjamin Bentmann
Tristan JC Rouse wrote: 1) The DefaultArtifactResolver class's resolve(Artifact, List, ArtifactRepository) method takes an ArtifactRepository parameter which specifies the local repository. I can't figure out where to find this Have a glance at the sections "For accessing artifacts and reposit

Plugin Development: resolving arbitrary artifacts

2009-09-15 Thread Tristan JC Rouse
Hi, I'm currently trying to write a plugin to deploy a project to an application server. This project is of a type not currently buildable by Maven so my plan of action is to manually build the artifact and deploy it to my internal remote repository (deploy:deployfile) and then get Maven to resolve