Generate directories for multi-module maven project in workspace

2010-03-24 Thread EL KOURCHALI Mohamed
Hi,

 

I have developed an archetype maven which generate a multi module
project.

When I create a project  < foo > in m2eclipse using my archetype, I
obtain this structure in eclipse (foo, entity, web, service).

The issue is that I obtain in my workspace a simple directrory < foo >
which contain other directories (entity, web, service).

Is there any one who can help me to generate the same structure in my
workspace like the eclipse structure.

 

Thank you very much for your help,



RE: Unable to update index for central|http://repo1.maven.org/maven2

2010-03-23 Thread EL KOURCHALI Mohamed
Hi,

 

Finally, I resolved the problem.

I think the m2eclipse 0.10.0 does not support the proxy, the 0.9.8 have 
resolved the problem :-).

Thank you,

 



De : EL KOURCHALI Mohamed 
Envoyé : mardi 23 mars 2010 09:39
À : issues@maven.apache.org
Objet : Unable to update index for central|http://repo1.maven.org/maven2

 

Hi,

I have recently installed m2eclipse on ganymede eclipse version.

When try to download from central repository http://repo1.maven.org/maven2, 
without using PROXY everything is fine.

But when I use a PROXY i get this message error :

23/03/10 09:29:02 WET: Unable to update index for 
central|http://repo1.maven.org/maven2

23/03/10 09:29:00 WET: Updating index central|http://repo1.maven.org/maven2

I'm configuring the proxi on my eclipse references and in my settings.xml, as :

   

  optional

  true

  http

  proxyuser

  proxypass

  proxy.myorg.com

  3128

  local.net|some.host.com



 

Is there any one who have already get this problem.

Thank you for your help