File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 121
121
</executions >
122
122
</plugin >
123
123
124
+ <plugin >
125
+ <groupId >org.sonatype.plugins</groupId >
126
+ <artifactId >nexus-staging-maven-plugin</artifactId >
127
+ <configuration >
128
+ <skipNexusStagingDeployMojo >true</skipNexusStagingDeployMojo >
129
+ </configuration >
130
+ </plugin >
131
+
124
132
<plugin >
125
133
<groupId >org.codehaus.mojo</groupId >
126
134
<artifactId >build-helper-maven-plugin</artifactId >
Original file line number Diff line number Diff line change 126
126
<maven-source-plugin-version >2.2.1</maven-source-plugin-version >
127
127
<maven-surefire-plugin-version >2.22.2</maven-surefire-plugin-version >
128
128
<maven-surefire-report-plugin-version >2.22.2</maven-surefire-report-plugin-version >
129
+ <nexus-staging-maven-plugin-version >1.6.9</nexus-staging-maven-plugin-version >
129
130
130
131
<!-- General settings -->
131
132
<testreports .directory>test-reports</testreports .directory>
476
477
<artifactId >maven-install-plugin</artifactId >
477
478
<version >${maven-install-plugin-version} </version >
478
479
</plugin >
480
+ <plugin >
481
+ <groupId >org.sonatype.plugins</groupId >
482
+ <artifactId >nexus-staging-maven-plugin</artifactId >
483
+ <version >${nexus-staging-maven-plugin-version} </version >
484
+ </plugin >
479
485
</plugins >
480
486
</pluginManagement >
481
487
<plugins >
664
670
<plugin >
665
671
<groupId >org.sonatype.plugins</groupId >
666
672
<artifactId >nexus-staging-maven-plugin</artifactId >
667
- <version >1.6.9</version >
668
673
<extensions >true</extensions >
669
674
<configuration >
670
675
<serverId >ossrh</serverId >
You can’t perform that action at this time.
0 commit comments