Skip to content

Commit b9eb207

Browse files
committed
Adding maven deploy to location4j module
1 parent d778197 commit b9eb207

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

pom.xml

+9
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,15 @@
3737
<maven-deploy-plugin.version>3.1.2</maven-deploy-plugin.version>
3838
</properties>
3939

40+
<distributionManagement>
41+
<repository>
42+
<id>github</id>
43+
<name>${env.GITHUB_USERNAME}</name>
44+
<!--suppress UnresolvedMavenProperty -->
45+
<url>https://maven.pkg.github.com/${env.GITHUB_USERNAME}/${env.GITHUB_REPOSITORY}</url>
46+
</repository>
47+
</distributionManagement>
48+
4049
<licenses>
4150
<license>
4251
<name>MIT License</name>

0 commit comments

Comments
 (0)