File tree Expand file tree Collapse file tree 4 files changed +165
-1
lines changed
kernel-masterdata-service Expand file tree Collapse file tree 4 files changed +165
-1
lines changed Original file line number Diff line number Diff line change 31
31
<maven .surefire.plugin.version>2.22.0</maven .surefire.plugin.version>
32
32
<mosip .biometric.util.version>1.3.0-beta.1</mosip .biometric.util.version>
33
33
<mosip .openid.bridge.version>1.3.0-beta.1</mosip .openid.bridge.version>
34
+ <maven .deploy.plugin.version>3.1.1</maven .deploy.plugin.version>
35
+ <nexus .staging.maven.plugin.version>1.6.14</nexus .staging.maven.plugin.version>
34
36
</properties >
35
37
<dependencyManagement >
36
38
<dependencies >
372
374
<skip >false</skip >
373
375
</configuration >
374
376
</plugin >
377
+ <plugin >
378
+ <artifactId >maven-deploy-plugin</artifactId >
379
+ <version >${maven.deploy.plugin.version} </version >
380
+ <configuration >
381
+ <skip >true</skip >
382
+ </configuration >
383
+ <executions >
384
+ <execution >
385
+ <id >default-deploy</id >
386
+ <phase >none</phase >
387
+ <goals >
388
+ <goal >deploy</goal >
389
+ </goals >
390
+ <configuration >
391
+ <skip >true</skip >
392
+ </configuration >
393
+ </execution >
394
+ </executions >
395
+ </plugin >
396
+ <plugin >
397
+ <groupId >org.sonatype.plugins</groupId >
398
+ <artifactId >nexus-staging-maven-plugin</artifactId >
399
+ <version >${nexus.staging.maven.plugin.version} </version >
400
+ <extensions >true</extensions >
401
+ <executions >
402
+ <execution >
403
+ <id >default-deploy</id >
404
+ <phase >none</phase >
405
+ <goals >
406
+ <goal >deploy</goal >
407
+ </goals >
408
+ </execution >
409
+ </executions >
410
+ <configuration >
411
+ <serverId >ossrh</serverId >
412
+ <nexusUrl >https://oss.sonatype.org/</nexusUrl >
413
+ <autoReleaseAfterClose >false</autoReleaseAfterClose >
414
+ </configuration >
415
+ </plugin >
375
416
</plugins >
376
417
</build >
377
418
</profile >
Original file line number Diff line number Diff line change 32
32
<kernel-websubclient-api .version>1.3.0-beta.1</kernel-websubclient-api .version>
33
33
<kernel-logger-logback .version>1.3.0-beta.1</kernel-logger-logback .version>
34
34
<kernel .auth.adaptor.version>1.3.0-beta.1</kernel .auth.adaptor.version>
35
+ <maven .deploy.plugin.version>3.1.1</maven .deploy.plugin.version>
36
+ <nexus .staging.maven.plugin.version>1.6.14</nexus .staging.maven.plugin.version>
35
37
</properties >
36
38
37
39
<repositories >
467
469
<skip >false</skip >
468
470
</configuration >
469
471
</plugin >
472
+ <plugin >
473
+ <artifactId >maven-deploy-plugin</artifactId >
474
+ <version >${maven.deploy.plugin.version} </version >
475
+ <configuration >
476
+ <skip >true</skip >
477
+ </configuration >
478
+ <executions >
479
+ <execution >
480
+ <id >default-deploy</id >
481
+ <phase >none</phase >
482
+ <goals >
483
+ <goal >deploy</goal >
484
+ </goals >
485
+ <configuration >
486
+ <skip >true</skip >
487
+ </configuration >
488
+ </execution >
489
+ </executions >
490
+ </plugin >
491
+ <plugin >
492
+ <groupId >org.sonatype.plugins</groupId >
493
+ <artifactId >nexus-staging-maven-plugin</artifactId >
494
+ <version >${nexus.staging.maven.plugin.version} </version >
495
+ <extensions >true</extensions >
496
+ <executions >
497
+ <execution >
498
+ <id >default-deploy</id >
499
+ <phase >none</phase >
500
+ <goals >
501
+ <goal >deploy</goal >
502
+ </goals >
503
+ </execution >
504
+ </executions >
505
+ <configuration >
506
+ <serverId >ossrh</serverId >
507
+ <nexusUrl >https://oss.sonatype.org/</nexusUrl >
508
+ <autoReleaseAfterClose >false</autoReleaseAfterClose >
509
+ </configuration >
510
+ </plugin >
470
511
</plugins >
471
512
</build >
472
513
</profile >
Original file line number Diff line number Diff line change 114
114
<kernel .websubclient.api.version>1.3.0-beta.1</kernel .websubclient.api.version>
115
115
<kernel .core.version>1.3.0-beta.1</kernel .core.version>
116
116
<mosip .openid.bridge.version>1.3.0-beta.1</mosip .openid.bridge.version>
117
+ <maven .deploy.plugin.version>3.1.1</maven .deploy.plugin.version>
118
+ <nexus .staging.maven.plugin.version>1.6.14</nexus .staging.maven.plugin.version>
117
119
</properties >
118
120
119
121
<repositories >
431
433
<format >json</format >
432
434
</configuration >
433
435
</plugin >
436
+ <plugin >
437
+ <artifactId >maven-deploy-plugin</artifactId >
438
+ <version >${maven.deploy.plugin.version} </version >
439
+ <configuration >
440
+ <skip >true</skip >
441
+ </configuration >
442
+ <executions >
443
+ <execution >
444
+ <id >default-deploy</id >
445
+ <phase >none</phase >
446
+ <goals >
447
+ <goal >deploy</goal >
448
+ </goals >
449
+ <configuration >
450
+ <skip >true</skip >
451
+ </configuration >
452
+ </execution >
453
+ </executions >
454
+ </plugin >
455
+ <plugin >
456
+ <groupId >org.sonatype.plugins</groupId >
457
+ <artifactId >nexus-staging-maven-plugin</artifactId >
458
+ <version >${nexus.staging.maven.plugin.version} </version >
459
+ <extensions >true</extensions >
460
+ <executions >
461
+ <execution >
462
+ <id >default-deploy</id >
463
+ <phase >none</phase >
464
+ <goals >
465
+ <goal >deploy</goal >
466
+ </goals >
467
+ </execution >
468
+ </executions >
469
+ <configuration >
470
+ <serverId >ossrh</serverId >
471
+ <nexusUrl >https://oss.sonatype.org/</nexusUrl >
472
+ <autoReleaseAfterClose >false</autoReleaseAfterClose >
473
+ </configuration >
474
+ </plugin >
434
475
</plugins >
435
476
</build >
436
477
<scm >
Original file line number Diff line number Diff line change 88
88
<kernel .crypto.version>1.3.0-beta.1</kernel .crypto.version>
89
89
<kernel .keymanager.version>1.3.0-beta.1</kernel .keymanager.version>
90
90
<kernel-websubclient-api .version>1.3.0-beta.1</kernel-websubclient-api .version>
91
+ <maven .deploy.plugin.version>3.1.1</maven .deploy.plugin.version>
92
+ <nexus .staging.maven.plugin.version>1.6.14</nexus .staging.maven.plugin.version>
91
93
</properties >
92
94
93
95
<repositories >
428
430
<!-- <format>json</format> -->
429
431
</configuration >
430
432
</plugin >
431
- </plugins >
433
+ <plugin >
434
+ <artifactId >maven-deploy-plugin</artifactId >
435
+ <version >${maven.deploy.plugin.version} </version >
436
+ <configuration >
437
+ <skip >true</skip >
438
+ </configuration >
439
+ <executions >
440
+ <execution >
441
+ <id >default-deploy</id >
442
+ <phase >none</phase >
443
+ <goals >
444
+ <goal >deploy</goal >
445
+ </goals >
446
+ <configuration >
447
+ <skip >true</skip >
448
+ </configuration >
449
+ </execution >
450
+ </executions >
451
+ </plugin >
452
+ <plugin >
453
+ <groupId >org.sonatype.plugins</groupId >
454
+ <artifactId >nexus-staging-maven-plugin</artifactId >
455
+ <version >${nexus.staging.maven.plugin.version} </version >
456
+ <extensions >true</extensions >
457
+ <executions >
458
+ <execution >
459
+ <id >default-deploy</id >
460
+ <phase >none</phase >
461
+ <goals >
462
+ <goal >deploy</goal >
463
+ </goals >
464
+ </execution >
465
+ </executions >
466
+ <configuration >
467
+ <serverId >ossrh</serverId >
468
+ <nexusUrl >https://oss.sonatype.org/</nexusUrl >
469
+ <autoReleaseAfterClose >false</autoReleaseAfterClose >
470
+ </configuration >
471
+ </plugin >
472
+ </plugins >
432
473
</build >
433
474
<scm >
434
475
<connection >scm:git:git://github.com/mosip/commons.git</connection >
You can’t perform that action at this time.
0 commit comments