File tree Expand file tree Collapse file tree 2 files changed +5
-36
lines changed
Expand file tree Collapse file tree 2 files changed +5
-36
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 >
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
You can’t perform that action at this time.
0 commit comments