I am using Sun JDK 6 x86_64 Windows Vista (64bit). I upped the memory for the surefire
tests like so:
| <plugin>
| <artifactId>maven-surefire-plugin</artifactId>
| <configuration>
| <redirectTestOutputToFile>true</redirectTestOutputToFile>
| <trimStackTrace>false</trimStackTrace>
| <printSummary>true</printSummary>
| <includes>
| <include>**/*UnitTest.java</include>
| </includes>
| <forkMode>always</forkMode>
| <argLine>-Xmx1024m</argLine>
| </configuration>
| </plugin>
|
And still get the problem. Is there anyway to simply skip the tests?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4268330#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...