Skip to content

Commit e0f8981

Browse files
committed
skip normal release
1 parent 82ff79d commit e0f8981

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

java-sdk-logging/logback-extension/pom.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,16 @@
4646
<scope>test</scope>
4747
</dependency>
4848
</dependencies>
49+
50+
<build>
51+
<plugins>
52+
<plugin>
53+
<groupId>org.apache.maven.plugins</groupId>
54+
<artifactId>maven-deploy-plugin</artifactId>
55+
<configuration>
56+
<skip>true</skip>
57+
</configuration>
58+
</plugin>
59+
</plugins>
60+
</build>
4961
</project>

java-sdk-logging/pom.xml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,15 @@
4040
</dependencyManagement>
4141

4242
<build>
43+
<pluginManagement>
44+
<plugins>
45+
<plugin>
46+
<groupId>org.apache.maven.plugins</groupId>
47+
<artifactId>maven-deploy-plugin</artifactId>
48+
<version>3.1.3</version>
49+
</plugin>
50+
</plugins>
51+
</pluginManagement>
4352
<plugins>
4453
<plugin>
4554
<groupId>com.coveo</groupId>
@@ -57,6 +66,13 @@
5766
</dependency>
5867
</dependencies>
5968
</plugin>
69+
<plugin>
70+
<groupId>org.apache.maven.plugins</groupId>
71+
<artifactId>maven-deploy-plugin</artifactId>
72+
<configuration>
73+
<skip>true</skip>
74+
</configuration>
75+
</plugin>
6076
</plugins>
6177
</build>
6278

0 commit comments

Comments
 (0)