When you say 'repo' do you mean source code repository? You can use the Maven SCM plugin get checkout your project, prior to running install -
mvn scm:checkout -DconnectionUrl=scm:svn:http://somehost/somepath/someproject On Mon, 2010-01-18 at 14:40 +0200, eyal edri wrote: > I'm not sure this plugin is what i need. > > what i would want is simply to run "mvn install project-name" from any > directory on the fs and maven will run the 'install' phase without > having > the pom & code locally (will read it from the repo). > > Eyal. -- Adam Leggett Chief Architect Mike CI - Hosted Continuous Integration http://mikeci.com https://twitter.com/builtbyadam --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
