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 e95c4a54b do not trim stack trace e95c4a54b is described below commit e95c4a54b33a533c71b7a36ed77e9f9c01becc96 Author: Olivier Lamy <ol...@apache.org> AuthorDate: Sun Apr 10 12:06:17 2022 +1000 do not trim stack trace Signed-off-by: Olivier Lamy <ol...@apache.org> --- archiva-modules/archiva-web/archiva-web-common/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/archiva-modules/archiva-web/archiva-web-common/pom.xml b/archiva-modules/archiva-web/archiva-web-common/pom.xml index e8527d04d..d814c5f2a 100644 --- a/archiva-modules/archiva-web/archiva-web-common/pom.xml +++ b/archiva-modules/archiva-web/archiva-web-common/pom.xml @@ -524,6 +524,7 @@ <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>