We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b36e724 commit d55f4e7Copy full SHA for d55f4e7
examples/powertools-examples-core-utilities/serverless/pom.xml
@@ -114,6 +114,15 @@
114
</dependency>
115
</dependencies>
116
</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>
126
</plugins>
127
</build>
128
</project>
0 commit comments