[jboss-dev-forums] [Embedded JBoss Development] - Re: Maven JBoss AS Embedded Build
elponderador
do-not-reply at jboss.com
Tue Dec 1 11:16:33 EST 2009
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#4268330
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4268330
More information about the jboss-dev-forums
mailing list