Skip to content

Commit b3f8796

Browse files
committed
Update distributionManagement
1 parent 3d5ebe8 commit b3f8796

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.github/workflows/maven-publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99

1010
jobs:
1111
build:
12+
name: Maven Package
1213

1314
runs-on: ubuntu-latest
1415

pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,12 @@
5959
</plugin>
6060
</plugins>
6161
</build>
62+
63+
<distributionManagement>
64+
<repository>
65+
<id>github</id>
66+
<name>GitHub algotradeX Apache Maven Packages</name>
67+
<url>https://maven.pkg.github.com/algotradeX/atx-common-java-models</url>
68+
</repository>
69+
</distributionManagement>
6270
</project>

0 commit comments

Comments
 (0)