Skip to content

Commit b36e724

Browse files
committed
Skip SAM example for deploy
1 parent b707ca4 commit b36e724

File tree

1 file changed

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

1 file changed

+9
-0
lines changed

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

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

0 commit comments

Comments
 (0)