|
1 | | -<?xml version="1.0" encoding="UTF-8"?> |
2 | | -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 1 | +<?xml version="1.0" encoding="UTF-8" ?> |
| 2 | +<project |
| 3 | + xmlns="http://maven.apache.org/POM/4.0.0" |
| 4 | + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 5 | + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" |
| 6 | +> |
3 | 7 | <modelVersion>4.0.0</modelVersion> |
4 | 8 | <groupId>io.getunleash</groupId> |
5 | 9 | <artifactId>unleash-client-java</artifactId> |
6 | | - <version>12.2.2-SNAPSHOT-SNAPSHOT</version> |
| 10 | + <version>12.2.2-SNAPSHOT</version> |
7 | 11 |
|
8 | 12 | <properties> |
9 | 13 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
|
53 | 57 |
|
54 | 58 | <scm> |
55 | 59 | <url>https://github.com/Unleash/unleash-java-sdk</url> |
56 | | - <connection>scm:git:https://github.com/Unleash/unleash-java-sdk.git</connection> |
57 | | - <developerConnection>scm:git:https://github.com/Unleash/unleash-java-sdk.git</developerConnection> |
| 60 | + <connection |
| 61 | + >scm:git:https://github.com/Unleash/unleash-java-sdk.git</connection> |
| 62 | + <developerConnection |
| 63 | + >scm:git:https://github.com/Unleash/unleash-java-sdk.git</developerConnection> |
58 | 64 | </scm> |
59 | 65 |
|
60 | 66 | <dependencies> |
|
188 | 194 | <version>3.5.2</version> |
189 | 195 | <configuration> |
190 | 196 | <forkCount>1</forkCount> |
191 | | - <argLine>@{argLine} -javaagent:${org.mockito:mockito-core:jar}</argLine> |
| 197 | + <argLine |
| 198 | + >@{argLine} -javaagent:${org.mockito:mockito-core:jar}</argLine> |
192 | 199 | </configuration> |
193 | 200 | </plugin> |
194 | 201 | <plugin> |
|
198 | 205 | <configuration> |
199 | 206 | <archive> |
200 | 207 | <manifest> |
201 | | - <addDefaultImplementationEntries>true</addDefaultImplementationEntries> |
202 | | - <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries> |
| 208 | + <addDefaultImplementationEntries |
| 209 | + >true</addDefaultImplementationEntries> |
| 210 | + <addDefaultSpecificationEntries |
| 211 | + >true</addDefaultSpecificationEntries> |
203 | 212 | </manifest> |
204 | 213 | </archive> |
205 | 214 | </configuration> |
|
235 | 244 | </goals> |
236 | 245 | <configuration> |
237 | 246 | <url>https://github.com</url> |
238 | | - <fromFile>Unleash/client-specification/archive/v${version.unleash.specification}.zip |
| 247 | + <fromFile |
| 248 | + >Unleash/client-specification/archive/v${version.unleash.specification}.zip |
239 | 249 | </fromFile> |
240 | | - <toDir>${project.build.directory}/client-specification</toDir> |
| 250 | + <toDir |
| 251 | + >${project.build.directory}/client-specification</toDir> |
241 | 252 | </configuration> |
242 | 253 | </execution> |
243 | 254 | </executions> |
|
261 | 272 | <directory> |
262 | 273 | ${project.build.directory}/client-specification/v${version.unleash.specification}.zip |
263 | 274 | </directory> |
264 | | - <outputDirectory>${project.build.directory}/client-specification/</outputDirectory> |
| 275 | + <outputDirectory |
| 276 | + >${project.build.directory}/client-specification/</outputDirectory> |
265 | 277 | </fileset> |
266 | 278 | </configuration> |
267 | 279 | </execution> |
|
281 | 293 | <goal>copy-resources</goal> |
282 | 294 | </goals> |
283 | 295 | <configuration> |
284 | | - <outputDirectory>${project.build.testOutputDirectory}/client-specification</outputDirectory> |
| 296 | + <outputDirectory |
| 297 | + >${project.build.testOutputDirectory}/client-specification</outputDirectory> |
285 | 298 | <resources> |
286 | 299 | <resource> |
287 | 300 | <directory> |
|
325 | 338 | <mavenCentral> |
326 | 339 | <sonatype> |
327 | 340 | <active>ALWAYS</active> |
328 | | - <url>https://central.sonatype.com/api/v1/publisher</url> |
329 | | - <stagingRepositories>target/staging-deploy</stagingRepositories> |
| 341 | + <url |
| 342 | + >https://central.sonatype.com/api/v1/publisher</url> |
| 343 | + <stagingRepositories |
| 344 | + >target/staging-deploy</stagingRepositories> |
330 | 345 | <retryDelay>60</retryDelay> |
331 | 346 | <maxRetries>40</maxRetries> |
332 | 347 | </sonatype> |
|
402 | 417 | <artifactId>maven-surefire-plugin</artifactId> |
403 | 418 | <version>3.5.2</version> |
404 | 419 | <configuration> |
405 | | - <argLine>@{argLine} -javaagent:${org.mockito:mockito-core:jar}</argLine> |
| 420 | + <argLine |
| 421 | + >@{argLine} -javaagent:${org.mockito:mockito-core:jar}</argLine> |
406 | 422 | </configuration> |
407 | 423 | </plugin> |
408 | 424 | </plugins> |
|
414 | 430 | <activeByDefault>false</activeByDefault> |
415 | 431 | </activation> |
416 | 432 | <properties> |
417 | | - <sonatypeOssDistMgmtSnapshotsUrl>https://s01.oss.sonatype.org/content/repositories/snapshots</sonatypeOssDistMgmtSnapshotsUrl> |
| 433 | + <sonatypeOssDistMgmtSnapshotsUrl |
| 434 | + >https://s01.oss.sonatype.org/content/repositories/snapshots</sonatypeOssDistMgmtSnapshotsUrl> |
418 | 435 | </properties> |
419 | 436 | <repositories> |
420 | 437 | <repository> |
421 | 438 | <id>sonatype-nexus-snapshots</id> |
422 | 439 | <name>Sonatype Nexus Snapshots</name> |
423 | | - <url>https://oss.sonatype.org/content/repositories/snapshots</url> |
| 440 | + <url |
| 441 | + >https://oss.sonatype.org/content/repositories/snapshots</url> |
424 | 442 | <releases> |
425 | 443 | <enabled>false</enabled> |
426 | 444 | </releases> |
|
438 | 456 | <repository> |
439 | 457 | <id>sonatype-nexus-staging</id> |
440 | 458 | <name>Nexus Release Repository</name> |
441 | | - <url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url> |
| 459 | + <url |
| 460 | + >https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url> |
442 | 461 | </repository> |
443 | 462 | </distributionManagement> |
444 | 463 | <build> |
|
507 | 526 | <profile> |
508 | 527 | <id>publication</id> |
509 | 528 | <properties> |
510 | | - <altDeploymentRepository>local::file:./target/staging-deploy</altDeploymentRepository> |
| 529 | + <altDeploymentRepository |
| 530 | + >local::file:./target/staging-deploy</altDeploymentRepository> |
511 | 531 | </properties> |
512 | 532 | <build> |
513 | 533 | <defaultGoal>deploy</defaultGoal> |
|
553 | 573 | <repository> |
554 | 574 | <id>sonatype-nexus-staging</id> |
555 | 575 | <name>Nexus Release Repository</name> |
556 | | - <url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url> |
| 576 | + <url |
| 577 | + >https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url> |
557 | 578 | </repository> |
558 | 579 | </distributionManagement> |
559 | 580 | </profile> |
|
0 commit comments