So, let's try using scp instead of https with basic auth:

in pom.xml:

<pre>
[…]
<repositories>
<repository>
<id>ppw-missing-scp</id>
<name>PeopleWare Repository of Missing Artifacts, via scp</name>

<url>scp://cvs.peopleware.be/ppw/projects/maven/public_html/maven2/repository</url>
</repository>
[…]
</repositories>
[…]
</pre>


In ~/.m2/settings.xml:

<pre>
|-->
<servers>
<server>
<id>ppw-missing-scp</id>
<username>thisIsMe</username>
</server>
[…]
</servers>
[…]
</pre>

My public key is in ~/.ssh.

This doesn't work either! <kbd>mvn compile</kbd> hangs on
<samp>Downloading: scp://cvs.peopleware.be/ppw/projects/maven/public_html/maven2/repository/org/toryt/toryt-I/1.3.0-3.0/toryt-I-1.3.0-3.0.pom</samp>.

When, in another terminal, I run

<kbd>
[EMAIL PROTECTED]>scp [EMAIL PROTECTED]:/ppw/projects/maven/public_html/maven2/repository/org/toryt/toryt-I/1.3.0-3.0/toryt-I-1.3.0-3.0.pom .
toryt-I-1.3.0-3.0.pom 100% 1243 19.9KB/s 00:00
</kbd>

The download is instantenuous. I don't get it!



On 28 Nov 2005, at 16:38, ir. ing. Jan Dockx wrote:

Indeed. Thanks for this pointer to [EMAIL PROTECTED] nevertheless, but I can't find an answer there for my problem. Anyone else?


On 28 Nov 2005, at 15:51, Arnaud Bailly wrote:

ir. ing. Jan Dockx wrote:
Please? Someone?
The previous answer points to a small guide I proposed for accessing a repository over HTTPS with client-certificate-based authentication, not with password-based (eg. Basic in HTTP parlance) authentication. This may be useful but as you can tell from the doc, the settings are the same for maven 1 and 2 (BTW: we have both kind of repos on our server and it works fine) so this may not be the same problem as yours.

PS: no, you're not alone :-)

--
Arnaud Bailly - Ingénieur de Recherche
NORSYS
1, rue de la Cense des Raines
ZAC du Moulin
59710 ENNEVELIN
Tel : (33) 3 28 76 56 76
Fax : (33) 3 28 76 57 00
Web : http://www.norsys.fr

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


<x-tad-smaller>Met vriendelijke groeten,

Jan Dockx
</x-tad-smaller><x-tad-smaller>
PeopleWare NV - Head Office</x-tad-smaller>
<x-tad-smaller>
Cdt.Weynsstraat 85
B-2660 Hoboken
Tel: +32 3 448.33.38
Fax: +32 3 448.32.66 </x-tad-smaller>
<x-tad-bigger>
</x-tad-bigger>
<x-tad-smaller>
PeopleWare NV - Branch Office Geel</x-tad-smaller>
<x-tad-smaller>
Kleinhoefstraat 5
B-2440 Geel
Tel: +32 14 57.00.90
Fax: +32 14 58.13.25</x-tad-smaller>
<x-tad-bigger>
</x-tad-bigger>
<x-tad-smaller>
http://www.peopleware.be/
http://www.mobileware.be/</x-tad-smaller>


<x-tad-smaller>Met vriendelijke groeten,

Jan Dockx
</x-tad-smaller><x-tad-smaller>
PeopleWare NV - Head Office</x-tad-smaller>
<x-tad-smaller>
Cdt.Weynsstraat 85
B-2660 Hoboken
Tel: +32 3 448.33.38
Fax: +32 3 448.32.66 </x-tad-smaller>
<x-tad-bigger>
</x-tad-bigger>
<x-tad-smaller>
PeopleWare NV - Branch Office Geel</x-tad-smaller>
<x-tad-smaller>
Kleinhoefstraat 5
B-2440 Geel
Tel: +32 14 57.00.90
Fax: +32 14 58.13.25</x-tad-smaller>
<x-tad-bigger>
</x-tad-bigger>
<x-tad-smaller>
http://www.peopleware.be/
</x-tad-smaller><x-tad-smaller>http://www.mobileware.be/</x-tad-smaller>

Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to