Skip to content

Commit f5efa2a

Browse files
committed
skip release
1 parent 4aef523 commit f5efa2a

File tree

1 file changed

+12
-0
lines changed
  • java-sdk-logging/java-sdk-logging-bom

1 file changed

+12
-0
lines changed

java-sdk-logging/java-sdk-logging-bom/pom.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,16 @@
2626
</dependency>
2727
</dependencies>
2828
</dependencyManagement>
29+
30+
<build>
31+
<plugins>
32+
<plugin>
33+
<groupId>org.apache.maven.plugins</groupId>
34+
<artifactId>maven-deploy-plugin</artifactId>
35+
<configuration>
36+
<skip>true</skip>
37+
</configuration>
38+
</plugin>
39+
</plugins>
40+
</build>
2941
</project>

0 commit comments

Comments
 (0)