Added to sca/pom.xml in rev 386487
I'll leave to other modules (e.g. sdo) to add if they would like

--
Jeremy

Daniel Kulp wrote:
Hey all!

I think it would be helpful for everyone if someone would add the fragment:

            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-surefire-plugin</artifactId>
                <configuration>
                    <reportFormat>brief</reportFormat>
                    <useFile>false</useFile>
                </configuration>
            </plugin>

to the build/plugins section of the top level pom.xml. That would cause the test failure stack traces to printed to the console so we don't need to go digging though the surefire reports to find the errors.

I'm currently trying to figure out why the bindings.js tests are failing on my machine (something to do with the classloaders) and digging through to find the traces sucks.
Thanks!


Reply via email to