feat: update pom.xml
This commit is contained in:
@@ -41,6 +41,20 @@
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<distributionManagement>
|
||||
<repository>
|
||||
<id>gitlab-maven</id>
|
||||
<name>GitLab Maven Repository</name>
|
||||
<url>https://gitlab.com/api/v4/projects/85282705/packages/maven</url>
|
||||
</repository>
|
||||
|
||||
<snapshotRepository>
|
||||
<id>gitlab-maven</id>
|
||||
<name>GitLab Maven Snapshot Repository</name>
|
||||
<url>https://gitlab.com/api/v4/projects/85282705/packages/maven</url>
|
||||
</snapshotRepository>
|
||||
</distributionManagement>
|
||||
|
||||
<build>
|
||||
<plugins>
|
||||
<!-- Java compiler -->
|
||||
|
||||
Reference in New Issue
Block a user