Skip to content

Commit

Permalink
This commit includes the packaging of the Gamedoora model into jars a…
Browse files Browse the repository at this point in the history
…nd hosts those packages in GitHub's package manager
  • Loading branch information
arkaprovob committed Jul 1, 2023
1 parent a6ca3f1 commit 23800f8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 68 deletions.
62 changes: 0 additions & 62 deletions .github/workflows/maven-publish.yml

This file was deleted.

15 changes: 9 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.wagon.http.pool>false</maven.wagon.http.pool>
<maven.wagon.httpconnectionManager.ttlSeconds>120</maven.wagon.httpconnectionManager.ttlSeconds>
<maven.wagon.http.retryHandler.count>3</maven.wagon.http.retryHandler.count>
</properties>

<build>
Expand Down Expand Up @@ -129,10 +132,10 @@

</dependencies>
<distributionManagement>
<repository>
<id>codeartifact</id>
<name>codeartifact</name>
<url>https://gamedoora-727903310356.d.codeartifact.us-east-1.amazonaws.com/maven/Gamedoora/</url>
</repository>
</distributionManagement>
<repository>
<id>github</id>
<name>GitHub GameDoora Model's Apache Maven Packages</name>
<url>https://maven.pkg.github.com/gamedoora/gamedoora-model</url>
</repository>
</distributionManagement>
</project>

0 comments on commit 23800f8

Please sign in to comment.