saiddfhi / gwt-maven

Automatically exported from code.google.com/p/gwt-maven
0 stars 0 forks source link

There is no way to skip GWT test failure #170

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I think this is both Maven 1 and Maven 2 issue

What steps will reproduce the problem?
1. Do the Test driven deveopment
2. Write a GWT test that will fail
3. Try to package or create site

What is the expected output? What do you see instead?
There should be some way to go throught test phaze even with some test
failing like surefireplugin allows with
<maven.test.failure.ignore>true</maven.test.failure.ignore>

What version of the product are you using? On what operating system?
Win XP SP3 maven2 GWT plugin 
<groupId>com.totsp.gwt</groupId>
<artifactId>maven-googlewebtoolkit2-plugin</artifactId>
<version>2.0-beta24</version>
<gxtVersion>1.1.1</gxtVersion>
<gwtVersion>1.5.3</gwtVersion>  

Please provide any additional information below.

Original issue reported on code.google.com by thehurda on 4 Nov 2008 at 3:00

GoogleCodeExporter commented 9 years ago
164

Original comment by charlie....@gmail.com on 4 Nov 2008 at 7:13