Skip to content
This repository has been archived by the owner on May 2, 2024. It is now read-only.

Commit

Permalink
Add internal maven for distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
yongkyunlee committed May 1, 2024
1 parent 5abaa49 commit 3196e4a
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,19 @@
<name>AWSGlueDataCatalogHiveClient</name>
<url>http://maven.apache.org</url>

<distributionManagement>
<repository>
<id>codeartifact</id>
<name>codeartifact</name>
<url>https://onehouse-194159489498.d.codeartifact.us-west-2.amazonaws.com/maven/onehouse-internal/</url>
</repository>
<snapshotRepository>
<id>codeartifact</id>
<name>codeartifact</name>
<url>https://onehouse-194159489498.d.codeartifact.us-west-2.amazonaws.com/maven/onehouse-internal/</url>
</snapshotRepository>
</distributionManagement>

<repositories>
<repository>
<id>codeartifact</id>
Expand Down

0 comments on commit 3196e4a

Please sign in to comment.