-
Task
-
Resolution: Done
-
Critical
-
None
-
None
This is definitely not good: http://jbossws.jboss.org:8180/hudson/job/CXF-Core-AS-4.2.2/68/console , ie. a compilation failure (here in a framework test) does not cause the main build to fail, thus a blue dot is generated by hudson.
This might shadow issues.
Moreover, I'm seeing something weird locally, ie. running something like
mvn -Ptestsuite,jboss500 -Dtest=wsse/**/*TestCase test
cause the build to fail because not test is found in the jbossws-cxf server module. A workaround is to specify -DfailIfNoTests=false on the command line, but that was not required previously.