Re: [SURVEY] How does your team retrieve artifacts?

2008-05-23 Thread swilliams89

[X] Our team uses HTTP to retrieve our artifacts 

- Scott Williams

Jason van Zyl-2 wrote:
 
 Hi,
 
 I'm just trying to get some data on what protocol is used to retrieve  
 artifacts. This question strictly relates to what you use for  
 retrieval. Most people I have seen use a web server or a shared  
 network drive, but I'd like to get some feedback.
 
 [ ] Our team uses HTTP to retrieve our artifacts
 [ ] Our team intends to use HTTP to retrieve our artifacts
 [ ] Our team uses the filesystem
 [ ] Our team does not use HTTP or the filesystem because  please  
 say what protocol you use and the reason
 
 Thanks,
 
 Jason
 
 --
 Jason van Zyl
 Founder,  Apache Maven
 jason at sonatype dot com
 --
 
 A language that doesn’t affect the way you think about programming is  
 not worth knowing.
 
 — Alan Perlis
 
 
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 

-- 
View this message in context: 
http://www.nabble.com/-SURVEY--How-does-your-team-retrieve-artifacts--tp17356612p17440111.html
Sent from the Maven - Users mailing list archive at Nabble.com.


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



Re: [SURVEY] How does your team retrieve artifacts?

2008-05-22 Thread Tim Kettler

 [x] Our team uses HTTP to retrieve our artifacts

HTTPS actually

 [ ] Our team uses the filesystem

Don't using this at the moment, but I think a filesystem based 
repository could be really useful for example when one wants/needs to 
ship a repository with a product.


-Tim

Jason van Zyl schrieb:

Hi,

I'm just trying to get some data on what protocol is used to retrieve 
artifacts. This question strictly relates to what you use for retrieval. 
Most people I have seen use a web server or a shared network drive, but 
I'd like to get some feedback.


[ ] Our team uses HTTP to retrieve our artifacts
[ ] Our team intends to use HTTP to retrieve our artifacts
[ ] Our team uses the filesystem
[ ] Our team does not use HTTP or the filesystem because  please say 
what protocol you use and the reason


Thanks,

Jason

--
Jason van Zyl
Founder,  Apache Maven
jason at sonatype dot com
--

A language that doesn’t affect the way you think about programming is 
not worth knowing.


— Alan Perlis




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




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



Re: [SURVEY] How does your team retrieve artifacts?

2008-05-22 Thread Daniele De Francesco
Hi all,

[X] Our team uses HTTP to retrieve our artifacts


Greetings

--
Daniele De Francesco
Senior Java Architect
Value Team S.p.A.

e-mail: [EMAIL PROTECTED]


Re: [SURVEY] How does your team retrieve artifacts?

2008-05-22 Thread simon

On Wed, 2008-05-21 at 14:14 -0700, Jason van Zyl wrote:
 On 21-May-08, at 1:07 PM, Wendy Smoak wrote:
 
  On Tue, May 20, 2008 at 11:15 PM, Jason van Zyl [EMAIL PROTECTED]  
  wrote:
 
  [X] Our team uses HTTP to retrieve our artifacts
 
  ... and should be using HTTPS because some repos require
  authentication.  While we're on the subject, the plain text passwords
  in settings.xml are a problem (violation of corporate policy that
  passwords always be encrypted.)
 
 
 Oleg implemented a solution in plexus-cipher and I haven't pushed him  
 to give me patches for the rest but I will eventually or someone else  
 can harass him :-) But he's got an encrypted store for passwords.

???

If the passwords are encrypted, then don't you need a password to
unencrypt them before use?

Do you maybe mean obfuscated passwords, eg ROT13 encoded, to make them
unreadable to a very casual glance? I hardly think that is worth doing.

The *proper* solution for people or corporations who care about security
is to use a KEY for authentication, not a password. Set up the
privateKey entry to point to the key, then use ssh-agent/ssh-add
to enter the passphrase. No passwords are then needed in plain text
anywhere.

Any corporate policy that claims to be secure but still relies on
passwords for authentication instead of keys is just plain stupid, and
time spent supporting that setup is time wasted.

Regards,
Simon


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



Re: [SURVEY] How does your team retrieve artifacts?

2008-05-22 Thread Jason van Zyl


On 22-May-08, at 12:41 AM, Tim Kettler wrote:


 [x] Our team uses HTTP to retrieve our artifacts

