Skip to content

Commit 90e77bd

Browse files
committed
Added property distributionManagement.url
1 parent 0ecece3 commit 90e77bd

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
@@ -1,4 +1,6 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<project xmlns="http://maven.apache.org/POM/4.0.0"
2+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
24
<modelVersion>4.0.0</modelVersion>
35

46
<groupId>io.scalecube</groupId>
@@ -63,6 +65,9 @@
6365
<checkstyle.config.location>google_checks.xml</checkstyle.config.location>
6466
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
6567
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
68+
69+
<distributionManagement.url>https://maven.pkg.github.com/scalecube/${project.artifactId}
70+
</distributionManagement.url>
6671
</properties>
6772

6873
<reporting>
@@ -183,7 +188,7 @@
183188
<message>The reactor is not valid</message>
184189
<ignoreModuleDependencies>true</ignoreModuleDependencies>
185190
</reactorModuleConvergence>
186-
<dependencyConvergence />
191+
<dependencyConvergence/>
187192
</rules>
188193
</configuration>
189194
</execution>
@@ -280,7 +285,7 @@
280285
<repository>
281286
<id>github</id>
282287
<name>GitHub Packages</name>
283-
<url>https://maven.pkg.github.com/scalecube/${project.artifactId}</url>
288+
<url>${distributionManagement.url}</url>
284289
</repository>
285290
</distributionManagement>
286291
</profile>

0 commit comments

Comments
 (0)