On Wed, 2007-07-18 at 17:08 +0200, Wei Chen wrote: > I solve the new problem. I just take out the MAVEN_OPTS and it runs. > > But tomorrow I will try further if it runs in the office. > > > > -------- Original-Nachricht -------- > Datum: Wed, 18 Jul 2007 17:05:05 +0200 > Von: "Wei Chen" <[EMAIL PROTECTED]> > An: "Maven Users List" <[email protected]> > Betreff: Re: Error [INFO] The plugin > \'org.apache.maven.plugins:maven-archetype-plugin\' does not exist or no > valid version could be found > > > I am now at home (not in office in the company) and try again. It goes > > further. But I got another error as follow. What does it mean? I've set the > > MAVEN_OPTS to "-XX:MaxPermSize=128m -Xmx512". I think the heap is large > > enough. right?
Just in case you are curious, you had set the max heap to 512 *bytes* which is a bit too small ;-) Default settings are fine in most cases, unless you have a very large build (or a memory hungry plugin). --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
