On Tue, Dec 7, 2010 at 9:55 AM, Mahdi Yusuf <[email protected]> wrote: > I also noticed that it cant find metadata: > > [DEBUG] Could not find metadata > com.linux:com.linux.parent:2.0.0-SNAPSHOT/maven-metadata.xml > > Does this help. > > On Tue, Dec 7, 2010 at 10:45 AM, Mahdi Yusuf <[email protected]> wrote: > >> where can i increase maven3 memory from? path to script file or where to >> add the new memory parameter. I also upgraded to maven 3.0 and I am still >> getting the same issue. Ideas?
Create an environment variable called MAVEN_OPTS and use settings similar to the following: MAVEN_OPTS=-Xms512m -Xmx1024m -- Andrew Close --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
