Yeah thats right, sorry forgot to tell you about that, most probably you are building on Windows, right ?
On Tue, Sep 21, 2010 at 1:08 PM, joe <[email protected]> wrote: > >> 1) -Dmaven.test.failure.ignore >> This one will allow you to see the failures but it will not fails >> the build process. > > Ah ok, thx. > >> 2) -Dmaven.test.skip >> This will by-pass running tests during build process. > > Trying this, i got a „java.lang.OutOfMemoryError: PermGen space”. > After doing a: > set MAVEN_OPTS="-Xmx512M -XX:MaxPermSize=512M" > > this also works fine. > -- Thanks - Mohammad Nour Author of (WebSphere Application Server Community Edition 2.0 User Guide) http://www.redbooks.ibm.com/abstracts/sg247585.html - LinkedIn: http://www.linkedin.com/in/mnour - Blog: http://tadabborat.blogspot.com ---- "Life is like riding a bicycle. To keep your balance you must keep moving" - Albert Einstein "Writing clean code is what you must do in order to call yourself a professional. There is no reasonable excuse for doing anything less than your best." - Clean Code: A Handbook of Agile Software Craftsmanship "Stay hungry, stay foolish." - Steve Jobs
