You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Chris Wall <cw...@bea.com> on 2006/07/07 07:59:53 UTC

FTP via Maven?

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?

Posted by Allan Ramirez <ar...@exist.com>.
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: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: FTP via Maven?

Posted by Napoleon Esmundo Ramirez <nr...@gmail.com>.
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 <cw...@bea.com> 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.
>
>