Skip to content

Commit 146b6a8

Browse files
scottgerringjeromevdl
authored andcommitted
Fix log4j2.xml missing in logging test for java21
1 parent b54d61c commit 146b6a8

File tree

1 file changed

+1
-1
lines changed
  • powertools-e2e-tests/src/test/java/software/amazon/lambda/powertools/testutils

1 file changed

+1
-1
lines changed

powertools-e2e-tests/src/test/java/software/amazon/lambda/powertools/testutils/Infrastructure.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ private Stack createStackWithLambda() {
210210
"cd " + pathToFunction +
211211
" && timeout -s SIGKILL 5m mvn clean install -ff " +
212212
" -Dmaven.test.skip=true " +
213-
" -Dmaven.resources.skip=true " +
213+
//" -Dmaven.resources.skip=true " +
214214
" -Dmaven.compiler.source=" + runtime.getMvnProperty() +
215215
" -Dmaven.compiler.target=" + runtime.getMvnProperty() +
216216
" && cp /asset-input/" + pathToFunction + "/target/function.jar /asset-output/"

0 commit comments

Comments
 (0)