Currently disconnected from the Internet, I solved this issue by
downloading all the maven plugin's repository (on ibiblio.org) with a tool
like 'wget' (natively under Linux or cygnus with Windows) and by copying
all the tree in my 'maven.repo.local'.
There's only one limit : I need to evaluate manually all dependencies
needed to deploy the final applications and distribute its too (about 300
Mo is definitly too large only for maven's plugins ;o)

By the way, I would like to ask if anybody could give me an hint about
current documentation available for plugins.
Jelly is quite well documented (more or less...) but I found nothing for
"the rest of the world" and examples are definitly too trivial.
By comparaison, Ant is full documented and few examples are given for each
tag. My aim is to use Maven to build an integrated distribution builder
environment, from system specifications (we're developing our own
description langage to describe hardware, software and computing) to the
stand-alone distribution media used to install each host in the system.
This environment is based on XML and Java-related tools but will probably
grow in heterogeneous ways. Maven is used as the "macro-scheduler" for all
the tasks to be done...

It should be great to join documentation with plugins on www.ibiblio.org or
installation package, shouldn't it ?

PS: sorry for my poor english but I'm not quiet familiar with it.

    Quzqo
     (\(\      "Regular Expression
     ( ~.)     are to strings what
    o((")(")   math is to numbers"



                                                                                       
                                                            
                    [EMAIL PROTECTED]                                                  
                                                            
                    aribas.com              Pour :  [EMAIL PROTECTED]                  
                                                       
                                            cc :                                       
                                                            
                    16/12/03 15:16          Objet : R�f. : RE: Plugin dependancies     
                                                            
                    Veuillez r�pondre                                                  
                                                            
                    � "Maven Users                                                     
                                                            
                    List"                                                              
                                                            
                                                                                       
                                                            
                                                                                       
                                                            





Thanks but if this mean looking throught all plugins and download all the
jars one by one (what I think), my question was exactly to avoid such a
thing ....





Extranet
[EMAIL PROTECTED] - 16/12/2003 15:11


Veuillez r�pondre � [EMAIL PROTECTED]
Pour : users

cc :


Objet :     RE: Plugin dependancies


You can download the jars you need from ibiblio (try a search through
google, for example ant-1.5.1.jar) and install them in your local
repository.
The folder structure look like :
${MAVEN_HOME_LOCAL}\repository\ant\jars
for the example ant-1.5.1.jar

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

Reply via email to