Hi folks,
I'm trying to deploy a artifact to a local intranet repository using SCP, I
can establish a ssh session using my pass phrase as expected, but I'm having
to success in configuring maven to make it.

My settings.xml servers tag goes like this:
    <server>
      <id>ssh-repository</id>
      <username>$user_name</username>
      <privateKey>$usr_home/.ssh/identity</privateKey>
      <passphrase>####</passphrase>
    </server>

My pom.xml distributionManagement tag:
  <distributionManagement>
    <repository>
      <id>ssh-repository</id>
      <url>scp://<my_server_name>/<my_maven_repository_dir></url>
    </repository>
  </distributionManagement>

I'm not using putty, which I've read has a key format issue and a key
converter.
I've looked a lot at the mailing list archives and in the maven
documentation site.
Any help in any page will be most appreciated :)


--
"Minds are like parachutes, they work best when open."

Bruno Patini Furtado
Software Developer
webpage: www.bpfurtado.net
software development blog: http://bpfurtado.livejournal.com

Reply via email to