Skip to content

Commit

Permalink
Add Nexus Staging Maven Plugin for mlflow-java Deployment and Release (
Browse files Browse the repository at this point in the history
…mlflow#4360)

Add Nexus Staging Maven Plugin for mlflow-java Deployment and Release
  • Loading branch information
WeichenXu123 authored May 17, 2021
1 parent fa5588b commit ae48fdf
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions mlflow/java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,17 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.8</version>
<extensions>true</extensions>
<configuration>
<serverId>ossrh</serverId>
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
<autoReleaseAfterClose>true</autoReleaseAfterClose>
</configuration>
</plugin>
<plugin>
<groupId>net.alchim31.maven</groupId>
<artifactId>scala-maven-plugin</artifactId>
Expand Down

0 comments on commit ae48fdf

Please sign in to comment.