This is an automated email from the ASF dual-hosted git repository.

olamy pushed a commit to branch archiva-2.x-gh-actions
in repository https://gitbox.apache.org/repos/asf/archiva.git


The following commit(s) were added to refs/heads/archiva-2.x-gh-actions by this 
push:
     new 9ced06d5e do not trimStackTrace
9ced06d5e is described below

commit 9ced06d5ef2ad0a4dff62cb7c884b48c132f9d6d
Author: Olivier Lamy <[email protected]>
AuthorDate: Sun Apr 10 14:10:26 2022 +1000

    do not trimStackTrace
    
    Signed-off-by: Olivier Lamy <[email protected]>
---
 archiva-modules/archiva-web/archiva-web-common/pom.xml | 1 -
 pom.xml                                                | 1 +
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/archiva-modules/archiva-web/archiva-web-common/pom.xml 
b/archiva-modules/archiva-web/archiva-web-common/pom.xml
index d814c5f2a..e8527d04d 100644
--- a/archiva-modules/archiva-web/archiva-web-common/pom.xml
+++ b/archiva-modules/archiva-web/archiva-web-common/pom.xml
@@ -524,7 +524,6 @@
         <artifactId>maven-surefire-plugin</artifactId>
         <configuration>
           <argLine>-Xmx1024m -Xms512m -XX:MaxPermSize=256m 
${jacocoagent}</argLine>
-          <trimStackTrace>false</trimStackTrace>
           <systemPropertyVariables>
             
<org.apache.tomcat.util.buf.UDecoder.ALLOW_ENCODED_SLASH>true</org.apache.tomcat.util.buf.UDecoder.ALLOW_ENCODED_SLASH>
             
<appserver.base>${project.build.directory}/appserver-base</appserver.base>
diff --git a/pom.xml b/pom.xml
index afca968a3..1b56cc018 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1803,6 +1803,7 @@
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-surefire-plugin</artifactId>
           <configuration>
+            <trimStackTrace>false</trimStackTrace>
             <argLine>${jacocoagent}</argLine>
             
<redirectTestOutputToFile>${surefire.redirectTestOutputToFile}</redirectTestOutputToFile>
             <runOrder>alphabetical</runOrder>

Reply via email to