Skip to content

Commit 1c73805

Browse files
committed
Trigger push towards Jenkin plugins repo
1 parent 924f234 commit 1c73805

File tree

2 files changed

+5
-36
lines changed

2 files changed

+5
-36
lines changed

pom.xml

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -100,34 +100,6 @@
100100
</systemProperties>
101101
</configuration>
102102
</plugin>
103-
<plugin>
104-
<artifactId>maven-enforcer-plugin</artifactId>
105-
<executions>
106-
<execution>
107-
<id>enforce-okhttp-consistency</id>
108-
<goals>
109-
<goal>enforce</goal>
110-
</goals>
111-
<configuration>
112-
<rules>
113-
<requireSameVersions>
114-
<dependencies>
115-
<dependency>com.squareup.okhttp3:mockwebserver</dependency>
116-
<dependency>com.squareup.okhttp3:okhttp:jar</dependency>
117-
<dependency>com.squareup.okhttp3:logging-interceptor</dependency>
118-
</dependencies>
119-
</requireSameVersions>
120-
<requireSameVersions>
121-
<dependencies>
122-
<dependency>io.fabric8:kubernetes-server-mock</dependency>
123-
<dependency>io.fabric8:kubernetes-client</dependency>
124-
</dependencies>
125-
</requireSameVersions>
126-
</rules>
127-
</configuration>
128-
</execution>
129-
</executions>
130-
</plugin>
131103
</plugins>
132104
</build>
133105

ui-tests/pom.xml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@
1313
<version>${changelist}</version>
1414
<packaging>jar</packaging>
1515

16+
<properties>
17+
<!-- no need to be deployed during release, this is a test-only module -->
18+
<maven.deploy.skip>true</maven.deploy.skip>
19+
</properties>
20+
1621
<dependencyManagement>
1722
<dependencies>
1823
<dependency>
@@ -103,14 +108,6 @@
103108
</environmentVariables>
104109
</configuration>
105110
</plugin>
106-
<plugin>
107-
<groupId>org.apache.maven.plugins</groupId>
108-
<artifactId>maven-deploy-plugin</artifactId>
109-
<version>2.7</version>
110-
<configuration>
111-
<skip>true</skip>
112-
</configuration>
113-
</plugin>
114111
</plugins>
115112
</build>
116113

0 commit comments

Comments
 (0)