You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Bhupendra Bhardwaj <bh...@gmail.com> on 2006/12/12 18:42:34 UTC

downloading zip/tar from http://download.eclipse.org/eclipse/downloads/drops/R-3.2.1-x/

Hi all,

Can someone please point me to the right direction or provide an example of
creating a runtime platform from zip/tar downloading from
http://download.eclipse.org/eclipse/downloads/drops/R-3.2.1-x


using maven I want to assemble my eclipse RCP with required platform
specific ecliple plugin jars.
One solution is that I download the jars from the above url and create
assembly. Don't know if instead of doing that I can download the runtime
jars from above url and include in my assembly.

Thanks in advance
Bhupendra Bhardwaj

Re: downloading zip/tar from http://download.eclipse.org/eclipse/downloads/drops/R-3.2.1-x/

Posted by Dan Tran <da...@gmail.com>.
I upload all eclipse bundle artifacts to my internal remote directory and
use maven-dependency-plugin to
pull them down

-D

On 12/12/06, Bhupendra Bhardwaj <bh...@gmail.com> wrote:
>
> Hi all,
>
> Can someone please point me to the right direction or provide an example
> of
> creating a runtime platform from zip/tar downloading from
> http://download.eclipse.org/eclipse/downloads/drops/R-3.2.1-x
>
>
> using maven I want to assemble my eclipse RCP with required platform
> specific ecliple plugin jars.
> One solution is that I download the jars from the above url and create
> assembly. Don't know if instead of doing that I can download the runtime
> jars from above url and include in my assembly.
>
> Thanks in advance
> Bhupendra Bhardwaj
>
>