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" >
24 <modelVersion >4.0.0</modelVersion >
35
46 <groupId >io.scalecube</groupId >
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 >
183188 <message >The reactor is not valid</message >
184189 <ignoreModuleDependencies >true</ignoreModuleDependencies >
185190 </reactorModuleConvergence >
186- <dependencyConvergence />
191+ <dependencyConvergence />
187192 </rules >
188193 </configuration >
189194 </execution >
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 >
You can’t perform that action at this time.
0 commit comments