You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Jason van Zyl <ja...@maven.org> on 2008/05/21 08:15:44 UTC

[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: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


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

Posted by Martin Höller <ma...@xss.co.at>.
> [X] Our team uses HTTP to retrieve our artifacts

- martin

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

Posted by Jörg Schaible <Jo...@Elsag-Solutions.com>.
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: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


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

Posted by Jason Dillon <ja...@planet57.com>.
Mostly using http or https, though for the Geronimo TCK builds we are
using sftp for a private repository... mostly because it was less
work/infrastructure to setup https and than it was to re-use the
existing ssh channels.

The Geronimo build also use the file protocol internally to hook up
some patched artifacts.

--jason


On Wed, May 21, 2008 at 8:26 PM, Jason van Zyl <ja...@maven.org> wrote:
>
> On 21-May-08, at 12:30 AM, Brett Porter wrote:
>
>> Hi Jason,
>>
>> Is this related to your previous suggestion that we should only
>> support HTTP in Maven 2.1, or is there some other objective in mind?
>>
>
> I want to first know what users are doing before suggesting anything.
>
>> Thanks,
>> Brett
>>
>> 2008/5/21 Jason van Zyl <ja...@maven.org>:
>>>
>>> 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: users-unsubscribe@maven.apache.org
>>> For additional commands, e-mail: users-help@maven.apache.org
>>>
>>>
>>
>>
>>
>> --
>> Brett Porter
>> Blog: http://blogs.exist.com/bporter/
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>> For additional commands, e-mail: dev-help@maven.apache.org
>>
>
> Thanks,
>
> Jason
>
> ----------------------------------------------------------
> Jason van Zyl
> Founder,  Apache Maven
> jason at sonatype dot com
> ----------------------------------------------------------
>
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


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

Posted by Jason van Zyl <ja...@maven.org>.
On 21-May-08, at 12:30 AM, Brett Porter wrote:

> Hi Jason,
>
> Is this related to your previous suggestion that we should only
> support HTTP in Maven 2.1, or is there some other objective in mind?
>

I want to first know what users are doing before suggesting anything.

> Thanks,
> Brett
>
> 2008/5/21 Jason van Zyl <ja...@maven.org>:
>> 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: users-unsubscribe@maven.apache.org
>> For additional commands, e-mail: users-help@maven.apache.org
>>
>>
>
>
>
> -- 
> Brett Porter
> Blog: http://blogs.exist.com/bporter/
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>

Thanks,

Jason

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





---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


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

Posted by Joshua ChaitinPollak <jp...@kivasystems.com>.
It looks like Jason's original message was tossed by out mail server  
as junk. I'm not sure why. Anyway, we use HTTP (hosted by  
Artifactory), but I would not be infavor of eliminating the  
possibility of other protocols.

-Josh

On May 22, 2008, at 1:03 AM, Brett Porter wrote:
>>>
>>> 2008/5/21 Jason van Zyl <ja...@maven.org>:
>>>> 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: users-unsubscribe@maven.apache.org
>>>> For additional commands, e-mail: users-help@maven.apache.org
>>>>
>>>>
>>>
>>>
>>>
>>> -- 
>>> Brett Porter
>>> Blog: http://blogs.exist.com/bporter/
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>>> For additional commands, e-mail: dev-help@maven.apache.org
>>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>> For additional commands, e-mail: dev-help@maven.apache.org
>>
>
> --
> Brett Porter
> brett@apache.org
> http://blogs.exist.com/bporter/
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
>

-- 
Joshua ChaitinPollak | Software Engineer
Kiva Systems, Inc., 225 Wildwood Ave, Woburn, MA 01970







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

Posted by Brett Porter <br...@apache.org>.
On 22/05/2008, at 2:55 PM, Jason Dillon wrote:

> Um, why would you want to only support http?

I wasn't suggesting that, I was just asking Jason (van Zyl) if the  
survey was related to such a proposal he had made in the past.

>
>
> --jason
>
>
> On May 21, 2008, at 2:30 PM, Brett Porter wrote:
>
>> Hi Jason,
>>
>> Is this related to your previous suggestion that we should only
>> support HTTP in Maven 2.1, or is there some other objective in mind?
>>
>> Thanks,
>> Brett
>>
>> 2008/5/21 Jason van Zyl <ja...@maven.org>:
>>> 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: users-unsubscribe@maven.apache.org
>>> For additional commands, e-mail: users-help@maven.apache.org
>>>
>>>
>>
>>
>>
>> -- 
>> Brett Porter
>> Blog: http://blogs.exist.com/bporter/
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>> For additional commands, e-mail: dev-help@maven.apache.org
>>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>

--
Brett Porter
brett@apache.org
http://blogs.exist.com/bporter/


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


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

Posted by Jason Dillon <ja...@planet57.com>.
Um, why would you want to only support http?

--jason


On May 21, 2008, at 2:30 PM, Brett Porter wrote:

