Skip to content

Commit f9dc454

Browse files
committed
remove comment
1 parent 0019d1b commit f9dc454

File tree

1 file changed

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

1 file changed

+0
-1
lines changed

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

-1
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,6 @@ private Stack createStackWithLambda() {
211211
"cd " + pathToFunction +
212212
" && timeout -s SIGKILL 5m mvn clean install -ff " +
213213
" -Dmaven.test.skip=true " +
214-
//" -Dmaven.resources.skip=true " +
215214
" -Dmaven.compiler.source=" + runtime.getMvnProperty() +
216215
" -Dmaven.compiler.target=" + runtime.getMvnProperty() +
217216
" && cp /asset-input/" + pathToFunction + "/target/function.jar /asset-output/"

0 commit comments

Comments
 (0)