RE: FTP via Maven?

2006-07-10 Thread Dave Hoffer
Nap,

Thanks for the information summary on how to use ftp, I too struggled
some time ago to get all this to work.  I have a couple of comments,
questions regarding this.

- It seems that ftp is a second class transport, why is this?  I don't
recall needing this much configuration if using scp for example.  Why
can't ftp be as simple as scp?

- The maven2 documentation is lacking as to why you would do something.
In your provided links there is a section explaining how to deploy a 3rd
party jar with a generic POM.  What the documentation doesn't explain is
why you would or would not want this.

-dh

-Original Message-
From: Napoleon Esmundo Ramirez [mailto:[EMAIL PROTECTED] 
Sent: Monday, July 10, 2006 1:59 AM
To: Maven Users List
Subject: Re: FTP via Maven?

Hello,

You could manually fetch those jars from ftp and install it in your
local
repo
(http://maven.apache.org/guides/mini/guide-3rd-party-jars-local.html)
or deploy it in an internal repo (
http://maven.apache.org/guides/mini/guide-3rd-party-jars-remote.html),
so
you could normally declare those artifacts in your pom.xml.

Or maybe this could be useful too:
http://maven.apache.org/guides/mini/guide-deploy-ftp.html

Cheers!
Nap

On 7/7/06, Chris Wall [EMAIL PROTECTED] wrote:

 Hey there.  We're dependent on jars from a non-Maven project.  The
jars
 are available via FTP.  Has anyone come up w/ an eloquent way of
 integrating FTP within Maven?  I'd like to manage the dependencies and
 configure FTP settings within pom.xml.

 -Chris


___
 Notice:  This email message, together with any attachments, may
contain
 information  of  BEA Systems,  Inc.,  its subsidiaries  and
affiliated
 entities,  that may be confidential,  proprietary,  copyrighted
and/or
 legally privileged, and is intended solely for the use of the
individual
 or entity named in this message. If you are not the intended
recipient,
 and have received this message in error, please immediately return
this
 by email and then delete it.



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



Re: FTP via Maven?

2006-07-09 Thread Napoleon Esmundo Ramirez

Hello,

You could manually fetch those jars from ftp and install it in your local
repo (http://maven.apache.org/guides/mini/guide-3rd-party-jars-local.html)
or deploy it in an internal repo (
http://maven.apache.org/guides/mini/guide-3rd-party-jars-remote.html), so
you could normally declare those artifacts in your pom.xml.

Or maybe this could be useful too:
http://maven.apache.org/guides/mini/guide-deploy-ftp.html

Cheers!
Nap

On 7/7/06, Chris Wall [EMAIL PROTECTED] wrote:


Hey there.  We're dependent on jars from a non-Maven project.  The jars
are available via FTP.  Has anyone come up w/ an eloquent way of
integrating FTP within Maven?  I'd like to manage the dependencies and
configure FTP settings within pom.xml.

-Chris

___
Notice:  This email message, together with any attachments, may contain
information  of  BEA Systems,  Inc.,  its subsidiaries  and  affiliated
entities,  that may be confidential,  proprietary,  copyrighted  and/or
legally privileged, and is intended solely for the use of the individual
or entity named in this message. If you are not the intended recipient,
and have received this message in error, please immediately return this
by email and then delete it.




FTP via Maven?

2006-07-07 Thread Chris Wall
Hey there.  We're dependent on jars from a non-Maven project.  The jars
are available via FTP.  Has anyone come up w/ an eloquent way of
integrating FTP within Maven?  I'd like to manage the dependencies and
configure FTP settings within pom.xml.
 
-Chris
 
___
Notice:  This email message, together with any attachments, may contain
information  of  BEA Systems,  Inc.,  its subsidiaries  and  affiliated
entities,  that may be confidential,  proprietary,  copyrighted  and/or
legally privileged, and is intended solely for the use of the individual
or entity named in this message. If you are not the intended recipient,
and have received this message in error, please immediately return this
by email and then delete it.


Re: FTP via Maven?

2006-07-07 Thread Allan Ramirez

See http://maven.apache.org/wagon/

or you may check out the source in 
https://svn.apache.org/repos/asf/maven/wagon/trunk


Chris Wall wrote:

Hey there.  We're dependent on jars from a non-Maven project.  The jars
are available via FTP.  Has anyone come up w/ an eloquent way of
integrating FTP within Maven?  I'd like to manage the dependencies and
configure FTP settings within pom.xml.
 
-Chris
 
___

Notice:  This email message, together with any attachments, may contain
information  of  BEA Systems,  Inc.,  its subsidiaries  and  affiliated
entities,  that may be confidential,  proprietary,  copyrighted  and/or
legally privileged, and is intended solely for the use of the individual
or entity named in this message. If you are not the intended recipient,
and have received this message in error, please immediately return this
by email and then delete it.

  


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