Skip to content

Commit 4be508d

Browse files
committed
remove comment
1 parent 38082c3 commit 4be508d

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

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

Lines changed: 0 additions & 1 deletion
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)