Re: Problem with Jar:deploy under Windows

2004-05-18 Thread Emmanuel Venisse
ginal Message- From: Brett Porter [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 18, 2004 9:30 AM To: 'Maven Users List' Subject: RE: Problem with Jar:deploy under Windows Unfortunately, the deploy plugin used by jar and others, unlike artifact, only supports ssh targets. You probably n

RE: Problem with Jar:deploy under Windows

2004-05-18 Thread Amato Massimiliano \(TLAB\)
orter [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 18, 2004 9:30 AM To: 'Maven Users List' Subject: RE: Problem with Jar:deploy under Windows Unfortunately, the deploy plugin used by jar and others, unlike artifact, only supports ssh targets. You probably need to set central as "localho

Re: Problem with Jar:deploy under Windows

2004-05-18 Thread Emmanuel Venisse
You use properties of artifact plugin, but jar plugin doesn't use it actually. Actually, you can only deploy jar with ssh (deploy plugin). In the future, we'll uniformize the deploy mechanism. Emmanuel - Original Message - From: "Amato Massimiliano (TLAB)" <[EMAIL PROTECTED]> To: "Maven

RE: Problem with Jar:deploy under Windows

2004-05-18 Thread Brett Porter
Unfortunately, the deploy plugin used by jar and others, unlike artifact, only supports ssh targets. You probably need to set central as "localhost" and directory as \\astrodev001\\development$\\maven\\repository... Although I'm not sure how well that will work and still requires ssh installed whic