File tree 6 files changed +31
-23
lines changed
6 files changed +31
-23
lines changed Original file line number Diff line number Diff line change 192
192
</dependency >
193
193
</dependencies >
194
194
</plugin >
195
+ <plugin >
196
+ <groupId >org.apache.maven.plugins</groupId >
197
+ <artifactId >maven-deploy-plugin</artifactId >
198
+ <version >3.1.1</version >
199
+ <configuration >
200
+ <retryFailedDeploymentCount >10</retryFailedDeploymentCount >
201
+ </configuration >
202
+ </plugin >
195
203
<plugin >
196
204
<groupId >org.sonatype.plugins</groupId >
197
205
<artifactId >nexus-staging-maven-plugin</artifactId >
244
252
<artifactId >maven-site-plugin</artifactId >
245
253
<version >3.12.1</version >
246
254
</plugin >
247
- <plugin >
248
- <groupId >org.apache.maven.plugins</groupId >
249
- <artifactId >maven-deploy-plugin</artifactId >
250
- <version >3.1.1</version >
251
- </plugin >
252
255
<plugin >
253
256
<groupId >org.apache.maven.plugins</groupId >
254
257
<artifactId >maven-surefire-plugin</artifactId >
291
294
</pluginManagement >
292
295
</build >
293
296
297
+ <distributionManagement >
298
+ <snapshotRepository >
299
+ <id >ossrh</id >
300
+ <url >https://oss.sonatype.org/content/repositories/snapshots</url >
301
+ </snapshotRepository >
302
+ <repository >
303
+ <id >ossrh</id >
304
+ <url >https://oss.sonatype.org/service/local/staging/deploy/maven2/</url >
305
+ </repository >
306
+ </distributionManagement >
307
+
294
308
<scm >
295
309
<url >https://github.com/arangodb/arangodb-java-driver</url >
296
310
<connection >scm:git:git://github.com/arangodb/arangodb-java-driver.git</connection >
Original file line number Diff line number Diff line change 16
16
17
17
<properties >
18
18
<moduleName />
19
+ <maven .deploy.skip>true</maven .deploy.skip>
19
20
</properties >
20
21
21
22
<build >
113
114
<skipIfEmpty >true</skipIfEmpty >
114
115
</configuration >
115
116
</plugin >
116
- <plugin >
117
- <groupId >org.apache.maven.plugins</groupId >
118
- <artifactId >maven-deploy-plugin</artifactId >
119
- <configuration >
120
- <retryFailedDeploymentCount >10</retryFailedDeploymentCount >
121
- </configuration >
122
- </plugin >
123
117
<plugin >
124
118
<groupId >org.apache.maven.plugins</groupId >
125
119
<artifactId >maven-clean-plugin</artifactId >
187
181
</profile >
188
182
</profiles >
189
183
190
- <distributionManagement >
191
- <snapshotRepository >
192
- <id >ossrh</id >
193
- <url >https://oss.sonatype.org/content/repositories/snapshots</url >
194
- </snapshotRepository >
195
- <repository >
196
- <id >ossrh</id >
197
- <url >https://oss.sonatype.org/service/local/staging/deploy/maven2/</url >
198
- </repository >
199
- </distributionManagement >
200
-
201
184
</project >
Original file line number Diff line number Diff line change 13
13
14
14
<artifactId >test-functional</artifactId >
15
15
16
+ <properties >
17
+ <maven .deploy.skip>true</maven .deploy.skip>
18
+ </properties >
19
+
16
20
<profiles >
17
21
<profile >
18
22
<id >shaded</id >
Original file line number Diff line number Diff line change 17
17
<maven .compiler.target>17</maven .compiler.target>
18
18
<maven .compiler.source>17</maven .compiler.source>
19
19
<maven .compiler.release>17</maven .compiler.release>
20
+ <maven .deploy.skip>true</maven .deploy.skip>
20
21
</properties >
21
22
23
+
22
24
<dependencies >
23
25
<dependency >
24
26
<groupId >com.arangodb</groupId >
Original file line number Diff line number Diff line change 17
17
<maven .build.cache.enabled>false</maven .build.cache.enabled>
18
18
<adb .jackson.version>2.17.1</adb .jackson.version>
19
19
<sonar .skip>true</sonar .skip>
20
+ <maven .deploy.skip>true</maven .deploy.skip>
20
21
</properties >
21
22
22
23
<dependencies >
Original file line number Diff line number Diff line change 12
12
13
13
<artifactId >test-resilience</artifactId >
14
14
15
+ <properties >
16
+ <maven .deploy.skip>true</maven .deploy.skip>
17
+ </properties >
18
+
15
19
<dependencies >
16
20
<dependency >
17
21
<groupId >org.mock-server</groupId >
You can’t perform that action at this time.
0 commit comments