Scott, if you commit a test that is failing can you also update the config
to ignore failing tests otherwise other people's builds are broken.
e..g
| --- kernel/pom.xml (revision 71907)
| +++ kernel/pom.xml (working copy)
| <plugin>
| <groupId>org.apache.maven.plugins</groupId>
| <artifactId>maven-surefire-plugin</artifactId>
| + <configuration>
| + <testFailureIgnore>true</testFailureIgnore>
| + </configuration>
| </plugin>
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4143156#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...