Skip to content

Commit

Permalink
[MOSIP-37999]readme.md changes
Browse files Browse the repository at this point in the history
Signed-off-by: JanardhanBS-SyncByte <[email protected]>
  • Loading branch information
JanardhanBS-SyncByte committed Dec 5, 2024
1 parent 9ff3098 commit 0fa8eef
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions biosdk-services/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,27 @@
<plugin>
<artifactId>maven-deploy-plugin</artifactId>
<version>${maven.deploy.plugin.version}</version>
<configuration>
<skip>false</skip>
</configuration>
<executions>
<execution>
<id>default-deploy</id>
<phase>deploy</phase>
<goals>
<goal>deploy</goal>
</goals>
<configuration>
<skip>false</skip>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>${nexus.staging.maven.plugin.version}</version>
<extensions>true</extensions>
<executions>
<execution>
<id>default-deploy</id>
Expand All @@ -255,6 +276,11 @@
</goals>
</execution>
</executions>
<configuration>
<serverId>ossrh</serverId>
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
<autoReleaseAfterClose>false</autoReleaseAfterClose>
</configuration>
</plugin>

<plugin>
Expand Down

0 comments on commit 0fa8eef

Please sign in to comment.