Skip to content

Commit 2468f61

Browse files
committed
Added Github Package repository, but it may be changed in the future;
1 parent f2279cb commit 2468f61

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

pom.xml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,15 +56,21 @@
5656
</dependency>
5757
</dependencies>
5858

59+
<distributionManagement>
60+
<repository>
61+
<id>github</id>
62+
<name>GitHub java-utils Packages Repository</name>
63+
<url>https://maven.pkg.github.com/LamGC/java-utils</url>
64+
</repository>
65+
</distributionManagement>
66+
5967
<build>
6068
<pluginManagement><!-- lock down plugins versions to avoid using Maven defaults (may be moved to parent pom) -->
6169
<plugins>
62-
<!-- clean lifecycle, see https://maven.apache.org/ref/current/maven-core/lifecycles.html#clean_Lifecycle -->
6370
<plugin>
6471
<artifactId>maven-clean-plugin</artifactId>
6572
<version>3.1.0</version>
6673
</plugin>
67-
<!-- default lifecycle, jar packaging: see https://maven.apache.org/ref/current/maven-core/default-bindings.html#Plugin_bindings_for_jar_packaging -->
6874
<plugin>
6975
<artifactId>maven-resources-plugin</artifactId>
7076
<version>3.0.2</version>
@@ -89,7 +95,6 @@
8995
<artifactId>maven-deploy-plugin</artifactId>
9096
<version>2.8.2</version>
9197
</plugin>
92-
<!-- site lifecycle, see https://maven.apache.org/ref/current/maven-core/lifecycles.html#site_Lifecycle -->
9398
<plugin>
9499
<artifactId>maven-site-plugin</artifactId>
95100
<version>3.7.1</version>

0 commit comments

Comments
 (0)