Hi,

the deploy plugin supports scp:// URLs. Activate with something like
  <distributionManagement>
    <repository>
      <id>vm02</id>
      <url>scp://[EMAIL PROTECTED]/tmp/maven/</url>
    </repository>
  </distributionManagement>
The dependency plugin can copy files, but I think only to local directories.
With the antrun plugin you will surely find some ant component that can do it.

HTH,

Stefan

Cybexion wrote:
Hi,

after a successful "install" I could like to copy some (not all) of the
created jars into a directory on a different machine.  Does anyone know how
to do this?
Thanks in advance!

--
best regards,

Stefan Seidel
software developer
________________________
VUB Printmedia GmbH
Chopinstraße 4
D-04103 Leipzig
Germany
tel.    +49 (341) 9 60 50 07
fax.    +49 (341) 9 60 50 92
mail.   [EMAIL PROTECTED]
web.    www.vub.de

HRB Köln 24015
UStID DE 122 649 251
GF Dr. Achim Preuss Neudorf,
Dr. Christian Preuss Neudorf

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to