> Hi Jason,
>
> Is this related to your previous suggestion that we should only
> support HTTP in Maven 2.1, or is there some other objective in mind?
>
> Thanks,
> Brett
>
> 2008/5/21 Jason van Zyl <ja...@maven.org>:
>> 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: users-unsubscribe@maven.apache.org
>> For additional commands, e-mail: users-help@maven.apache.org
>>
>>
>
>
>
> -- 
> Brett Porter
> Blog: http://blogs.exist.com/bporter/
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


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

Posted by Brett Porter <br...@gmail.com>.
Hi Jason,

Is this related to your previous suggestion that we should only
support HTTP in Maven 2.1, or is there some other objective in mind?

Thanks,
Brett

2008/5/21 Jason van Zyl <ja...@maven.org>:
> 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: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>



-- 
Brett Porter
Blog: http://blogs.exist.com/bporter/

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


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

Posted by Agile Aspect <ag...@gmail.com>.
[ 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: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


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

Posted by Rainer Pruy <Ra...@Acrys.COM>.
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: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 

-- 
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: office@acrys.com
Handelsregister: Frankfurt am Main, HRA 31151

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


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

Posted by Matt Milliss <ma...@gmail.com>.
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: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


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

Posted by "Siegmann Daniel, NY" <Da...@fja-us.com>.
[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: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


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

Posted by Haroon Rafique <ha...@utoronto.ca>.
[X] Our team uses HTTP to retrieve our artifacts

--
Haroon Rafique
<ha...@utoronto.ca>


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


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

Posted by Javier Diaz <jd...@communi.tv>.
>
> [X] Our team uses HTTP to retrieve our artifacts
Regards,

Javier


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


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

Posted by Bruno Aranda <br...@gmail.com>.
[X ] Our team uses HTTP to retrieve our artifacts

2008/5/21 Marat Radchenko <sl...@gmail.com>:
> [X] Our team uses HTTP to retrieve our artifacts
>
> On 5/21/08, Jason van Zyl <ja...@maven.org> 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: users-unsubscribe@maven.apache.org
>>  For additional commands, e-mail: users-help@maven.apache.org
>>
>>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


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

Posted by Marat Radchenko <sl...@gmail.com>.
[X] Our team uses HTTP to retrieve our artifacts

On 5/21/08, Jason van Zyl <ja...@maven.org> 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: users-unsubscribe@maven.apache.org
>  For additional commands, e-mail: users-help@maven.apache.org
>
>

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

Posted by Magne Nordtveit <ma...@offsim.no>.
> [X] Our team uses HTTP to retrieve our artifacts

Magne

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


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

Posted by Ryuzo Yamamoto <ry...@gmail.com>.
[X] Our team uses HTTP to retrieve our artifacts

Regards.

Ryuzo Yamamoto

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


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

Posted by Michael McCallum <gh...@apache.org>.
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:gholam@apache.org

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


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

Posted by Mark Hobson <ma...@gmail.com>.
2008/5/21 Jason van Zyl <ja...@maven.org>:
> [X] Our team uses HTTP to retrieve our artifacts

Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


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

Posted by Jeff MAURY <je...@jeffmaury.com>.
On Wed, May 21, 2008 at 8:15 AM, Jason van Zyl <ja...@maven.org> 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: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>


-- 
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?

Posted by Jason van Zyl <ja...@maven.org>.
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: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>

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: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


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

Posted by "Harper, Brad" <br...@epsiia.com>.
[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: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


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

Posted by "Gilbert, Clint" <Cl...@childrens.harvard.edu>.
[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:markku.saarela@iki.fi]
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: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org





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

Posted by Markku Saarela <ma...@iki.fi>.
[X] Our team uses HTTP to retrieve our artifacts

regards,

- markku

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


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

Posted by Jason van Zyl <ja...@maven.org>.
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: users-unsubscribe@maven.apache.org
>> For additional commands, e-mail: users-help@maven.apache.org
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>

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: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


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

Posted by Tim Kettler <ti...@udo.edu>.
 > [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: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


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

Posted by simon <si...@chello.at>.
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 <ja...@maven.org>  
> > 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: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


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

Posted by Jason van Zyl <ja...@maven.org>.
On 21-May-08, at 1:07 PM, Wendy Smoak wrote:

> On Tue, May 20, 2008 at 11:15 PM, Jason van Zyl <ja...@maven.org>  
> 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: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>

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: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


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

Posted by Adam <pu...@gmail.com>.
[ ] Our team uses HTTP to retrieve our artifacts

On Wed, May 21, 2008 at 4:07 PM, Wendy Smoak <ws...@gmail.com> wrote:
> On Tue, May 20, 2008 at 11:15 PM, Jason van Zyl <ja...@maven.org> 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: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>



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

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


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

Posted by Jason van Zyl <ja...@maven.org>.
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 <ws...@gmail.com> schrieb am Mi, 21.5.2008:
>
>> Von: Wendy Smoak <ws...@gmail.com>
>> Betreff: Re: [SURVEY] How does your team retrieve artifacts?
>> An: "Maven Users List" <us...@maven.apache.org>
>> Datum: Mittwoch, 21. Mai 2008, 22:07
>> On Tue, May 20, 2008 at 11:15 PM, Jason van Zyl
>> <ja...@maven.org> 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: users-unsubscribe@maven.apache.org
>> For additional commands, e-mail:
>> users-help@maven.apache.org
>
>
>      __________________________________________________________
> Gesendet von Yahoo! Mail.
> Dem pfiffigeren Posteingang.
> http://de.overview.mail.yahoo.com
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>

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: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


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

Posted by Mark Struberg <st...@yahoo.de>.
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 <ws...@gmail.com> schrieb am Mi, 21.5.2008:

> Von: Wendy Smoak <ws...@gmail.com>
> Betreff: Re: [SURVEY] How does your team retrieve artifacts?
> An: "Maven Users List" <us...@maven.apache.org>
> Datum: Mittwoch, 21. Mai 2008, 22:07
> On Tue, May 20, 2008 at 11:15 PM, Jason van Zyl
> <ja...@maven.org> 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: users-unsubscribe@maven.apache.org
> For additional commands, e-mail:
> users-help@maven.apache.org


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

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


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

Posted by Wendy Smoak <ws...@gmail.com>.
On Tue, May 20, 2008 at 11:15 PM, Jason van Zyl <ja...@maven.org> 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: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


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

Posted by Chad La Joie <ch...@switch.ch>.
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: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 

-- 
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
chad.lajoie@switch.ch, http://www.switch.ch


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


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

Posted by Arik Kfir <ar...@gmail.com>.


[X] Our team uses HTTP to retrieve our artifacts


-- 
Arik Kfir <ar...@gmail.com>




-----Original Message-----
From: Jason van Zyl <ja...@maven.org>
To: Maven Users List <us...@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: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


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

Posted by Tom Huybrechts <to...@gmail.com>.
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 <ja...@maven.org> 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: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


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

Posted by Felix Knecht <fe...@apache.org>.
> [X ] Our team uses HTTP to retrieve our artifacts

Regards
Felix

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


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

Posted by Jason van Zyl <ja...@maven.org>.
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: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>

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: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


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

Posted by Aaron Metzger <am...@silkspeed.com>.
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: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


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

Posted by Jan Fredrik Wedén <jf...@gmail.com>.
[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: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


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

Posted by Daniele De Francesco <dd...@gmail.com>.
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: ddefrancesco@etnoteam.it

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

Posted by Wendy Smoak <ws...@gmail.com>.
On Tue, May 20, 2008 at 11:15 PM, Jason van Zyl <ja...@maven.org> 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: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


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

Posted by Luke Patterson <lu...@gmail.com>.
Our team uses HTTP to retrieve our artifacts

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

Posted by Bryon Jacob <br...@jacob.net>.
> [X] Our team uses HTTP to retrieve our artifacts

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


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

Posted by "Lewandowski, Eric" <er...@cgi.com>.
[X] Our team uses HTTP to retrieve our artifacts


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


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

Posted by Heinrich Nirschl <he...@gmail.com>.
> [X] Our team uses HTTP to retrieve our artifacts

- Henry

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


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

Posted by "Heck, Joe" <Jo...@disney.com>.
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: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


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

Posted by Dan Tran <da...@gmail.com>.
[X ] Our team uses HTTP to retrieve our artifacts

On Tue, May 20, 2008 at 11:28 PM, Giancarlo Degani
<gi...@gmail.com> wrote:
>  [X ] Our team uses HTTP to retrieve our artifacts
>
> Best regards.
>
> Giancarlo
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


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

Posted by Giancarlo Degani <gi...@gmail.com>.
  [X ] Our team uses HTTP to retrieve our artifacts

Best regards.

Giancarlo

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


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

Posted by Jerome Lacoste <je...@gmail.com>.
On Wed, May 21, 2008 at 8:15 AM, Jason van Zyl <ja...@maven.org> wrote:
> Hi,

> [X ] Our team uses HTTP to retrieve our artifacts

Jerome

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


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

Posted by Paul Spencer <pa...@apache.org>.
 > [X] Our team uses HTTP to retrieve our artifacts

Paul Spencer


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


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

Posted by swilliams89 <sc...@jeeprofessional.com>.
[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: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 
> 
> 

-- 
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: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


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

Posted by Andrew Robinson <an...@gmail.com>.
[X ] Our team uses HTTP to retrieve our artifacts

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


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

Posted by "Beelen, M. - SPLXL" <Ma...@klm.com>.
[X ] Our team uses HTTP to retrieve our artifacts 

-----Original Message-----
From: Jason van Zyl [mailto:jason@maven.org] 
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: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org

**********************************************************************
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: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org