We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4aef523 commit f5efa2aCopy full SHA for f5efa2a
1 file changed
java-sdk-logging/java-sdk-logging-bom/pom.xml
@@ -26,4 +26,16 @@
26
</dependency>
27
</dependencies>
28
</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>
41
</project>
0 commit comments