Skip to content

Commit d55f4e7

Browse files
committed
Another missing one
1 parent b36e724 commit d55f4e7

File tree

1 file changed

+9
-0
lines changed
  • examples/powertools-examples-core-utilities/serverless

1 file changed

+9
-0
lines changed

examples/powertools-examples-core-utilities/serverless/pom.xml

+9
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,15 @@
114114
</dependency>
115115
</dependencies>
116116
</plugin>
117+
<!-- Don't deploy the example -->
118+
<plugin>
119+
<groupId>org.apache.maven.plugins</groupId>
120+
<artifactId>maven-deploy-plugin</artifactId>
121+
<version>3.1.2</version>
122+
<configuration>
123+
<skip>true</skip>
124+
</configuration>
125+
</plugin>
117126
</plugins>
118127
</build>
119128
</project>

0 commit comments

Comments
 (0)