Skip to content

Commit 71032db

Browse files
committed
Fix log4j2.xml missing in logging test for java21
1 parent 4ea0394 commit 71032db

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

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

+1-1
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)