Skip to content

Commit f82859a

Browse files
committed
skip deploy
1 parent c49451f commit f82859a

File tree

1 file changed

+12
-0
lines changed
  • spring-cloud-gray-samples/spring-cloud-gray-stream-sample

1 file changed

+12
-0
lines changed

spring-cloud-gray-samples/spring-cloud-gray-stream-sample/pom.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,16 @@
3131

3232
</dependencies>
3333

34+
<build>
35+
<plugins>
36+
<plugin>
37+
<!--skip deploy -->
38+
<artifactId>maven-deploy-plugin</artifactId>
39+
<configuration>
40+
<skip>true</skip>
41+
</configuration>
42+
</plugin>
43+
</plugins>
44+
</build>
45+
3446
</project>

0 commit comments

Comments
 (0)