Skip to content

Commit 4c1520e

Browse files
authored
Skip maven deployment for e2e test handlers. (#2131)
1 parent a2eecae commit 4c1520e

File tree

1 file changed

+1
-1
lines changed
  • powertools-e2e-tests/handlers

1 file changed

+1
-1
lines changed

powertools-e2e-tests/handlers/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1414
<maven.compiler.source>11</maven.compiler.source>
1515
<maven.compiler.target>11</maven.compiler.target>
16-
1716
<lambda.java.core>1.3.0</lambda.java.core>
1817
<lambda.java.serialization>1.1.6</lambda.java.serialization>
1918
<lambda.java.events>3.16.1</lambda.java.events>
@@ -22,6 +21,7 @@
2221
<maven.compiler.version>3.14.0</maven.compiler.version>
2322
<aws.sdk.version>2.33.2</aws.sdk.version>
2423
<aspectj.version>1.9.20.1</aspectj.version>
24+
<maven.deploy.skip>true</maven.deploy.skip>
2525
</properties>
2626

2727
<modules>

0 commit comments

Comments
 (0)