We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ea0394 commit 71032dbCopy full SHA for 71032db
powertools-e2e-tests/src/test/java/software/amazon/lambda/powertools/testutils/Infrastructure.java
@@ -210,7 +210,7 @@ private Stack createStackWithLambda() {
210
"cd " + pathToFunction +
211
" && timeout -s SIGKILL 5m mvn clean install -ff " +
212
" -Dmaven.test.skip=true " +
213
- " -Dmaven.resources.skip=true " +
+ //" -Dmaven.resources.skip=true " +
214
" -Dmaven.compiler.source=" + runtime.getMvnProperty() +
215
" -Dmaven.compiler.target=" + runtime.getMvnProperty() +
216
" && cp /asset-input/" + pathToFunction + "/target/function.jar /asset-output/"
0 commit comments