Skip to content
This repository was archived by the owner on May 29, 2025. It is now read-only.

Commit 73785aa

Browse files
authored
Merge pull request #14 from bazaarvoice/fsiddiqui-autoRelease
Add plugin to auto release to maven
2 parents 0ca29a3 + 85e16ae commit 73785aa

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

pom.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -463,6 +463,17 @@ under the License.
463463
</execution>
464464
</executions>
465465
</plugin>
466+
<plugin>
467+
<groupId>org.sonatype.plugins</groupId>
468+
<artifactId>nexus-staging-maven-plugin</artifactId>
469+
<version>1.6.2</version>
470+
<extensions>true</extensions>
471+
<configuration>
472+
<serverId>sonatype-nexus-staging</serverId>
473+
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
474+
<autoReleaseAfterClose>true</autoReleaseAfterClose>
475+
</configuration>
476+
</plugin>
466477
</plugins>
467478
</build>
468479
<reporting>

0 commit comments

Comments
 (0)