Skip to content

Commit

Permalink
feat: Fix maven deploy using profile.
Browse files Browse the repository at this point in the history
  • Loading branch information
grigoriev committed Mar 14, 2024
1 parent 7b72612 commit 6fc8949
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,24 @@
</dependency>
</dependencies>

<profiles>
<profile>
<id>repsyDeploy</id>
<distributionManagement>
<repository>
<id>repsy</id>
<name>repsy.io</name>
<url>https://repo.repsy.io/mvn/sbb/sbb</url>
</repository>
<snapshotRepository>
<id>repsy</id>
<name>repsy.io</name>
<url>https://repo.repsy.io/mvn/sbb/sbb</url>
</snapshotRepository>
</distributionManagement>
</profile>
</profiles>

<build>
<pluginManagement>
<plugins>
Expand Down

0 comments on commit 6fc8949

Please sign in to comment.