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