Issue #23507 Disabled trimming stacktraces from tests

- important to have the best possible information about the failure
diff --git a/nucleus/parent/pom.xml b/nucleus/parent/pom.xml
index 698a222..2f56e57 100644
--- a/nucleus/parent/pom.xml
+++ b/nucleus/parent/pom.xml
@@ -701,6 +701,7 @@
                     <version>3.0.0-M5</version>
                     <configuration>
                         <argLine>${surefire.argLine}</argLine>
+                        <trimStackTrace>false</trimStackTrace>
                         <useSystemClassLoader>true</useSystemClassLoader>
                         <forkCount>1</forkCount>
                         <forkNode