On 1/2/07, Mykel Alvis wrote:
You first need to define your internal repository representation and how you plan to host it.
I've run a Maven1 internal repository, so I have a relatively good idea of what I'd like to do. At the moment, the simplest method for updating repo would be via scp and that's what I was trying to do. Anyway, I've figured out what my problem was. Ended up using the following syntax: mvn deploy:deploy-file -DgroupId=jaxb -DartifactId=jaxb-api -Dversion=2.0 -DgeneratePom=true -Dpackaging=jar "-Dfile=c:/Documents and Settings/dqb/.m2/repository/jaxb/jaxb-api/2.0/jaxb-api-2.0.jar" -DrepositoryId=csa_internal -Durl=scp://[EMAIL PROTECTED]/Storage/web/repository/maven2 thanks d. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
