Skip to content

Commit

Permalink
local nexus
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksandrfedorov97 committed Apr 2, 2024
1 parent b8ff4f0 commit 1b4166f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,18 +39,19 @@
<distributionManagement>
<snapshotRepository>
<id>ossrh</id>
<url>https://s01.oss.sonatype.org/content/repositories/snapshots/</url>
<url>${nexus.url}/repository/maven-snapshots/</url>
</snapshotRepository>
<repository>
<id>ossrh</id>
<url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
<url>${nexus.url}/repository/maven-releases/</url>
</repository>
</distributionManagement>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<nexus.url>https://4965-89-189-2-146.ngrok-free.app</nexus.url>
</properties>

<dependencies>
Expand Down Expand Up @@ -177,7 +178,7 @@
</executions>
<configuration>
<serverId>ossrh</serverId>
<nexusUrl>https://s01.oss.sonatype.org/</nexusUrl>
<nexusUrl>https://4965-89-189-2-146.ngrok-free.app</nexusUrl>
<autoReleaseAfterClose>true</autoReleaseAfterClose>
<stagingProgressTimeoutMinutes>15</stagingProgressTimeoutMinutes>
</configuration>
Expand Down

0 comments on commit 1b4166f

Please sign in to comment.