HTTPS actually

 [ ] Our team uses the filesystem

Don't using this at the moment, but I think a filesystem based  
repository could be really useful for example when one wants/needs  
to ship a repository with a product.




I have often has cases where this is desirable, but the the desire is  
usually to incorporate that into the existing repository  
infrastructure. So that mean a tool to create a repository, and then  
have that repository be imported.



-Tim

Jason van Zyl schrieb:

Hi,
I'm just trying to get some data on what protocol is used to  
retrieve artifacts. This question strictly relates to what you use  
for retrieval. Most people I have seen use a web server or a shared  
network drive, but I'd like to get some feedback.

[ ] Our team uses HTTP to retrieve our artifacts
[ ] Our team intends to use HTTP to retrieve our artifacts
[ ] Our team uses the filesystem
[ ] Our team does not use HTTP or the filesystem because   
please say what protocol you use and the reason

Thanks,
Jason
--
Jason van Zyl
Founder,  Apache Maven
jason at sonatype dot com
--
A language that doesn’t affect the way you think about programming  
is not worth knowing.

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



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



Thanks,

Jason

--
Jason van Zyl
Founder,  Apache Maven
jason at sonatype dot com
--

You are never dedicated to something you have complete confidence in.
No one is fanatically shouting that the sun is going to rise tomorrow.
They know it is going to rise tomorrow. When people are fanatically
dedicated to political or religious faiths or any other kind of
dogmas or goals, it's always because these dogmas or
goals are in doubt.

-- Robert Pirzig, Zen and the Art of Motorcycle Maintenance 





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



Re: [SURVEY] How does your team retrieve artifacts?

2008-05-22 Thread Wendy Smoak
On Tue, May 20, 2008 at 11:15 PM, Jason van Zyl [EMAIL PROTECTED] wrote:

[X] Our team uses the filesystem

I also use the filesystem with file:// urls, it's very useful for
testing a set of repository contents locally before making them
available in a remote repo, and for quick examples.  I wouldn't want
to see support for this dropped.

-- 
Wendy

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



Re: [SURVEY] How does your team retrieve artifacts?

