We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37f7916 commit aab8987Copy full SHA for aab8987
pom.xml
@@ -167,6 +167,28 @@
167
</plugins>
168
</build>
169
</profile>
170
+
171
+ <!-- Profile for deploying to Sonatype OSSRH -->
172
173
+ <profile>
174
+ <id>central</id>
175
+ <build>
176
+ <pluginManagement>
177
+ <plugins>
178
+ <plugin>
179
+ <groupId>org.sonatype.plugins</groupId>
180
+ <artifactId>nexus-staging-maven-plugin</artifactId>
181
+ <extensions>true</extensions>
182
+ <configuration>
183
+ <serverId>ossrh</serverId>
184
+ <nexusUrl>https://s01.oss.sonatype.org/</nexusUrl>
185
+ <autoReleaseAfterClose>true</autoReleaseAfterClose>
186
+ </configuration>
187
+ </plugin>
188
+ </plugins>
189
+ </pluginManagement>
190
+ </build>
191
+ </profile>
192
</profiles>
193
194
<scm>
0 commit comments