Skip to content

Commit b224a76

Browse files
disable deploy
1 parent ce11077 commit b224a76

File tree

1 file changed

+7
-0
lines changed
  • spring-cloud-aws-dependencies

1 file changed

+7
-0
lines changed

spring-cloud-aws-dependencies/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -296,6 +296,13 @@
296296
<id>release</id>
297297
<build>
298298
<plugins>
299+
<plugin>
300+
<groupId>org.apache.maven.plugins</groupId>
301+
<artifactId>maven-deploy-plugin</artifactId>
302+
<configuration>
303+
<skip>true</skip>
304+
</configuration>
305+
</plugin>
299306
<plugin>
300307
<groupId>org.apache.maven.plugins</groupId>
301308
<artifactId>maven-gpg-plugin</artifactId>

0 commit comments

Comments
 (0)