2008-05-22 Thread Tom Huybrechts
I use HTTP for ordinary development.
However file is also used often in tooling. For example I have a
custom release plugin that deploys to a file based staging repository.
Only when the release completely succeeds, is the staging repository
uploaded (using the staging plugin) to the real repository. This buys
me atomic releases (because release:perform does fail sometimes even
if release:prepare didn't).

On Wed, May 21, 2008 at 8:15 AM, Jason van Zyl [EMAIL PROTECTED] wrote:
 Hi,

 I'm just trying to get some data on what protocol is used to retrieve
 artifacts. This question strictly relates to what you use for retrieval.
 Most people I have seen use a web server or a shared network drive, but I'd
 like to get some feedback.

 [ ] Our team uses HTTP to retrieve our artifacts
 [ ] Our team intends to use HTTP to retrieve our artifacts
 [ ] Our team uses the filesystem
 [ ] Our team does not use HTTP or the filesystem because  please say
 what protocol you use and the reason

 Thanks,

 Jason

 --
 Jason van Zyl
 Founder,  Apache Maven
 jason at sonatype dot com
 --

 A language that doesn't affect the way you think about programming is not
 worth knowing.

 — Alan Perlis




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



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



[SURVEY] How does your team retrieve artifacts?

2008-05-21 Thread Jason van Zyl

Hi,

I'm just trying to get some data on what protocol is used to retrieve  
artifacts. This question strictly relates to what you use for  
retrieval. Most people I have seen use a web server or a shared  
network drive, but I'd like to get some feedback.


[ ] Our team uses HTTP to retrieve our artifacts
[ ] Our team intends to use HTTP to retrieve our artifacts
[ ] Our team uses the filesystem
[ ] Our team does not use HTTP or the filesystem because  please  
say what protocol you use and the reason


Thanks,

Jason

--
Jason van Zyl
Founder,  Apache Maven
jason at sonatype dot com
--

A language that doesn’t affect the way you think about programming is  
not worth knowing.


— Alan Perlis




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



Re: [SURVEY] How does your team retrieve artifacts?

2008-05-21 Thread Felix Knecht



[X ] Our team uses HTTP to retrieve our artifacts


Regards
Felix

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



RE: [SURVEY] How does your team retrieve artifacts?

2008-05-21 Thread Jörg Schaible
Jason van Zyl wrote:
 Hi,
 
 I'm just trying to get some data on what protocol is used to retrieve
 artifacts. This question strictly relates to what you use for
 retrieval. Most people I have seen use a web server or a shared
 network drive, but I'd like to get some feedback.
 
 [ ] Our team uses HTTP to retrieve our artifacts
 [ ] Our team intends to use HTTP to retrieve our artifacts
 [X] Our team uses the filesystem
 [ ] Our team does not use HTTP or the filesystem because  please
 say what protocol you use and the reason

Inhouse repo on Samba share.

- Jörg

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



Re: [SURVEY] How does your team retrieve artifacts?

2008-05-21 Thread Giancarlo Degani
  [X ] Our team uses HTTP to retrieve our artifacts

Best regards.

Giancarlo

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



Re: [SURVEY] How does your team retrieve artifacts?

2008-05-21 Thread Dan Tran
[X ] Our team uses HTTP to retrieve our artifacts

On Tue, May 20, 2008 at 11:28 PM, Giancarlo Degani
[EMAIL PROTECTED] wrote:
  [X ] Our team uses HTTP to retrieve our artifacts

 Best regards.

 Giancarlo

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



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



Re: [SURVEY] How does your team retrieve artifacts?

2008-05-21 Thread Jan Fredrik Wedén
[X] Our team uses HTTP to retrieve our artifacts

A little on the side...
[X] Our team uses the filesystem (and *gasp* SCM) for .NET artifacts -
with intent to use HTTP for everything

-- 
- Jan Fredrik Wedén

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



Re: [SURVEY] How does your team retrieve artifacts?

2008-05-21 Thread Martin Höller
 [X] Our team uses HTTP to retrieve our artifacts

- martin


signature.asc
Description: This is a digitally signed message part.


Re: [SURVEY] How does your team retrieve artifacts?

2008-05-21 Thread Heck, Joe


On May 20, 2008, at 11:15 PM, Jason van Zyl wrote:

[X] Our team uses HTTP to retrieve our artifacts
[ ] Our team intends to use HTTP to retrieve our artifacts
[ ] Our team uses the filesystem
[X] Our team does not use HTTP or the filesystem because  please  
say what protocol you use and the reason


We also use SMB fileshare access.

-joe

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



Re: [SURVEY] How does your team retrieve artifacts?

2008-05-21 Thread Chad La Joie

Our team uses HTTP to retrieve our artifacts

Jason van Zyl wrote:

Hi,

I'm just trying to get some data on what protocol is used to retrieve 
artifacts. This question strictly relates to what you use for retrieval. 
Most people I have seen use a web server or a shared network drive, but 
I'd like to get some feedback.


[ ] Our team uses HTTP to retrieve our artifacts
[ ] Our team intends to use HTTP to retrieve our artifacts
[ ] Our team uses the filesystem
[ ] Our team does not use HTTP or the filesystem because  please say 
what protocol you use and the reason


Thanks,

Jason

--
Jason van Zyl
Founder,  Apache Maven
jason at sonatype dot com
--

A language that doesn’t affect the way you think about programming is 
not worth knowing.


— Alan Perlis




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



--
SWITCH
Serving Swiss Universities
--
Chad La Joie, Software Engineer, Security
Werdstrasse 2, P.O. Box, 8021 Zürich, Switzerland
phone +41 44 268 15 75, fax +41 44 268 15 68
[EMAIL PROTECTED], http://www.switch.ch


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



Re: [SURVEY] How does your team retrieve artifacts?

2008-05-21 Thread Marat Radchenko
[X] Our team uses HTTP to retrieve our artifacts

On 5/21/08, Jason van Zyl [EMAIL PROTECTED] wrote:
 Hi,

  I'm just trying to get some data on what protocol is used to retrieve
 artifacts. This question strictly relates to what you use for retrieval.
 Most people I have seen use a web server or a shared network drive, but I'd
 like to get some feedback.

  [ ] Our team uses HTTP to retrieve our artifacts
  [ ] Our team intends to use HTTP to retrieve our artifacts
  [ ] Our team uses the filesystem
  [ ] Our team does not use HTTP or the filesystem because  please say
 what protocol you use and the reason

  Thanks,

  Jason

  --
  Jason van Zyl
  Founder,  Apache Maven
  jason at sonatype dot com
  --

  A language that doesn't affect the way you think about programming is not
 worth knowing.

  — Alan Perlis




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




Re: [SURVEY] How does your team retrieve artifacts?

2008-05-21 Thread Bruno Aranda
[X ] Our team uses HTTP to retrieve our artifacts

2008/5/21 Marat Radchenko [EMAIL PROTECTED]:
 [X] Our team uses HTTP to retrieve our artifacts

 On 5/21/08, Jason van Zyl [EMAIL PROTECTED] wrote:
 Hi,

  I'm just trying to get some data on what protocol is used to retrieve
 artifacts. This question strictly relates to what you use for retrieval.
 Most people I have seen use a web server or a shared network drive, but I'd
 like to get some feedback.

  [ ] Our team uses HTTP to retrieve our artifacts
  [ ] Our team intends to use HTTP to retrieve our artifacts
  [ ] Our team uses the filesystem
  [ ] Our team does not use HTTP or the filesystem because  please say
 what protocol you use and the reason

  Thanks,

  Jason

  --
  Jason van Zyl
  Founder,  Apache Maven
  jason at sonatype dot com
  --

  A language that doesn't affect the way you think about programming is not
 worth knowing.

  — Alan Perlis




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




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



Re: [SURVEY] How does your team retrieve artifacts?

2008-05-21 Thread Mark Hobson
2008/5/21 Jason van Zyl [EMAIL PROTECTED]:
 [X] Our team uses HTTP to retrieve our artifacts

Mark

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



RE: [SURVEY] How does your team retrieve artifacts?

2008-05-21 Thread Beelen, M. - SPLXL
[X ] Our team uses HTTP to retrieve our artifacts 

-Original Message-
From: Jason van Zyl [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, May 21, 2008 8:16 AM
To: Maven Users List
Subject: [SURVEY] How does your team retrieve artifacts?

Hi,

I'm just trying to get some data on what protocol is used to retrieve
artifacts. This question strictly relates to what you use for retrieval.
Most people I have seen use a web server or a shared network drive, but
I'd like to get some feedback.

[ ] Our team uses HTTP to retrieve our artifacts [ ] Our team intends to
use HTTP to retrieve our artifacts [ ] Our team uses the filesystem [ ]
Our team does not use HTTP or the filesystem because  please say
what protocol you use and the reason

Thanks,

Jason

--
Jason van Zyl
Founder,  Apache Maven
jason at sonatype dot com
--

A language that doesn't affect the way you think about programming is
not worth knowing.

- Alan Perlis

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

**
For information, services and offers, please visit our web site:
http://www.klm.com. This e-mail and any attachment may contain
confidential and privileged material intended for the addressee
only. If you are not the addressee, you are notified that no part
of the e-mail or any attachment may be disclosed, copied or
distributed, and that any other action related to this e-mail or
attachment is strictly prohibited, and may be unlawful. If you have
received this e-mail by error, please notify the sender immediately
by return e-mail, and delete this message. 

Koninklijke Luchtvaart Maatschappij NV (KLM), its subsidiaries
and/or its employees shall not be liable for the incorrect or
incomplete transmission of this e-mail or any attachments, nor
responsible for any delay in receipt.
Koninklijke Luchtvaart Maatschappij N.V. (also known as KLM Royal
Dutch Airlines) is registered in Amstelveen, The Netherlands, with
registered number 33014286 
**

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



Re: [SURVEY] How does your team retrieve artifacts?

2008-05-21 Thread Arik Kfir


[X] Our team uses HTTP to retrieve our artifacts


-- 
Arik Kfir [EMAIL PROTECTED]




-Original Message-
From: Jason van Zyl [EMAIL PROTECTED]
To: Maven Users List users@maven.apache.org
Subject: [SURVEY] How does your team retrieve artifacts?
Date: Tue, 20 May 2008 23:15:44 -0700


Hi,

I'm just trying to get some data on what protocol is used to retrieve  
artifacts. This question strictly relates to what you use for  
retrieval. Most people I have seen use a web server or a shared  
network drive, but I'd like to get some feedback.

[ ] Our team uses HTTP to retrieve our artifacts
[ ] Our team intends to use HTTP to retrieve our artifacts
[ ] Our team uses the filesystem
[ ] Our team does not use HTTP or the filesystem because  please  
say what protocol you use and the reason

Thanks,

Jason

--
Jason van Zyl
Founder,  Apache Maven
jason at sonatype dot com
--

A language that doesn’t affect the way you think about programming is  
not worth knowing.

— Alan Perlis




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



Re: [SURVEY] How does your team retrieve artifacts?

2008-05-21 Thread Michael McCallum
On Wed, 21 May 2008 18:15:44 Jason van Zyl wrote:
 [X] Our team uses HTTP to retrieve our artifacts
This is the third team i've been in that uses http(s), I was using scp for a 
while but its was just waaay too difficult for windows users to get working.

-- 
Michael McCallum
Enterprise Engineer
mailto:[EMAIL PROTECTED]

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



Re: [SURVEY] How does your team retrieve artifacts?

2008-05-21 Thread Matt Milliss

Our team uses the filesystem

Jason van Zyl wrote:

Hi,

I'm just trying to get some data on what protocol is used to retrieve 
artifacts. This question strictly relates to what you use for 
retrieval. Most people I have seen use a web server or a shared 
network drive, but I'd like to get some feedback.


[ ] Our team uses HTTP to retrieve our artifacts
[ ] Our team intends to use HTTP to retrieve our artifacts
[ ] Our team uses the filesystem
[ ] Our team does not use HTTP or the filesystem because  please 
say what protocol you use and the reason


Thanks,

Jason

--
Jason van Zyl
Founder,  Apache Maven
jason at sonatype dot com
--

A language that doesn’t affect the way you think about programming is 
not worth knowing.


— Alan Perlis




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




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



Re: [SURVEY] How does your team retrieve artifacts?

2008-05-21 Thread Ryuzo Yamamoto
[X] Our team uses HTTP to retrieve our artifacts

Regards.

Ryuzo Yamamoto

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



RE: [SURVEY] How does your team retrieve artifacts?

2008-05-21 Thread Harper, Brad

[x] Our team does not use HTTP or the file system because

a rabidly security conscious admin insisted on using scp. It's
been the source of unnecessary headaches ever since, especially
in cross-platform settings.

[x] Our team intends to use HTTP to retrieve our artifacts

as we move to a new CI build server, which also hosts
our internal remote repositories.

Brad

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



Re: [SURVEY] How does your team retrieve artifacts?

2008-05-21 Thread Javier Diaz




[X] Our team uses HTTP to retrieve our artifacts

Regards,

Javier


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



Re: [SURVEY] How does your team retrieve artifacts?

2008-05-21 Thread Luke Patterson
Our team uses HTTP to retrieve our artifacts


Re: [SURVEY] How does your team retrieve artifacts?

2008-05-21 Thread Magne Nordtveit
 [X] Our team uses HTTP to retrieve our artifacts

Magne

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



Re: [SURVEY] How does your team retrieve artifacts?

2008-05-21 Thread Jason van Zyl


On 21-May-08, at 6:13 AM, Harper, Brad wrote:



[x] Our team does not use HTTP or the file system because

   a rabidly security conscious admin insisted on using scp. It's
   been the source of unnecessary headaches ever since, especially
   in cross-platform settings.



What if the HTTPS option was easier to setup, would this be acceptable  
to your admin?



[x] Our team intends to use HTTP to retrieve our artifacts

   as we move to a new CI build server, which also hosts
   our internal remote repositories.

Brad

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



Thanks,

Jason

--
Jason van Zyl
Founder,  Apache Maven
jason at sonatype dot com
--

A party which is not afraid of letting culture,
business, and welfare go to ruin completely can
be omnipotent for a while.

-- Jakob Burckhardt 





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



Re: [SURVEY] How does your team retrieve artifacts?

2008-05-21 Thread robert . egan
We use HTTP.

 Hi, 
 
 I'm just trying to get some data on what protocol is used to retrieve   
 artifacts. This question strictly relates to what you use for   
 retrieval. Most people I have seen use a web server or a shared   
 network drive, but I'd like to get some feedback. 
 
 [ ] Our team uses HTTP to retrieve our artifacts 
 [ ] Our team intends to use HTTP to retrieve our artifacts 
 [ ] Our team uses the filesystem 
 [ ] Our team does not use HTTP or the filesystem because  please   
 say what protocol you use and the reason 
 
 Thanks, 
 
 Jason 
---
This email message and any attachments may contain confidential, 
proprietary or non-public information.  The information is intended solely 
for the designated recipient(s).  If an addressing or transmission error 
has misdirected this email, please notify the sender immediately and 
destroy this email.  Any review, dissemination, use or reliance upon this 
information by unintended recipients is prohibited.  Any opinions 
expressed in this email are those of the author personally.

RE: [SURVEY] How does your team retrieve artifacts?

2008-05-21 Thread Siegmann Daniel, NY
[X] Our team uses HTTP to retrieve our artifacts

--
Daniel Siegmann
FJA-US, Inc.
512 Seventh Ave., New York, NY  10018
(212) 840-2618 ext. 139

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



Re: [SURVEY] How does your team retrieve artifacts?

2008-05-21 Thread Jeff MAURY
On Wed, May 21, 2008 at 8:15 AM, Jason van Zyl [EMAIL PROTECTED] wrote:

 Hi,

 I'm just trying to get some data on what protocol is used to retrieve
 artifacts. This question strictly relates to what you use for retrieval.
 Most people I have seen use a web server or a shared network drive, but I'd
 like to get some feedback.

 [X ] Our team uses HTTP to retrieve our artifacts
 [ ] Our team intends to use HTTP to retrieve our artifacts
 [ ] Our team uses the filesystem
 [ ] Our team does not use HTTP or the filesystem because  please say
 what protocol you use and the reason

 Thanks,

 Jason

 --
 Jason van Zyl
 Founder,  Apache Maven
 jason at sonatype dot com
 --

 A language that doesn't affect the way you think about programming is not
 worth knowing.

 — Alan Perlis




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




-- 
La mélancolie c'est communiste
Tout le monde y a droit de temps en temps
La mélancolie n'est pas capitaliste
C'est même gratuit pour les perdants
La mélancolie c'est pacifiste
On ne lui rentre jamais dedans
La mélancolie oh tu sais ça existe
Elle se prend même avec des gants
La mélancolie c'est pour les syndicalistes
Il faut juste sa carte de permanent

Miossec (2006)

http://www.jeffmaury.com
http://riadiscuss.jeffmaury.com
http://www.lastfm.fr/listen/user/jeffmaury/personal


Re: [SURVEY] How does your team retrieve artifacts?

2008-05-21 Thread Bryon Jacob

[X] Our team uses HTTP to retrieve our artifacts


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



Re: [SURVEY] How does your team retrieve artifacts?

2008-05-21 Thread Markku Saarela

[X] Our team uses HTTP to retrieve our artifacts

regards,

- markku

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



RE: [SURVEY] How does your team retrieve artifacts?

2008-05-21 Thread Gilbert, Clint
[X] Our team uses HTTP to retrieve our artifacts

Us too.  (3 teams total, and 2 web server repos at my organization.)


-Original Message-
From: Markku Saarela [mailto:[EMAIL PROTECTED]
Sent: Wed 5/21/2008 11:14 AM
To: Maven Users List
Subject: Re: [SURVEY] How does your team retrieve artifacts?
 
[X] Our team uses HTTP to retrieve our artifacts

regards,

- markku

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




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

Re: [SURVEY] How does your team retrieve artifacts?

2008-05-21 Thread Paul Spencer

 [X] Our team uses HTTP to retrieve our artifacts

Paul Spencer


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



Re: [SURVEY] How does your team retrieve artifacts?

2008-05-21 Thread Haroon Rafique
[X] Our team uses HTTP to retrieve our artifacts

--
Haroon Rafique
[EMAIL PROTECTED]


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



Re: [SURVEY] How does your team retrieve artifacts?

2008-05-21 Thread Aaron Metzger

On Wed, 21 May 2008 18:15:44 Jason van Zyl wrote:

[X] Our team uses HTTP to retrieve our artifacts


Authenticated HTTPS.

Our developers are distributed.  Our transport must be encrypted and 
authenticated.  We use authentication information to implement access 
control lists which control access to each artifact and even control 
access to binary jar VS source for each artifact.


I wouldn't care if that was HTTPS or some custom TCP/SSL protocol as 
long as it is authenticated and encrypted.





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



Re: [SURVEY] How does your team retrieve artifacts?

2008-05-21 Thread Jason van Zyl
That's fine, I should have said HTTP/S. Secure connections are  
important.


On 21-May-08, at 8:41 AM, Aaron Metzger wrote:


On Wed, 21 May 2008 18:15:44 Jason van Zyl wrote:

[X] Our team uses HTTP to retrieve our artifacts


Authenticated HTTPS.

Our developers are distributed.  Our transport must be encrypted and  
authenticated.  We use authentication information to implement  
access control lists which control access to each artifact and even  
control access to binary jar VS source for each artifact.


I wouldn't care if that was HTTPS or some custom TCP/SSL protocol as  
long as it is authenticated and encrypted.





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



Thanks,

Jason

--
Jason van Zyl
Founder,  Apache Maven
jason at sonatype dot com
--

You are never dedicated to something you have complete confidence in.
No one is fanatically shouting that the sun is going to rise tomorrow.
They know it is going to rise tomorrow. When people are fanatically
dedicated to political or religious faiths or any other kind of
dogmas or goals, it's always because these dogmas or
goals are in doubt.

-- Robert Pirzig, Zen and the Art of Motorcycle Maintenance 





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



Re: [SURVEY] How does your team retrieve artifacts?

2008-05-21 Thread Heinrich Nirschl
 [X] Our team uses HTTP to retrieve our artifacts

- Henry

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



RE: [SURVEY] How does your team retrieve artifacts?

2008-05-21 Thread Lewandowski, Eric
[X] Our team uses HTTP to retrieve our artifacts


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



Re: [SURVEY] How does your team retrieve artifacts?

2008-05-21 Thread Rainer Pruy
Now using: HTTP(S)

was (and still to a low extent):

filesystem, scp

Rainer

Jason van Zyl schrieb:
 Hi,
 
 I'm just trying to get some data on what protocol is used to retrieve
 artifacts. This question strictly relates to what you use for retrieval.
 Most people I have seen use a web server or a shared network drive, but
 I'd like to get some feedback.
 
 [ ] Our team uses HTTP to retrieve our artifacts
 [ ] Our team intends to use HTTP to retrieve our artifacts
 [ ] Our team uses the filesystem
 [ ] Our team does not use HTTP or the filesystem because  please say
 what protocol you use and the reason
 
 Thanks,
 
 Jason
 
 --
 Jason van Zyl
 Founder,  Apache Maven
 jason at sonatype dot com
 --
 
 A language that doesn’t affect the way you think about programming is
 not worth knowing.
 
 — Alan Perlis
 
 
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 

-- 
Rainer Pruy
Geschäftsführer

Acrys Consult GmbH  Co. KG
Untermainkai 29-30, D-60329 Frankfurt
Tel: +49-69-244506-0 - Fax: +49-69-244506-50
Web: http://www.acrys.com -  Email: [EMAIL PROTECTED]
Handelsregister: Frankfurt am Main, HRA 31151

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



Re: [SURVEY] How does your team retrieve artifacts?

2008-05-21 Thread Jerome Lacoste
On Wed, May 21, 2008 at 8:15 AM, Jason van Zyl [EMAIL PROTECTED] wrote:
 Hi,

 [X ] Our team uses HTTP to retrieve our artifacts

Jerome

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



Re: [SURVEY] How does your team retrieve artifacts?

2008-05-21 Thread Agile Aspect

[ x] Our team uses HTTP to retrieve our artifacts
[ x] Our team uses the filesystem

--
Article. VI. Clause 3 of the constitution of the United States states: 

The Senators and Representatives before mentioned, and the Members of 
the several State Legislatures, and all executive and judicial Officers, 
both of the United States and of the several States, shall be bound by 
Oath or Affirmation, to support this Constitution; but no religious Test 
shall ever be required as a Qualification to any Office or public Trust 
under the United States. 




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



Re: [SURVEY] How does your team retrieve artifacts?

2008-05-21 Thread Andrew Robinson
[X ] Our team uses HTTP to retrieve our artifacts

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



Re: [SURVEY] How does your team retrieve artifacts?

2008-05-21 Thread Wendy Smoak
On Tue, May 20, 2008 at 11:15 PM, Jason van Zyl [EMAIL PROTECTED] wrote:

 [X] Our team uses HTTP to retrieve our artifacts

... and should be using HTTPS because some repos require
authentication.  While we're on the subject, the plain text passwords
in settings.xml are a problem (violation of corporate policy that
passwords always be encrypted.)

-- 
Wendy

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



Re: [SURVEY] How does your team retrieve artifacts?

2008-05-21 Thread Adam
[ ] Our team uses HTTP to retrieve our artifacts

On Wed, May 21, 2008 at 4:07 PM, Wendy Smoak [EMAIL PROTECTED] wrote:
 On Tue, May 20, 2008 at 11:15 PM, Jason van Zyl [EMAIL PROTECTED] wrote:

 [X] Our team uses HTTP to retrieve our artifacts

 ... and should be using HTTPS because some repos require
 authentication.  While we're on the subject, the plain text passwords
 in settings.xml are a problem (violation of corporate policy that
 passwords always be encrypted.)

 --
 Wendy

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





-- 
Adam Altemus
MobilVox, Inc.
http://www.mobilvox.com

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



Re: [SURVEY] How does your team retrieve artifacts?

2008-05-21 Thread Jason van Zyl


On 21-May-08, at 1:07 PM, Wendy Smoak wrote:

On Tue, May 20, 2008 at 11:15 PM, Jason van Zyl [EMAIL PROTECTED]  
wrote:



[X] Our team uses HTTP to retrieve our artifacts


... and should be using HTTPS because some repos require
authentication.  While we're on the subject, the plain text passwords
in settings.xml are a problem (violation of corporate policy that
passwords always be encrypted.)



Oleg implemented a solution in plexus-cipher and I haven't pushed him  
to give me patches for the rest but I will eventually or someone else  
can harass him :-) But he's got an encrypted store for passwords.



--
Wendy

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



Thanks,

Jason

--
Jason van Zyl
Founder,  Apache Maven
jason at sonatype dot com
--

believe nothing, no matter where you read it,
or who has said it,
not even if i have said it,
unless it agrees with your own reason
and your own common sense.

-- Buddha 





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



Re: [SURVEY] How does your team retrieve artifacts?

2008-05-21 Thread Mark Struberg

We use HTTP internally in Vienna plus ssh tunnels for our guys in Toronto and 
Mountain View.

Would native SSH support also be a possible option?
If so, one could also use GPG or even official X.509 certificates - no 
cleartext passwords anymore...

LieGrü,
strub

--- Wendy Smoak [EMAIL PROTECTED] schrieb am Mi, 21.5.2008:

 Von: Wendy Smoak [EMAIL PROTECTED]
 Betreff: Re: [SURVEY] How does your team retrieve artifacts?
 An: Maven Users List users@maven.apache.org
 Datum: Mittwoch, 21. Mai 2008, 22:07
 On Tue, May 20, 2008 at 11:15 PM, Jason van Zyl
 [EMAIL PROTECTED] wrote:
 
  [X] Our team uses HTTP to retrieve our artifacts
 
 ... and should be using HTTPS because some repos require
 authentication.  While we're on the subject, the plain
 text passwords
 in settings.xml are a problem (violation of corporate
 policy that
 passwords always be encrypted.)
 
 -- 
 Wendy
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail:
 [EMAIL PROTECTED]


  __
Gesendet von Yahoo! Mail.
Dem pfiffigeren Posteingang.
http://de.overview.mail.yahoo.com

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



Re: [SURVEY] How does your team retrieve artifacts?

2008-05-21 Thread Jason van Zyl


On 21-May-08, at 3:04 PM, Mark Struberg wrote:



We use HTTP internally in Vienna plus ssh tunnels for our guys in  
Toronto and Mountain View.


Would native SSH support also be a possible option?
If so, one could also use GPG or even official X.509 certificates -  
no cleartext passwords anymore...




For tunnels I would think almost always IT folks will take care of  
this and you'll just use HTTP. Is HTTP/S a problem?



LieGrü,
strub

--- Wendy Smoak [EMAIL PROTECTED] schrieb am Mi, 21.5.2008:


Von: Wendy Smoak [EMAIL PROTECTED]
Betreff: Re: [SURVEY] How does your team retrieve artifacts?
An: Maven Users List users@maven.apache.org
Datum: Mittwoch, 21. Mai 2008, 22:07
On Tue, May 20, 2008 at 11:15 PM, Jason van Zyl
[EMAIL PROTECTED] wrote:


[X] Our team uses HTTP to retrieve our artifacts


... and should be using HTTPS because some repos require
authentication.  While we're on the subject, the plain
text passwords
in settings.xml are a problem (violation of corporate
policy that
passwords always be encrypted.)

--
Wendy

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



 __
Gesendet von Yahoo! Mail.
Dem pfiffigeren Posteingang.
http://de.overview.mail.yahoo.com

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



Thanks,

Jason

--
Jason van Zyl
Founder,  Apache Maven
jason at sonatype dot com
--

believe nothing, no matter where you read it,
or who has said it,
not even if i have said it,
unless it agrees with your own reason
and your own common sense.

-- Buddha 





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