File tree Expand file tree Collapse file tree 1 file changed +40
-13
lines changed Expand file tree Collapse file tree 1 file changed +40
-13
lines changed Original file line number Diff line number Diff line change 2424 </repository >
2525 </repositories >
2626
27- <profiles >
28- <profile >
29- <id >deploy2Github</id >
30- <distributionManagement >
31- <repository >
32- <id >github</id >
33- <name >GitHub Packages</name >
34- <url >https://maven.pkg.github.com/scalecube/scalecube-cluster</url >
35- </repository >
36- </distributionManagement >
37- </profile >
38- </profiles >
39-
4027 <scm >
4128 <url >https://github.com/scalecube/scalecube-cluster</url >
4229 <connection >scm:git:https://github.com/scalecube/scalecube-cluster.git</connection >
150137 </dependencies >
151138 </dependencyManagement >
152139
140+ <profiles >
141+ <profile >
142+ <id >deploy2Github</id >
143+ <distributionManagement >
144+ <repository >
145+ <id >github</id >
146+ <name >GitHub Packages</name >
147+ <url >https://maven.pkg.github.com/scalecube/scalecube-cluster</url >
148+ </repository >
149+ </distributionManagement >
150+ </profile >
151+ <profile >
152+ <id >deploy2Maven</id >
153+ <distributionManagement >
154+ <repository >
155+ <id >ossrh</id >
156+ <name >Central Repository OSSRH</name >
157+ <url >https://oss.sonatype.org/service/local/staging/deploy/maven2/</url >
158+ </repository >
159+ </distributionManagement >
160+ <build >
161+ <plugins >
162+ <plugin >
163+ <groupId >org.sonatype.plugins</groupId >
164+ <artifactId >nexus-staging-maven-plugin</artifactId >
165+ </plugin >
166+ <plugin >
167+ <artifactId >maven-source-plugin</artifactId >
168+ </plugin >
169+ <plugin >
170+ <artifactId >maven-javadoc-plugin</artifactId >
171+ </plugin >
172+ <plugin >
173+ <artifactId >maven-gpg-plugin</artifactId >
174+ </plugin >
175+ </plugins >
176+ </build >
177+ </profile >
178+ </profiles >
179+
153180</project >
You can’t perform that action at this time.
0 commit comments