Skip to content

Commit b3228e6

Browse files
committed
Merge branch 'main' into 2.1.x
2 parents 237e470 + 8dc513f commit b3228e6

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

documentation/pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,14 @@
121121
</executions>
122122
</plugin>
123123

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+
124132
<plugin>
125133
<groupId>org.codehaus.mojo</groupId>
126134
<artifactId>build-helper-maven-plugin</artifactId>

pom.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@
126126
<maven-source-plugin-version>2.2.1</maven-source-plugin-version>
127127
<maven-surefire-plugin-version>2.22.2</maven-surefire-plugin-version>
128128
<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>
129130

130131
<!-- General settings -->
131132
<testreports.directory>test-reports</testreports.directory>
@@ -476,6 +477,11 @@
476477
<artifactId>maven-install-plugin</artifactId>
477478
<version>${maven-install-plugin-version}</version>
478479
</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>
479485
</plugins>
480486
</pluginManagement>
481487
<plugins>
@@ -664,7 +670,6 @@
664670
<plugin>
665671
<groupId>org.sonatype.plugins</groupId>
666672
<artifactId>nexus-staging-maven-plugin</artifactId>
667-
<version>1.6.9</version>
668673
<extensions>true</extensions>
669674
<configuration>
670675
<serverId>ossrh</serverId>

0 commit comments

Comments
 (0)