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 24
24
</repository >
25
25
</repositories >
26
26
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
-
40
27
<scm >
41
28
<url >https://github.com/scalecube/scalecube-cluster</url >
42
29
<connection >scm:git:https://github.com/scalecube/scalecube-cluster.git</connection >
150
137
</dependencies >
151
138
</dependencyManagement >
152
139
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
+
153
180
</project >
You can’t perform that action at this time.
0 commit comments