File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change 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" >
2
4
<modelVersion >4.0.0</modelVersion >
3
5
4
6
<groupId >io.scalecube</groupId >
63
65
<checkstyle .config.location>google_checks.xml</checkstyle .config.location>
64
66
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
65
67
<project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
68
+
69
+ <distributionManagement .url>https://maven.pkg.github.com/scalecube/${project.artifactId}
70
+ </distributionManagement .url>
66
71
</properties >
67
72
68
73
<reporting >
183
188
<message >The reactor is not valid</message >
184
189
<ignoreModuleDependencies >true</ignoreModuleDependencies >
185
190
</reactorModuleConvergence >
186
- <dependencyConvergence />
191
+ <dependencyConvergence />
187
192
</rules >
188
193
</configuration >
189
194
</execution >
280
285
<repository >
281
286
<id >github</id >
282
287
<name >GitHub Packages</name >
283
- <url >https://maven.pkg.github.com/scalecube/ ${project.artifactId } </url >
288
+ <url >${distributionManagement.url } </url >
284
289
</repository >
285
290
</distributionManagement >
286
291
</profile >
You can’t perform that action at this time.
0 commit comments