Try adding -U as a parameter after archetype:create.  This will force an 
update from the server.


_Mang Lau





"Jeff Mutonho" <[EMAIL PROTECTED]> 
03/14/2006 11:12 AM
Please respond to
"Maven Users List" <users@maven.apache.org>


To
"Maven Users List" <users@maven.apache.org>
cc

Subject
Re: Build error






Sorry missing a closing mirrors tag.  It should be like this:
>
> <settings>
>   <mirrors>
>     <mirror>
>       <id>lsu.edu</id>
>       <url>http://ibiblio.lsu.edu/main/pub/packages/maven2</url>
>       <mirrorOf>central</mirrorOf>
>     </mirror>
>   </mirrors>
> </settings>
>
>
> _Mang Lau
>
>
>
>
>
>
>
>
> I tried that but no luck.My settings.xml looks as follows :

<?xml version="1.0" encoding="UTF-8"?>
<settings>
  <proxies>
    <proxy>
      <active/>
      <protocol/>
      <username/>
      <password/>
      <port>80</port>
      <host>myproxy</host>
      <id/>
    </proxy>
  </proxies>
  <mirrors>
   <mirror>
     <id>lsu.edu</id>
     <url>http://ibiblio.lsu.edu/main/pub/packages/maven2</url>
     <mirrorOf>central</mirrorOf>
   </mirror>
 </mirrors>
</settings>


--
"All I ask is a chance to prove that money can't make me happy."

Jeff  Mutonho
Java/J2EE Developer
mob    : + 27 82 907 6420

GoogleTalk : ejbengine
Skype        : ejbengine
Registered Linux user number 366042

Reply via email to