So can't you add the internal repository anyway for deployment purposes? -K
On 6/5/06 12:38 PM, "Adam Hardy" <[EMAIL PROTECTED]> wrote: > I have a question about mvn deploy:deploy-file. I would like to be able > to specify the repository URL on its own, because I am using maven-proxy > as a method of serving our company repository to the team. Therefore I > don't need an entry in the settings.xml. > > If I don't specify the repository in my settings.xml though, maven > complains and demands that I give the id from the settings.xml. > > > mvn deploy:deploy-file -DgroupId=com.mycompany.cortex > -DartifactId=soa-services > -Dfile=target/soa_services.jar > -DgeneratePom=true > -Dpackaging=jar > -Durl=file:///ctxtools/jar-repository/company-repo/ > -DrepositoryId=company > -Dversion=1.0 > > > Thanks > Adam > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
