Skip to content

Commit

Permalink
SPDI-43841. Add mvn deploy configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
flaming-archer committed May 20, 2022
1 parent 578be60 commit 30e900d
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,19 @@
<version>7</version>
</parent>

<distributionManagement>
<repository>
<id>${distMgmtStagingId}</id>
<name>${distMgmtStagingName}</name>
<url>${distMgmtStagingUrl}</url>
</repository>
<snapshotRepository>
<id>${distMgmtSnapshotsId}</id>
<name>${distMgmtSnapshotsName}</name>
<url>${distMgmtSnapshotsUrl}</url>
</snapshotRepository>
</distributionManagement>

<repositories>
<repository>
<id>central</id>
Expand Down Expand Up @@ -169,6 +182,12 @@
<libcephfs.version>0.0.1</libcephfs.version>
<jnr-fuse.version>0.5.5</jnr-fuse.version>
<kerby.version>1.0.1</kerby.version>
<distMgmtSnapshotsId>data-infra-snapshot</distMgmtSnapshotsId>
<distMgmtSnapshotsName>Shopee Data Infra Snapshot Repository</distMgmtSnapshotsName>
<distMgmtSnapshotsUrl>https://di-nexus-repo.idata.shopeemobile.com/repository/maven-snapshot/</distMgmtSnapshotsUrl>
<distMgmtStagingId>data-infra-release</distMgmtStagingId>
<distMgmtStagingName>Shopee Data Infra Release Repository</distMgmtStagingName>
<distMgmtStagingUrl>https://di-nexus-repo.idata.shopeemobile.com/repository/maven-release/</distMgmtStagingUrl>
</properties>

<modules>
Expand Down

0 comments on commit 30e900d

Please sign in to comment.